:root {
      --primary: #080a10;
      --primary-2: #12141c;
      --primary-mid: #0e1018;
      --gold: #e8c547;
      --gold-2: #f4d06f;
      --gold-light: #fff3c4;
      --ink: #141414;
      --muted: #5c5c5c;
      --bg: #ffffff;
      --bg-soft: #f7f7f7;
      --card: #ffffff;
      --border: #e5e5e5;
      --success: #22c55e;
      --danger: #ef4444;
      --warning: #f59e0b;
      --shadow: 0 8px 28px rgba(0, 0, 0, .08);
      --shadow-dark: 0 12px 40px rgba(0, 0, 0, .38);
      --shadow-dark-soft: 0 6px 24px rgba(0, 0, 0, .22);
      --glow-gold: 0 0 40px rgba(244, 208, 111, .12);
      --dark-gradient: linear-gradient(165deg, #141820 0%, #0c0e14 42%, #080a10 72%, #0a0b10 100%);
      --dark-gradient-header: linear-gradient(180deg, #12151e 0%, #0c0e14 55%, #080a10 100%);
      --dark-gradient-footer: linear-gradient(180deg, #0c0e14 0%, #080a10 50%, #06080c 100%);
      --glow-ambient-left: radial-gradient(ellipse 80% 60% at 10% 25%, rgba(244, 208, 111, .1), transparent 58%);
      --glow-ambient-right: radial-gradient(ellipse 65% 50% at 90% 70%, rgba(232, 197, 71, .07), transparent 52%);
      --glow-ambient-top: radial-gradient(ellipse 70% 80% at 50% -15%, rgba(244, 208, 111, .08), transparent 55%);
      --radius: 8px;
      --radius-sm: 6px;
      --top-chrome: 5.6rem;
      --ease-luxe: cubic-bezier(.25, .46, .45, .94);
      --transition-fast: .28s var(--ease-luxe);
      --transition-med: .5s var(--ease-luxe);
      --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
      --text-xs: .75rem;
      --text-sm: .8125rem;
      --text-base: .9375rem;
      --text-md: 1rem;
      --text-lg: 1.0625rem;
      --text-xl: 1.25rem;
      --leading-tight: 1.25;
      --leading-normal: 1.5;
      --leading-relaxed: 1.65;
    }
    * { box-sizing: border-box; }
    html {
      scroll-behavior: smooth;
      overflow-x: clip;
    }
    body { overflow-x: clip; }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
      }
    }
    body {
      margin: 0;
      font-family: var(--font-sans);
      font-size: var(--text-base);
      line-height: var(--leading-normal);
      color: var(--ink);
      background: var(--bg);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    .customer-shell { background: var(--bg); }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    .serif { font-family: var(--font-sans); font-weight: 600; letter-spacing: -.02em; }
    .money { font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", monospace; }
    .text-gold { color: var(--gold); }
    .btn-luxe {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: .45rem;
      border: 1px solid #f0cc5a;
      border-radius: var(--radius-sm);
      padding: .58rem 1.05rem;
      font-size: var(--text-sm);
      background: linear-gradient(180deg, #fff0b0 0%, #f4d06f 45%, #e8c547 100%);
      color: #1a1408;
      font-weight: 600;
      box-shadow: none;
      transition: background var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);
    }
    .btn-luxe:hover {
      background: linear-gradient(180deg, #fff6c8 0%, #f8dc82 45%, #ecc552 100%);
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(232, 197, 71, .25);
    }
    .btn-dark-luxe {
      border-radius: var(--radius-sm);
      border: 1px solid var(--gold);
      background: var(--primary);
      color: var(--gold-2);
      padding: .72rem 1.25rem;
      font-weight: 700;
    }
    .btn-dark-luxe:hover { background: #12141c; color: #fff3c4; }
    .btn-outline-gold {
      border-radius: var(--radius-sm);
      border: 1px solid rgba(244, 208, 111, .55);
      background: transparent;
      color: var(--gold-2);
      padding: .72rem 1.25rem;
      font-weight: 600;
    }
    .btn-outline-gold:hover { background: rgba(244, 208, 111, .1); color: #fff3c4; }
    .btn-hero-primary {
      padding: .78rem 1.35rem;
      font-size: .95rem;
      letter-spacing: .02em;
      box-shadow:
        0 4px 20px rgba(232, 197, 71, .28),
        0 0 32px rgba(244, 208, 111, .12);
    }
    .btn-hero-primary .btn-hero-chevron {
      font-size: .72rem;
      margin-left: .15rem;
      color: #1a1408;
    }
    .btn-hero-primary .fa-bag-shopping {
      font-size: .95rem;
      color: #1a1408;
    }
    .btn-hero-secondary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: .5rem;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(244, 208, 111, .58);
      background: rgba(244, 208, 111, .06);
      color: rgba(247, 234, 208, .88);
      padding: .78rem 1.2rem;
      font-weight: 600;
      font-size: .9rem;
      box-shadow: 0 0 0 1px rgba(244, 208, 111, .08) inset;
    }
    .btn-hero-primary i {
      font-size: .92em;
      line-height: 1;
      flex-shrink: 0;
      color: #1a1408;
    }
    .btn-hero-secondary {
      min-width: 12.75rem;
      padding-left: 1.35rem;
      padding-right: 1.35rem;
    }
    .btn-hero-secondary i {
      font-size: .92em;
      line-height: 1;
      flex-shrink: 0;
      color: rgba(255, 255, 255, .95);
    }
    .btn-hero-secondary:hover {
      border-color: rgba(244, 208, 111, .85);
      color: #fff3c4;
      background: rgba(244, 208, 111, .12);
      box-shadow: 0 0 20px rgba(244, 208, 111, .1);
    }
    .btn-hero-secondary:hover i {
      color: #fff;
    }
    .btn-search-subtle {
      border-radius: var(--radius-sm);
      border: 1px solid rgba(244, 208, 111, .2) !important;
      background: rgba(244, 208, 111, .08) !important;
      color: rgba(247, 234, 208, .85) !important;
      padding: .38rem .75rem !important;
      font-size: .8rem !important;
      font-weight: 600;
      box-shadow: none !important;
      cursor: pointer;
    }
    .btn-hero-secondary { cursor: pointer; }
    .btn-soft {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: .4rem;
      border-radius: var(--radius-sm);
      border: 1px solid var(--border);
      background: #fff;
      color: var(--ink);
      padding: .5rem .85rem;
      font-size: var(--text-sm);
      font-weight: 600;
      transition: border-color var(--transition-fast), background var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);
    }
    .btn-soft:hover {
      border-color: rgba(232, 197, 71, .45);
      transform: translateY(-1px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
    }
    .btn-view-all {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: .55rem;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(232, 197, 71, .55);
      background: linear-gradient(180deg, rgba(255, 248, 228, .65) 0%, #fff 42%, rgba(255, 252, 245, .98) 100%);
      color: #4a3a0c;
      padding: .82rem 1.75rem;
      font-weight: 700;
      font-size: .95rem;
      letter-spacing: .02em;
      cursor: pointer;
      box-shadow:
        0 1px 0 rgba(255, 255, 255, .95) inset,
        0 4px 18px rgba(232, 197, 71, .14),
        0 2px 10px rgba(0, 0, 0, .05);
      transition: background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);
    }
    .btn-view-all svg.lucide {
      width: 18px;
      height: 18px;
      stroke-width: 2.25;
      flex-shrink: 0;
      transition: transform var(--transition-fast);
    }
    .btn-view-all:hover {
      background: linear-gradient(180deg, #fff0b0 0%, #f4d06f 45%, #e8c547 100%);
      border-color: #f0cc5a;
      color: #1a1408;
      transform: translateY(-2px);
      box-shadow:
        0 8px 24px rgba(232, 197, 71, .28),
        0 0 20px rgba(244, 208, 111, .12);
    }
    .btn-view-all:hover svg.lucide {
      transform: translateX(3px);
    }
    .pill {
      border-radius: var(--radius-sm);
      padding: .28rem .65rem;
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: .03em;
      text-transform: uppercase;
      display: inline-flex;
      align-items: center;
      gap: .35rem;
    }
    .pill.gold { background: rgba(232, 197, 71, .15); color: #9a7b1a; border: 1px solid rgba(232, 197, 71, .35); }
    .pill.green { background: rgba(34, 197, 94, .14); color: #15803d; }
    .pill.red { background: rgba(239, 68, 68, .12); color: #b91c1c; }
    .pill.blue { background: rgba(27, 43, 75, .12); color: var(--primary-2); }
    .card-luxe {
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
      transition: transform var(--transition-med), box-shadow var(--transition-med), border-color var(--transition-fast);
    }
    .card-luxe:hover:not(.product-card):not(.blog-card):not(.testimonial-card) {
      transform: translateY(-4px);
      box-shadow: 0 14px 36px rgba(0, 0, 0, .09);
      border-color: rgba(232, 197, 71, .22);
    }
    .img-zoom-wrap {
      overflow: hidden;
      border-radius: var(--radius);
    }
    .img-zoom-wrap img,
    .img-zoom-wrap picture img,
    .showcase-img,
    .showcase-img-wrap picture img {
      transition: transform var(--transition-med);
    }
    .img-zoom-wrap:hover img,
    .showcase-img:hover { transform: scale(1.05); }
    .reveal-on-scroll {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity .75s var(--ease-luxe), transform .75s var(--ease-luxe);
    }
    .reveal-on-scroll.is-visible {
      opacity: 1;
      transform: none;
    }
    .reveal-on-scroll.delay-1 { transition-delay: .1s; }
    .reveal-on-scroll.delay-2 { transition-delay: .2s; }
    .reveal-on-scroll.delay-3 { transition-delay: .3s; }
    /* Auraluxe scroll reveal — works with aos.css (library handles opacity/transform) */
    [data-aos] {
      pointer-events: auto;
      will-change: transform, opacity;
    }
    [data-aos][data-aos-easing="ease-out-back"] {
      transition-timing-function: cubic-bezier(0.34, 1.45, 0.64, 1) !important;
    }
    /* Only animate elements in the active SPA view */
    .view:not(.active) [data-aos] {
      opacity: 1 !important;
      transform: none !important;
    }
    .customer-shell .card-luxe:hover { box-shadow: var(--shadow); }
    .section-pad { padding: 64px 0; }
    .section-title {
      font-family: var(--font-sans);
      font-size: clamp(1.35rem, 2.4vw, 1.75rem);
      line-height: var(--leading-tight);
      margin-bottom: .5rem;
      font-weight: 700;
      letter-spacing: -.025em;
    }
    .section-title-emoji {
      display: inline-block;
      margin-right: .28em;
      font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      vertical-align: middle;
      transform: translateY(-.06em);
    }
    .section-badge {
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      padding: .45rem 1rem .45rem .8rem;
      border-radius: 999px;
      font-size: .95rem;
      font-weight: 800;
      letter-spacing: .12em;
      text-transform: uppercase;
      overflow: hidden;
      cursor: default;
      transition: transform var(--transition-fast), box-shadow var(--transition-fast), background-position .6s ease;
    }
    .section-badge-emoji {
      font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
      font-size: 1.1em;
      line-height: 1;
      flex-shrink: 0;
    }
    .section-badge--love {
      color: #5c1a2e;
      background: linear-gradient(105deg, #ffe8f0 0%, #ffc8d8 38%, #ffb3c9 72%, #ffd6e5 100%);
      background-size: 200% 100%;
      border: 1px solid rgba(255, 255, 255, .55);
      box-shadow:
        0 2px 14px rgba(255, 105, 150, .28),
        inset 0 1px 0 rgba(255, 255, 255, .65);
    }
    .section-badge--love::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(105deg, transparent 28%, rgba(255, 255, 255, .5) 50%, transparent 72%);
      transform: translateX(-120%);
      transition: transform .65s var(--ease-luxe);
    }
    .section-badge--love:hover {
      transform: translateY(-2px);
      box-shadow:
        0 6px 22px rgba(255, 105, 150, .38),
        inset 0 1px 0 rgba(255, 255, 255, .7);
      background-position: 100% 0;
    }
    .section-badge--love:hover::before {
      transform: translateX(120%);
    }
    .section-head {
      max-width: 640px;
      margin-left: auto;
      margin-right: auto;
    }
    .section-eyebrow {
      display: inline-block;
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: #9a7b1a;
      margin-bottom: .65rem;
    }
    .section-sub {
      color: var(--muted);
      font-size: 1rem;
      line-height: 1.55;
      margin-bottom: 0;
    }
    .section-ornament {
      width: 56px;
      height: 3px;
      margin: 1.15rem auto 0;
      border-radius: 2px;
      background: linear-gradient(90deg, transparent, var(--gold), transparent);
      box-shadow: 0 0 12px rgba(244, 208, 111, .35);
    }
    #featuredCollection .section-eyebrow {
      font-size: 1rem;
      letter-spacing: .14em;
      margin-bottom: .5rem;
    }
    #newArrivalsSection .section-eyebrow {
      font-size: 1rem;
      letter-spacing: .16em;
      margin-bottom: .5rem;
    }
    .product-card-desc {
      color: #454545;
      font-size: .88rem;
      line-height: 1.45;
      margin-bottom: .75rem;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      min-height: 2.55em;
    }
    picture {
      display: block;
      line-height: 0;
    }
    picture img {
      max-width: 100%;
      height: auto;
    }
    .product-media picture,
    .product-media picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .thumb picture,
    .thumb picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .hero-slide picture,
    .hero-slide picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .blog-card-media picture,
    .blog-card-media picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .offer-modal-body picture,
    .offer-modal-body picture img {
      width: 100%;
      height: auto;
      display: block;
    }
    .product-badge {
      position: absolute;
      top: 14px;
      left: 14px;
      z-index: 3;
      padding: .3rem .68rem;
      border-radius: 7px;
      font-size: .62rem;
      font-weight: 800;
      letter-spacing: .09em;
      text-transform: uppercase;
      line-height: 1.2;
      border: 1px solid rgba(255, 255, 255, .5);
      box-shadow:
        0 4px 14px rgba(0, 0, 0, .28),
        inset 0 2px 0 rgba(255, 255, 255, .72),
        inset 0 -3px 6px rgba(0, 0, 0, .18);
    }
    .product-badge.new {
      color: #fff;
      border-color: rgba(200, 230, 255, .65);
      text-shadow: 0 1px 2px rgba(0, 30, 80, .5);
      background-color: #2b6cb8;
      background-image:
        linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, .06) 48%, transparent 55%),
        linear-gradient(145deg, #1d4f9e 0%, #3b82d6 35%, #6eb5ff 58%, #2f6fc4 100%);
      box-shadow:
        0 4px 16px rgba(37, 99, 180, .5),
        inset 0 2px 0 rgba(255, 255, 255, .75),
        inset 0 -3px 6px rgba(0, 40, 100, .35);
    }
    .product-badge.hot {
      color: #fff;
      border-color: rgba(255, 220, 180, .7);
      text-shadow: 0 1px 2px rgba(100, 20, 0, .45);
      background-color: #d4622a;
      background-image:
        linear-gradient(180deg, rgba(255, 255, 255, .48) 0%, rgba(255, 255, 255, .05) 48%, transparent 55%),
        linear-gradient(145deg, #a83f10 0%, #e07030 38%, #ffb070 58%, #c85a28 100%);
      box-shadow:
        0 4px 16px rgba(200, 80, 20, .45),
        inset 0 2px 0 rgba(255, 255, 255, .7),
        inset 0 -3px 6px rgba(80, 20, 0, .3);
    }
    .product-badge.sold,
    .product-badge.outofstock {
      color: #fff;
      border-color: rgba(255, 255, 255, .35);
      text-shadow: 0 1px 2px rgba(0, 0, 0, .55);
      background-color: #3a3f4d;
      background-image:
        linear-gradient(180deg, rgba(255, 255, 255, .35) 0%, rgba(255, 255, 255, .04) 48%, transparent 55%),
        linear-gradient(145deg, #252830 0%, #454b5c 42%, #6a7285 55%, #343945 100%);
      box-shadow:
        0 4px 14px rgba(0, 0, 0, .4),
        inset 0 2px 0 rgba(255, 255, 255, .55),
        inset 0 -3px 6px rgba(0, 0, 0, .35);
    }
    .product-badge.outofstock {
      font-size: .58rem;
      letter-spacing: .06em;
    }
    .product-card--out-of-stock .product-media img {
      opacity: .82;
    }
    .product-card--out-of-stock:hover {
      transform: none;
    }
    .product-card--out-of-stock.card-luxe:hover {
      transform: translateY(-2px);
      box-shadow: var(--shadow);
    }
    .btn-luxe.btn-out-of-stock,
    .btn-luxe.btn-out-of-stock:disabled {
      background: linear-gradient(180deg, #ececec 0%, #d4d4d4 100%);
      border-color: #c8c8c8;
      color: #5c5c5c;
      cursor: not-allowed;
      opacity: 1;
      box-shadow: none;
      transform: none;
    }
    .customer-shell { display: block; }
    .announcement {
      position: relative;
      background: linear-gradient(90deg, #0a0c12 0%, #151820 50%, #0a0c12 100%);
      color: var(--gold-light);
      font-size: .9rem;
      font-weight: 400;
      letter-spacing: .02em;
      padding: .5rem 1rem;
      text-align: center;
      border-bottom: 1px solid rgba(244, 208, 111, .18);
      box-shadow: 0 1px 0 rgba(255, 255, 255, .05) inset;
      text-shadow: 0 0 20px rgba(244, 208, 111, .15);
    }
    .announcement::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: min(420px, 60%);
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(244, 208, 111, .35), transparent);
      pointer-events: none;
    }
    .site-header {
      position: sticky;
      top: 0;
      z-index: 40;
      background: var(--dark-gradient-header);
      border-bottom: 1px solid rgba(244, 208, 111, .14);
      box-shadow:
        var(--shadow-dark-soft),
        0 1px 0 rgba(255, 255, 255, .04) inset;
    }
    .site-header::before {
      content: "";
      position: absolute;
      inset: 0;
      background: var(--glow-ambient-top);
      pointer-events: none;
    }
    .header-inner {
      position: relative;
      z-index: 1;
      padding: .55rem 0;
    }
    .header-bar {
      display: flex;
      align-items: center;
      gap: .75rem;
      width: 100%;
    }
    .header-search-row {
      flex: 1 1 320px;
      min-width: min(100%, 280px);
      max-width: 420px;
    }
    .header-search-row .search-wrap {
      max-width: none;
      width: 100%;
    }
    .site-nav {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: .15rem;
    }
    .mobile-nav-shell,
    .mobile-nav-header,
    .mobile-nav-footer,
    .mobile-nav-close,
    .mobile-nav-section-label {
      display: none;
    }
    .nav-link-luxe .nav-chevron {
      width: 12px;
      height: 12px;
      opacity: .45;
      margin-left: auto;
    }
    .mobile-nav-toggle {
      display: none;
      width: 42px;
      height: 42px;
      padding: 0;
      border: 1px solid rgba(244, 208, 111, .22);
      border-radius: var(--radius-sm);
      background: rgba(255, 255, 255, .04);
      color: var(--gold-2);
      place-items: center;
      cursor: pointer;
      flex-shrink: 0;
      transition: background var(--transition-fast), border-color var(--transition-fast);
    }
    .mobile-nav-toggle:hover {
      background: rgba(244, 208, 111, .1);
      border-color: rgba(244, 208, 111, .4);
    }
    .mobile-nav-toggle svg.lucide {
      width: 20px;
      height: 20px;
    }
    .icon-btn-search-mobile { display: none; }
    .mobile-nav-backdrop {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 90;
      background: rgba(6, 8, 14, .58);
      backdrop-filter: blur(3px);
      -webkit-backdrop-filter: blur(3px);
    }
    .product-media--detail {
      min-height: clamp(260px, 62vw, 520px);
    }
    .product-card-media-link {
      display: block;
      color: inherit;
      text-decoration: none;
    }
    .product-card-media-link:focus-visible {
      outline: 2px solid var(--gold);
      outline-offset: 3px;
      border-radius: var(--radius-sm);
    }
    .product-card-title-link {
      color: var(--ink);
      text-decoration: none;
      transition: color var(--transition-fast);
    }
    .product-card-title-link:hover {
      color: #9a7b1a;
    }
    .cart-toast {
      position: fixed;
      top: max(1rem, env(safe-area-inset-top));
      right: max(1rem, env(safe-area-inset-right));
      z-index: 250;
      width: min(430px, calc(100vw - 2rem));
      opacity: 0;
      visibility: hidden;
      transform: translateX(calc(100% + 2.5rem));
      transition:
        transform .48s cubic-bezier(.22, 1, .36, 1),
        opacity .35s ease,
        visibility .48s;
      pointer-events: none;
      will-change: transform, opacity;
    }
    .cart-toast.is-visible {
      opacity: 1;
      visibility: visible;
      transform: translateX(0);
      pointer-events: auto;
    }
    .cart-toast.is-leaving {
      opacity: 0;
      visibility: hidden;
      transform: translateX(calc(100% + 2.5rem));
      pointer-events: none;
    }
    .cart-toast-inner {
      position: relative;
      display: flex;
      flex-direction: column;
      border-radius: 14px;
      border: 1px solid rgba(212, 178, 88, .55);
      background: linear-gradient(160deg, #14161e 0%, #0e1016 48%, #0a0c12 100%);
      box-shadow:
        0 22px 56px rgba(0, 0, 0, .5),
        0 0 0 1px rgba(244, 208, 111, .12),
        inset 0 1px 0 rgba(255, 255, 255, .06);
      overflow: hidden;
    }
    .cart-toast-close {
      position: absolute;
      top: .65rem;
      right: .65rem;
      z-index: 3;
      width: 28px;
      height: 28px;
      padding: 0;
      border: 0;
      border-radius: 6px;
      background: rgba(255, 255, 255, .06);
      color: rgba(247, 234, 208, .55);
      display: grid;
      place-items: center;
      cursor: pointer;
      transition: background var(--transition-fast), color var(--transition-fast);
    }
    .cart-toast-close:hover {
      background: rgba(255, 255, 255, .1);
      color: rgba(247, 234, 208, .9);
    }
    .cart-toast-close svg.lucide {
      width: 15px;
      height: 15px;
    }
    .cart-toast-body {
      display: flex;
      flex-direction: column;
      padding: 1.1rem 1.15rem .95rem;
    }
    .cart-toast-main {
      display: flex;
      align-items: flex-start;
      gap: .9rem;
      min-width: 0;
      padding-right: 1.75rem;
    }
    .cart-toast-icon-wrap {
      flex-shrink: 0;
      width: 64px;
      height: 64px;
      line-height: 0;
    }
    .cart-toast-tick {
      width: 64px;
      height: 64px;
      object-fit: contain;
      display: block;
    }
    .cart-toast-copy {
      flex: 1;
      min-width: 0;
      padding-top: .15rem;
    }
    .cart-toast-eyebrow {
      display: block;
      font-size: .64rem;
      font-weight: 700;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: var(--gold-2);
      margin-bottom: .4rem;
    }
    .cart-toast-product {
      display: block;
      font-size: 1.08rem;
      font-weight: 600;
      color: #fff;
      line-height: 1.3;
      margin-bottom: .2rem;
    }
    .cart-toast-message-tail {
      margin: 0;
      font-size: .8rem;
      line-height: 1.45;
      color: rgba(247, 234, 208, .52);
    }
    .cart-toast-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: .75rem;
      margin-top: 1rem;
      padding-top: .9rem;
      border-top: 1px solid rgba(244, 208, 111, .14);
    }
    .cart-toast-summary {
      display: flex;
      align-items: center;
      gap: .5rem;
      margin: 0;
      min-width: 0;
      font-size: .78rem;
      line-height: 1.35;
      color: rgba(247, 234, 208, .62);
    }
    .cart-toast-summary > i {
      flex-shrink: 0;
      font-size: .82rem;
      color: var(--gold-2);
      opacity: .9;
    }
    .cart-toast-summary-text strong {
      color: var(--gold-2);
      font-weight: 700;
    }
    .cart-toast-action {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: .4rem;
      flex-shrink: 0;
      border: 0;
      border-radius: 8px;
      background: linear-gradient(180deg, #f4d06f 0%, #e8c547 55%, #d4ad3a 100%);
      color: #1a1408;
      font-size: .8rem;
      font-weight: 700;
      padding: .55rem .75rem;
      min-height: 38px;
      cursor: pointer;
      box-shadow:
        0 4px 14px rgba(232, 197, 71, .32),
        inset 0 1px 0 rgba(255, 255, 255, .45);
      transition:
        transform var(--transition-fast),
        box-shadow var(--transition-fast),
        filter var(--transition-fast);
    }
    .cart-toast-action > i:first-child {
      font-size: .88rem;
      color: #1a1408;
    }
    .cart-toast-action-arrow {
      font-size: .72rem;
      color: #1a1408;
      opacity: .85;
    }
    .cart-toast-action:hover {
      color: #1a1408;
      filter: brightness(1.05);
      transform: translateY(-1px);
      box-shadow:
        0 6px 18px rgba(232, 197, 71, .4),
        inset 0 1px 0 rgba(255, 255, 255, .5);
    }
    .cart-toast-action:active {
      transform: translateY(0);
    }
    .cart-toast-progress {
      height: 3px;
      width: 100%;
      background: rgba(255, 255, 255, .08);
      flex-shrink: 0;
    }
    .cart-toast-progress-bar {
      display: block;
      height: 100%;
      width: 100%;
      transform-origin: left center;
      transform: scaleX(1);
      background: linear-gradient(90deg, #e8c547 0%, #f4d06f 45%, #fff3c4 100%);
      box-shadow: 0 0 12px rgba(244, 208, 111, .55);
    }
    @keyframes cartToastCountdown {
      from { transform: scaleX(1); }
      to { transform: scaleX(0); }
    }
    .detail-view.section-pad {
      padding-top: 1.5rem;
      padding-bottom: 2.5rem;
    }
    .detail-breadcrumb {
      font-size: .82rem;
      margin-bottom: 1rem;
    }
    .detail-hero {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.75rem;
      align-items: start;
    }
    .detail-gallery {
      padding: 1rem;
      display: flex;
      flex-direction: column;
      gap: .75rem;
    }
    .detail-gallery-media {
      position: relative;
      width: 100%;
    }
    .detail-gallery-main {
      border-radius: var(--radius-sm);
      overflow: hidden;
      background: #f3f3f3;
      position: relative;
    }
    .detail-zoom {
      position: relative;
      width: 100%;
      height: 100%;
      min-height: inherit;
    }
    .detail-zoom-stage {
      position: relative;
      width: 100%;
      height: 100%;
      min-height: inherit;
      z-index: 1;
    }
    .detail-zoom--capable.detail-zoom--ready .detail-zoom-stage {
      cursor: crosshair;
    }
    .detail-zoom-lens {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 4;
      pointer-events: none;
      border: 2px solid rgba(255, 255, 255, .92);
      border-radius: 2px;
      box-shadow:
        0 0 0 1px rgba(0, 0, 0, .14),
        0 8px 24px rgba(0, 0, 0, .12),
        inset 0 0 0 1px rgba(255, 255, 255, .35);
      background: rgba(255, 255, 255, .12);
      backdrop-filter: blur(1px);
      -webkit-backdrop-filter: blur(1px);
      will-change: transform;
    }
    .detail-zoom-flyout {
      display: none;
      pointer-events: none;
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: 50% 50%;
    }
    .detail-gallery-main .product-media--detail {
      min-height: 280px;
      margin: 0;
    }
    .detail-gallery-main img,
    .detail-gallery-main picture {
      width: 100%;
      height: 100%;
      object-fit: cover;
      aspect-ratio: 1 / 1;
    }
    .detail-thumbs {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: flex-start;
      gap: .5rem;
      width: 100%;
    }
    .detail-thumb {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      width: 88px;
      height: 88px;
      aspect-ratio: 1 / 1;
      border: 2px solid transparent;
      border-radius: var(--radius-sm);
      padding: 0;
      background: linear-gradient(180deg, #fafafa 0%, #f0f0f0 100%);
      overflow: hidden;
      cursor: pointer;
      transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
    }
    .detail-thumb-frame {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      padding: .4rem;
    }
    .detail-thumb.is-active {
      border-color: var(--gold);
      box-shadow: 0 0 0 1px rgba(232, 197, 71, .25), 0 0 16px rgba(244, 208, 111, .15);
    }
    .detail-thumb picture,
    .detail-thumb img {
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      object-position: center;
      display: block;
    }
    .detail-media-actions {
      display: flex;
      flex-wrap: wrap;
      gap: .5rem;
    }
    .detail-play-video-btn {
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      border: none;
      cursor: pointer;
      font: inherit;
      line-height: 1.2;
      transition: transform var(--transition-fast), box-shadow var(--transition-fast);
    }
    .detail-play-video-btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 6px 16px rgba(27, 43, 75, .18);
    }
    .detail-play-video-emoji {
      font-size: 1.05em;
      line-height: 1;
    }
    .detail-info {
      display: flex;
      flex-direction: column;
      gap: .65rem;
    }
    .detail-seller-pill {
      align-self: flex-start;
      font-size: .72rem;
    }
    .detail-title {
      font-size: clamp(1.35rem, 2.5vw, 1.85rem);
      line-height: 1.2;
      margin: 0;
    }
    .detail-rating {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: .5rem .75rem;
      font-size: .88rem;
    }
    .detail-lead {
      margin: 0;
      font-size: .92rem;
      line-height: 1.55;
    }
    .detail-price-row {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      gap: .5rem .75rem;
    }
    .detail-price {
      font-size: 1.65rem;
      font-weight: 700;
    }
    .detail-stock {
      margin: 0;
      font-size: .88rem;
      font-weight: 700;
      color: var(--danger);
    }
    .detail-stock i { margin-right: .25rem; }
    .detail-option label {
      display: block;
      font-size: .85rem;
      margin-bottom: .4rem;
    }
    .detail-size-btns .btn-soft,
    .detail-size-btns .btn-luxe {
      padding: .4rem .85rem;
      font-size: .82rem;
    }
    .detail-actions {
      display: flex;
      flex-wrap: wrap;
      gap: .5rem;
    }
    .detail-actions .btn-dark-luxe,
    .detail-actions .btn-luxe,
    .detail-actions .btn-soft {
      padding: .62rem 1.1rem;
      font-size: .88rem;
    }
    .detail-delivery {
      padding: .85rem 1rem;
      margin-top: .25rem;
    }
    .detail-delivery .btn-sm {
      padding: .45rem .85rem;
      font-size: .82rem;
    }
    .detail-trust {
      display: flex;
      flex-wrap: wrap;
      gap: .5rem 1rem;
      font-size: .78rem;
      color: var(--muted);
      margin-top: .15rem;
    }
    .detail-tabs-panel {
      border-radius: var(--radius);
      border: 1px solid rgba(244, 208, 111, .18);
      background: linear-gradient(165deg, #ffffff 0%, #faf8f3 48%, #f7f4ec 100%);
      box-shadow:
        0 12px 40px rgba(0, 0, 0, .06),
        inset 0 1px 0 rgba(255, 255, 255, .9);
      overflow: hidden;
    }
    .detail-tabs-panel-head {
      padding: 1.35rem 1.5rem 1.1rem;
      border-bottom: 1px solid rgba(244, 208, 111, .14);
      background:
        radial-gradient(ellipse 70% 120% at 0% 0%, rgba(244, 208, 111, .12), transparent 55%),
        linear-gradient(90deg, rgba(255, 255, 255, .5) 0%, transparent 100%);
    }
    .detail-tabs-eyebrow {
      display: block;
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: #9a7b1a;
      margin-bottom: .35rem;
    }
    .detail-tabs-heading {
      margin: 0;
      font-size: clamp(1.25rem, 2vw, 1.55rem);
      font-weight: 600;
      color: var(--ink);
    }
    .detail-tabs-shell {
      display: grid;
      grid-template-columns: minmax(200px, 220px) minmax(0, 1fr);
      align-items: stretch;
    }
    .detail-tab-nav {
      display: flex;
      flex-direction: column;
      gap: .4rem;
      padding: 1.15rem 1rem;
      background: linear-gradient(180deg, #141820 0%, #0c0e14 100%);
      border-right: 1px solid rgba(244, 208, 111, .14);
    }
    .detail-tabs-panel .tab-btn {
      width: 100%;
      text-align: left;
      border: 1px solid transparent;
      background: transparent;
      padding: .8rem .95rem;
      border-radius: var(--radius-sm);
      font-weight: 600;
      font-size: .88rem;
      color: rgba(247, 234, 208, .62);
      display: flex;
      align-items: center;
      gap: .55rem;
      cursor: pointer;
      transition:
        background var(--transition-fast),
        border-color var(--transition-fast),
        color var(--transition-fast),
        box-shadow var(--transition-fast),
        transform var(--transition-fast);
    }
    .detail-tabs-panel .tab-btn i {
      width: 1.1rem;
      text-align: center;
      color: var(--gold-2);
      opacity: .75;
      font-size: .82rem;
    }
    .detail-tabs-panel .tab-btn:hover {
      color: rgba(255, 248, 231, .92);
      background: rgba(244, 208, 111, .08);
      border-color: rgba(244, 208, 111, .2);
    }
    .detail-tabs-panel .tab-btn.active {
      color: var(--gold-light);
      background: linear-gradient(135deg, rgba(244, 208, 111, .22) 0%, rgba(244, 208, 111, .06) 100%);
      border-color: rgba(244, 208, 111, .4);
      box-shadow:
        0 6px 20px rgba(0, 0, 0, .28),
        inset 0 1px 0 rgba(255, 255, 255, .08);
      transform: translateX(2px);
    }
    .detail-tabs-panel .tab-btn.active i {
      opacity: 1;
      color: var(--gold-light);
    }
    .detail-tab-body {
      padding: 1.65rem 1.85rem 2rem;
      background: #fff;
      min-height: 300px;
    }
    .detail-tab-title {
      font-size: 1.28rem;
      font-weight: 600;
      margin: 0 0 1rem;
      color: var(--ink);
      letter-spacing: -.02em;
    }
    .detail-desc-lead {
      margin: 0 0 1.25rem;
      padding: .85rem 0 .85rem 1.1rem;
      border-left: 3px solid var(--gold);
      font-size: .98rem;
      line-height: 1.7;
      color: var(--muted);
      background: linear-gradient(90deg, rgba(244, 208, 111, .08) 0%, transparent 85%);
      border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    }
    .detail-benefit-list {
      list-style: none;
      margin: 0 0 1.35rem;
      padding: 0;
      display: grid;
      gap: .55rem;
    }
    .detail-benefit-list li {
      display: flex;
      align-items: flex-start;
      gap: .65rem;
      padding: .75rem 1rem;
      border-radius: var(--radius-sm);
      border: 1px solid var(--border);
      background: linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%);
      font-size: .9rem;
      line-height: 1.45;
      color: var(--ink);
    }
    .detail-benefit-list li::before {
      content: "✓";
      flex-shrink: 0;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      font-size: .65rem;
      font-weight: 800;
      color: #1a1408;
      background: linear-gradient(180deg, #fff0b0 0%, #e8c547 100%);
      margin-top: .1rem;
    }
    .detail-highlights {
      display: flex;
      flex-wrap: wrap;
      gap: .5rem;
    }
    .detail-highlight {
      display: inline-flex;
      align-items: center;
      gap: .45rem;
      padding: .45rem .85rem;
      border-radius: 999px;
      border: 1px solid rgba(244, 208, 111, .28);
      background: rgba(244, 208, 111, .08);
      font-size: .78rem;
      font-weight: 600;
      color: #6b5412;
    }
    .detail-highlight i {
      color: var(--gold);
      font-size: .75rem;
    }
    .detail-spec-table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      border: 1px solid var(--border);
      border-radius: var(--radius-sm);
      overflow: hidden;
      font-size: .9rem;
    }
    .detail-spec-table th,
    .detail-spec-table td {
      padding: .75rem 1rem;
      border-bottom: 1px solid var(--border);
      vertical-align: middle;
    }
    .detail-spec-table tr:last-child th,
    .detail-spec-table tr:last-child td {
      border-bottom: 0;
    }
    .detail-spec-table th {
      width: 38%;
      font-weight: 600;
      color: var(--muted);
      background: var(--bg-soft);
      text-align: left;
    }
    .detail-spec-table td {
      color: var(--ink);
      font-weight: 500;
      background: #fff;
    }
    .detail-reviews-layout {
      display: grid;
      grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
      gap: 1.25rem;
      align-items: start;
    }
    .detail-reviews-score {
      text-align: center;
      padding: 1.25rem 1rem;
      border: 1px solid rgba(244, 208, 111, .22);
      background: linear-gradient(180deg, #fff 0%, #faf8f3 100%);
    }
    .detail-reviews-number {
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 1;
      color: var(--ink);
      margin-bottom: .25rem;
    }
    .detail-review-list {
      display: grid;
      gap: .75rem;
    }
    .detail-review-card {
      padding: 1rem 1.1rem;
      border-radius: var(--radius-sm);
      border: 1px solid var(--border);
      background: var(--bg-soft);
    }
    .detail-review-stars {
      color: var(--gold);
      font-size: .8rem;
      letter-spacing: .05em;
      margin-bottom: .45rem;
    }
    .detail-review-card p {
      margin: 0;
      font-size: .9rem;
      line-height: 1.55;
      color: var(--ink);
    }
    .detail-qa-list {
      display: grid;
      gap: .75rem;
    }
    .detail-qa-item {
      padding: 1rem 1.15rem;
      border-radius: var(--radius-sm);
      border: 1px solid var(--border);
      background: linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%);
      transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
    }
    .detail-qa-item:hover {
      border-color: rgba(244, 208, 111, .35);
      box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
    }
    .detail-qa-item h4 {
      margin: 0 0 .5rem;
      font-size: .95rem;
      font-weight: 700;
      display: flex;
      align-items: center;
      gap: .5rem;
      color: var(--ink);
    }
    .detail-qa-item h4 i {
      font-size: .85rem;
    }
    .detail-qa-item p {
      margin: 0;
      font-size: .88rem;
      line-height: 1.55;
      color: var(--muted);
      padding-left: 1.35rem;
    }
    @media (min-width: 992px) {
      .detail-view.section-pad {
        padding-top: 1.25rem;
        padding-bottom: 2rem;
      }
      .detail-hero {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
        gap: 2rem 2.5rem;
        align-items: stretch;
        max-height: min(720px, calc(100vh - 11rem));
        overflow: visible;
      }
      .detail-gallery {
        height: 100%;
        max-height: min(720px, calc(100vh - 11rem));
        padding: .85rem;
        overflow: visible;
      }
      .detail-gallery-media {
        flex: 1 1 auto;
        min-height: 0;
        max-height: min(52vh, 420px);
      }
      .detail-gallery-main {
        min-height: 0;
        max-height: min(52vh, 420px);
        height: 100%;
      }
      .detail-zoom,
      .detail-zoom-stage {
        min-height: 0;
        height: 100%;
        max-height: min(52vh, 420px);
      }
      .detail-zoom-flyout {
        display: block;
        position: absolute;
        left: calc(100% + .85rem);
        top: 50%;
        width: min(520px, 48vw);
        min-width: 360px;
        z-index: 60;
        transform: translateY(-50%) translateX(-10px) scale(.98);
        border-radius: var(--radius-sm);
        border: 1px solid rgba(0, 0, 0, .1);
        box-shadow:
          0 20px 50px rgba(0, 0, 0, .16),
          0 6px 18px rgba(0, 0, 0, .08);
        opacity: 0;
        visibility: hidden;
        transition:
          opacity .22s ease,
          transform .22s ease,
          visibility .22s ease;
      }
      .detail-gallery-media.is-zoom-active .detail-zoom-flyout {
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%) translateX(0) scale(1);
        pointer-events: auto;
      }
      .detail-gallery.card-luxe:hover {
        transform: none;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
        border-color: var(--border);
      }
      .detail-gallery-main .product-media--detail {
        min-height: 0;
        height: 100%;
        max-height: min(52vh, 420px);
      }
      .detail-thumbs {
        flex-shrink: 0;
      }
      .detail-thumb {
        width: 92px;
        height: 92px;
      }
      .detail-thumb-frame {
        padding: .35rem;
      }
      .detail-info {
        max-height: min(720px, calc(100vh - 11rem));
        overflow-y: auto;
        padding-right: .35rem;
        gap: .55rem;
      }
      .detail-title {
        font-size: clamp(1.45rem, 1.8vw, 1.75rem);
      }
      .detail-lead {
        font-size: .88rem;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
      .detail-delivery {
        padding: .65rem .85rem;
      }
      .detail-delivery small {
        font-size: .75rem;
      }
      .detail-trust {
        font-size: .72rem;
        gap: .35rem .75rem;
      }
    }
    .listing-filters-toggle {
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      white-space: nowrap;
    }
    .listing-filters-toggle svg.lucide {
      width: 16px;
      height: 16px;
    }
    .header-logo-btn {
      border: 0;
      background: transparent;
      padding: 0;
      flex-shrink: 0;
      margin-right: 1.5rem;
    }
    .brand-logo {
      max-height: 38px;
      width: auto;
      object-fit: contain;
    }
    .header-actions {
      margin-left: auto;
      display: flex;
      align-items: center;
      gap: .5rem;
    }
    .nav-link-luxe {
      border: 0;
      background: transparent;
      font-weight: 500;
      font-size: .88rem;
      color: rgba(247, 234, 208, .78);
      padding: .4rem .65rem;
      border-radius: 0;
      border-bottom: 2px solid transparent;
      transition: color var(--transition-fast), border-color var(--transition-fast);
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      cursor: pointer;
    }
    .nav-link-luxe .nav-ico,
    .nav-link-luxe svg.lucide {
      width: 15px;
      height: 15px;
      stroke-width: 1.75;
      opacity: .78;
      color: var(--gold-2);
      flex-shrink: 0;
      transition: opacity var(--transition-fast), color var(--transition-fast);
    }
    .nav-link-luxe.active .nav-ico,
    .nav-link-luxe.active svg.lucide,
    .nav-link-luxe:hover .nav-ico,
    .nav-link-luxe:hover svg.lucide { opacity: 1; color: var(--gold-light); }
    .nav-link-luxe.active, .nav-link-luxe:hover {
      background: transparent;
      color: var(--gold-2);
      border-bottom-color: var(--gold-2);
    }
    .search-wrap {
      min-width: min(100%, 300px);
      max-width: 420px;
      flex: 1 1 320px;
      background: linear-gradient(180deg, rgba(22, 25, 36, .95) 0%, rgba(14, 16, 24, .9) 100%);
      border: 1px solid rgba(244, 208, 111, .12);
      border-radius: var(--radius-sm);
      padding: .28rem .35rem .28rem .7rem;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .04),
        0 4px 14px rgba(0, 0, 0, .25);
      display: flex;
      align-items: center;
      gap: .5rem;
    }
    .search-wrap input {
      border: 0;
      outline: 0;
      width: 100%;
      background: transparent;
      color: #f5f5f5;
      font-size: .85rem;
    }
    .search-wrap input::placeholder { color: rgba(247, 234, 208, .35); }
    .search-wrap .fa-magnifying-glass { color: rgba(247, 234, 208, .45) !important; font-size: .8rem; }
    .search-wrap .btn-luxe { padding: .45rem .9rem; font-size: .85rem; }
    .icon-btn svg.lucide {
      width: 17px;
      height: 17px;
      stroke-width: 2;
      color: var(--gold-2);
      opacity: .95;
    }
    .icon-btn:hover svg.lucide {
      color: var(--gold-light);
      opacity: 1;
    }
    .icon-btn {
      border: 1px solid rgba(244, 208, 111, .2);
      background: linear-gradient(180deg, rgba(255, 255, 255, .04) 0%, transparent 100%);
      border-radius: var(--radius-sm);
      box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
      width: 36px;
      height: 36px;
      font-size: .9rem;
      display: inline-grid;
      place-items: center;
      position: relative;
      color: var(--gold-2);
      transition: border-color var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);
    }
    .icon-btn:hover {
      border-color: var(--gold-2);
      background: rgba(244, 208, 111, .1);
      box-shadow: 0 4px 16px rgba(244, 208, 111, .12);
      transform: translateY(-1px);
    }
    .badge-count {
      position: absolute;
      top: -5px;
      right: -5px;
      background: var(--gold-2);
      color: #1a1408;
      border-radius: 4px;
      font-size: .65rem;
      min-width: 18px;
      min-height: 18px;
      display: grid;
      place-items: center;
      font-weight: 800;
    }
    .nav-dropdown { position: relative; }
    .nav-dropdown-toggle { display: inline-flex; align-items: center; gap: .35rem; }
    .nav-dropdown-menu {
      display: none;
      position: absolute;
      top: calc(100% + 8px);
      left: 0;
      min-width: 220px;
      background: linear-gradient(180deg, #181b26 0%, #12141c 100%);
      border: 1px solid rgba(244, 208, 111, .22);
      border-radius: var(--radius-sm);
      padding: .4rem;
      z-index: 50;
      box-shadow:
        var(--shadow-dark-soft),
        0 0 24px rgba(244, 208, 111, .06),
        inset 0 1px 0 rgba(255, 255, 255, .05);
    }
    .nav-dropdown.open .nav-dropdown-menu { display: block; }
    .profile-dropdown { position: relative; }
    .profile-dropdown .nav-dropdown-menu {
      right: 0;
      left: auto;
      min-width: 248px;
    }
    .profile-menu-user {
      display: flex;
      align-items: center;
      gap: .75rem;
      padding: .7rem .85rem .55rem;
    }
    .profile-menu-avatar {
      width: 40px;
      height: 40px;
      border-radius: var(--radius-sm);
      display: grid;
      place-items: center;
      flex-shrink: 0;
      background: rgba(244, 208, 111, .16);
      border: 1px solid rgba(244, 208, 111, .4);
      color: var(--gold-2);
    }
    .profile-menu-avatar svg.lucide {
      width: 18px;
      height: 18px;
      stroke-width: 2;
      opacity: 1;
    }
    .profile-menu-greet {
      display: block;
      font-size: .7rem;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: rgba(247, 234, 208, .62);
      margin-bottom: .12rem;
    }
    .profile-menu-name {
      display: block;
      font-size: .98rem;
      font-weight: 700;
      color: var(--gold-light);
      line-height: 1.2;
    }
    .profile-dropdown .nav-dropdown-menu hr {
      margin: .35rem .5rem;
      border-color: rgba(244, 208, 111, .12);
      opacity: 1;
    }
    .profile-dropdown .nav-dropdown-menu button svg.lucide {
      width: 15px;
      height: 15px;
      stroke-width: 2;
      opacity: .95;
      color: var(--gold-2);
      stroke: var(--gold-2);
    }
    .profile-dropdown .nav-dropdown-menu button:hover svg.lucide {
      opacity: 1;
      color: var(--gold-light);
      stroke: var(--gold-light);
    }
    .profile-dropdown .nav-dropdown-menu .logout-btn {
      color: rgba(255, 180, 180, .9);
    }
    .profile-dropdown .nav-dropdown-menu .logout-btn svg.lucide {
      opacity: .95;
      color: #fca5a5;
      stroke: #fca5a5;
    }
    .profile-dropdown .nav-dropdown-menu .logout-btn:hover {
      background: rgba(239, 68, 68, .12);
      color: #fecaca;
    }
    .profile-dropdown .nav-dropdown-menu .logout-btn:hover svg.lucide {
      color: #fecaca;
      stroke: #fecaca;
    }
    .nav-dropdown-menu button {
      width: 100%;
      border: 0;
      background: transparent;
      color: rgba(247, 234, 208, .85);
      text-align: left;
      padding: .65rem .75rem;
      border-radius: 4px;
      font-weight: 500;
      font-size: .88rem;
      display: flex;
      align-items: center;
      gap: .5rem;
      cursor: pointer;
    }
    .nav-dropdown-menu button svg.lucide {
      width: 14px;
      height: 14px;
      stroke-width: 1.85;
      opacity: .82;
      color: var(--gold-2);
      stroke: var(--gold-2);
      flex-shrink: 0;
    }
    .nav-dropdown-menu button:hover {
      background: rgba(244, 208, 111, .12);
      color: var(--gold-2);
    }
    .nav-dropdown-menu button:hover svg.lucide {
      opacity: 1;
      color: var(--gold-light);
      stroke: var(--gold-light);
    }
    .nav-ai-emoji {
      font-size: .95rem;
      line-height: 1;
      opacity: .9;
    }
    .nav-ask-aura {
      color: var(--gold-2) !important;
      border-bottom-color: transparent !important;
    }
    .nav-ask-aura:hover,
    .nav-ask-aura.active {
      color: #fff9e6 !important;
      border-bottom-color: var(--gold-2) !important;
    }
    .tag-glow {
      display: inline-block;
      padding: .42rem 1rem;
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: #fff9e6;
      background: linear-gradient(90deg, rgba(180, 140, 40, .28), rgba(255, 230, 140, .4), rgba(180, 140, 40, .28));
      border: 1px solid rgba(255, 220, 130, .5);
      border-radius: 4px;
      box-shadow: 0 0 6px rgba(244, 208, 111, .22), inset 0 1px 0 rgba(255, 255, 255, .2);
      animation: tagGlow 3.5s ease-in-out infinite;
    }
    @keyframes tagGlow {
      0%, 100% { box-shadow: 0 0 5px rgba(244, 208, 111, .18), inset 0 1px 0 rgba(255, 255, 255, .2); }
      50% { box-shadow: 0 0 10px rgba(244, 208, 111, .32), inset 0 1px 0 rgba(255, 255, 255, .25); }
    }
    .float-actions {
      position: fixed;
      right: 22px;
      bottom: 22px;
      z-index: 60;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: .65rem;
    }
    .scroll-top-btn {
      width: 48px;
      height: 48px;
      border: 1px solid rgba(232, 197, 71, .45);
      border-radius: 50%;
      background: linear-gradient(165deg, #1a1510 0%, #0f0d0a 100%);
      color: var(--gold-2);
      display: grid;
      place-items: center;
      font-size: 1rem;
      box-shadow: 0 6px 20px rgba(0, 0, 0, .28);
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px) scale(.92);
      transition: opacity .25s ease, transform .25s ease, visibility .25s ease, background .2s ease, border-color .2s ease;
      pointer-events: none;
    }
    .scroll-top-btn.is-visible {
      opacity: 1;
      visibility: visible;
      transform: translateY(0) scale(1);
      pointer-events: auto;
    }
    .scroll-top-btn:hover {
      background: linear-gradient(165deg, #2a2218 0%, #1a1510 100%);
      border-color: var(--gold);
      color: #fff9e6;
      transform: translateY(-2px) scale(1.04);
    }
    .scroll-top-btn:focus-visible {
      outline: 2px solid var(--gold);
      outline-offset: 2px;
    }
    .whatsapp-float {
      width: 54px;
      height: 54px;
      border-radius: 50%;
      background: #25d366;
      color: #fff;
      display: grid;
      place-items: center;
      font-size: 1.65rem;
      box-shadow: 0 8px 24px rgba(37, 211, 102, .45);
      transition: transform .2s ease;
    }
    .whatsapp-float:hover { transform: scale(1.06); color: #fff; }
    .about-hero {
      position: relative;
      overflow: hidden;
      background: var(--dark-gradient);
      color: #fff;
      padding: 3.5rem 0;
      border-bottom: 1px solid rgba(244, 208, 111, .12);
      box-shadow: inset 0 -1px 0 rgba(244, 208, 111, .06);
    }
    .about-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: var(--glow-ambient-left), var(--glow-ambient-right);
      pointer-events: none;
    }
    .about-hero .container { position: relative; z-index: 1; }
    .about-block { max-width: 780px; }
    #about .about-pranic {
      border-radius: var(--radius);
      padding: 2.5rem 1.5rem;
    }
    @media (min-width: 992px) {
      #about .about-pranic { padding: 3rem 2.5rem; }
    }
    .vision-card {
      border-left: 3px solid var(--gold);
      padding-left: 1.25rem;
      margin-top: 1.5rem;
    }
    .kpi-card {
      border: 1px solid var(--border);
      border-radius: var(--radius);
      background: #fff;
      padding: 1.25rem;
    }
    .view { display: none; }
    .view.active { display: block; animation: fadeUp .55s var(--ease-luxe); }
    @keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
    .home-first-screen {
      min-height: calc(100svh - var(--top-chrome));
      min-height: calc(100dvh - var(--top-chrome));
      display: flex;
      flex-direction: column;
      background: var(--dark-gradient);
    }
    .home-first-screen .hero {
      flex: 1 1 auto;
      min-height: 0;
      border-bottom: none;
    }
    .home-first-screen .trust-bar {
      flex-shrink: 0;
      margin-top: auto;
    }
    .hero {
      position: relative;
      overflow: hidden;
      color: #fff;
      background: var(--dark-gradient);
      border-bottom: none;
      box-shadow: inset 0 -1px 0 rgba(244, 208, 111, .05);
    }
    .hero-particles {
      position: absolute;
      inset: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      pointer-events: none;
      opacity: .5;
    }
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 2;
      opacity: .32;
      background:
        var(--glow-ambient-left),
        var(--glow-ambient-right),
        radial-gradient(ellipse 100% 55% at 50% 110%, rgba(0, 0, 0, .35), transparent 55%);
      pointer-events: none;
    }
    .hero > .container,
    .hero > .container-fluid {
      position: relative;
      z-index: 3;
      display: flex;
      justify-content: center;
      width: 100%;
      max-width: 100%;
    }
    .hero-balanced {
      position: relative;
      z-index: 3;
      display: grid;
      grid-template-columns: 1fr;
      gap: 2rem;
      align-items: center;
      width: 100%;
      max-width: min(1440px, 100%);
      margin: 0 auto;
    }
    @media (min-width: 992px) {
      .hero-balanced {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
        gap: 2rem 3rem;
        align-items: stretch;
      }
    }
    @media (min-width: 1400px) {
      .hero-balanced {
        max-width: min(1520px, 100%);
        gap: 2rem 4rem;
      }
    }
    .hero-panel {
      width: 100%;
      display: flex;
      flex-direction: column;
      padding: 1.65rem 1.5rem 1.35rem;
      border-radius: 12px;
      border: none;
      background: transparent;
      box-shadow: none;
    }
    .hero-copy {
      width: 100%;
      max-width: none;
      margin: 0 auto;
      text-align: center;
      padding: 0;
      border: 0;
      background: none;
      box-shadow: none;
    }
    @media (min-width: 992px) {
      .hero-panel {
        padding: 1.85rem 1.9rem 1.5rem;
        width: calc(100% + 10px);
        margin-left: -10px;
      }
      .hero-copy {
        margin: 0;
        text-align: left;
      }
      .hero-visual-col {
        width: 100%;
        max-width: none;
        display: flex;
        flex-direction: column;
      }
      .hero-visual-wrap {
        flex: 1;
        display: flex;
        flex-direction: column;
      }
      .hero-product {
        flex: 1;
        display: flex;
        flex-direction: column;
      }
      .hero-slider-viewport {
        flex: 1;
        min-height: 0;
      }
    }
    .hero-eyebrow {
      display: inline-block;
      margin-bottom: 1.1rem;
      padding: .38rem .85rem;
      font-size: .66rem;
      font-weight: 700;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: var(--gold-2);
      border: 1px solid rgba(244, 208, 111, .48);
      border-radius: 5px;
      background: rgba(244, 208, 111, .04);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
    }
    .hero-title {
      margin-bottom: 0;
      line-height: 1.12;
      color: #fff;
    }
    .hero-highlight {
      color: var(--gold-2);
    }
    .hero-shine-rule {
      display: flex;
      align-items: center;
      margin: 1rem 0 1.15rem;
      max-width: 100%;
    }
    .hero-shine-rule__line {
      flex: 1;
      height: 1px;
      background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(244, 208, 111, .15) 15%,
        rgba(244, 208, 111, .5) 50%,
        rgba(244, 208, 111, .15) 85%,
        transparent 100%
      );
    }
    .hero-shine-rule__spark {
      flex-shrink: 0;
      width: 7px;
      height: 7px;
      margin: 0 .4rem;
      border-radius: 1px;
      transform: rotate(45deg);
      background: linear-gradient(135deg, #e8c547 0%, #c9a227 100%);
      box-shadow: none;
    }
    .hero-lead {
      color: rgba(247, 234, 208, .78);
      font-size: clamp(.94rem, 1.1vw, 1.05rem);
      max-width: 100%;
      line-height: 1.68;
      margin-bottom: 1.35rem;
    }
    @media (min-width: 1200px) {
      .hero-title.display-4 { font-size: clamp(2.25rem, 3.2vw, 3.15rem); }
    }
    .hero-cta-row {
      display: flex;
      flex-wrap: wrap;
      gap: .65rem;
      align-items: center;
      justify-content: center;
    }
    @media (min-width: 992px) {
      .hero-cta-row { justify-content: flex-start; }
    }
    .hero-visual-wrap {
      position: relative;
      width: 100%;
      max-width: none;
      margin: 0 auto;
    }
    .hero-visual-wrap::before {
      content: "";
      position: absolute;
      inset: -16px -10px -16px -14px;
      background:
        radial-gradient(ellipse at 55% 45%, rgba(244, 208, 111, .2), transparent 62%),
        radial-gradient(ellipse at 70% 80%, rgba(232, 197, 71, .08), transparent 50%);
      pointer-events: none;
      z-index: 0;
      filter: blur(2px);
    }
    .hero-product,
    .hero-slider {
      width: 100%;
    }
    .hero-product {
      position: relative;
      z-index: 1;
      border-radius: var(--radius);
      overflow: hidden;
      border: 1px solid rgba(244, 208, 111, .42);
      box-shadow:
        0 0 0 1px rgba(244, 208, 111, .08),
        0 0 56px rgba(244, 208, 111, .14),
        0 0 120px rgba(244, 208, 111, .05),
        var(--shadow-dark-soft);
    }
    .hero-slider-viewport {
      overflow: hidden;
      border-radius: inherit;
      aspect-ratio: 16 / 11;
      background: #0a0c10;
    }
    .hero-slider-track {
      display: flex;
      height: 100%;
      transition: transform .65s cubic-bezier(.25, .46, .45, .94);
      will-change: transform;
    }
    .hero-slide {
      flex: 0 0 100%;
      min-width: 100%;
      height: 100%;
    }
    .hero-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
      user-select: none;
      -webkit-user-drag: none;
    }
    .hero-slider-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 3;
      width: 38px;
      height: 38px;
      border: 1px solid rgba(244, 208, 111, .35);
      border-radius: var(--radius-sm);
      background: rgba(8, 10, 16, .72);
      backdrop-filter: blur(8px);
      color: var(--gold-2);
      display: grid;
      place-items: center;
      cursor: pointer;
      transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
      box-shadow: 0 4px 16px rgba(0, 0, 0, .3);
    }
    .hero-slider-nav:hover {
      border-color: var(--gold-2);
      background: rgba(18, 20, 28, .9);
      box-shadow: 0 4px 20px rgba(244, 208, 111, .15);
    }
    .hero-slider-prev { left: 12px; }
    .hero-slider-next { right: 12px; }
    .hero-slider-dots {
      position: absolute;
      left: 50%;
      bottom: 14px;
      transform: translateX(-50%);
      z-index: 3;
      display: flex;
      gap: .5rem;
      padding: .35rem .55rem;
      border-radius: 999px;
      background: rgba(8, 10, 16, .55);
      backdrop-filter: blur(6px);
      border: 1px solid rgba(244, 208, 111, .15);
    }
    .hero-slider-dot {
      width: 8px;
      height: 8px;
      padding: 0;
      border: 1px solid rgba(244, 208, 111, .45);
      border-radius: 50%;
      background: transparent;
      cursor: pointer;
      transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
    }
    .hero-slider-dot.active {
      background: var(--gold-2);
      border-color: var(--gold-2);
      transform: scale(1.2);
      box-shadow: 0 0 10px rgba(244, 208, 111, .45);
    }
    @media (max-width: 575px) {
      .hero-slider-nav { width: 34px; height: 34px; }
      .hero-slider-prev { left: 8px; }
      .hero-slider-next { right: 8px; }
    }
    .hero-stats-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: .55rem;
      width: 100%;
      margin-top: 1.15rem;
      padding-top: 1.1rem;
      border-top: 1px solid rgba(244, 208, 111, .14);
    }
    .hero-stat {
      display: flex;
      align-items: center;
      gap: .75rem;
      min-width: 0;
      padding: .95rem 1.05rem;
      border: 1px solid rgba(244, 208, 111, .28);
      border-radius: 10px;
      background: transparent;
      box-shadow: none;
      text-align: left;
    }
    .hero-stat-icon {
      flex-shrink: 0;
      width: 2.5rem;
      height: 2.5rem;
      display: grid;
      place-items: center;
      color: var(--gold-2);
      font-size: 1.45rem;
      line-height: 1;
      filter: drop-shadow(0 0 8px rgba(244, 208, 111, .25));
    }
    .hero-stat-text {
      display: flex;
      flex-direction: column;
      gap: .1rem;
      min-width: 0;
    }
    .hero-stat strong {
      display: block;
      font-family: var(--font-sans);
      font-size: clamp(1.2rem, 2vw, 1.5rem);
      font-weight: 700;
      color: var(--gold-2);
      line-height: 1.15;
    }
    .hero-stat small {
      display: block;
      font-size: .74rem;
      font-weight: 500;
      color: rgba(247, 234, 208, .72);
      line-height: 1.3;
    }
    .trust-bar {
      position: relative;
      overflow: hidden;
      background: linear-gradient(180deg, #0a0c12 0%, #080a10 100%);
      border-top: 1px solid rgba(244, 208, 111, .14);
      padding: .95rem 0;
      box-shadow: inset 0 1px 0 rgba(244, 208, 111, .08);
    }
    .trust-bar::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 90% 120% at 50% 0%, rgba(244, 208, 111, .06), transparent 55%);
      pointer-events: none;
    }
    .trust-bar .container {
      position: relative;
      z-index: 1;
      max-width: min(1440px, 100%);
    }
    .customer-shell .container > .row.g-4,
    .customer-shell .container .row.g-4 {
      overflow-x: clip;
    }
    .trust-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: .5rem 0;
    }
    @media (min-width: 992px) {
      .trust-grid {
        flex-wrap: nowrap;
        justify-content: space-between;
      }
    }
    .trust-item {
      display: inline-flex;
      align-items: center;
      gap: .55rem;
      padding: .35rem 1.1rem;
      color: rgba(247, 234, 208, .88);
      font-size: .8rem;
      font-weight: 500;
      letter-spacing: .02em;
      white-space: nowrap;
      border-right: 1px solid rgba(244, 208, 111, .22);
    }
    .trust-item:last-child {
      border-right: 0;
    }
    .trust-item i {
      color: var(--gold-2);
      font-size: 1rem;
      width: 1.1rem;
      text-align: center;
      flex-shrink: 0;
      opacity: 1;
      filter: drop-shadow(0 0 6px rgba(244, 208, 111, .2));
    }
    .product-card {
      display: flex;
      flex-direction: column;
      overflow: hidden;
      height: 100%;
      width: 100%;
      position: relative;
    }
    .product-card-body {
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
      min-height: 0;
    }
    .product-card-title {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      line-height: 1.3;
      min-height: 2.6em;
    }
    .product-card-price {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: .35rem .5rem;
      min-height: 2.5rem;
      margin-bottom: .75rem;
    }
    .product-card-body .btn-luxe {
      margin-top: auto;
    }
    .product-card .product-media {
      flex-shrink: 0;
    }
    .product-media {
      background: #f3f3f3;
      border-radius: var(--radius-sm);
      margin: .65rem;
      min-height: 220px;
      overflow: hidden;
    }
    .product-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      aspect-ratio: 1 / 1;
      transition: transform .65s var(--ease-luxe);
    }
    .product-card:hover .product-media img { transform: scale(1.08); }
    .product-card { transition: transform var(--transition-med); }
    .product-card:hover { transform: translateY(-2px); }
    .product-card.card-luxe:hover {
      transform: translateY(-5px);
      box-shadow: 0 16px 40px rgba(0, 0, 0, .1);
      border-color: rgba(232, 197, 71, .25);
    }
    .blog-card {
      overflow: hidden;
      cursor: pointer;
      height: 100%;
      text-align: left;
      border: 0;
      padding: 0;
      width: 100%;
      background: var(--card);
    }
    .blog-card-media {
      aspect-ratio: 16 / 10;
      overflow: hidden;
      background: #f0f0f0;
    }
    .blog-card-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .65s var(--ease-luxe);
    }
    .blog-card:hover .blog-card-media img { transform: scale(1.07); }
    .blog-card-body { padding: 1.25rem 1.35rem 1.5rem; }
    .blog-card h3 {
      font-family: var(--font-sans);
      font-size: 1.15rem;
      margin: .5rem 0 .65rem;
      color: var(--ink);
      transition: color var(--transition-fast);
    }
    .blog-card:hover h3 { color: #9a7b1a; }
    .blog-hero {
      position: relative;
      overflow: hidden;
      background: var(--dark-gradient);
      color: #fff;
      padding: 3rem 0;
      border-bottom: 1px solid rgba(244, 208, 111, .12);
    }
    .blog-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: var(--glow-ambient-left), var(--glow-ambient-top);
      pointer-events: none;
    }
    .blog-hero .container { position: relative; z-index: 1; }
    .blog-article-hero {
      aspect-ratio: 21 / 9;
      max-height: 420px;
      overflow: hidden;
      border-radius: var(--radius);
      margin-bottom: 2rem;
    }
    .blog-article-hero img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .blog-article-content { max-width: 720px; }
    .blog-article-content p {
      color: var(--muted);
      line-height: 1.75;
      margin-bottom: 1.25rem;
    }
    .testimonial-card {
      height: 100%;
      padding: 1.75rem;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      background: #fff;
      transition: transform var(--transition-med), box-shadow var(--transition-med), border-color var(--transition-fast);
    }
    .testimonial-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 18px 42px rgba(0, 0, 0, .08);
      border-color: rgba(232, 197, 71, .3);
    }
    .testimonial-stars { color: #d4a017; letter-spacing: .08em; margin-bottom: 1rem; }
    .testimonial-quote {
      font-size: 1.02rem;
      line-height: 1.7;
      color: var(--ink);
      margin-bottom: 1.5rem;
      font-style: italic;
    }
    .testimonial-author {
      display: flex;
      align-items: center;
      gap: .85rem;
    }
    .testimonial-avatar {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: linear-gradient(135deg, #f4d06f, #e8c547);
      color: #1a1408;
      font-weight: 800;
      display: grid;
      place-items: center;
      font-size: .95rem;
    }
    .contact-hero {
      position: relative;
      overflow: hidden;
      background: var(--dark-gradient);
      color: #fff;
      padding: 3rem 0;
    }
    .contact-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: var(--glow-ambient-right), var(--glow-ambient-top);
      pointer-events: none;
    }
    .contact-hero .container { position: relative; z-index: 1; }
    .contact-info-card {
      border-left: 3px solid var(--gold);
      padding-left: 1.25rem;
    }
    .contact-map-wrap {
      margin-top: 3rem;
      padding-top: 2.5rem;
      border-top: 1px solid var(--border);
    }
    .contact-map {
      overflow: hidden;
      border-radius: var(--radius);
      border: 1px solid var(--border);
      line-height: 0;
      background: #f3f3f3;
    }
    .contact-map-iframe {
      display: block;
      width: 100%;
      height: clamp(280px, 42vw, 420px);
      border: 0;
    }
    .ask-aura-hero {
      position: relative;
      overflow: hidden;
      background: var(--dark-gradient);
      color: #fff;
      padding: 2.75rem 0;
      border-bottom: 1px solid rgba(244, 208, 111, .12);
    }
    .ask-aura-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: var(--glow-ambient-left), var(--glow-ambient-top);
      pointer-events: none;
    }
    .ask-aura-hero .container { position: relative; z-index: 1; }
    .aura-chat {
      max-width: 720px;
      margin: 0 auto;
      border: 1px solid rgba(244, 208, 111, .2);
      border-radius: var(--radius);
      background: #fff;
      overflow: hidden;
      box-shadow: var(--shadow-dark-soft);
    }
    .aura-chat-head {
      background: var(--primary);
      color: var(--gold-2);
      padding: 1rem 1.25rem;
      font-weight: 700;
      display: flex;
      align-items: center;
      gap: .65rem;
    }
    .aura-chat-body {
      padding: 1.25rem;
      max-height: 360px;
      overflow-y: auto;
      background: #fafafa;
    }
    .aura-msg {
      max-width: 88%;
      padding: .85rem 1rem;
      border-radius: var(--radius-sm);
      margin-bottom: .85rem;
      font-size: .95rem;
      line-height: 1.55;
    }
    .aura-msg.bot {
      background: #fff;
      border: 1px solid var(--border);
      color: var(--ink);
    }
    .aura-msg.user {
      margin-left: auto;
      background: linear-gradient(180deg, #fff0b0 0%, #f4d06f 100%);
      color: #1a1408;
      font-weight: 500;
    }
    .aura-chat-input {
      display: flex;
      gap: .5rem;
      padding: 1rem;
      border-top: 1px solid var(--border);
      background: #fff;
    }
    .product-card h5 { color: var(--ink); font-size: 1rem; }
    .wishlist {
      position: absolute;
      right: 14px;
      top: 14px;
      display: grid;
      place-items: center;
      background: linear-gradient(180deg, #fff 0%, #f8f6f0 100%);
      border: 1px solid rgba(232, 197, 71, .35);
      width: 36px;
      height: 36px;
      border-radius: var(--radius-sm);
      color: #8a6a6a;
      z-index: 3;
      cursor: pointer;
      box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
      transition: color var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);
    }
    .wishlist:hover {
      color: #c41e3a;
      border-color: rgba(232, 197, 71, .65);
      transform: translateY(-2px);
      box-shadow: 0 6px 18px rgba(196, 30, 58, .15);
    }
    .wishlist.is-saved {
      background: linear-gradient(180deg, #fff0f3 0%, #ffe4ea 100%);
      border-color: rgba(196, 30, 58, .45);
      color: #c41e3a;
    }
    .wishlist.is-saved i {
      font-weight: 900;
    }
    .stars { color: #d4a017; letter-spacing: .06em; font-size: .84rem; }
    .price-old { color: var(--muted); text-decoration: line-through; font-size: .88rem; }
    .offer-promo-block { border-top: 1px solid var(--border); }
    .flash-sale-products {
      background: var(--bg-soft);
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
    }
    .home-faq {
      padding: 2.5rem 0 2.75rem;
    }
    .home-faq .section-head {
      margin-bottom: 1.35rem !important;
    }
    .home-faq .section-sub {
      font-size: var(--text-sm);
    }
    .home-faq-item {
      border: 1px solid var(--border);
      border-radius: var(--radius-sm);
      margin-bottom: .5rem;
      background: #fff;
      overflow: hidden;
    }
    .home-faq-item[open] {
      border-color: rgba(232, 197, 71, .35);
      box-shadow: 0 4px 18px rgba(0, 0, 0, .05);
    }
    .home-faq-item summary {
      font-weight: 600;
      font-size: 1.02rem;
      padding: .8rem 2.35rem .8rem 1rem;
      cursor: pointer;
      list-style: none;
      position: relative;
      color: var(--ink);
    }
    .home-faq-item summary::-webkit-details-marker { display: none; }
    .home-faq-item summary::after {
      content: "+";
      position: absolute;
      right: 1.1rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.15rem;
      font-weight: 400;
      color: #9a7b1a;
    }
    .home-faq-item[open] summary {
      background: rgba(232, 197, 71, .1);
      color: #6b5412;
    }
    .home-faq-item[open] summary::after { content: "−"; }
    .home-faq-item p {
      font-size: .98rem;
      line-height: 1.6;
      color: var(--muted);
      margin: 0;
      padding: 0 1rem .85rem;
    }
    .home-blog-teaser .section-eyebrow {
      font-size: 1.05rem;
      letter-spacing: .12em;
      margin-bottom: .55rem;
    }
    .home-blog-teaser .btn-view-all { margin-top: .25rem; }
    .home-band-divider {
      height: 1px;
      margin: 0;
      border: 0;
      background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(216, 171, 82, .25) 18%,
        rgba(232, 197, 71, .55) 50%,
        rgba(216, 171, 82, .25) 82%,
        transparent 100%
      );
      box-shadow: 0 1px 0 rgba(255, 255, 255, .9);
    }
    .home-testimonials {
      background: #fff;
      padding-top: 2.75rem;
      padding-bottom: 2.75rem;
    }
    .home-blog-teaser.section-pad {
      padding-bottom: 2.5rem;
    }
    .offer-section {
      position: relative;
      padding: 2.25rem 0 2rem;
      background: var(--dark-gradient);
      overflow: hidden;
    }
    .offer-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        var(--glow-ambient-top),
        radial-gradient(ellipse 55% 70% at 12% 40%, rgba(244, 208, 111, .09), transparent 55%),
        radial-gradient(ellipse 45% 60% at 88% 60%, rgba(232, 197, 71, .06), transparent 50%);
      pointer-events: none;
    }
    .offer-section .offer-section-wrap {
      position: relative;
      z-index: 1;
      max-width: 100%;
      padding-left: clamp(1rem, 2.5vw, 2rem);
      padding-right: clamp(1rem, 2.5vw, 2rem);
    }
    .offer-banner {
      border-radius: 12px;
      overflow: hidden;
      border: 1px solid rgba(244, 208, 111, .42);
      background: #0a0c12;
      box-shadow:
        0 12px 36px rgba(0, 0, 0, .35),
        0 0 24px rgba(244, 208, 111, .08),
        inset 0 1px 0 rgba(255, 255, 255, .06);
      transition: transform var(--transition-med), box-shadow var(--transition-med), border-color var(--transition-fast);
    }
    .offer-banner:hover {
      transform: translateY(-2px);
      border-color: rgba(244, 208, 111, .58);
      box-shadow:
        0 18px 48px rgba(0, 0, 0, .42),
        0 0 36px rgba(244, 208, 111, .12),
        inset 0 1px 0 rgba(255, 255, 255, .08);
    }
    .offer-banner-inner {
      display: grid;
      grid-template-columns: minmax(280px, 1.15fr) minmax(0, 1.6fr) auto;
      align-items: stretch;
      min-height: 220px;
    }
    .offer-banner-visual {
      width: 100%;
      min-width: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: .85rem 1rem;
      line-height: 0;
      font: inherit;
      color: inherit;
      background: #06080e;
      border: 0;
      border-right: 1px solid rgba(244, 208, 111, .12);
      cursor: zoom-in;
      position: relative;
      transition: background var(--transition-fast);
    }
    .offer-banner-visual::after {
      content: "";
      position: absolute;
      inset: .5rem;
      border-radius: 8px;
      border: 1px solid transparent;
      pointer-events: none;
      transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
    }
    .offer-banner-visual:hover {
      background: #0c1018;
    }
    .offer-banner-visual:hover::after {
      border-color: rgba(244, 208, 111, .35);
      box-shadow: inset 0 0 24px rgba(244, 208, 111, .06);
    }
    .offer-banner-visual:focus-visible {
      outline: 2px solid var(--gold-2);
      outline-offset: -2px;
      z-index: 1;
    }
    .offer-banner-zoom-hint {
      position: absolute;
      right: .85rem;
      bottom: .75rem;
      display: flex;
      align-items: center;
      gap: .35rem;
      padding: .28rem .55rem;
      border-radius: 999px;
      background: rgba(8, 10, 16, .82);
      border: 1px solid rgba(244, 208, 111, .35);
      color: var(--gold-2);
      font-size: .65rem;
      font-weight: 700;
      letter-spacing: .06em;
      text-transform: uppercase;
      opacity: 0;
      transform: translateY(4px);
      transition: opacity var(--transition-fast), transform var(--transition-fast);
      pointer-events: none;
      z-index: 2;
    }
    .offer-banner-visual:hover .offer-banner-zoom-hint {
      opacity: 1;
      transform: translateY(0);
    }
    .offer-banner-img {
      width: 100%;
      height: 100%;
      min-height: 188px;
      max-height: 220px;
      display: block;
      object-fit: contain;
      object-position: center;
      transition: transform .5s var(--ease-luxe);
    }
    .offer-banner-visual:hover .offer-banner-img {
      transform: scale(1.03);
    }
    .offer-banner-main {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: .85rem;
      padding: 1.15rem clamp(1.25rem, 3vw, 2.25rem);
      min-width: 0;
      border-right: 1px solid rgba(244, 208, 111, .12);
      background: linear-gradient(90deg, rgba(18, 22, 30, .98) 0%, rgba(12, 14, 20, .95) 100%);
    }
    .offer-banner-intro {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: .5rem;
      min-width: 0;
    }
    .offer-banner-headline {
      margin: 0;
      font-family: var(--font-sans);
      font-size: clamp(1.35rem, 2.2vw, 1.85rem);
      font-weight: 700;
      line-height: 1.2;
      color: #f7ead0;
    }
    .offer-banner-headline em {
      font-style: normal;
      background: linear-gradient(105deg, #fff4c4, #f4d06f, #e8c547);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    .offer-banner-perks {
      display: flex;
      flex-wrap: wrap;
      gap: .45rem .65rem;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .offer-banner-perks li {
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      padding: .35rem .7rem;
      border-radius: 999px;
      font-size: .72rem;
      font-weight: 600;
      letter-spacing: .02em;
      color: rgba(247, 234, 208, .82);
      background: rgba(244, 208, 111, .08);
      border: 1px solid rgba(244, 208, 111, .2);
      white-space: nowrap;
    }
    .offer-banner-perks i {
      font-size: .7rem;
      color: var(--gold-2);
      opacity: .9;
    }
    .offer-limited-badge {
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: .45rem;
      padding: .4rem .85rem .4rem .65rem;
      border-radius: 999px;
      font-size: .68rem;
      font-weight: 800;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: #1a1408;
      background: linear-gradient(105deg, #fff4c4 0%, #f4d06f 38%, #e8c547 72%, #f4d06f 100%);
      background-size: 200% 100%;
      border: 1px solid rgba(255, 255, 255, .45);
      box-shadow:
        0 2px 12px rgba(244, 208, 111, .35),
        inset 0 1px 0 rgba(255, 255, 255, .55);
      cursor: default;
      overflow: hidden;
      transition: transform var(--transition-fast), box-shadow var(--transition-fast), background-position .6s ease;
    }
    .offer-limited-badge::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, .45) 50%, transparent 70%);
      transform: translateX(-120%);
      transition: transform .65s var(--ease-luxe);
    }
    .offer-limited-badge:hover {
      transform: translateY(-1px);
      box-shadow:
        0 4px 18px rgba(244, 208, 111, .45),
        inset 0 1px 0 rgba(255, 255, 255, .6);
      background-position: 100% 0;
    }
    .offer-limited-badge:hover::before {
      transform: translateX(120%);
    }
    .offer-limited-badge-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #c41e3a;
      box-shadow: 0 0 0 0 rgba(196, 30, 58, .5);
      animation: offer-badge-pulse 2s ease-in-out infinite;
      flex-shrink: 0;
    }
    @keyframes offer-badge-pulse {
      0%, 100% { box-shadow: 0 0 0 0 rgba(196, 30, 58, .45); }
      50% { box-shadow: 0 0 0 5px rgba(196, 30, 58, 0); }
    }
    .offer-limited-badge i {
      font-size: .72rem;
      opacity: .9;
    }
    .offer-banner-tagline {
      margin: 0;
      font-size: .88rem;
      line-height: 1.45;
      color: rgba(247, 234, 208, .72);
      letter-spacing: .02em;
      max-width: 36ch;
    }
    .offer-banner-aside {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      flex-shrink: 0;
      padding: 1.15rem clamp(1.25rem, 2.5vw, 2rem);
      min-width: min(100%, 220px);
      background: linear-gradient(180deg, rgba(18, 22, 30, .98) 0%, rgba(8, 10, 16, 1) 100%);
    }
    .offer-countdown-block {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: .45rem;
      padding: 0 .25rem;
    }
    .offer-countdown-label {
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: rgba(247, 234, 208, .55);
      line-height: 1;
      text-align: center;
      white-space: nowrap;
    }
    .offer-banner .countdown-pro {
      display: flex;
      gap: .4rem;
      align-items: center;
      font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", monospace;
      font-weight: 600;
    }
    .offer-banner .countdown-pro span {
      background: linear-gradient(180deg, rgba(28, 31, 42, .95) 0%, rgba(18, 20, 28, .9) 100%);
      border: 1px solid rgba(244, 208, 111, .28);
      color: var(--gold-2);
      padding: .45rem .5rem;
      border-radius: var(--radius-sm);
      min-width: 42px;
      text-align: center;
      font-size: .92rem;
      line-height: 1.2;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .05),
        0 4px 14px rgba(0, 0, 0, .25),
        0 0 12px rgba(244, 208, 111, .06);
    }
    .offer-banner-shop {
      white-space: nowrap;
      padding: .65rem 1.5rem;
      font-size: .88rem;
      width: 100%;
      max-width: 200px;
      text-align: center;
      flex-shrink: 0;
    }
    .countdown-pro {
      display: flex;
      gap: .65rem;
      align-items: center;
      font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", monospace;
      font-weight: 600;
    }
    .showcase-img {
      width: 100%;
      border-radius: var(--radius);
      border: 1px solid var(--border);
      aspect-ratio: 16 / 11;
      object-fit: cover;
    }
    .section-alt { background: var(--bg-soft); }
    .filter-sidebar {
      position: sticky;
      top: 118px;
      overflow: hidden;
    }
    .filter-sidebar.card-luxe:hover {
      transform: none;
      box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
      border-color: var(--border);
    }
    .filter-sidebar-inner {
      padding: 1.25rem 1.2rem 1.35rem;
    }
    .filter-sidebar-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: .75rem;
      margin-bottom: 1.1rem;
    }
    .filter-sidebar-title {
      font-size: 1.05rem;
      font-weight: 700;
      color: var(--ink);
    }
    .filter-block {
      margin-bottom: .15rem;
    }
    .filter-block-title {
      display: block;
      font-size: .88rem;
      font-weight: 700;
      color: var(--ink);
      margin-bottom: .65rem;
    }
    .filter-divider {
      margin: 1rem 0;
      border: 0;
      border-top: 1px solid var(--border);
      opacity: 1;
    }
    .price-range-filter {
      padding: 0 .1rem;
    }
    .price-range-selected {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: .5rem;
      margin: 0 0 .65rem;
      padding: .55rem .75rem;
      border-radius: var(--radius-sm);
      background: linear-gradient(180deg, rgba(255, 243, 196, .35) 0%, rgba(232, 197, 71, .1) 100%);
      border: 1px solid rgba(232, 197, 71, .28);
    }
    .price-range-selected-label {
      font-size: .75rem;
      font-weight: 600;
      color: var(--muted);
      text-transform: uppercase;
      letter-spacing: .04em;
    }
    .price-range-selected-value {
      font-size: 1.05rem;
      font-weight: 700;
      color: #9a7b1a;
      font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", monospace;
    }
    .price-range-input {
      display: block;
      width: 100%;
      height: .4rem;
      margin: 0 0 .5rem;
      padding: 0;
      border: 0;
      border-radius: 999px;
      background: linear-gradient(90deg, #e8e8e8 0%, #e0e0e0 100%);
      accent-color: #c9a227;
      cursor: pointer;
      -webkit-appearance: none;
      appearance: none;
    }
    .price-range-input::-webkit-slider-runnable-track {
      height: .4rem;
      border-radius: 999px;
      background: #e5e5e5;
    }
    .price-range-input::-webkit-slider-thumb {
      -webkit-appearance: none;
      width: 18px;
      height: 18px;
      margin-top: -7px;
      border-radius: 50%;
      background: linear-gradient(180deg, #f4d06f 0%, #e8c547 100%);
      border: 2px solid #fff;
      box-shadow: 0 2px 8px rgba(201, 162, 39, .45);
      cursor: pointer;
    }
    .price-range-input::-moz-range-track {
      height: .4rem;
      border-radius: 999px;
      background: #e5e5e5;
      border: 0;
    }
    .price-range-input::-moz-range-thumb {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: linear-gradient(180deg, #f4d06f 0%, #e8c547 100%);
      border: 2px solid #fff;
      box-shadow: 0 2px 8px rgba(201, 162, 39, .45);
      cursor: pointer;
    }
    .price-range-labels {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: .78rem;
      font-weight: 600;
      color: var(--muted);
    }
    .filter-sidebar .form-check {
      display: flex;
      align-items: center;
      gap: .6rem;
      min-height: 0;
      margin: 0 0 .45rem;
      padding: 0;
      padding-left: 0 !important;
      cursor: pointer;
    }
    .filter-sidebar .form-check:last-child {
      margin-bottom: 0;
    }
    .filter-sidebar .form-check-input {
      float: none;
      position: static;
      flex-shrink: 0;
      width: 1.05rem;
      height: 1.05rem;
      margin: 0 !important;
      border: 1px solid #c4c4c4;
      cursor: pointer;
    }
    .filter-sidebar .form-check-input:checked {
      background-color: #c9a227;
      border-color: #c9a227;
    }
    .filter-sidebar .form-check-input:focus {
      box-shadow: 0 0 0 3px rgba(232, 197, 71, .25);
    }
    .filter-sidebar .form-check-label {
      flex: 1;
      margin: 0;
      padding: 0;
      font-size: .88rem;
      line-height: 1.35;
      color: #454545;
      cursor: pointer;
      user-select: none;
    }
    .filter-sidebar .form-switch {
      display: flex;
      align-items: center;
      gap: .65rem;
      min-height: 0;
      margin: 0;
      padding: 0 !important;
    }
    .filter-sidebar .form-switch .form-check-input {
      width: 2.35rem;
      height: 1.2rem;
      margin: 0 !important;
    }
    .filter-sidebar .form-switch .form-check-input:checked {
      background-color: #c9a227;
      border-color: #c9a227;
    }
    .filter-block--switch {
      margin-top: .25rem;
      padding-top: .15rem;
    }
    .filter-rating-option {
      display: flex;
      align-items: center;
      width: 100%;
      margin: 0 0 .4rem;
      padding: .5rem .65rem;
      border: 1px solid var(--border);
      border-radius: var(--radius-sm);
      background: #fff;
      font-size: .86rem;
      color: #454545;
      cursor: pointer;
      transition: border-color var(--transition-fast), background var(--transition-fast);
    }
    .filter-rating-option:last-child {
      margin-bottom: 0;
    }
    .filter-rating-option:hover {
      border-color: rgba(232, 197, 71, .45);
      background: rgba(255, 243, 196, .2);
    }
    .filter-rating-option .stars {
      margin-right: .35rem;
      color: var(--gold);
      letter-spacing: .05em;
    }
    .filter-apply-btn {
      margin-top: 1.15rem;
    }
    #listing.section-pad {
      padding-top: 1.25rem;
      padding-bottom: 2.75rem;
    }
    #listing .listing-breadcrumb {
      margin-bottom: .65rem;
      font-size: .875rem;
    }
    #listing .listing-head {
      margin-bottom: 1.15rem;
    }
    #listing .section-title {
      margin-bottom: .2rem;
      font-size: clamp(1.45rem, 2.4vw, 2rem);
    }
    #listing .listing-subtitle {
      font-size: .95rem;
      line-height: 1.45;
    }
    .listing-sort {
      display: flex;
      align-items: center;
      gap: .55rem;
      flex-shrink: 0;
    }
    .listing-sort-label {
      font-size: .875rem;
      font-weight: 600;
      color: var(--muted);
      white-space: nowrap;
      margin: 0;
    }
    .listing-sort-select {
      min-width: 11.5rem;
      width: auto;
      max-width: 100%;
    }
    .btn-clear-filters {
      border: 1px solid rgba(232, 197, 71, .5);
      background: linear-gradient(180deg, rgba(255, 243, 196, .35) 0%, rgba(232, 197, 71, .12) 100%);
      color: #6b5412;
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .06em;
      text-transform: uppercase;
      padding: .4rem .85rem;
      border-radius: var(--radius-sm);
      cursor: pointer;
      transition: background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast);
    }
    .btn-clear-filters:hover {
      background: linear-gradient(180deg, rgba(255, 243, 196, .55) 0%, rgba(232, 197, 71, .22) 100%);
      border-color: var(--gold);
      color: #4a3a0c;
      box-shadow: 0 4px 12px rgba(232, 197, 71, .2);
    }
    .thumb {
      width: 74px;
      height: 74px;
      border-radius: var(--radius-sm);
      background: #f3f3f3;
      overflow: hidden;
      display: grid;
      place-items: center;
      color: var(--gold-2);
      flex: 0 0 auto;
    }
    .thumb img { width: 100%; height: 100%; object-fit: cover; }
    .step {
      flex: 1;
      display: flex;
      gap: .6rem;
      align-items: center;
      color: var(--muted);
      font-weight: 800;
    }
    .step span {
      width: 36px;
      height: 36px;
      border-radius: var(--radius-sm);
      display: grid;
      place-items: center;
      background: #fff;
      border: 1px solid var(--border);
    }
    .step.active { color: #9a7b1a; }
    .step.active span { background: var(--gold); color: #120e08; border-color: var(--gold); }
    .checkout-step { display: none; }
    .checkout-step.active { display: block; }
    .account-nav button, .tab-btn {
      width: 100%;
      text-align: left;
      border: 0;
      background: transparent;
      padding: .9rem 1rem;
      border-radius: var(--radius-sm);
      font-weight: 600;
      color: #373140;
      display: flex;
      align-items: center;
      gap: .55rem;
      cursor: pointer;
    }
    .account-nav button svg.lucide {
      width: 16px;
      height: 16px;
      stroke-width: 1.5;
      opacity: .55;
      flex-shrink: 0;
    }
    .account-nav button.active svg.lucide,
    .account-nav button:hover svg.lucide { opacity: .9; }
    .account-nav button.active, .tab-btn.active { background: #121522; color: var(--gold-2); }
    .account-nav .logout-side {
      color: #9b1c1c;
      margin-top: .5rem;
      border-top: 1px solid var(--border);
      padding-top: 1rem;
    }
    .account-panel, .detail-tab { display: none; }
    .account-panel.active, .detail-tab.active { display: block; }
    .tracking-line {
      border-left: 3px solid var(--border);
      padding-left: 1.25rem;
    }
    .tracking-item {
      position: relative;
      padding-bottom: 1.6rem;
    }
    .tracking-item:before {
      content: "";
      position: absolute;
      left: calc(-1.25rem - 9px);
      top: 3px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: var(--gold);
      box-shadow: 0 0 0 7px rgba(216,171,82,.18);
    }
    .tracking-item.current:before { animation: pulse 1.5s infinite; background: var(--warning); }
    @keyframes pulse { 50% { box-shadow: 0 0 0 14px rgba(245,158,11,.06); } }

    /* Commerce flow — cart, checkout, tracking */
    .commerce-view {
      padding: 1.75rem 0 2.25rem;
      font-size: var(--text-base);
    }
    .commerce-container { max-width: 1120px; }
    .commerce-page-head {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      justify-content: space-between;
      gap: 1rem 1.25rem;
      margin-bottom: 1.35rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid var(--border);
    }
    .commerce-eyebrow {
      font-size: var(--text-xs);
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: #9a7b1a;
      margin: 0 0 .25rem;
    }
    .commerce-title {
      font-family: var(--font-sans);
      font-size: clamp(1.25rem, 2vw, 1.5rem);
      font-weight: 700;
      letter-spacing: -.03em;
      line-height: var(--leading-tight);
      margin: 0;
    }
    .commerce-meta {
      font-size: var(--text-sm);
      font-weight: 500;
      color: var(--muted);
    }
    .commerce-sub {
      font-size: var(--text-sm);
      color: var(--muted);
      margin: .35rem 0 0;
    }
    .commerce-section-title {
      font-size: var(--text-md);
      font-weight: 600;
      letter-spacing: -.02em;
      margin: 0 0 .85rem;
      color: var(--ink);
    }
    .commerce-card {
      padding: 1rem 1.1rem;
      border-radius: var(--radius);
    }
    .commerce-card--sticky {
      position: sticky;
      top: 7.5rem;
    }
    .commerce-card h4,
    .commerce-card h5 {
      font-size: var(--text-md);
      font-weight: 600;
      margin-bottom: .75rem;
      letter-spacing: -.02em;
    }
    .summary-line {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      gap: .75rem;
      font-size: var(--text-sm);
      margin-bottom: .45rem;
      color: var(--muted);
    }
    .summary-line strong { color: var(--ink); font-weight: 600; }
    .summary-line--total {
      font-size: var(--text-md);
      font-weight: 700;
      color: var(--ink);
      margin-top: .25rem;
    }
    .summary-line--total .money { font-size: 1.1rem; }
    .coupon-field label {
      display: block;
      font-size: var(--text-xs);
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .06em;
      color: var(--muted);
      margin-bottom: .4rem;
    }
    .coupon-field .form-control {
      font-size: var(--text-sm);
      padding: .5rem .75rem;
    }
    .secure-note {
      font-size: var(--text-xs);
      color: var(--muted);
      line-height: var(--leading-relaxed);
      margin: .75rem 0 0;
    }
    .secure-note i { color: var(--gold-2); margin-right: .25rem; }
    .cart-line {
      padding: 0;
      margin-bottom: .65rem;
      overflow: hidden;
    }
    .cart-line-inner {
      display: flex;
      gap: .85rem;
      padding: .85rem 1rem;
    }
    .thumb--cart {
      width: 72px;
      height: 72px;
    }
    .cart-line-body { flex: 1; min-width: 0; }
    .cart-line-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: .5rem;
      margin-bottom: .15rem;
    }
    .cart-line-title {
      font-size: var(--text-md);
      font-weight: 600;
      margin: 0;
      line-height: var(--leading-tight);
      letter-spacing: -.02em;
    }
    .cart-line-meta {
      font-size: var(--text-xs);
      color: var(--muted);
      margin: 0 0 .5rem;
    }
    .cart-line-foot {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: .75rem;
      flex-wrap: wrap;
    }
    .cart-line-price { font-size: var(--text-md); }
    .cart-line-delivery {
      font-size: var(--text-xs);
      color: var(--success);
      margin: .5rem 0 0;
    }
    .cart-line-delivery i { margin-right: .25rem; }
    .cart-line-remove {
      border: 0;
      background: transparent;
      color: var(--muted);
      padding: .2rem;
      font-size: .85rem;
      cursor: pointer;
      line-height: 1;
    }
    .cart-line-remove:hover { color: var(--danger); }
    .qty-stepper {
      display: inline-flex;
      align-items: center;
      border: 1px solid var(--border);
      border-radius: var(--radius-sm);
      overflow: hidden;
      background: var(--bg-soft);
    }
    .qty-stepper .btn-soft {
      border: 0;
      border-radius: 0;
      padding: .35rem .55rem;
      background: transparent;
      min-width: 2rem;
    }
    .qty-stepper .btn-soft:hover { background: #fff; transform: none; box-shadow: none; }
    .qty-stepper span {
      min-width: 1.75rem;
      text-align: center;
      font-size: var(--text-sm);
      font-weight: 600;
      padding: 0 .25rem;
    }
    .cart-actions-row {
      display: flex;
      flex-wrap: wrap;
      gap: .4rem;
      margin-top: .35rem;
    }
    .cart-actions-row .btn-soft {
      padding: .35rem .6rem;
      font-size: var(--text-xs);
    }
    .checkout-progress {
      display: flex;
      gap: 0;
      margin-bottom: 1.25rem;
      padding: .35rem;
      background: var(--bg-soft);
      border-radius: var(--radius);
      border: 1px solid var(--border);
    }
    .checkout-progress .step {
      flex: 1;
      justify-content: center;
      font-size: var(--text-xs);
      font-weight: 600;
      gap: .4rem;
      padding: .4rem .35rem;
    }
    .checkout-progress .step span {
      width: 1.5rem;
      height: 1.5rem;
      font-size: .7rem;
      font-weight: 700;
      flex-shrink: 0;
    }
    @media (min-width: 576px) {
      .checkout-progress .step { font-size: var(--text-sm); }
    }
    .checkout-panel { padding: 1.1rem 1.15rem; }
    .checkout-step { display: none; }
    .checkout-step.active { display: block; }
    .checkout-step-title {
      font-size: var(--text-md);
      font-weight: 600;
      margin: 0 0 .75rem;
      letter-spacing: -.02em;
    }
    .option-card {
      padding: .75rem .85rem;
      border: 1px solid var(--border);
      border-radius: var(--radius-sm);
      background: #fff;
      cursor: pointer;
      transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
      height: 100%;
    }
    .option-card:hover { border-color: rgba(232, 197, 71, .45); }
    .option-card.is-selected {
      border-color: var(--gold);
      background: rgba(232, 197, 71, .06);
      box-shadow: 0 0 0 1px rgba(232, 197, 71, .25);
    }
    .option-card strong {
      display: block;
      font-size: var(--text-sm);
      font-weight: 600;
      margin-bottom: .15rem;
    }
    .option-card p {
      font-size: var(--text-xs);
      margin: 0;
      color: var(--muted);
    }
    .payment-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(7.5rem, 1fr));
      gap: .45rem;
    }
    .payment-grid .btn-soft {
      width: 100%;
      padding: .5rem .4rem;
      font-size: var(--text-xs);
    }
    .checkout-divider {
      text-align: center;
      font-size: var(--text-xs);
      font-weight: 600;
      color: var(--muted);
      text-transform: uppercase;
      letter-spacing: .08em;
      margin: .65rem 0;
    }
    .checkout-nav {
      display: flex;
      justify-content: space-between;
      gap: .65rem;
      margin-top: 1rem;
      padding-top: 1rem;
      border-top: 1px solid var(--border);
    }
    .checkout-review-box {
      font-size: var(--text-sm);
      color: var(--muted);
      padding: .75rem .85rem;
      background: var(--bg-soft);
      border-radius: var(--radius-sm);
      margin-bottom: .85rem;
      line-height: var(--leading-relaxed);
    }
    .order-mini-list {
      font-size: var(--text-sm);
      color: var(--muted);
      margin: 0 0 .75rem;
      line-height: var(--leading-relaxed);
    }
    .tracking-view .commerce-page-head { margin-bottom: 1.15rem; }
    .tracking-status-pill { margin-bottom: 1rem; }
    .tracking-timeline-wrap {
      padding: 1rem 1.1rem 1rem 1.35rem;
    }
    .tracking-line {
      border-left: 2px solid var(--border);
      padding-left: 1.1rem;
      margin-left: .35rem;
    }
    .tracking-item {
      padding-bottom: 1.15rem;
    }
    .tracking-item:last-child { padding-bottom: 0; }
    .tracking-item:before {
      left: calc(-1.1rem - 8px);
      width: 14px;
      height: 14px;
      box-shadow: 0 0 0 4px rgba(216, 171, 82, .15);
    }
    .tracking-item strong {
      font-size: var(--text-sm);
      font-weight: 600;
      display: block;
      margin-bottom: .1rem;
    }
    .tracking-item p {
      font-size: var(--text-xs);
      margin: 0;
    }
    .confirmation-view .commerce-card {
      max-width: 520px;
      margin: 0 auto;
      padding: 1.75rem 1.5rem;
      text-align: center;
    }
    .confirmation-view .commerce-title {
      font-size: var(--text-xl);
      margin-bottom: .5rem;
    }
    .confirmation-view .success-check {
      width: 3.5rem;
      height: 3.5rem;
      font-size: 1.35rem;
      margin-bottom: 1rem;
    }
    .checkout-nav .btn-soft:disabled {
      opacity: .45;
      cursor: not-allowed;
      pointer-events: none;
    }
    .recommend-strip {
      margin-top: 2rem;
      padding-top: 1.5rem;
      border-top: 1px solid var(--border);
    }
    .recommend-strip .commerce-section-title {
      font-size: var(--text-lg);
      margin-bottom: 1rem;
    }
    .success-check {
      width: 98px;
      height: 98px;
      border-radius: 999px;
      background: var(--success);
      color: #fff;
      display: grid;
      place-items: center;
      font-size: 3rem;
      margin: 0 auto 1.5rem;
      animation: pop .7s ease;
    }
    @keyframes pop { 0% { transform: scale(.5); opacity: 0; } 80% { transform: scale(1.08); } 100% { transform: scale(1); opacity: 1; } }
    footer {
      position: relative;
      overflow: hidden;
      background: var(--dark-gradient-footer);
      color: #f7ead0;
      padding: 64px 0 24px;
      border-top: 1px solid rgba(244, 208, 111, .12);
      box-shadow: inset 0 1px 0 rgba(244, 208, 111, .08);
    }
    footer::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(244, 208, 111, .09), transparent 55%),
        radial-gradient(ellipse 40% 60% at 10% 80%, rgba(232, 197, 71, .05), transparent 50%),
        radial-gradient(ellipse 40% 60% at 90% 70%, rgba(244, 208, 111, .04), transparent 50%);
      pointer-events: none;
    }
    footer > .container,
    footer .row { position: relative; z-index: 1; }
    footer a, footer p, footer button { color: rgba(247,234,208,.72); }
    footer button:hover { color: var(--gold-2); }
    .site-footer-heading {
      color: var(--gold-2);
      font-size: .8rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      margin: 0 0 .85rem;
    }
    .site-footer-links,
    .site-footer-contact {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .site-footer-links li,
    .site-footer-contact li {
      margin-bottom: .5rem;
      font-size: .9rem;
      line-height: 1.45;
      color: rgba(247, 234, 208, .72);
    }
    .site-footer-links button {
      border: 0;
      background: transparent;
      padding: 0;
      font: inherit;
      color: inherit;
      cursor: pointer;
      text-align: inherit;
    }
    .site-footer-links button:hover,
    .site-footer-contact a:hover {
      color: var(--gold-2);
    }
    .site-footer-contact a {
      color: rgba(247, 234, 208, .78);
      text-decoration: none;
    }
    .site-footer-divider {
      border: 0;
      border-top: 1px solid rgba(244, 208, 111, .14);
      margin: 2rem 0 1.35rem;
      opacity: 1;
    }
    .site-footer-bottom {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 1rem 1.25rem;
    }
    .site-footer-copy {
      font-size: .85rem;
      color: rgba(247, 234, 208, .55);
    }
    .site-footer-payments {
      display: flex;
      flex-wrap: wrap;
      gap: .45rem;
    }
    .site-footer-brand {
      max-width: 360px;
    }
    .site-footer-symbol-wrap {
      display: none;
    }
    .site-footer-social {
      display: flex;
      gap: .55rem;
      margin-top: 1rem;
    }
    .site-footer-social a {
      display: grid;
      place-items: center;
      width: 38px;
      height: 38px;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(244, 208, 111, .22);
      background: rgba(255, 255, 255, .04);
      color: var(--gold-2);
      font-size: .95rem;
      transition: background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);
    }
    .site-footer-social a:hover {
      color: var(--gold-light);
      border-color: rgba(244, 208, 111, .4);
      background: rgba(244, 208, 111, .1);
    }
    .payment-badge {
      border: 1px solid rgba(245, 216, 143, .22);
      border-radius: 9px;
      padding: .35rem .6rem;
      color: var(--gold-2);
      font-weight: 800;
      font-size: .8rem;
      background: linear-gradient(180deg, rgba(255, 255, 255, .06) 0%, rgba(255, 255, 255, .02) 100%);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 4px 12px rgba(0, 0, 0, .2);
    }
    .table thead th {
      color: #536072;
      font-size: .78rem;
      letter-spacing: .04em;
      text-transform: uppercase;
      white-space: nowrap;
    }
    .table td { vertical-align: middle; }
    .form-control {
      border-radius: var(--radius-sm);
      border-color: var(--border);
      padding: .58rem .85rem;
      font-size: var(--text-sm);
      font-family: var(--font-sans);
    }
    .form-control-sm {
      padding: .48rem .7rem;
      font-size: var(--text-sm);
    }
    .form-select {
      border-radius: var(--radius-sm);
      border-color: var(--border);
      padding: .78rem 2.35rem .78rem .95rem;
      background-position: right .75rem center;
      background-size: 14px 10px;
      cursor: pointer;
    }
    .form-control:focus, .form-select:focus {
      border-color: var(--gold);
      box-shadow: 0 0 0 .25rem rgba(216,171,82,.18);
    }
    .offer-modal {
      position: fixed;
      inset: 0;
      z-index: 200;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity .4s var(--ease-luxe), visibility .4s var(--ease-luxe);
    }
    .offer-modal.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }
    .offer-modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(6, 8, 14, .48);
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
    }
    .offer-modal-panel {
      position: relative;
      z-index: 1;
      width: min(520px, 94vw);
      max-height: min(92vh, 720px);
      display: flex;
      flex-direction: column;
      border-radius: 12px;
      border: 1px solid rgba(244, 208, 111, .5);
      background: linear-gradient(180deg, #141820 0%, #0a0c12 100%);
      box-shadow:
        0 28px 90px rgba(0, 0, 0, .55),
        0 0 48px rgba(244, 208, 111, .14),
        inset 0 1px 0 rgba(255, 255, 255, .06);
      transform: scale(.9) translateY(24px);
      transition: transform .45s cubic-bezier(.22, 1, .36, 1), width .35s var(--ease-luxe);
      overflow: hidden;
    }
    .offer-modal.is-open .offer-modal-panel {
      transform: scale(1) translateY(0);
    }
    .offer-modal-close {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 3;
      width: 36px;
      height: 36px;
      border: 1px solid rgba(244, 208, 111, .4);
      border-radius: var(--radius-sm);
      background: rgba(12, 14, 20, .85);
      color: var(--gold-2);
      display: grid;
      place-items: center;
      cursor: pointer;
      transition: background var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);
    }
    .offer-modal-close:hover {
      background: rgba(244, 208, 111, .15);
      border-color: var(--gold-2);
      transform: scale(1.05);
    }
    .offer-modal-close svg.lucide {
      width: 18px;
      height: 18px;
    }
    .offer-modal-body {
      overflow: auto;
      line-height: 0;
    }
    .offer-modal-img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 0;
    }
    .offer-modal-actions {
      display: flex;
      flex-wrap: wrap;
      gap: .65rem;
      justify-content: center;
      padding: 1rem 1.15rem 1.2rem;
      border-top: 1px solid rgba(244, 208, 111, .12);
      background: rgba(0, 0, 0, .25);
    }
    .offer-modal-actions .btn-luxe {
      flex: 1 1 auto;
      min-width: 160px;
    }
    .offer-modal-dismiss {
      flex: 0 1 auto;
      font-size: .85rem;
      padding: .65rem 1rem;
    }
    .offer-banner-modal {
      position: fixed;
      inset: 0;
      z-index: 210;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.25rem;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity .4s var(--ease-luxe), visibility .4s var(--ease-luxe);
    }
    .offer-banner-modal.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }
    .offer-banner-modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(6, 8, 14, .48);
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
    }
    .offer-banner-modal-panel {
      position: relative;
      z-index: 1;
      width: min(960px, 96vw);
      max-height: min(92vh, 520px);
      border-radius: 12px;
      border: 1px solid rgba(244, 208, 111, .5);
      background: #0a0c12;
      box-shadow:
        0 28px 90px rgba(0, 0, 0, .55),
        0 0 48px rgba(244, 208, 111, .14),
        inset 0 1px 0 rgba(255, 255, 255, .06);
      transform: scale(.92) translateY(20px);
      transition: transform .45s cubic-bezier(.22, 1, .36, 1);
      overflow: hidden;
    }
    .offer-banner-modal.is-open .offer-banner-modal-panel {
      transform: scale(1) translateY(0);
    }
    .offer-banner-modal-close {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 3;
      width: 36px;
      height: 36px;
      border: 1px solid rgba(244, 208, 111, .4);
      border-radius: var(--radius-sm);
      background: rgba(12, 14, 20, .85);
      color: var(--gold-2);
      display: grid;
      place-items: center;
      cursor: pointer;
      transition: background var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);
    }
    .offer-banner-modal-close:hover {
      background: rgba(244, 208, 111, .15);
      border-color: var(--gold-2);
      transform: scale(1.05);
    }
    .offer-banner-modal-close svg.lucide {
      width: 18px;
      height: 18px;
    }
    .offer-banner-modal-body {
      line-height: 0;
      overflow: auto;
    }
    .offer-banner-modal-img {
      width: 100%;
      height: auto;
      display: block;
    }
    .icon-btn-offer {
      position: relative;
    }
    .icon-btn-offer::after {
      content: "";
      position: absolute;
      top: 4px;
      right: 4px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #e85d3a;
      border: 1px solid #fff;
      box-shadow: 0 0 6px rgba(232, 93, 58, .8);
    }
    @media (min-width: 992px) {
      .header-inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: .65rem 1.25rem;
      }
      .header-bar { display: contents; }
      .mobile-nav-toggle,
      .icon-btn-search-mobile { display: none !important; }
      .header-logo-btn { order: 1; margin-right: 0; }
      .site-nav { order: 2; flex: 0 1 auto; }
      .mobile-nav-shell,
      .mobile-nav-body { display: contents; }
      .header-search-row {
        order: 3;
        display: block !important;
        flex: 1 1 300px;
        margin: 0;
        max-width: 420px;
      }
      .header-actions { order: 4; margin-left: auto; }
    }
    @media (max-width: 991px) {
      :root { --top-chrome: 4.25rem; }
      body.mobile-nav-open { overflow: hidden; }
      body.mobile-search-open { overflow: hidden; }
      .mobile-nav-toggle { display: grid; }
      .icon-btn-search-mobile { display: grid; }
      /* Let the drawer sit above the backdrop (was trapped under it via header-inner z-index). */
      .header-inner { padding: .45rem 0 .55rem; z-index: auto; }
      .header-bar {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: .35rem .5rem;
      }
      .header-logo-btn {
        justify-self: center;
        margin: 0;
      }
      .brand-logo { max-height: 34px; }
      .header-actions {
        margin-left: 0;
        gap: .35rem;
      }
      .header-search-row {
        display: none;
        max-width: none;
        width: 100%;
        margin-top: .55rem;
      }
      .header-search-row.is-open { display: block; }
      .header-search-row .search-wrap {
        min-width: 0;
        flex: none;
      }
      .mobile-nav-shell,
      .mobile-nav-header,
      .mobile-nav-footer,
      .mobile-nav-close,
      .mobile-nav-section-label {
        display: block;
      }
      .mobile-nav-close {
        display: grid;
      }
      .mobile-nav-shell {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 100dvh;
      }
      .site-nav {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 120;
        width: min(88vw, 320px);
        margin: 0;
        padding: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        overflow: hidden;
        color: #fff8e7;
        background:
          var(--glow-ambient-top),
          linear-gradient(165deg, #1c2030 0%, #12151f 38%, #0a0c12 72%, #080a10 100%);
        border-right: 1px solid rgba(244, 208, 111, .32);
        box-shadow:
          12px 0 48px rgba(0, 0, 0, .55),
          inset -1px 0 0 rgba(255, 255, 255, .04);
        transform: translateX(-105%);
        transition: transform .38s var(--ease-luxe);
        visibility: hidden;
      }
      .mobile-nav-header {
        position: relative;
        flex-shrink: 0;
        padding: max(.85rem, env(safe-area-inset-top)) 1rem 1.1rem;
        text-align: center;
        border-bottom: 1px solid rgba(244, 208, 111, .14);
        background:
          radial-gradient(ellipse 90% 80% at 50% 0%, rgba(244, 208, 111, .14), transparent 62%),
          linear-gradient(180deg, rgba(255, 255, 255, .04) 0%, transparent 100%);
      }
      .mobile-nav-header::after {
        content: "";
        position: absolute;
        left: 1.25rem;
        right: 1.25rem;
        bottom: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(244, 208, 111, .45), transparent);
      }
      .mobile-nav-close {
        position: absolute;
        top: max(.65rem, env(safe-area-inset-top));
        right: .85rem;
        display: grid;
        place-items: center;
        width: 38px;
        height: 38px;
        padding: 0;
        border: 1px solid rgba(244, 208, 111, .28);
        border-radius: var(--radius-sm);
        background: rgba(255, 255, 255, .05);
        color: var(--gold-2);
        cursor: pointer;
        transition: background var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);
      }
      .mobile-nav-close:hover {
        background: rgba(244, 208, 111, .12);
        border-color: rgba(244, 208, 111, .5);
        transform: scale(1.04);
      }
      .mobile-nav-close svg.lucide {
        width: 18px;
        height: 18px;
      }
      .mobile-nav-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: .65rem;
        width: 100%;
        margin: 0;
        padding: .25rem 2rem 0;
        border: 0;
        background: transparent;
        cursor: pointer;
        color: inherit;
      }
      .mobile-nav-symbol-wrap {
        display: grid;
        place-items: center;
        width: 88px;
        height: 88px;
        border-radius: 50%;
        background:
          radial-gradient(circle at 35% 28%, rgba(255, 243, 196, .2), transparent 55%),
          linear-gradient(145deg, rgba(244, 208, 111, .18) 0%, rgba(244, 208, 111, .04) 100%);
        border: 1px solid rgba(244, 208, 111, .35);
        box-shadow:
          0 8px 28px rgba(0, 0, 0, .35),
          inset 0 1px 0 rgba(255, 255, 255, .12);
      }
      .mobile-nav-symbol {
        width: 56px;
        height: 56px;
        object-fit: contain;
      }
      .mobile-nav-brand-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: .2rem;
      }
      .mobile-nav-brand-name {
        font-size: 1.15rem;
        font-weight: 700;
        letter-spacing: .22em;
        color: var(--gold-light);
        text-shadow: 0 0 24px rgba(244, 208, 111, .25);
      }
      .mobile-nav-brand-tagline {
        font-size: .72rem;
        font-weight: 600;
        letter-spacing: .14em;
        text-transform: uppercase;
        color: rgba(247, 234, 208, .62);
      }
      .mobile-nav-body {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: .85rem 1rem 1rem;
      }
      .mobile-nav-section-label {
        margin: 0 0 .55rem;
        padding: 0 .15rem;
        font-size: .68rem;
        font-weight: 700;
        letter-spacing: .16em;
        text-transform: uppercase;
        color: rgba(247, 234, 208, .45);
      }
      .mobile-nav-footer {
        flex-shrink: 0;
        padding: 1rem 1rem max(1rem, env(safe-area-inset-bottom));
        border-top: 1px solid rgba(244, 208, 111, .14);
        background:
          linear-gradient(0deg, rgba(0, 0, 0, .35) 0%, transparent 100%),
          radial-gradient(ellipse 100% 70% at 50% 100%, rgba(244, 208, 111, .08), transparent 55%);
      }
      .mobile-nav-perk {
        display: flex;
        align-items: center;
        gap: .55rem;
        padding: .55rem .7rem;
        margin-bottom: .65rem;
        border-radius: var(--radius-sm);
        border: 1px solid rgba(244, 208, 111, .2);
        background: rgba(244, 208, 111, .06);
        font-size: .78rem;
        color: rgba(255, 248, 231, .88);
        line-height: 1.35;
      }
      .mobile-nav-perk i {
        color: var(--gold-2);
        font-size: .9rem;
        flex-shrink: 0;
      }
      .mobile-nav-perk strong {
        color: var(--gold-light);
        font-weight: 700;
      }
      .mobile-nav-cta {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .45rem;
        width: 100%;
        margin-bottom: .75rem;
        padding: .72rem 1rem;
        border: 1px solid #f0cc5a;
        border-radius: var(--radius-sm);
        background: linear-gradient(180deg, #fff0b0 0%, #f4d06f 45%, #e8c547 100%);
        color: #1a1408;
        font-size: .88rem;
        font-weight: 700;
        cursor: pointer;
        box-shadow: 0 6px 20px rgba(232, 197, 71, .28);
        transition: transform var(--transition-fast), box-shadow var(--transition-fast);
      }
      .mobile-nav-cta svg.lucide {
        width: 16px;
        height: 16px;
        stroke: #1a1408;
      }
      .mobile-nav-cta:hover {
        transform: translateY(-1px);
        box-shadow: 0 8px 24px rgba(232, 197, 71, .35);
      }
      .mobile-nav-social {
        display: flex;
        justify-content: center;
        gap: .5rem;
        margin-bottom: .75rem;
      }
      .mobile-nav-social-link {
        display: grid;
        place-items: center;
        width: 40px;
        height: 40px;
        border-radius: var(--radius-sm);
        border: 1px solid rgba(244, 208, 111, .22);
        background: rgba(255, 255, 255, .04);
        color: var(--gold-2);
        font-size: 1rem;
        transition: background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);
      }
      .mobile-nav-social-link:hover {
        color: var(--gold-light);
        border-color: rgba(244, 208, 111, .45);
        background: rgba(244, 208, 111, .1);
        transform: translateY(-2px);
      }
      .mobile-nav-whatsapp {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .5rem;
        width: 100%;
        padding: .7rem 1rem;
        margin-bottom: .65rem;
        border-radius: var(--radius-sm);
        border: 1px solid rgba(37, 211, 102, .45);
        background: linear-gradient(180deg, rgba(37, 211, 102, .22) 0%, rgba(37, 211, 102, .1) 100%);
        color: #e8fff0;
        font-size: .88rem;
        font-weight: 600;
        text-decoration: none;
        transition: background var(--transition-fast), border-color var(--transition-fast);
      }
      .mobile-nav-whatsapp i {
        font-size: 1.15rem;
        color: #25d366;
      }
      .mobile-nav-whatsapp:hover {
        color: #fff;
        border-color: rgba(37, 211, 102, .65);
        background: linear-gradient(180deg, rgba(37, 211, 102, .32) 0%, rgba(37, 211, 102, .16) 100%);
      }
      .mobile-nav-copy {
        margin: 0;
        text-align: center;
        font-size: .68rem;
        letter-spacing: .04em;
        color: rgba(247, 234, 208, .42);
      }
      body.mobile-nav-open .site-nav {
        transform: translateX(0);
        visibility: visible;
      }
      body.mobile-nav-open .mobile-nav-backdrop {
        display: block;
        z-index: 110;
      }
      .site-nav .nav-link-luxe {
        width: 100%;
        justify-content: flex-start;
        padding: .82rem .95rem;
        margin-bottom: .2rem;
        border-bottom: 0;
        border-radius: var(--radius-sm);
        font-size: .98rem;
        font-weight: 600;
        color: #fff8e7;
        opacity: 1;
        border: 1px solid transparent;
        transition: background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);
      }
      .site-nav .nav-dropdown-toggle {
        padding-right: .75rem;
      }
      .site-nav .nav-link-luxe .nav-ico,
      .site-nav .nav-link-luxe svg.lucide {
        width: 18px;
        height: 18px;
        opacity: 1;
        color: var(--gold-2);
        stroke: var(--gold-2);
      }
      .site-nav .nav-link-luxe.active,
      .site-nav .nav-link-luxe:hover {
        color: #fffdf5;
        background: rgba(244, 208, 111, .14);
        border-color: rgba(244, 208, 111, .28);
        border-bottom-color: transparent;
      }
      .site-nav .nav-link-luxe.active .nav-ico,
      .site-nav .nav-link-luxe.active svg.lucide,
      .site-nav .nav-link-luxe:hover .nav-ico,
      .site-nav .nav-link-luxe:hover svg.lucide {
        color: var(--gold-light);
        stroke: var(--gold-light);
      }
      .site-nav .nav-ask-aura {
        color: #fffdf5;
      }
      .site-nav .nav-ai-emoji {
        opacity: 1;
      }
      .site-nav .nav-dropdown { width: 100%; }
      .site-nav .nav-dropdown-menu {
        position: static;
        display: none;
        box-shadow: none;
        margin: .2rem 0 .45rem;
        padding: .35rem 0 .35rem .65rem;
        border-left: 2px solid rgba(244, 208, 111, .35);
        background: rgba(0, 0, 0, .28);
        border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
      }
      .site-nav .nav-dropdown.open .nav-dropdown-menu { display: block; }
      .site-nav .nav-dropdown-menu button {
        width: 100%;
        text-align: left;
        padding: .7rem .85rem;
        color: rgba(255, 248, 231, .92);
        font-weight: 500;
        font-size: .92rem;
      }
      .site-nav .nav-dropdown-menu button svg.lucide {
        opacity: 1;
        color: var(--gold-2);
        stroke: var(--gold-2);
      }
      .site-nav .nav-dropdown-menu button:hover {
        color: #fffdf5;
        background: rgba(244, 208, 111, .12);
      }
      .profile-dropdown .nav-dropdown-menu {
        position: absolute;
        right: 0;
        left: auto;
        top: calc(100% + .45rem);
        min-width: 240px;
        box-shadow: var(--shadow-dark);
      }
      .announcement {
        font-size: .72rem;
        padding: .4rem .65rem;
        line-height: 1.35;
      }
      .home-first-screen {
        min-height: auto;
      }
      .hero-panel {
        padding: 1.25rem 1.15rem 1.1rem;
      }
      .hero-title.display-4 {
        font-size: clamp(1.65rem, 7vw, 2.35rem);
        line-height: 1.15;
      }
      .hero-shine-rule { margin: .85rem 0 1rem; }
      .hero-lead { font-size: .92rem; margin-bottom: 1.1rem; }
      .hero-stat {
        padding: .8rem .9rem;
        gap: .65rem;
      }
      .hero-stat-icon { font-size: 1.25rem; width: 2.15rem; height: 2.15rem; }
      .hero-stat strong { font-size: 1.15rem; }
      .hero-stat small { font-size: .7rem; }
      .section-pad { padding: 2.75rem 0; }
      .section-title { font-size: clamp(1.35rem, 5vw, 1.85rem); }
      .product-media { min-height: 0; margin: .5rem; }
      .product-card-title { font-size: .92rem; min-height: 2.4em; }
      .product-card-desc {
        font-size: .8rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
      .product-card-body .btn-luxe {
        font-size: .82rem;
        padding: .55rem .65rem;
      }
      .filter-sidebar {
        position: static;
        display: none;
      }
      .filter-sidebar.is-open {
        display: block;
        margin-bottom: 1rem;
      }
      #listing .listing-head {
        flex-direction: column;
        align-items: stretch;
      }
      .listing-toolbar {
        width: 100%;
        justify-content: space-between;
      }
      .listing-sort {
        flex: 1 1 auto;
        min-width: 0;
      }
      .listing-sort-select { min-width: 0; flex: 1; }
      .countdown-pro { width: 100%; justify-content: flex-start; }
      .offer-banner-inner {
        grid-template-columns: 1fr;
        min-height: 0;
      }
      .offer-banner-visual {
        border-right: 0;
        border-bottom: 1px solid rgba(244, 208, 111, .12);
        padding: .7rem .85rem;
      }
      .offer-banner-img { min-height: 0; max-height: 168px; }
      .offer-banner-main {
        border-right: 0;
        border-bottom: 1px solid rgba(244, 208, 111, .12);
        padding: 1rem 1.1rem;
      }
      .offer-banner-aside {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        min-width: 0;
        padding: 1rem 1.1rem;
      }
      .offer-countdown-block { align-items: flex-start; }
      .offer-banner-shop { flex: 1 1 auto; max-width: none; width: 100%; }
      .offer-banner-headline { font-size: 1.15rem; }
      .trust-grid {
        gap: .45rem .65rem;
        justify-content: center;
      }
      .trust-item {
        font-size: .72rem;
        padding: .25rem .5rem;
        border-right: 0;
        white-space: normal;
      }
      .trust-item i { font-size: .88rem; }
      .commerce-page-head {
        flex-direction: column;
        align-items: flex-start;
      }
      .commerce-page-head .btn-soft { width: 100%; }
      .checkout-progress {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap;
      }
      .checkout-progress .step {
        flex: 0 0 auto;
        min-width: 5.25rem;
        font-size: .72rem;
      }
      .account-layout .col-lg-3 {
        margin-bottom: 1rem;
      }
      .account-nav {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: .35rem;
        padding-bottom: .35rem;
        -webkit-overflow-scrolling: touch;
      }
      .account-nav button {
        width: auto;
        flex: 0 0 auto;
        white-space: nowrap;
        padding: .65rem .85rem;
      }
      .account-nav .logout-side {
        margin-top: 0;
        border-top: 0;
        padding-top: .65rem;
      }
      .detail-tabs-shell {
        grid-template-columns: 1fr;
      }
      .detail-tab-nav {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: .35rem;
        padding: .85rem;
        border-right: 0;
        border-bottom: 1px solid rgba(244, 208, 111, .14);
      }
      .detail-tabs-panel .tab-btn {
        width: auto;
        flex: 0 0 auto;
        white-space: nowrap;
        padding: .65rem .85rem;
        transform: none;
      }
      .detail-tabs-panel .tab-btn.active {
        transform: none;
      }
      .detail-tab-body {
        padding: 1.25rem 1.1rem 1.5rem;
      }
      .detail-reviews-layout {
        grid-template-columns: 1fr;
      }
      .site-footer {
        padding: 2.5rem 0 calc(6.75rem + env(safe-area-inset-bottom, 0px));
      }
      .site-footer-inner {
        padding-left: 1.35rem;
        padding-right: 1.35rem;
      }
      .site-footer-brand-col {
        text-align: center;
        padding-bottom: 1.35rem;
        margin-bottom: .25rem;
        border-bottom: 1px solid rgba(244, 208, 111, .12);
      }
      .site-footer-brand {
        max-width: none;
        margin: 0 auto;
      }
      .site-footer-symbol-wrap {
        display: inline-block;
        margin: 0 auto .75rem;
      }
      .site-footer-symbol {
        width: 52px;
        height: 52px;
        object-fit: contain;
        margin: 0 auto;
        filter: drop-shadow(0 4px 16px rgba(244, 208, 111, .2));
      }
      .site-footer-logo {
        max-height: 36px;
        margin: 0 auto 1rem;
        display: block;
      }
      .site-footer-about {
        margin: 0 auto;
        max-width: 320px;
        font-size: .88rem;
        line-height: 1.65;
        color: rgba(247, 234, 208, .68);
      }
      .site-footer-grid {
        --bs-gutter-x: 1.25rem;
        --bs-gutter-y: 1.5rem;
      }
      .site-footer-col {
        padding-left: .15rem;
        padding-right: .15rem;
      }
      .site-footer-heading {
        font-size: .72rem;
        margin-bottom: .65rem;
      }
      .site-footer-links li,
      .site-footer-contact li {
        font-size: .86rem;
        margin-bottom: .45rem;
      }
      .site-footer-contact-col {
        padding-top: .5rem;
        margin-top: .25rem;
        border-top: 1px solid rgba(244, 208, 111, .1);
      }
      .site-footer-social {
        justify-content: flex-start;
        margin-top: 1.1rem;
        padding-right: 4.5rem;
      }
      .site-footer-divider {
        margin: 1.5rem 0 1.15rem;
      }
      .site-footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: .85rem;
      }
      .site-footer-copy {
        font-size: .78rem;
        line-height: 1.45;
        max-width: 280px;
      }
      .site-footer-payments {
        justify-content: center;
      }
      .site-footer .payment-badge { font-size: .7rem; }
      .float-actions {
        right: 12px;
        bottom: max(12px, env(safe-area-inset-bottom, 0px));
        z-index: 50;
      }
      .whatsapp-float {
        width: 48px;
        height: 48px;
        font-size: 1.45rem;
      }
      .scroll-top-btn {
        width: 42px;
        height: 42px;
      }
      .offer-modal-panel {
        max-width: min(100%, 420px);
        margin: .5rem;
      }
      .offer-modal-actions {
        flex-direction: column;
      }
      .offer-modal-actions .btn-luxe,
      .offer-modal-actions .offer-modal-dismiss {
        width: 100%;
      }
      .offer-banner-modal-panel {
        max-width: calc(100vw - 1.5rem);
      }
      .table-responsive-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
      }
      .cart-line-inner {
        flex-wrap: wrap;
      }
      .blog-card-media { aspect-ratio: 4 / 3; }
    }
    @media (max-width: 575px) {
      .hero-stats-row {
        grid-template-columns: 1fr;
        gap: .5rem;
      }
      .hero-cta-row .btn-hero-primary,
      .hero-cta-row .btn-hero-secondary {
        flex: 1 1 calc(50% - .35rem);
        min-width: 0;
        padding-left: .65rem;
        padding-right: .65rem;
        font-size: .88rem;
      }
      .product-card-price .pill { font-size: .68rem; }
      .offer-banner-perks { display: none; }
      .testimonial-card { padding: 1.15rem; }
    }