/* Homepage — DR INTERNATIONAL (reference layout, export branding) */

body.jz-page {
  --nx-black: #071D3A;
  --nx-dark: #041525;
  --nx-cream: #FFF9EE;
  --nx-white: #ffffff;
  --nx-muted: #5c6478;
  --nx-gold: #C9962E;
  --nx-gold-light: #F4D99B;
  --nx-soft-gold: #E3B85B;
  --nx-bright-yellow: #F6D675;
  --nx-royal: #163B7A;
  --nx-navy: #071D3A;
  --nx-silver: #C0C5CE;
  --nx-border: rgba(201, 150, 46, 0.22);
  --nx-gold-glow: rgba(201, 150, 46, 0.18);
  --nx-font-serif: 'Alice', Georgia, serif;
  --nx-font-sans: 'Open Sans', Arial, sans-serif;
  --nx-pad: clamp(3.5rem, 7vw, 6rem);
  --jz-promo-h: 40px;
  --jz-header-h: 90px;
  --jz-chrome-h: calc(var(--jz-promo-h) + var(--jz-header-h));
}

body[data-page="home"] {
  background: var(--nx-cream);
  color: var(--nx-black);
  font-family: var(--nx-font-sans);
}

body[data-page="home"] .site-header,
body.jz-page .site-header,
body.jz-page .mobile-menu,
body.jz-page .footer {
  display: none !important;
}

body.jz-page:not([data-page="home"]) .page-hero {
  padding-top: calc(var(--jz-chrome-h) + 3.5rem);
}

/* ─── Jewelleryz header / chrome ─── */
.jz-chrome {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.jz-promo {
  background: #071d3a;
  color: rgba(255, 255, 255, 0.92);
  height: var(--jz-promo-h);
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(201, 150, 46, 0.35);
}

.jz-promo__track {
  display: flex;
  width: max-content;
  animation: nxMarquee 36s linear infinite;
}

.jz-promo__group {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding-right: 3rem;
  white-space: nowrap;
  font-family: var(--nx-font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.jz-promo__icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: var(--nx-gold-light);
  opacity: 0.9;
}

.jz-promo__text {
  color: rgba(255, 255, 255, 0.88);
}

.jz-promo__text strong {
  font-weight: 600;
  color: var(--nx-gold-light);
}

.jz-promo__sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(201, 150, 46, 0.55);
  flex-shrink: 0;
}

.jz-promo__link {
  color: var(--nx-gold-light);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.jz-promo__link:hover {
  color: var(--nx-bright-yellow);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.jz-header {
  background: var(--nx-white);
  border-bottom: 1px solid rgba(7, 29, 58, 0.08);
  height: var(--jz-header-h);
  transition: box-shadow 0.35s;
  position: relative;
}

.jz-header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--nx-gold) 25%, var(--nx-gold-light) 50%, var(--nx-gold) 75%, transparent);
  opacity: 0.55;
  pointer-events: none;
}

.jz-header.is-scrolled {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.jz-header__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 3vw, 2.5rem);
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}

.jz-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 2.8vw, 2.25rem);
}

.jz-nav--left {
  justify-content: flex-start;
  grid-column: 1;
  min-width: 0;
}

.jz-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  padding-bottom: 0.35rem;
  font-family: var(--nx-font-serif);
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--nx-black);
  letter-spacing: 0.01em;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.3s;
}

.jz-nav__link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--nx-gold), var(--nx-gold-light));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.jz-nav__link:hover::after,
.jz-nav__link.is-active::after {
  transform: scaleX(1);
}

.jz-nav__link:hover,
.jz-nav__link.is-active {
  color: var(--nx-gold);
}

.jz-logo {
  justify-self: center;
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--nx-black);
  flex-shrink: 0;
}

.jz-logo img,
.jz-logo__img {
  height: clamp(58px, 7.2vw, 76px);
  width: auto;
  max-width: min(300px, 50vw);
  display: block;
  object-fit: contain;
}

.nx-collections__inquiry-note {
  margin: 0.2rem 0 0;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--nx-muted);
}

.nx-collections__price-current {
  color: var(--nx-gold);
  font-weight: 600;
}

.nx-deals-card__price--inquiry {
  color: var(--nx-gold);
  font-weight: 600;
}

.jz-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.15rem;
  grid-column: 3;
}

.jz-icon-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--nx-black);
  background: transparent;
  border: none;
  text-decoration: none;
  transition: opacity 0.3s;
}

.jz-icon-btn:hover {
  opacity: 1;
  color: var(--nx-gold);
}

.jz-dropdown {
  position: relative;
}

.jz-dropdown__toggle {
  padding-bottom: 0.35rem;
}

.jz-dropdown__toggle[aria-expanded="true"] .jz-icon-chevron {
  transform: rotate(180deg);
}

.jz-icon-chevron {
  transition: transform 0.3s ease;
}

/* Jewellery-NX Collections megamenu — 4 portrait category cards */
.jz-mega {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--jz-chrome-h);
  z-index: 999;
  pointer-events: none;
}

.jz-mega:not([hidden]) {
  pointer-events: auto;
}

.jz-mega__backdrop {
  position: fixed;
  inset: var(--jz-chrome-h) 0 0 0;
  background: rgba(5, 30, 51, 0.18);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.jz-mega:not([hidden]) .jz-mega__backdrop {
  opacity: 1;
}

.jz-mega__panel {
  position: relative;
  z-index: 1;
  padding-top: 24px;
  background: transparent;
  transform: translateY(-10px);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}

.jz-mega__panel::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  height: 16px;
}

.jz-mega:not([hidden]) .jz-mega__panel {
  transform: translateY(0);
  opacity: 1;
}

.jz-mega__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px !important;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0 18px 48px rgba(5, 30, 51, 0.1);
  overflow: hidden;
}

.jz-mega__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.jz-mega__card {
  display: block;
  text-decoration: none;
  color: #141414;
  min-width: 0;
}

.jz-mega__card-media {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #f3f3f3;
}

.jz-mega__card-media img {
  display: block;
  width: 100%;
  max-height: 380px;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.jz-mega__card:hover .jz-mega__card-media img {
  transform: scale(1.06);
}

.jz-mega__card-hover {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #051e33;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.jz-mega__card:hover .jz-mega__card-hover {
  opacity: 0.92;
}

.jz-mega__card-hover span {
  margin: 0;
  font-family: var(--nx-font-serif, "Alice", Georgia, serif);
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 0.75rem;
}

.jz-mega__card-name {
  display: block;
  margin-top: 10px;
  font-family: var(--nx-font-serif, "Alice", Georgia, serif);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #141414;
  transition: color 0.25s ease;
}

.jz-mega__card:hover .jz-mega__card-name {
  color: #051e33;
}

@media (max-width: 1100px) {
  .jz-mega__inner {
    padding: 30px;
  }

  .jz-mega__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .jz-mega__card-media img {
    max-height: 320px;
  }
}

@media (max-width: 768px) {
  .jz-mega {
    display: none !important;
  }
}

.jz-cart__count {
  position: absolute;
  top: 4px;
  right: 2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: var(--nx-black);
  color: var(--nx-white);
  font-family: var(--nx-font-sans);
  font-size: 0.62rem;
  font-weight: 700;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.jz-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 10px;
  background: transparent;
  border: none;
}

.jz-burger span {
  display: block;
  height: 1.5px;
  background: var(--nx-black);
  transition: transform 0.3s, opacity 0.3s;
}

/* Search overlay */
.jz-search {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.jz-search.is-open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.jz-search__overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 15, 25, 0.94);
  backdrop-filter: blur(10px);
}

.jz-search__close {
  position: absolute;
  top: clamp(1.25rem, 3vw, 2rem);
  right: clamp(1.25rem, 3vw, 2rem);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--nx-white);
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.jz-search__close:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.45);
  transform: rotate(90deg);
}

.jz-search__dialog {
  position: relative;
  z-index: 2;
  width: min(680px, 100%);
  padding: clamp(2rem, 5vw, 3rem);
  text-align: center;
  transform: translateY(24px) scale(0.98);
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}

.jz-search.is-open .jz-search__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.jz-search__label {
  margin: 0 0 1.75rem;
  font-family: var(--nx-font-serif);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 400;
  color: var(--nx-white);
  letter-spacing: 0.02em;
}

.jz-search__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.jz-search__field {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  background: var(--nx-white);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.jz-search__field svg {
  flex-shrink: 0;
  color: var(--nx-muted);
}

.jz-search__field input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  font-family: var(--nx-font-sans);
  font-size: 1rem;
  color: var(--nx-black);
  outline: none;
}

.jz-search__field input::placeholder {
  color: #9a948c;
}

.jz-search__submit {
  align-self: center;
  padding: 0.9rem 2.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--nx-white);
  background: linear-gradient(135deg, var(--nx-navy), var(--nx-dark));
  border: 1px solid rgba(201, 150, 46, 0.35);
  cursor: pointer;
  transition: transform 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
}

.jz-search__submit:hover {
  transform: translateY(-2px);
  color: var(--nx-gold-light);
  box-shadow: 0 12px 28px rgba(7, 29, 58, 0.28);
}

.jz-search__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.85rem;
  margin-top: 1.75rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
}

.jz-search__tags a {
  color: var(--nx-gold-light);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.3s, border-color 0.3s;
}

.jz-search__tags a:hover {
  color: var(--nx-white);
  border-color: rgba(255, 255, 255, 0.35);
}

body.jz-search-open {
  overflow: hidden;
}

body.jz-search-open .jz-cursor {
  opacity: 0;
  visibility: hidden;
}

.jz-cart-drawer,
.jz-mobile {
  position: fixed;
  inset: 0;
  z-index: 1100;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s;
}

.jz-cart-drawer.is-open,
.jz-mobile.is-open {
  pointer-events: auto;
  opacity: 1;
}

.jz-cart-drawer__overlay,
.jz-mobile__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.jz-cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 100%);
  height: 100%;
  background: var(--nx-white);
  padding: 1.75rem;
  transform: translateX(100%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

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

.jz-cart-drawer__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}

.jz-cart-drawer__head h4 {
  font-family: var(--nx-font-serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.jz-cart-drawer__close {
  font-size: 1.75rem;
  line-height: 1;
  opacity: 0.5;
}

.jz-cart-drawer__total {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.jz-cart-drawer__empty {
  color: var(--nx-muted);
  margin-bottom: 1.5rem;
}

.jz-mobile__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(380px, 92%);
  height: 100%;
  background: #0d0d0d;
  color: var(--nx-white);
  padding: 2rem 1.75rem 2.5rem;
  transform: translateX(100%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.jz-mobile.is-open .jz-mobile__panel {
  transform: translateX(0);
}

.jz-mobile__close {
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 1.5rem;
  color: var(--nx-white);
  opacity: 0.7;
}

.jz-mobile__browse {
  margin: 0 0 1.75rem;
  font-family: var(--nx-font-serif);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--nx-white);
}

.jz-mobile__nav {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 2rem;
}

.jz-mobile__nav a {
  position: relative;
  display: inline-block;
  width: fit-content;
  padding: 0.45rem 0;
  font-family: var(--nx-font-serif);
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.3s;
}

.jz-mobile__nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.25rem;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.jz-mobile__nav a:hover,
.jz-mobile__nav a.is-active {
  color: var(--nx-white);
}

.jz-mobile__nav a.is-active::after,
.jz-mobile__nav a:hover::after {
  transform: scaleX(1);
}

.jz-mobile__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 0.9rem 1.75rem;
  margin-bottom: auto;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--nx-black);
  background: var(--nx-gold);
  border: 1px solid var(--nx-gold);
  text-decoration: none;
  transition: background 0.35s, color 0.35s, border-color 0.35s, transform 0.3s;
}

.jz-mobile__cta:hover {
  background: var(--nx-white);
  border-color: var(--nx-white);
  color: var(--nx-black);
  transform: translateY(-1px);
}

.jz-mobile__newsletter {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.jz-mobile__newsletter h4 {
  margin: 0 0 1.25rem;
  font-family: var(--nx-font-serif);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--nx-white);
}

.jz-mobile__form {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 0.65rem;
}

.jz-mobile__field {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: rgba(255, 255, 255, 0.5);
}

.jz-mobile__field input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 0.9rem;
  color: var(--nx-white);
  outline: none;
}

.jz-mobile__field input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.jz-mobile__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--nx-white);
  opacity: 0.7;
  transition: opacity 0.3s;
}

.jz-mobile__submit:hover {
  opacity: 1;
}

/* â”€â”€â”€ Custom cursor (reference-style) â”€â”€â”€ */
@media (hover: hover) and (pointer: fine) {
  body.jz-page.has-custom-cursor,
  body.jz-page.has-custom-cursor a,
  body.jz-page.has-custom-cursor button,
  body.jz-page.has-custom-cursor [role="button"],
  body.jz-page.has-custom-cursor .nx-story__arc {
    cursor: none !important;
  }
}

.jz-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.jz-cursor.is-visible {
  opacity: 1;
  visibility: visible;
}

.jz-cursor__ring-wrap,
.jz-cursor__dot-wrap {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  backface-visibility: hidden;
}

.jz-cursor__dot {
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  background: #111;
  border: 1.5px solid #fff;
  box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.92);
  border-radius: 50%;
  transition: opacity 0.2s ease, transform 0.25s ease;
}

.jz-cursor__ring {
  position: relative;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%) scale(1);
  border: 1.5px solid #111;
  box-shadow: 0 0 0 1px #fff, 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.jz-cursor__text {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.jz-cursor.is-hover .jz-cursor__ring {
  transform: translate(-50%, -50%) scale(1.4);
}

.jz-cursor.is-hover .jz-cursor__dot {
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0.35;
}

.jz-cursor.is-text .jz-cursor__ring {
  transform: translate(-50%, -50%) scale(2.15);
  background: #111;
  border-color: #111;
  box-shadow: 0 0 0 1px #fff;
}

.jz-cursor.is-text.is-on-dark .jz-cursor__ring {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0 0 1px #111;
}

.jz-cursor.is-text .jz-cursor__dot {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}

.jz-cursor.is-text .jz-cursor__text {
  opacity: 1;
}

.jz-cursor.is-text.is-on-dark .jz-cursor__text {
  color: #111;
}

.jz-cursor.is-press .jz-cursor__ring {
  transform: translate(-50%, -50%) scale(0.85);
}

.jz-cursor.is-arc .jz-cursor__ring {
  transform: translate(-50%, -50%) scale(2.65);
  background: transparent;
  border-color: #111;
  border-width: 1px;
  box-shadow: 0 0 0 1px #fff;
}

.jz-cursor.is-arc .jz-cursor__dot {
  transform: translate(-50%, -50%) scale(0.55);
  opacity: 0.45;
}

.jz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--nx-black);
  color: var(--nx-white);
}

.jz-btn--block {
  display: flex;
  width: 100%;
}

/* ─── Footer ─── */
.jz-footer {
  position: relative;
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(184, 149, 74, 0.08) 0%, transparent 60%),
    linear-gradient(180deg, #061f35 0%, #031525 55%, #020f1a 100%);
  padding: 0 0 0;
  color: var(--nx-white);
  overflow: hidden;
}

.jz-footer__top-line {
  height: 2px;
  background: linear-gradient(90deg, transparent 5%, #a07d3a 25%, #e8d5a8 50%, #a07d3a 75%, transparent 95%);
}

.jz-footer__grain {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  pointer-events: none;
  mix-blend-mode: overlay;
}

.jz-footer__glow {
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 60%;
  background: radial-gradient(ellipse at center, rgba(184, 149, 74, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.jz-footer__watermark {
  position: absolute;
  right: -2%;
  bottom: 8%;
  font-family: var(--nx-font-serif);
  font-size: clamp(8rem, 18vw, 14rem);
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 0.02);
  pointer-events: none;
  user-select: none;
}

.jz-footer .container {
  position: relative;
  z-index: 2;
}

.jz-footer__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.jz-footer__cta-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--nx-gold-light);
  margin-bottom: 0.5rem;
}

.jz-footer__cta-copy p {
  margin: 0;
  font-family: var(--nx-font-serif);
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 400;
  color: var(--nx-white);
  line-height: 1.35;
  max-width: 520px;
}

.jz-footer__cta-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem 1.85rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--nx-gold-light);
  background: linear-gradient(135deg, var(--nx-navy), var(--nx-dark));
  border: 1px solid rgba(201, 150, 46, 0.4);
  box-shadow: 0 8px 28px rgba(7, 29, 58, 0.35);
  transition: transform 0.4s ease, box-shadow 0.4s ease, color 0.4s ease;
}

.jz-footer__cta-btn svg {
  width: 16px;
  height: 16px;
  transition: transform 0.4s ease;
}

.jz-footer__cta-btn:hover {
  transform: translateY(-3px);
  color: var(--nx-white);
  box-shadow: 0 14px 36px rgba(7, 29, 58, 0.45);
}

.jz-footer__cta-btn:hover svg {
  transform: translateX(4px);
}

.jz-footer__main {
  display: grid;
  grid-template-columns: 1.3fr 1fr 0.9fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.jz-footer__logo {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0.75rem;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.jz-footer__logo-img {
  height: clamp(52px, 7vw, 72px);
  width: auto;
  max-width: min(220px, 80vw);
  display: block;
  object-fit: contain;
}

.jz-footer__logo:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.jz-footer__logo em {
  display: none;
}

.jz-footer__tagline {
  margin: 0 0 1.15rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--nx-gold);
}

.jz-footer__desc {
  margin: 0;
  max-width: 300px;
  font-size: 0.88rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
}

.jz-footer__col-title {
  margin: 0 0 1.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--nx-gold-light);
}

.jz-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.jz-footer__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.jz-footer__list-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 184, 122, 0.25);
  color: var(--nx-gold-light);
  background: rgba(255, 255, 255, 0.03);
}

.jz-footer__list-icon svg {
  width: 16px;
  height: 16px;
}

.jz-footer__list a,
.jz-footer__list span {
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.35s ease;
  padding-top: 0.45rem;
}

.jz-footer__list a:hover {
  color: var(--nx-gold-light);
}

.jz-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.jz-footer__nav a {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.35s ease, padding-left 0.35s ease;
}

.jz-footer__nav a:hover {
  color: var(--nx-gold-light);
  padding-left: 0.35rem;
}

.jz-footer__social-text {
  margin: 0 0 1.25rem;
  font-size: 0.84rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.45);
}

.jz-footer__social {
  display: flex;
  gap: 0.75rem;
}

.jz-footer__social a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 184, 122, 0.28);
  color: var(--nx-gold-light);
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.4s ease, border-color 0.4s ease, color 0.4s ease, transform 0.4s ease;
}

.jz-footer__social a:hover {
  background: linear-gradient(135deg, #d4b87a, #b8954a);
  border-color: var(--nx-gold);
  color: var(--nx-white);
  transform: translateY(-3px);
}

.jz-footer__social svg {
  width: 17px;
  height: 17px;
}

.jz-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0 2.25rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
}

.jz-footer__bottom p {
  margin: 0;
}

.jz-footer__bottom-mid {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.jz-footer__bottom-mid span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--nx-gold);
  opacity: 0.5;
}

.jz-footer__bottom-mid span:nth-child(2) {
  width: 6px;
  height: 6px;
  opacity: 0.8;
}

.jz-footer__credit {
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(212, 184, 122, 0.5);
}

.nx-home {
  padding-top: var(--jz-chrome-h);
}

@media (max-width: 1024px) {
  .jz-nav--left {
    display: none;
  }

  .jz-header__inner {
    grid-template-columns: 1fr auto;
  }

  .jz-logo {
    justify-self: start;
    grid-column: 1;
  }

  .jz-logo img,
  .jz-logo__img {
    height: clamp(52px, 11vw, 64px);
    max-width: min(240px, 68vw);
  }

  .jz-header__right {
    grid-column: 2;
  }

  .jz-burger {
    display: flex;
  }
}

@media (max-width: 767px) {
  .jz-header__right .jz-icon-btn:not(#jzSearchOpen) {
    display: none;
  }
}

@media (max-width: 900px) {
  .jz-footer__main {
    grid-template-columns: 1fr 1fr;
  }

  .jz-footer__cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .jz-search__dialog {
    padding: 1.5rem 0.5rem;
  }

  .jz-search__field {
    padding: 0.95rem 1rem;
  }

  .jz-search__submit {
    width: 100%;
  }

  .jz-footer__main {
    grid-template-columns: 1fr;
  }

  .jz-footer__bottom {
    flex-direction: column;
    text-align: center;
  }

  .jz-footer__bottom-mid {
    display: none;
  }

  .jz-footer__watermark {
    display: none;
  }
}

body[data-page="home"] .nx-home {
  font-family: var(--nx-font-sans);
  color: var(--nx-black);
  background: var(--nx-white);
}

body[data-page="home"] .nx-home h1,
body[data-page="home"] .nx-home h2,
body[data-page="home"] .nx-home h3 {
  font-family: var(--nx-font-serif);
  font-weight: 500;
}

body[data-page="home"] .section,
body[data-page="home"] .hero-banner,
body[data-page="home"] .why,
body[data-page="home"] .collections,
body[data-page="home"] .arrivals,
body[data-page="home"] .cta {
  display: none !important;
}

/* Sale strip (reference top marquee) */
.nx-sale {
  background: var(--nx-black);
  color: var(--nx-white);
  padding: 0.55rem 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nx-sale__track {
  display: flex;
  width: max-content;
  animation: nxMarquee 28s linear infinite;
}

.nx-sale__group {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding-right: 3rem;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nx-sale__group a {
  color: var(--nx-gold-light);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@keyframes nxMarquee {
  to { transform: translateX(-50%); }
}

/* NX Hero â€” reference slider */
.nx-hero {
  position: relative;
  height: calc(100vh - var(--jz-chrome-h));
  min-height: 560px;
  margin-top: 0;
  overflow: hidden;
  background: #111;
}

.nx-hero__progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.22);
  z-index: 15;
}

.nx-hero__progress-bar {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--nx-gold), var(--nx-gold-light), var(--nx-bright-yellow));
}

@keyframes nxHeroProgress {
  from { width: 0%; }
  to { width: 100%; }
}

.nx-hero .swiper-slide {
  opacity: 0 !important;
  transition: opacity 1s ease;
}

.nx-hero .swiper-slide-active {
  opacity: 1 !important;
}

.nx-hero .swiper,
.nx-hero .swiper-wrapper,
.nx-hero .swiper-slide {
  height: 100%;
}

.nx-hero__slide {
  position: relative;
  height: 100%;
  padding: 0;
}

.nx-hero__bg {
  position: absolute;
  inset: 0;
  background-color: #071d3a;
  background-size: cover;
  background-position: center;
  transform: scale(1.12);
  transition: transform 7s ease-out;
}

.swiper-slide-active .nx-hero__bg {
  transform: scale(1);
}

.nx-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 249, 238, 0.06) 0%, rgba(7, 29, 58, 0.08) 100%);
}

.nx-hero__content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(calc(100% - clamp(5.5rem, 16vw, 11rem)), 720px);
  padding: 0 1rem;
  text-align: center;
}

.nx-hero__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: var(--nx-font-serif);
  font-size: clamp(2.5rem, 6.5vw, 4.5rem);
  font-weight: 600;
  line-height: 1.1;
  margin: 0 auto 1.15rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}

.nx-hero__title-line {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  text-wrap: balance;
  color: var(--nx-navy);
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.nx-hero__title-line:last-child {
  margin-top: 0.1rem;
  color: #9a6b12;
}

.nx-hero__text {
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  color: #3f4d63;
  width: 100%;
  max-width: 520px;
  margin: 0 auto 2rem;
  line-height: 1.75;
  text-align: center;
  text-wrap: pretty;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s ease 0.4s, transform 0.9s ease 0.4s;
}

.swiper-slide-active .nx-hero__title-line:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}

.swiper-slide-active .nx-hero__title-line:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.28s;
}

.swiper-slide-active .nx-hero__text {
  opacity: 1;
  transform: translateY(0);
}

.nx-hero__btn-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.9s ease 0.55s, transform 0.9s ease 0.55s;
}

.swiper-slide-active .nx-hero__btn-wrap {
  opacity: 1;
  transform: translateY(0);
}

.nx-btn--ghost {
  background: var(--nx-navy);
  color: var(--nx-white);
  border: 1px solid var(--nx-navy);
  padding: 0.85rem 2.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 0.35s, color 0.35s, border-color 0.35s, box-shadow 0.35s;
}

.nx-btn--ghost:hover {
  background: linear-gradient(135deg, var(--nx-gold), var(--nx-soft-gold));
  color: var(--nx-navy);
  border-color: var(--nx-gold-light);
  box-shadow: 0 12px 32px var(--nx-gold-glow);
  transform: none;
}

.nx-hero .nx-btn--ghost {
  background: linear-gradient(135deg, var(--nx-gold) 0%, var(--nx-soft-gold) 100%);
  color: var(--nx-navy);
  border: 1px solid var(--nx-gold-light);
  box-shadow: 0 10px 28px rgba(201, 150, 46, 0.28);
}

.nx-hero .nx-btn--ghost:hover {
  background: var(--nx-navy);
  color: var(--nx-white);
  border-color: var(--nx-navy);
  box-shadow: 0 14px 36px rgba(7, 29, 58, 0.22);
}

.nx-hero__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s, opacity 0.3s;
}

.nx-hero__arrow svg {
  width: 22px;
  height: 22px;
}

.nx-hero__arrow--prev {
  left: clamp(1rem, 3vw, 2.5rem);
  background: rgba(40, 40, 40, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--nx-white);
  backdrop-filter: blur(6px);
}

.nx-hero__arrow--next {
  right: clamp(1rem, 3vw, 2.5rem);
  background: var(--nx-white);
  color: var(--nx-black);
  border: none;
}

.nx-hero__arrow:hover {
  transform: translateY(-50%) scale(1.06);
}

.nx-hero__arrow--prev:hover {
  background: rgba(20, 20, 20, 0.65);
}

.nx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 2rem;
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--nx-white);
  color: var(--nx-black);
  border-radius: 0;
}

.nx-btn--outline {
  background: var(--nx-navy);
  color: var(--nx-white);
  border: 1px solid var(--nx-navy);
}

.nx-btn--outline:hover {
  background: var(--nx-gold);
  color: var(--nx-navy);
  border-color: var(--nx-gold);
}

.nx-btn--dark {
  background: var(--nx-black);
  color: var(--nx-white);
}

/* generic arrows (non-hero) */
.nx-arrow {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--nx-white);
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
  transition: border-color 0.3s, background 0.3s;
}

.nx-arrow:hover {
  border-color: var(--nx-gold-light);
  background: rgba(0, 0, 0, 0.45);
}

.nx-arrow svg {
  width: 20px;
  height: 20px;
}

/* NX Sections */
.nx-section {
  padding: var(--nx-pad) 0;
}

.nx-section--cream {
  background: var(--nx-cream);
}

.nx-section--dark {
  background: var(--nx-dark);
  color: var(--nx-white);
}

.nx-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3rem;
}

.nx-head--left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.nx-head h2 {
  font-family: var(--nx-font-serif);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 0.75rem;
  color: var(--nx-black);
}

.nx-head:not(.nx-head--left) h2::after {
  content: '';
  display: block;
  width: 52px;
  height: 2px;
  margin: 0.85rem auto 0;
  background: linear-gradient(90deg, var(--nx-gold), var(--nx-gold-light));
  border-radius: 2px;
}

.nx-head p {
  color: var(--nx-muted);
  font-size: var(--fs-md);
  line-height: 1.75;
}

.nx-section--dark .nx-head p {
  color: rgba(255, 255, 255, 0.65);
}

.nx-label {
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--nx-gold);
  margin-bottom: 0.75rem;
  display: block;
}

.container--wide {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

/* â”€â”€â”€ Our Categories (reference) â”€â”€â”€ */
.nx-section--categories {
  background: linear-gradient(180deg, var(--nx-white) 0%, var(--nx-cream) 100%);
  padding: clamp(5rem, 10vw, 7.5rem) 0 clamp(4.5rem, 9vw, 6.5rem);
  border-top: 1px solid var(--nx-border);
  border-bottom: 1px solid var(--nx-border);
}

.nx-head--categories {
  max-width: 620px;
  margin: 0 auto clamp(3rem, 6vw, 4.5rem);
  text-align: center;
}

.nx-head--categories h2 {
  font-family: var(--nx-font-serif);
  font-size: clamp(2.5rem, 5.2vw, 3.5rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--nx-black);
  margin: 0 0 1.15rem;
  line-height: 1.1;
}

.nx-head--categories h2::after {
  content: '';
  display: block;
  width: 64px;
  height: 2px;
  margin: 0.9rem auto 0;
  background: linear-gradient(90deg, var(--nx-gold), var(--nx-gold-light));
}

.nx-head--categories p {
  font-size: clamp(0.92rem, 1.15vw, 1.05rem);
  color: #5c574f;
  line-height: 1.85;
  margin: 0;
}

.nx-cats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: 100%;
}

.nx-cat {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: clamp(400px, 38vw, 480px);
}

.nx-cat__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.nx-cat:hover .nx-cat__img {
  transform: scale(1.1);
}

.nx-cat__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.35) 30%, transparent 55%);
  transition: background 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.nx-cat:hover .nx-cat__overlay {
  background: rgba(0, 0, 0, 0.38);
}

.nx-cat__label {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  background: transparent;
  padding: 0;
  transition:
    bottom 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.45s ease,
    padding 0.45s ease,
    box-shadow 0.45s ease;
}

.nx-cat__label h3 {
  margin: 0;
  font-family: var(--nx-font-serif);
  font-size: clamp(1.25rem, 1.9vw, 1.55rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--nx-white);
  white-space: nowrap;
  transition: color 0.4s ease, font-size 0.45s ease;
}

.nx-cat:hover .nx-cat__label {
  bottom: 50%;
  transform: translate(-50%, 50%);
  background: var(--nx-white);
  padding: 1rem 2.25rem;
  box-shadow: 0 8px 32px var(--nx-gold-glow);
  border: 1px solid rgba(201, 150, 46, 0.35);
}

.nx-cat:hover .nx-cat__label h3 {
  color: var(--nx-gold);
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
}

/* â”€â”€â”€ Featured Deals (reference split banner) â”€â”€â”€ */
.nx-section--featured-deals {
  --nx-deals-navy: #07243b;
  --nx-deals-accent: #041525;
  --nx-deals-text: rgba(255, 255, 255, 0.88);
  --nx-deals-h: clamp(500px, 42vw, 529px);
  margin-top: 90px;
  margin-bottom: 90px;
  padding: 0;
  background: var(--nx-white);
}

.nx-deals-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.78fr);
  gap: 40px;
  align-items: stretch;
}

.nx-deals-banner {
  position: relative;
  overflow: hidden;
  height: var(--nx-deals-h);
  min-height: 0;
}

.nx-deals-banner__title {
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--nx-gold), var(--nx-soft-gold));
  color: var(--nx-navy);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 18px;
  line-height: 1;
  white-space: nowrap;
}

.nx-deals-banner__img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  display: block;
}

.nx-deals-right {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.nx-deals-panel {
  position: relative;
  background: var(--nx-deals-navy);
  height: var(--nx-deals-h);
  min-height: 0;
  overflow: hidden;
}

.nx-deals-products {
  flex: 1;
  width: 100%;
  height: var(--nx-deals-h);
  overflow: hidden;
}

.nx-deals-products .swiper-wrapper {
  height: 100%;
}

.nx-deals-products .swiper-slide {
  width: 100% !important;
  height: 100%;
  display: flex;
}

.nx-deals-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.82fr);
  align-items: stretch;
  gap: 0 28px;
  width: 100%;
  height: 100%;
  padding: 20px 28px 20px 30px;
  color: var(--nx-white);
}

.nx-deals-card__media {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-width: 0;
  height: 100%;
  min-height: calc(var(--nx-deals-h) - 40px);
}

.nx-deals-sale-tag {
  position: absolute;
  top: 35px;
  left: 34px;
  z-index: 4;
  background: linear-gradient(135deg, var(--nx-gold), var(--nx-soft-gold));
  color: var(--nx-navy);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  padding: 6px 12px;
}

.nx-deals-media__inner {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 34px;
}

.nx-deals-images {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nx-deals-images .swiper-wrapper,
.nx-deals-images .swiper-slide {
  height: 100%;
}

.nx-deals-images .swiper-slide {
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
}

.nx-deals-images img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

.nx-deals-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.97);
  color: var(--nx-black);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.nx-deals-images__prev {
  left: 6px;
}

.nx-deals-images__next {
  right: 6px;
}

.nx-deals-arrow svg {
  width: 16px;
  height: 16px;
}

.nx-deals-arrow:hover {
  transform: translateY(-50%) scale(1.04);
  background: var(--nx-deals-accent);
  color: var(--nx-white);
}

.nx-deals-card__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: 0 8px 0 0;
  gap: 14px;
}

.nx-deals-card__title-link {
  color: inherit;
  text-decoration: none;
}

.nx-deals-card__title {
  font-family: var(--nx-font-serif);
  font-size: clamp(2rem, 2.35vw, 2.45rem);
  font-weight: 500;
  line-height: 1.05;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--nx-white);
}

.nx-deals-card__price {
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: var(--nx-white);
}

.nx-deals-card__desc {
  max-width: 340px;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.85;
  color: var(--nx-deals-text);
}

.nx-deals-card__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 4px;
}

.nx-deals-meta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}

.nx-deals-meta-row span:first-child {
  font-weight: 700;
}

.nx-deals-meta-row__label {
  font-weight: 700;
}

.nx-deals-cta-wrap {
  width: 100%;
  max-width: 360px;
  margin-top: 10px;
  overflow: hidden;
}

.nx-deals-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  padding: 0 24px;
  border: none;
  background: var(--nx-deals-accent);
  color: var(--nx-white);
  font-family: var(--nx-font-serif);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.35s ease, color 0.35s ease;
}

.nx-deals-cta:hover {
  background: var(--nx-gold);
  color: var(--nx-navy);
}

.nx-deals-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 24px 0 0;
  bottom: auto !important;
}

.nx-deals-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  border-radius: 999px;
  background: #d8d8d8;
  opacity: 1;
  transition: width 0.3s ease, background 0.3s ease;
}

.nx-deals-pagination .swiper-pagination-bullet-active {
  width: 32px;
  background: var(--nx-navy);
}
.nx-badge {
  display: inline-block;
  font-size: var(--fs-2xs);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--nx-gold);
  margin-bottom: 0.75rem;
}

.nx-price {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: var(--nx-black);
}

.nx-price__old {
  text-decoration: line-through;
  color: var(--nx-muted);
  font-weight: 400;
  margin-right: 0.5rem;
}

/* Our Features */
.nx-feat {
  background: var(--nx-white);
  padding: clamp(4rem, 8vw, 6rem) 0;
  overflow: hidden;
}

.nx-feat__head {
  max-width: 620px;
  margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
}

.nx-feat__head h2 {
  font-family: var(--nx-font-serif);
  font-size: clamp(1.85rem, 3.6vw, 2.65rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}

.nx-feat__head p {
  color: var(--nx-muted);
  font-size: 0.98rem;
  line-height: 1.75;
}

.nx-feat__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
  gap: 18px;
  align-items: stretch;
}

.nx-feat__slider-area {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.nx-feat__nav {
  display: flex;
  justify-content: flex-end;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.nx-feat__arrow {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: #1a1a1a;
  color: var(--nx-white);
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.3s ease, transform 0.3s ease;
}

.nx-feat__arrow svg {
  width: 15px;
  height: 15px;
}

.nx-feat__arrow:hover:not(.swiper-button-disabled) {
  background: #000;
  transform: scale(1.05);
}

.nx-feat__arrow.swiper-button-disabled {
  background: #ececec;
  color: #8a8a8a;
  opacity: 1;
  cursor: default;
  transform: none;
}

.nx-features-swiper {
  overflow: hidden;
  width: 100%;
}

.nx-features-swiper .swiper-wrapper {
  align-items: stretch;
}

.nx-features-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.nx-features-swiper .nx-collections__card {
  width: 100%;
}

.nx-feat .nx-collections__card {
  background: var(--nx-white);
}

.nx-feat .nx-collections__thumb {
  aspect-ratio: 1 / 1;
  background: var(--nx-white);
}

.nx-feat .nx-collections__badge {
  top: 12px;
  left: 12px;
  z-index: 3;
  background: linear-gradient(135deg, var(--nx-gold), var(--nx-soft-gold));
  color: var(--nx-navy);
}

.nx-feat .nx-collections__img {
  object-fit: cover;
  object-position: center center;
  padding: 0;
}

.nx-feat .nx-collections__body {
  padding: 0.9rem 0 0;
}

.nx-feat .nx-collections__title {
  font-size: 0.95rem;
}

.nx-feat .nx-collections__price {
  font-size: 0.86rem;
}

.nx-feat__banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  height: 100%;
  background: #efefef;
  overflow: hidden;
  text-decoration: none;
  isolation: isolate;
}

.nx-feat__banner-label {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  padding: 0.55rem 1rem;
  font-family: var(--nx-font-serif);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nx-black);
  background: var(--nx-white);
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.nx-feat__banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: transform 0.6s ease;
}

.nx-feat__banner:hover img {
  transform: scale(1.03);
}

.nx-featured__nav {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.nx-features .nx-featured__nav {
  justify-content: center;
}

.nx-featured__nav .nx-arrow {
  border-color: var(--nx-border);
  color: var(--nx-black);
  background: var(--nx-white);
}

/* ─── Story Section (reference) ─── */
.nx-section--story {
  padding: 0;
  background: var(--nx-white);
  overflow: hidden;
}

.nx-story-wrap {
  position: relative;
  padding: 90px 0;
}

.nx-story__bg {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 0;
  height: 60%;
  background: #f7f7f7;
  transform: translateY(-50%);
  pointer-events: none;
}

.nx-story__container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2rem);
}

.nx-story__grid {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.nx-story__media {
  position: relative;
  flex: 0 1 40%;
  max-width: 40%;
  z-index: 2;
}

.nx-story__mask {
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.nx-story__photo {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transform: scale(1.08);
  transform-origin: center center;
  will-change: transform, opacity;
}

.nx-story__effect {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  pointer-events: none;
}

.nx-story__effect-mask {
  position: relative;
  overflow: hidden;
}

.nx-story__effect-column {
  position: absolute;
  inset: 0;
  background: var(--nx-white);
  will-change: transform;
}

.nx-story__copy {
  position: relative;
  flex: 0 1 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 2;
}

.nx-story__dot {
  position: absolute;
  top: -42px;
  left: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid var(--nx-black);
  border-radius: 50%;
  transform: translateX(-50%);
  background: transparent;
}

.nx-story__text-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.nx-story__heading {
  margin: 0;
  font-family: var(--nx-font-serif);
  font-size: clamp(1.75rem, 3vw, 2rem);
  font-weight: 500;
  line-height: 1.2;
  color: var(--nx-black);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.nx-story__intro {
  margin: 20px 0 50px;
  width: 100%;
}

.nx-story__copy p {
  color: var(--nx-muted);
  font-family: var(--nx-font-sans);
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
  max-width: 100%;
}

.nx-story__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 38px;
  font-family: var(--nx-font-serif);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.35;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

/* Rectangle button — rising fill hover (reference: jewellery-nx.webflow.io) */
.nx-rect-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 2px solid transparent;
  background: var(--nx-white);
  text-decoration: none;
  transition: color 0.5s ease;
}

.nx-rect-btn__text {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  line-height: inherit;
}

.nx-rect-btn__default,
.nx-rect-btn__hover {
  display: block;
  transition: transform 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

.nx-rect-btn__hover {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.nx-rect-btn__fill {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 120%;
  height: 200%;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, 100%);
  transition: transform 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

.nx-rect-btn:hover .nx-rect-btn__default,
.nx-rect-btn:hover .nx-rect-btn__hover {
  transform: translateY(-100%);
}

/* Story / secondary — dark navy outline, navy fill on hover */
.nx-rect-btn--filled {
  border-color: var(--nx-navy);
  background: var(--nx-white);
  color: var(--nx-navy);
}

.nx-rect-btn--filled .nx-rect-btn__fill {
  background: var(--nx-navy);
  transform: translate(-50%, 100%);
}

.nx-rect-btn--filled .nx-rect-btn__hover {
  color: var(--nx-white);
}

.nx-rect-btn--filled:hover {
  color: var(--nx-white);
}

.nx-rect-btn--filled:hover .nx-rect-btn__fill {
  transform: translate(-50%, 0);
}

/* Light rectangle buttons — dark navy outline, gold fill on hover */
.nx-rect-btn--light {
  border-color: var(--nx-navy);
  background: var(--nx-white);
  color: var(--nx-navy);
}

.nx-rect-btn--light .nx-rect-btn__fill {
  background: var(--nx-gold);
  transform: translate(-50%, 100%);
}

.nx-rect-btn--light .nx-rect-btn__hover {
  color: var(--nx-white);
}

.nx-rect-btn--light:hover {
  color: var(--nx-white);
}

.nx-rect-btn--light:hover .nx-rect-btn__fill {
  transform: translate(-50%, 0);
}

/* Dark rectangle buttons — navy outline, navy fill on hover */
.nx-rect-btn--dark {
  border-color: var(--nx-navy);
  background: var(--nx-white);
  color: var(--nx-navy);
}

.nx-rect-btn--dark .nx-rect-btn__fill {
  background: var(--nx-navy);
  transform: translate(-50%, 100%);
}

.nx-rect-btn--dark .nx-rect-btn__hover {
  color: var(--nx-white);
}

.nx-rect-btn--dark:hover {
  color: var(--nx-white);
}

.nx-rect-btn--dark:hover .nx-rect-btn__fill {
  transform: translate(-50%, 0);
}

/* Override solid backgrounds from base button classes */
.nx-rect-btn.nx-btn--dark,
.nx-rect-btn.jz-btn {
  background: var(--nx-white);
}

.nx-rect-btn.nx-btn--dark {
  color: var(--nx-black);
}

.nx-rect-btn.jz-btn {
  color: var(--nx-black);
  border-color: var(--nx-black);
}

@media (prefers-reduced-motion: reduce) {
  .nx-rect-btn__fill,
  .nx-rect-btn__default,
  .nx-rect-btn__hover {
    transition: none;
  }

  .nx-rect-btn:hover .nx-rect-btn__default,
  .nx-rect-btn:hover .nx-rect-btn__hover {
    transform: none;
  }

  .nx-rect-btn--filled:hover .nx-rect-btn__fill,
  .nx-rect-btn--light:hover .nx-rect-btn__fill,
  .nx-rect-btn--dark:hover .nx-rect-btn__fill {
    transform: translate(-50%, 0);
  }
}

.nx-story__arc {
  position: absolute;
  top: -80px;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  background: var(--nx-white);
  border: 1px solid #414141;
  border-radius: 50%;
  text-decoration: none;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  will-change: transform, opacity;
  overflow: hidden;
}

.nx-story__circle-color {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #051e33;
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center center;
  display: none;
  pointer-events: none;
}

.nx-story__arc-text {
  position: absolute;
  z-index: 1;
  width: 90%;
  height: 90%;
  animation: nxStoryArcSpin 10s linear infinite;
}

.nx-story__arc-text text {
  fill: var(--nx-black);
  font-family: var(--nx-font-serif);
  font-size: 13px;
  letter-spacing: 0.18em;
  transition: none;
}

.nx-story__arc-icon {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border: 1px solid #414141;
  border-radius: 50%;
  pointer-events: none;
}

.nx-story__arc-center {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #051e33;
  border-radius: 50%;
}

.nx-story__arc-center img {
  position: relative;
  z-index: 2;
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.nx-story__arc.is-hover .nx-story__arc-text text {
  fill: #ffffff;
}

.nx-story__arc.is-hover .nx-story__arc-icon {
  border-color: rgba(255, 255, 255, 0.35);
}

@media (hover: hover) and (pointer: fine) {
  .nx-story__arc:hover .nx-story__arc-text text {
    fill: #ffffff;
  }

  .nx-story__arc:hover .nx-story__arc-icon {
    border-color: rgba(255, 255, 255, 0.35);
  }
}

@keyframes nxStoryArcSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.nx-story [data-nx-story-line] {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  will-change: transform, opacity;
}

@media (max-width: 991px) {
  .nx-story-wrap {
    padding: 70px 0;
  }

  .nx-story__grid {
    flex-direction: column;
    gap: 2.5rem;
  }

  .nx-story__media,
  .nx-story__copy {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
  }

  .nx-story__media {
    max-width: 480px;
    margin: 0 auto;
  }

  .nx-story__bg {
    width: 100% !important;
    height: 55%;
  }

  .nx-story__arc {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
  }

  .nx-story__dot {
    display: none;
  }
}

/* Collection tabs */
.nx-collections {
  background: var(--nx-white);
  padding: clamp(4.5rem, 9vw, 6.5rem) 0 clamp(4rem, 8vw, 6rem);
}

.nx-collections__head {
  max-width: 620px;
  margin: 0 auto clamp(2.75rem, 5vw, 3.5rem);
  text-align: center;
}

.nx-collections__head h2 {
  font-family: var(--nx-font-serif);
  font-size: clamp(1.85rem, 3.6vw, 2.65rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}

.nx-collections__head p {
  color: var(--nx-muted);
  font-size: 0.98rem;
  line-height: 1.75;
}

.nx-collections__tabs {
  display: flex;
  align-items: flex-end;
  gap: clamp(1.5rem, 4vw, 2.75rem);
  margin-bottom: 2.25rem;
  padding-bottom: 0;
  border-bottom: 1px solid #d9d9d9;
}

.nx-collections__tab {
  position: relative;
  padding: 0 0 1rem;
  font-family: var(--nx-font-serif);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a8a8a;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

.nx-collections__tab::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: transparent;
  transition: background 0.3s ease;
}

.nx-collections__tab.is-active {
  color: var(--nx-gold);
}

.nx-collections__tab.is-active::after {
  background: linear-gradient(90deg, var(--nx-gold), var(--nx-gold-light));
}

.nx-collections__tab:hover {
  color: var(--nx-gold);
}

.nx-collections__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
}

.nx-collections__grid.is-hidden {
  display: none;
}

.nx-collections__card {
  display: flex;
  flex-direction: column;
}

.nx-collections__thumb {
  position: relative;
  background: var(--nx-white);
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.nx-collections__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 5px 10px;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--nx-gold), var(--nx-soft-gold));
  color: var(--nx-navy);
}

.nx-collections__img-link {
  display: block;
  width: 100%;
  height: 100%;
}

.nx-collections__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  padding: 0;
  transition: opacity 0.45s ease, transform 0.55s var(--ease);
}

.nx-collections__img--hover {
  opacity: 0;
}

.nx-collections__card.has-hover-img:hover .nx-collections__img--main {
  opacity: 0;
}

.nx-collections__card.has-hover-img:hover .nx-collections__img--hover {
  opacity: 1;
}

.nx-collections__body {
  padding: 1rem 0 0;
}

.nx-collections__title {
  display: block;
  font-family: var(--nx-font-serif);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.35;
  color: var(--nx-black);
  margin-bottom: 0.4rem;
  transition: color 0.3s ease;
}

.nx-collections__title:hover {
  color: #5a5a5a;
}

.nx-collections__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem;
  font-size: 0.92rem;
  line-height: 1.4;
}

.nx-collections__price-current {
  font-weight: 600;
  color: var(--nx-black);
}

.nx-collections__price-old {
  font-weight: 400;
  color: #9a9a9a;
  text-decoration: line-through;
}

.nx-collections__footer {
  position: relative;
  min-height: 1.45rem;
  overflow: hidden;
}

.nx-collections__price-wrap,
.nx-collections__actions {
  transition: transform 0.45s cubic-bezier(0.45, 0, 0.55, 1), opacity 0.45s ease;
}

.nx-collections__actions {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  opacity: 0;
}

.nx-collections__card:hover .nx-collections__price-wrap {
  transform: translateY(-100%);
  opacity: 0;
}

.nx-collections__card:hover .nx-collections__actions {
  transform: translateY(-100%);
  opacity: 1;
}

.nx-collections__link {
  position: relative;
  padding: 0 0 2px;
  font-family: var(--nx-font-serif);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--nx-black);
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.nx-collections__link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--nx-gold), var(--nx-gold-light));
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.35s ease;
}

.nx-collections__link:hover::after {
  transform: scaleX(0);
  transform-origin: right center;
}

.nx-collections__link:hover {
  color: var(--nx-gold);
}

@media (prefers-reduced-motion: reduce) {
  .nx-collections__price-wrap,
  .nx-collections__actions {
    transition: none;
  }

  .nx-collections__card:hover .nx-collections__price-wrap {
    transform: none;
    opacity: 0;
  }

  .nx-collections__card:hover .nx-collections__actions {
    transform: translateY(-100%);
    opacity: 1;
  }
}

.nx-tabs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.nx-tab {
  padding: 0.55rem 1.35rem;
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--nx-muted);
  border: 1px solid transparent;
  transition: color 0.3s, border-color 0.3s, background 0.3s;
}

.nx-tab.is-active,
.nx-tab:hover {
  color: var(--nx-black);
  border-color: var(--nx-border);
  background: var(--nx-white);
}

.nx-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.nx-products.is-hidden {
  display: none;
}

.nx-product {
  position: relative;
  background: var(--nx-white);
  border: 1px solid var(--nx-border);
  transition: box-shadow 0.4s var(--ease), transform 0.4s var(--ease);
}

.nx-product:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.nx-product__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  font-size: var(--fs-2xs);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--nx-black);
  color: var(--nx-white);
  padding: 0.35rem 0.65rem;
}

.nx-product__img {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
}

.nx-product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s var(--ease);
}

.nx-product:hover .nx-product__img img {
  transform: scale(1.06);
}

.nx-product__body {
  padding: 1.15rem;
}

.nx-product h3 {
  font-family: var(--nx-font-serif);
  font-size: var(--fs-md);
  margin-bottom: 0.35rem;
}

.nx-product__actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.85rem;
  flex-wrap: wrap;
}

.nx-link {
  font-size: var(--fs-xs);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nx-link:hover {
  color: var(--nx-gold);
}

/* Limited Time Offer */
.nx-offer {
  background: var(--nx-white);
  padding: clamp(4rem, 8vw, 6rem) 0;
}

.nx-offer__bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.nx-offer__bar-copy {
  flex: 1;
  min-width: 0;
}

.nx-offer__label-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.nx-offer__label-dot {
  width: 14px;
  height: 14px;
  border: 1px solid #8a8a8a;
  border-radius: 50%;
}

.nx-offer__label {
  display: inline-block;
  padding: 0.35rem 1rem;
  font-family: var(--nx-font-serif);
  font-size: 0.82rem;
  font-style: italic;
  color: var(--nx-gold-light);
  background: var(--nx-navy);
  border: 1px solid rgba(201, 150, 46, 0.35);
  border-radius: 999px;
}

.nx-offer__heading {
  font-family: var(--nx-font-serif);
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  overflow: hidden;
}

.nx-offer__btn {
  flex-shrink: 0;
  align-self: flex-end;
}

.nx-offer__btn.nx-rect-btn--filled,
.nx-offer__btn.nx-rect-btn--dark {
  border-color: var(--nx-navy);
  background: var(--nx-navy);
  color: var(--nx-white);
}

.nx-offer__btn.nx-rect-btn--filled .nx-rect-btn__fill,
.nx-offer__btn.nx-rect-btn--dark .nx-rect-btn__fill {
  background: var(--nx-gold);
  transform: translate(-50%, 100%);
}

.nx-offer__btn.nx-rect-btn--filled .nx-rect-btn__hover,
.nx-offer__btn.nx-rect-btn--dark .nx-rect-btn__hover {
  color: var(--nx-navy);
}

.nx-offer__btn.nx-rect-btn--filled:hover,
.nx-offer__btn.nx-rect-btn--dark:hover {
  color: var(--nx-navy);
}

.nx-offer__btn.nx-rect-btn--filled:hover .nx-rect-btn__fill,
.nx-offer__btn.nx-rect-btn--dark:hover .nx-rect-btn__fill {
  transform: translate(-50%, 0);
}

.nx-offer__divider {
  height: 1px;
  background: #d9d9d9;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.nx-offer__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.25rem, 2.5vw, 2rem);
}

.nx-offer__card {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 280px;
}

.nx-offer__thumb {
  position: relative;
  flex: 0 0 58%;
  background: #f3f3f3;
  overflow: hidden;
}

.nx-offer__sale {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  padding: 5px 10px;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--nx-gold), var(--nx-soft-gold));
  color: var(--nx-navy);
}

.nx-offer__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  padding: 0;
}

.nx-offer__img--hover {
  opacity: 0;
  transform: scale(1.1);
  object-fit: cover;
  padding: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.nx-offer__img--main {
  transition: opacity 0.35s ease;
}

.nx-offer__panel {
  position: relative;
  z-index: 2;
  flex: 0 0 48%;
  margin-left: -6%;
  align-self: center;
  background: var(--nx-white);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.nx-offer__hover-color {
  position: absolute;
  inset: 0;
  background: #f7f7f7;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.nx-offer__card:hover .nx-offer__hover-color {
  opacity: 1;
}

.nx-offer__panel-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
}

.nx-offer__title {
  font-family: var(--nx-font-serif);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--nx-black);
  transition: color 0.3s ease;
}

.nx-offer__title:hover {
  color: #5a5a5a;
}

.nx-offer__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem;
  font-size: 0.92rem;
  line-height: 1.4;
}

.nx-offer__price-current {
  font-weight: 600;
  color: var(--nx-black);
}

.nx-offer__price-old {
  font-weight: 400;
  color: #9a9a9a;
  text-decoration: line-through;
}

.nx-offer__sku {
  font-size: 0.82rem;
  color: #9a9a9a;
}

.nx-offer__sku span {
  color: #7a7a7a;
}

.nx-offer__actions {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  margin-top: 0.25rem;
}

.nx-offer__link {
  position: relative;
  padding: 0 0 2px;
  font-family: var(--nx-font-serif);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--nx-navy);
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.nx-offer__link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--nx-navy);
  transition: transform 0.35s ease;
  transform-origin: left center;
}

.nx-offer__link:hover::after {
  transform: scaleX(0);
  transform-origin: right center;
}

.nx-offer__link:hover {
  color: var(--nx-gold);
}

.nx-offer__card.has-hover-img:hover .nx-offer__img--hover {
  opacity: 1;
  transform: scale(1.1);
}

.nx-offer__card.has-hover-img:hover .nx-offer__img--main {
  opacity: 0;
}

.nx-offer__card:hover .nx-offer__panel {
  transform: translateX(-20px);
}

@media (prefers-reduced-motion: reduce) {
  .nx-offer__img--hover {
    opacity: 0 !important;
    transform: none !important;
  }

  .nx-offer__card:hover .nx-offer__img--main {
    opacity: 1;
  }

  .nx-offer__panel {
    transform: none !important;
  }
}

/* Legacy offer grid (other sections) */
.nx-offer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

/* Shop By Collection */
.nx-shop {
  background: #041525;
  padding: clamp(5rem, 12vw, 11.25rem) 0;
  overflow: hidden;
}

.nx-shop .container {
  max-width: 100%;
}

.nx-shop__stage {
  position: relative;
  width: 100%;
  min-height: clamp(420px, 52vw, 620px);
  margin: 0 auto;
}

.nx-shop__visuals {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.nx-shop__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: inherit;
  padding: 0 clamp(1rem, 3vw, 2rem);
}

.nx-shop__label {
  margin: 0 0 2.5rem;
  font-family: var(--nx-font-serif);
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--nx-gold-light);
  text-align: center;
}

.nx-shop__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 1.5625rem;
  text-decoration: none;
  color: inherit;
}

.nx-shop__title {
  margin: 0;
  font-family: var(--nx-font-serif);
  font-size: clamp(1.75rem, 5vw, 3.75rem);
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
  transition: color 0.35s ease;
}

.nx-shop__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(244, 217, 155, 0.45);
  border-radius: 50%;
  color: var(--nx-gold-light);
  flex-shrink: 0;
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
}

.nx-shop__link.is-active .nx-shop__title,
.nx-shop__link:focus-visible .nx-shop__title,
.nx-shop__link:hover .nx-shop__title {
  color: var(--nx-gold-light);
}

.nx-shop__link.is-active .nx-shop__icon,
.nx-shop__link:focus-visible .nx-shop__icon {
  opacity: 1;
  transform: scale(1);
}

.nx-shop__frame {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
}

.nx-shop__tilt {
  width: 100%;
  height: 100%;
  transform-origin: center center;
  will-change: transform;
}

.nx-shop__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nx-shop__frame--banner .nx-shop__img--banner,
.nx-shop__frame--portrait.nx-shop__frame--banner .nx-shop__img {
  object-fit: contain;
  object-position: center center;
}

.nx-shop__frame--portrait.nx-shop__frame--banner {
  background: transparent;
}

.nx-shop__frame--portrait {
  width: clamp(140px, 22vw, 340px);
  aspect-ratio: 2 / 3;
  top: 50%;
  right: clamp(0.5rem, 4vw, 4rem);
  transform: translateY(-50%);
}

.nx-shop__frame--landscape {
  width: clamp(120px, 18vw, 270px);
  aspect-ratio: 3 / 2;
  top: clamp(0.5rem, 4vw, 2rem);
  left: clamp(0.5rem, 5vw, 5rem);
}

.nx-shop__frame--circle {
  width: clamp(90px, 12vw, 160px);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  bottom: clamp(0.5rem, 6vw, 3rem);
  left: clamp(2rem, 14vw, 9rem);
}

@media (prefers-reduced-motion: reduce) {
  .nx-shop__frame,
  .nx-shop__title,
  .nx-shop__icon {
    transition: none;
  }
}

@media (max-width: 991px) {
  .nx-shop__frame--portrait {
    right: 0.5rem;
    top: 8%;
    transform: none;
  }

  .nx-shop__frame--landscape {
    top: 0.5rem;
    left: 0.5rem;
  }

  .nx-shop__frame--circle {
    bottom: 0.5rem;
    left: 1.5rem;
  }
}

@media (max-width: 767px) {
  .nx-shop__stage {
    min-height: 380px;
  }

  .nx-shop__link {
    gap: 0.625rem;
  }

  .nx-shop__icon {
    width: 30px;
    height: 30px;
  }

  .nx-shop__icon svg {
    width: 14px;
    height: 14px;
  }

  .nx-shop__frame--portrait {
    width: clamp(100px, 24vw, 160px);
  }

  .nx-shop__frame--landscape {
    width: clamp(90px, 20vw, 150px);
  }

  .nx-shop__frame--circle {
    width: clamp(72px, 16vw, 120px);
  }
}

@media (max-width: 479px) {
  .nx-shop__frame--portrait {
    width: 100px;
    top: 4%;
  }
}

/* Export highlights */
.nx-highlights {
  background: var(--nx-cream);
}

.nx-highlights__head {
  max-width: 640px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.nx-highlights__head h2 {
  font-family: var(--nx-font-serif);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  margin: 0.5rem 0 1rem;
}

.nx-highlights__head p {
  margin: 0;
  color: var(--nx-muted);
  line-height: 1.7;
}

.nx-highlights__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.25rem, 3vw, 2rem);
}

.nx-highlight__card {
  display: flex;
  flex-direction: column;
  background: var(--nx-white);
  border: 1px solid var(--nx-border);
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.nx-highlight__card:hover {
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.nx-highlight__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eceae6;
}

.nx-highlight__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.nx-highlight__card:hover .nx-highlight__media img {
  transform: scale(1.05);
}

.nx-highlight__tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--nx-gold);
  color: var(--nx-white);
}

.nx-highlight__body {
  padding: 1.35rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.nx-highlight__sku {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--nx-muted);
  margin-bottom: 0.5rem;
}

.nx-highlight__body h3 {
  margin: 0 0 0.5rem;
  font-family: var(--nx-font-serif);
  font-size: 1.35rem;
  font-weight: 500;
}

.nx-highlight__body h3 a {
  color: inherit;
  text-decoration: none;
}

.nx-highlight__body h3 a:hover {
  color: var(--nx-gold);
}

.nx-highlight__meta {
  margin: 0 0 1.25rem;
  font-size: 0.85rem;
  color: var(--nx-muted);
  line-height: 1.5;
  flex: 1;
}

.nx-highlight__cta {
  align-self: flex-start;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--nx-black);
  text-decoration: none;
  border-bottom: 1px solid var(--nx-gold);
  padding-bottom: 0.15rem;
  transition: color 0.3s, border-color 0.3s;
}

.nx-highlight__cta:hover {
  color: var(--nx-gold);
  border-color: var(--nx-gold-light);
}

.nx-highlights__foot {
  margin-top: 2.5rem;
  text-align: center;
}

.nx-highlights .nx-btn--outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2rem;
  border: 1px solid var(--nx-gold);
  color: var(--nx-black);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.nx-highlights .nx-btn--outline:hover {
  background: linear-gradient(135deg, var(--nx-gold), var(--nx-soft-gold));
  color: var(--nx-navy);
  border-color: var(--nx-gold-light);
  box-shadow: 0 10px 28px var(--nx-gold-glow);
}

@media (max-width: 900px) {
  .nx-assurance__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .nx-highlights__grid {
    grid-template-columns: 1fr;
  }

  .nx-assurance__grid {
    grid-template-columns: 1fr;
  }
}

/* Assurance row */
.nx-assurance {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  background: linear-gradient(180deg, #fdfbf7 0%, var(--nx-cream) 50%, #f5f0e8 100%);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(184, 149, 74, 0.12);
}

.nx-assurance__deco {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(184, 149, 74, 0.06) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(184, 149, 74, 0.05) 0%, transparent 35%);
  pointer-events: none;
}

.nx-assurance__head {
  position: relative;
  text-align: center;
  max-width: 520px;
  margin: 0 auto clamp(3rem, 5vw, 4rem);
}

.nx-assurance__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.nx-assurance__eyebrow-line {
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--nx-gold));
}

.nx-assurance__eyebrow-line:last-child {
  background: linear-gradient(90deg, var(--nx-gold), transparent);
}

.nx-assurance__label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--nx-gold);
  white-space: nowrap;
}

.nx-assurance__head h2 {
  margin: 0;
  font-family: var(--nx-font-serif);
  font-size: clamp(1.85rem, 4.2vw, 3rem);
  font-weight: 400;
  color: var(--nx-black);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.nx-assurance__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
}

.nx-assurance__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: clamp(1.75rem, 3vw, 2.25rem) clamp(1.35rem, 2.5vw, 1.75rem);
  background: var(--nx-white);
  border: 1px solid rgba(184, 149, 74, 0.1);
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.03),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease, border-color 0.5s ease;
  overflow: hidden;
}

.nx-assurance__card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  right: 1.5rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--nx-gold), transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.nx-assurance__card:hover {
  transform: translateY(-8px);
  border-color: rgba(184, 149, 74, 0.28);
  box-shadow:
    0 28px 56px rgba(184, 149, 74, 0.12),
    0 8px 24px rgba(0, 0, 0, 0.06);
}

.nx-assurance__card:hover::after {
  opacity: 1;
}

.nx-assurance__num {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  font-family: var(--nx-font-serif);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  color: rgba(184, 149, 74, 0.08);
  transition: color 0.5s ease;
  pointer-events: none;
}

.nx-assurance__card:hover .nx-assurance__num {
  color: rgba(184, 149, 74, 0.16);
}

.nx-assurance__icon-wrap {
  position: relative;
  width: 68px;
  height: 68px;
  flex-shrink: 0;
}

.nx-assurance__icon-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 135deg, #e8d5a8, #b8954a, #d4b87a, #a07d3a, #e8d5a8);
  opacity: 0.85;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.nx-assurance__card:hover .nx-assurance__icon-ring {
  opacity: 1;
  transform: rotate(90deg);
}

.nx-assurance__icon {
  position: absolute;
  inset: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #fffefb 0%, #faf6ef 100%);
  color: var(--nx-gold);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: color 0.5s ease, background 0.5s ease;
}

.nx-assurance__card:hover .nx-assurance__icon {
  background: linear-gradient(145deg, #d4b87a 0%, #b8954a 100%);
  color: var(--nx-white);
}

.nx-assurance__icon svg {
  width: 28px;
  height: 28px;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.nx-assurance__card:hover .nx-assurance__icon svg {
  transform: scale(1.08);
}

.nx-assurance__text strong {
  display: block;
  font-family: var(--nx-font-serif);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  margin-bottom: 0.65rem;
  color: var(--nx-black);
  transition: color 0.4s ease;
}

.nx-assurance__card:hover .nx-assurance__text strong {
  color: #8a6d2f;
}

.nx-assurance__text span {
  display: block;
  font-size: 0.84rem;
  line-height: 1.7;
  color: var(--nx-muted);
}

/* Reveal */
[data-nx-reveal] {
  opacity: 0;
  transform: translateY(32px);
}

/* Responsive */
@media (max-width: 1024px) {
  .nx-cats,
  .nx-products,
  .nx-collections__grid,
  .nx-offer__grid,
  .nx-offer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nx-feat__layout {
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 14px;
  }

  .nx-cat {
    min-height: clamp(320px, 45vw, 400px);
  }

  .nx-cat:hover .nx-cat__label {
    padding: 0.85rem 1.75rem;
  }

  .nx-deals-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .nx-deals-banner {
    height: auto;
    min-height: 320px;
  }

  .nx-deals-banner__img {
    height: auto;
    min-height: 320px;
  }

  .nx-deals-panel,
  .nx-deals-products {
    height: auto;
    min-height: 0;
  }

  .nx-deals-products {
    min-height: 640px;
  }

  .nx-deals-card {
    grid-template-columns: 1fr;
    padding: 20px;
    height: auto;
    min-height: 640px;
  }

  .nx-deals-card__media {
    min-height: 300px;
  }

  .nx-deals-media__inner {
    height: 300px;
    padding: 0 52px;
  }

  .nx-deals-images img {
    max-height: 260px;
  }

  .nx-deals-card__info {
    padding: 10px 0 0;
  }

}

@media (max-width: 768px) {
  .nx-cats,
  .nx-products,
  .nx-collections__grid,
  .nx-offer__grid,
  .nx-offer-grid,
  .nx-assurance__grid {
    grid-template-columns: 1fr;
  }

  .nx-hero__arrow {
    width: 44px;
    height: 44px;
  }

  .nx-offer__bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .nx-offer__btn {
    align-self: flex-start;
  }

  .nx-offer__card {
    flex-direction: column;
    min-height: 0;
  }

  .nx-offer__thumb {
    flex: none;
    width: 100%;
    aspect-ratio: 1 / 1;
  }

  .nx-offer__panel {
    flex: none;
    width: calc(100% - 2rem);
    margin: -2.5rem auto 0;
  }

  .nx-feat__layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .nx-feat__banner {
    min-height: 340px;
    height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nx-sale__track,
  .jz-promo__track {
    animation: none;
  }
}


