@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@500;700;800;900&family=Changa:wght@500;700&display=swap');

:root {
  --bg: #f7f4ef;
  --bg-alt: #efe7dc;
  --ink: #1d1712;
  --muted: #6e5c4f;
  --line: #e1d2c1;
  --card: #fffdfa;
  --brand: #a84f2f;
  --brand-strong: #8f3f22;
  --brand-soft: #f6e4d6;
  --accent: #144c4a;
  --ok-bg: #e4f8ef;
  --ok-ink: #116f46;
  --bad-bg: #ffecee;
  --bad-ink: #9d2230;
  --shadow: 0 18px 45px rgba(20, 14, 10, 0.1);
  --radius: 18px;
}

/* Floating WhatsApp CTA */
.whatsapp-float {
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 1100;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  background: #16a34a;
  border: 1px solid #15803d;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
  border-radius: 999px;
  padding: 10px 14px 10px 10px;
}
.whatsapp-float:hover { background: #15803d; }
.whatsapp-float-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.16);
  flex: 0 0 34px;
}
.whatsapp-float-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.whatsapp-float-text {
  font-weight: 800;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .whatsapp-float {
    right: 12px;
    bottom: 12px;
    padding: 10px;
  }
  .whatsapp-float-text { display: none; }
}

* { box-sizing: border-box; }
html, body { margin: 0; }
body {
  direction: rtl;
  color: var(--ink);
  font-family: 'Cairo', sans-serif;
  background:
    radial-gradient(circle at 96% 14%, #ecdac7 0 11%, transparent 11%),
    radial-gradient(circle at 7% 45%, #efdecb 0 14%, transparent 14%),
    linear-gradient(160deg, var(--bg) 0%, #f9f7f3 100%);
}
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, 92%); margin: 0 auto; }
.page-wrap { min-height: 60vh; padding-bottom: 20px; }

.announcement {
  background: linear-gradient(90deg, #1d1712, #2b2018);
  color: #f6ede4;
  font-size: 0.9rem;
}
.announce-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.topbar {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid var(--line);
  background: rgba(248, 244, 238, 0.92);
}
.mobile-header-row,
.mobile-drawer,
.mobile-drawer-backdrop {
  display: none;
}
.nav-main {
  min-height: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 12px;
}
.logo-image {
  max-height: 46px;
  width: auto;
  display: block;
}
.nav-logo-only {
  justify-content: center;
}
.nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1 1 520px;
}
.nav-links a {
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  transition: 0.2s ease;
}
.nav-links a:hover {
  border-color: var(--brand);
  color: var(--brand-strong);
}
.nav-links a:visited {
  color: inherit;
}
.cart-btn {
  flex: 0 0 auto;
  background: var(--ink);
  color: #fff;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 700;
}
.cart-btn span { color: #d6cabf; }
.auth-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.user-chip {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.9rem;
  font-weight: 700;
}
.user-chip-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.user-chip-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  font-size: .9rem;
}
.user-chip-text {
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero {
  margin-top: 20px;
  background:
    linear-gradient(115deg, rgba(20,76,74,.95), rgba(168,79,47,.94)),
    url('https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?q=80&w=1800&auto=format&fit=crop') center/cover;
  color: #fff;
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: clamp(20px, 4vw, 44px);
  display: grid;
  grid-template-columns: 1.3fr 0.8fr;
  gap: 18px;
}
.hero-chip {
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 999px;
  display: inline-block;
  padding: 5px 12px;
  font-size: 0.85rem;
}
.hero h1 {
  margin: 12px 0;
  font-size: clamp(1.7rem, 3.4vw, 2.8rem);
  line-height: 1.2;
}
.hero p {
  margin: 0;
  color: #f3e9de;
  font-size: 1.04rem;
  max-width: 680px;
}
.hero-cta {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.hero-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.hero-stats div {
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 16px;
  padding: 12px;
  display: grid;
  gap: 4px;
}
.hero-stats strong {
  font-size: 1.2rem;
  font-weight: 900;
}
.hero-stats span { color: #f5e8db; font-size: .9rem; }

.section-head {
  margin-top: 28px;
  margin-bottom: 12px;
}
.section-title {
  margin: 0;
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  font-family: 'Changa', sans-serif;
}
.muted { margin: 8px 0 0; color: var(--muted); }

.benefits {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.benefits article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  padding: 14px;
}
.benefits h3 { margin: 0 0 6px; font-size: 1.03rem; }
.benefits p { margin: 0; color: var(--muted); font-size: .92rem; }

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
}
.category-pill {
  background: linear-gradient(145deg, #fff, #f9f1e6);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  display: grid;
  gap: 4px;
}
.category-pill span { font-weight: 800; }
.category-pill small { color: var(--muted); }

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 310px));
  justify-content: center;
  gap: 12px;
}
.featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.product-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--card);
  box-shadow: 0 10px 25px rgba(20,14,10,.05);
  transition: transform .25s ease, box-shadow .25s ease;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 28px rgba(20,14,10,.12);
}
.featured-card {
  background: linear-gradient(180deg, #fffdfa 0%, #fff7ef 100%);
  border-color: #dcc5ae;
}
.product-card img {
  width: 100%;
  height: 215px;
  object-fit: cover;
}
.card-body { padding: 12px; }
.mini-tag {
  display: inline-flex;
  background: var(--brand-soft);
  color: var(--brand-strong);
  border-radius: 999px;
  font-size: .8rem;
  padding: 4px 8px;
  margin-bottom: 8px;
  font-weight: 700;
}
.card-body h3 {
  margin: 0 0 6px;
  font-size: 1.02rem;
  min-height: 46px;
}
.price-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 4px 0 10px;
}
.price-sale { color: var(--brand-strong); font-weight: 900; }
.price-old { color: #9f8a78; text-decoration: line-through; font-size: .88rem; }
.price-row.big .price-sale { font-size: 1.42rem; }
.card-actions { display: flex; gap: 8px; flex-wrap: wrap; }

.btn {
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 11px;
  font-family: inherit;
  font-weight: 800;
  transition: .2s ease;
}
.btn-primary { background: var(--brand); color: #fff; }
.btn-primary:hover { background: var(--brand-strong); }
.btn-secondary { background: #1f1611; color: #fff; }
.btn-secondary:hover { background: #000; }
.btn-danger { background: #c81e1e; color: #fff; }
.btn-danger:hover { background: #a91111; }
.btn-ghost { background: #fff; color: var(--ink); }

.breadcrumb {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.93rem;
}
.product-layout {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 16px;
}
.product-gallery img {
  width: 100%;
  border-radius: 20px;
  height: 500px;
  object-fit: cover;
  border: 1px solid var(--line);
}
.product-gallery-slider {
  display: grid;
  gap: 10px;
}
.product-gallery-stage {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.product-gallery-stage > img.product-gallery-slide {
  display: none;
}
.product-gallery-stage > img.product-gallery-slide.is-active {
  display: block;
}
.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(15,23,42,.45);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.gallery-nav.prev { right: 10px; }
.gallery-nav.next { left: 10px; }
.product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(68px, 1fr));
  gap: 8px;
}
.gallery-thumb {
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid transparent;
  background: #fff;
  cursor: pointer;
}
.gallery-thumb.is-active {
  border-color: var(--brand);
}
.gallery-thumb img {
  width: 100%;
  height: 68px;
  object-fit: cover;
  display: block;
  border: 0;
  border-radius: 0;
}
.product-panel {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--card);
  padding: 16px;
}
.product-panel h1 { margin: 8px 0; line-height: 1.3; }
.product-desc {
  color: var(--muted);
  margin: 0 0 10px;
  line-height: 1.7;
}
.selling-points {
  margin: 0 0 14px;
  padding: 0 16px 0 0;
  display: grid;
  gap: 6px;
}
.buy-form { display: grid; gap: 8px; max-width: 280px; }
.qty { max-width: 120px; }

.table-wrap {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table th,.table td {
  text-align: right;
  border-bottom: 1px solid var(--line);
  padding: 10px;
  white-space: nowrap;
}

.cart-layout,
.checkout-layout {
  margin-top: 14px;
  display: grid;
  gap: 14px;
}
.cart-layout {
  grid-template-columns: 1.4fr .75fr;
}
.checkout-layout {
  grid-template-columns: 1fr;
}
.summary-card,
.checkout-card,
.track-form,
.policy-card,
.empty-box {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 14px;
}
.summary-card h3 { margin-top: 0; }
.checkout-edit-order-btn {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.checkout-offers-picker {
  display: grid;
  gap: 12px;
  margin-bottom: 12px;
}
.checkout-offer-card {
  background: #d8edf8;
  border: 2px solid #a7bfd3;
  border-radius: 16px;
  padding: 10px 10px 12px;
  cursor: pointer;
  transition: .15s ease;
}
.checkout-offer-card:hover {
  border-color: #7ba8c4;
}
.checkout-offer-card.is-active {
  border-color: #22c55e;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, .12) inset;
}
.checkout-offer-head {
  background: #5d1800;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-weight: 900;
  padding: 9px 12px;
  line-height: 1.3;
  font-size: 1.05rem;
}
.checkout-offer-body {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 12px;
  align-items: start;
  padding: 12px 6px 4px;
}
.checkout-offer-list {
  margin: 0;
  padding-right: 22px;
  color: #1f2937;
  font-weight: 700;
  line-height: 1.75;
  font-size: .92rem;
}
.checkout-offer-price {
  background: #a9e8f1;
  border-radius: 12px;
  padding: 12px 10px;
  text-align: center;
  color: #03235a;
  font-weight: 900;
}
.checkout-offer-price-num {
  font-size: 1.8rem;
  line-height: 1.05;
}
.checkout-offer-price-num span {
  font-size: .95rem;
}
.checkout-offer-price-ship {
  margin-top: 4px;
  font-size: .82rem;
  line-height: 1.25;
}
.checkout-offer-foot {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 10px;
  padding-top: 8px;
}
.checkout-offer-selector {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 4px solid #4b1d11;
  background: transparent;
  justify-self: start;
}
.checkout-offer-card.is-active .checkout-offer-selector {
  border-color: #16a34a;
  background: #16a34a;
  box-shadow: inset 0 0 0 6px #d8edf8;
}
.checkout-offer-state {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #22c55e;
  color: #032500;
  border-radius: 10px;
  padding: 0 12px;
  font-weight: 900;
  font-size: .92rem;
  visibility: hidden;
  justify-self: start;
}
.checkout-offer-card.is-active .checkout-offer-state {
  visibility: visible;
}
.checkout-offer-action {
  background: #145f7e;
  color: #fff;
  border-radius: 10px;
  padding: 7px 14px;
  font-weight: 900;
  font-size: 1rem;
  min-width: 108px;
  text-align: center;
}
.checkout-offer-card.is-active .checkout-offer-action {
  background: #16a34a;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 9px 0;
  border-bottom: 1px dashed #e9ddd1;
}
.summary-row.total strong { color: var(--brand-strong); }
.summary-row:last-child { border-bottom: 0; }
.mini-link {
  display: block;
  color: var(--accent);
  font-weight: 700;
  margin: 6px 0;
}
.inline-note {
  background: #f7efe4;
  color: #6b4e3a;
  border: 1px solid #eadac8;
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 10px;
  font-size: 0.92rem;
  line-height: 1.6;
}
.inline-note strong { color: #3f2a1f; }

.input, select, textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d8c7b7;
  padding: 10px 12px;
  font-size: 0.97rem;
  font-family: inherit;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.policy-note {
  margin: 10px 0 14px;
  font-size: 0.92rem;
  color: var(--muted);
}
.checkout-inline-price-summary {
  margin: 10px 0 12px;
  border: 1px solid #e4d6c5;
  background: #fffaf5;
  border-radius: 12px;
  padding: 0 12px;
}
.checkout-inline-price-summary .summary-row {
  padding: 8px 0;
}
.policy-note a { color: var(--brand-strong); font-weight: 800; }
.payment-options {
  display: grid;
  gap: 8px;
  margin-top: 6px;
}
.pay-option {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border: 1px solid #eadac8;
  background: #fffaf5;
  border-radius: 10px;
  padding: 10px 12px;
  cursor: pointer;
}
.pay-option input {
  width: auto;
  margin-top: 4px;
}
.pay-option span {
  display: grid;
  gap: 2px;
}
.pay-option small {
  color: var(--muted);
}
.pay-option .pay-note {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 3px 8px;
  border-radius: 999px;
  font-weight: 800;
  margin-top: 2px;
}
.pay-option .pay-note-shipping {
  color: #9a3412;
  background: #fff7ed;
  border: 1px solid #fdba74;
}
.pay-option .pay-note-free-ship {
  color: #065f46;
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
}
.pay-option .pay-note-card-offer {
  color: #065f46;
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
}

.track-form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
  align-items: end;
}
.track-result {
  margin-top: 12px;
  border-radius: 12px;
  padding: 12px;
}
.track-result.ok {
  background: var(--ok-bg);
  color: var(--ok-ink);
  border: 1px solid #bdebcf;
}
.track-result.bad {
  background: var(--bad-bg);
  color: var(--bad-ink);
  border: 1px solid #ffd0d6;
}

.policy-hero { margin-top: 18px; }
.policy-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
}
.policy-card h3 { margin: 0 0 8px; }
.policy-card p { margin: 0; line-height: 1.7; color: var(--muted); }

.policy-hero-pro {
  margin-top: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  padding: 20px 16px;
  background:
    radial-gradient(circle at 12% 15%, rgba(219, 191, 74, .14), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(74, 114, 225, .12), transparent 40%),
    linear-gradient(135deg, #0b1024, #131b46);
  color: #f2f5ff;
  text-align: center;
}

.policy-hero-pro .section-title {
  color: #fff;
}

.policy-hero-pro .muted {
  color: #d3dcf7;
  max-width: 920px;
  margin-inline: auto;
  line-height: 1.9;
}

.policy-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(232, 200, 83, .3);
  color: #e8c853;
  font-size: .75rem;
  letter-spacing: .14em;
  padding: 6px 14px;
  margin-bottom: 10px;
}

.policy-updated {
  margin-top: 8px;
  color: #f0d68a;
  font-size: .86rem;
}

.policy-highlights {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.policy-highlight-card {
  background: #fff;
  border: 1px solid #e7eaf2;
  border-radius: 14px;
  padding: 12px;
  display: grid;
  gap: 6px;
  align-content: start;
  box-shadow: 0 8px 20px rgba(10,16,40,.04);
}

.policy-highlight-card .icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #e9f8ef;
  color: #127a48;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.policy-highlight-card p {
  margin: 0;
  color: #334155;
  line-height: 1.7;
  font-size: .9rem;
  font-weight: 700;
}

.policy-grid-pro {
  margin-top: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.policy-card-pro {
  border-radius: 16px;
  border-color: #e5e7ef;
  box-shadow: 0 10px 24px rgba(10, 16, 40, .04);
}

.policy-card-pro h3 {
  color: #101827;
  font-size: 1.02rem;
}

.policy-card-pro p {
  color: #4b5563;
  line-height: 1.95;
}

.policy-list {
  margin: 10px 0 0;
  padding: 0 18px 0 0;
  display: grid;
  gap: 6px;
}

.policy-list li {
  color: #334155;
  line-height: 1.85;
}

.policy-note-box {
  margin-top: 10px;
  border-radius: 12px;
  border: 1px solid #efe2b4;
  background: #fff9e7;
  color: #6a5311;
  padding: 10px 12px;
  line-height: 1.8;
  font-weight: 700;
}

.policy-faq-wrap {
  margin-top: 12px;
}

.policy-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.policy-cta {
  margin-top: 14px;
  background:
    radial-gradient(circle at 15% 30%, rgba(60, 116, 244, .12), transparent 35%),
    linear-gradient(135deg, #fff, #f7f9ff);
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}

.policy-cta h3 {
  margin: 0 0 6px;
  color: #0f172a;
}

.policy-cta p {
  margin: 0;
  color: #64748b;
  line-height: 1.85;
}

.empty-box { margin-top: 16px; text-align: center; }
.cart-items-stack {
  display: grid;
  gap: 12px;
}
.cart-item-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 12px;
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 12px;
  align-items: center;
}
.cart-item-image img {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid #eadccc;
  background: #f8f8f8;
}
.cart-item-body h3 {
  margin: 0 0 6px;
  font-size: 1.04rem;
}
.cart-item-meta {
  color: var(--muted);
  margin-bottom: 8px;
}
.cart-item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}
.cart-tag {
  display: inline-flex;
  align-items: center;
  border: 1px solid #eadbcf;
  background: #fbf6ef;
  color: #5f4b3f;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.82rem;
  font-weight: 700;
}
.cart-item-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.cart-item-controls label {
  font-weight: 700;
}
.cart-item-total {
  color: var(--brand-strong);
}
.cart-item-actions {
  display: flex;
  justify-content: flex-end;
}
.checkout-items-list {
  display: grid;
  gap: 8px;
  margin-bottom: 10px;
}
.checkout-item-row {
  border: 1px solid #d7e3ef;
  background: #eaf4fb;
  border-radius: 14px;
  padding: 10px;
}
.checkout-item-offer-shell {
  display: grid;
  gap: 10px;
}
.checkout-item-offer-head {
  background: #5d1800;
  color: #fff;
  border-radius: 10px;
  padding: 8px 10px;
  text-align: center;
  font-weight: 900;
  font-size: .95rem;
  line-height: 1.35;
}
.checkout-item-offer-grid {
  display: grid;
  grid-template-columns: 1fr minmax(92px, 120px) 82px;
  grid-template-areas: "main price thumb";
  gap: 10px;
  align-items: start;
}
.checkout-item-thumb img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #eadccc;
  background: #fff;
  display: block;
}
.checkout-item-thumb {
  grid-area: thumb;
  justify-self: end;
}
.checkout-item-remove-link {
  border: 0;
  background: transparent;
  color: #b91c1c;
  font-weight: 800;
  font-family: inherit;
  font-size: .86rem;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  justify-self: center;
  margin-top: 3px;
}
.checkout-item-remove-link:hover {
  color: #991b1b;
}
.checkout-item-remove-link:disabled {
  opacity: .6;
  cursor: wait;
}
.checkout-item-main {
  grid-area: main;
  display: grid;
  gap: 3px;
  align-content: start;
}
.checkout-item-main strong {
  font-size: .95rem;
  line-height: 1.35;
  color: #2f241b;
}
.checkout-item-main small {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}
.checkout-item-main .checkout-item-offer-line {
  color: #7c2d12;
  font-weight: 700;
}
.checkout-item-price-wrap {
  grid-area: price;
  display: grid;
  gap: 6px;
  align-content: start;
  justify-self: start;
}
.checkout-item-price-box {
  background: #cbefff;
  border: 1px solid #a6d8f1;
  border-radius: 12px;
  padding: 8px 10px;
  min-width: 100px;
  text-align: center;
  justify-self: start;
  display: grid;
  gap: 2px;
  justify-items: center;
}
.checkout-item-price {
  color: #0b2f6b;
  font-weight: 900;
  font-size: 1.02rem;
  white-space: nowrap;
  line-height: 1.15;
}
.checkout-item-price-box small {
  display: block;
  color: #0b2f6b;
  font-weight: 800;
  font-size: .72rem;
  margin-top: 3px;
  line-height: 1.25;
}

.flash {
  margin-top: 14px;
  border-radius: 12px;
  font-weight: 700;
  padding: 10px 12px;
}
.flash.success {
  background: var(--ok-bg);
  color: var(--ok-ink);
  border: 1px solid #bfe8cc;
}
.flash.error {
  background: var(--bad-bg);
  color: var(--bad-ink);
  border: 1px solid #ffccd3;
}

.site-footer {
  margin-top: 30px;
  background: #1d1712;
  color: #eadccc;
  padding-top: 26px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 18px;
}
.footer-grid h4 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: #fff;
}
.footer-grid p {
  margin: 0;
  color: #d5c6b6;
  line-height: 1.7;
}
.footer-grid a {
  display: block;
  color: #dcccb9;
  margin: 6px 0;
}
.footer-grid a:hover { color: #fff; }
.footer-copy {
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 20px;
  padding: 14px 0;
  text-align: center;
  font-size: .9rem;
  color: #baa58f;
}

@media (max-width: 1024px) {
  .nav-main { justify-content: center; padding: 10px 0 14px; }
  .auth-actions { justify-content: center; }
  .hero { grid-template-columns: 1fr; }
  .benefits { grid-template-columns: 1fr; }
  .featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-layout,
  .cart-layout,
  .checkout-layout,
  .footer-grid { grid-template-columns: 1fr; }
  .policy-highlights,
  .policy-grid-pro,
  .policy-faq-grid { grid-template-columns: 1fr 1fr; }
  .product-gallery img { height: 350px; }
}

@media (max-width: 700px) {
  .announce-inner {
    justify-content: center;
    flex-wrap: wrap;
    padding: 8px 0;
  }
  .nav-links { justify-content: center; }
  .track-form,
  .form-grid { grid-template-columns: 1fr; }
  .policy-highlights,
  .policy-grid-pro,
  .policy-faq-grid { grid-template-columns: 1fr; }
  .policy-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .featured-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 82%;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
  }
  .featured-grid .featured-card { scroll-snap-align: start; }
  .product-card img { height: 180px; }
  .cart-item-card {
    grid-template-columns: 1fr;
  }
  .cart-item-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .cart-item-actions {
    justify-content: flex-start;
  }
  .checkout-item-row {
    padding: 8px;
  }
  .checkout-offer-body {
    grid-template-columns: 1fr;
  }
  .checkout-offer-foot {
    grid-template-columns: 1fr;
  }
  .checkout-offer-state,
  .checkout-offer-action,
  .checkout-offer-selector {
    text-align: center;
    justify-content: center;
  }
  .checkout-offer-selector {
    justify-self: center;
  }
  .checkout-offer-state {
    justify-self: stretch;
  }
  .checkout-item-offer-head {
    font-size: .9rem;
  }
  .checkout-item-offer-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "thumb"
      "main"
      "price";
  }
  .checkout-item-thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .checkout-item-thumb {
    justify-self: stretch;
  }
  .checkout-item-remove-link {
    justify-self: stretch;
    text-align: center;
  }
  .checkout-item-price {
    justify-self: stretch;
    text-align: center;
  }
  .checkout-item-price {
    white-space: normal;
  }
  .checkout-item-price-box {
    justify-self: stretch;
  }
  .checkout-item-price-wrap {
    justify-self: stretch;
  }
}

/* ===== Luxury redesign (Home + global storefront look) ===== */

body.is-home {
  background:
    radial-gradient(circle at 12% 22%, rgba(79, 120, 196, .18), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(116, 153, 221, .16), transparent 36%),
    linear-gradient(180deg, #203356 0%, #2c4672 26%, #eef1f5 26%, #eef1f5 100%);
  color: #f2f5fb;
}

body.is-home .page-wrap {
  padding-top: 12px;
}

body.is-home .container {
  width: min(1240px, 94%);
}

body.is-home .announcement {
  background: linear-gradient(90deg, #2a406a, #345184);
  border-bottom: 1px solid rgba(233, 193, 77, .18);
  color: #eef3ff;
}

body.is-home .announce-inner {
  min-height: 36px;
  font-size: .84rem;
  opacity: .95;
}

body.is-home .topbar {
  background: rgba(37, 57, 94, .88);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
  position: sticky;
  top: 0;
}

body.is-home .nav-main {
  min-height: 70px;
  gap: 10px;
}

body.is-home .logo-image {
  max-height: 54px;
  filter: none;
}

body.is-home .logo,
body.is-home .mobile-logo {
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: 0;
  padding: 0;
}

body.is-home .nav-links {
  gap: 4px;
  flex: 1 1 auto;
}

body.is-home .nav-links a {
  background: transparent;
  border: 1px solid transparent;
  color: #f1f5ff;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: .9rem;
}
body.is-home .nav-links a:visited {
  color: #f1f5ff;
}

body.is-home .nav-links a:hover {
  color: #f0d15e;
  border-color: rgba(240, 209, 94, .25);
  background: rgba(255,255,255,.05);
}

body.is-home .cart-btn {
  background: transparent;
  border: 1px solid rgba(240, 209, 94, .35);
  color: #f6e4a1;
  padding: 9px 12px;
  border-radius: 12px;
}

body.is-home .cart-btn span {
  color: #f6f0d4;
}

body.is-home .auth-actions .btn-primary {
  background: linear-gradient(180deg, #f3d971, #d7b74d);
  color: #16130f;
}

body.is-home .auth-actions .btn-secondary {
  background: #1a223f;
  color: #eef2ff;
  border: 1px solid rgba(255,255,255,.08);
}

body.is-home .user-chip {
  background: rgba(255,255,255,.03);
  color: #e9eeff;
  border: 1px solid rgba(255,255,255,.08);
}

body.is-home .flash.success,
body.is-home .flash.error {
  background: rgba(255,255,255,.95);
  color: #111827;
}

.lux-hero {
  position: relative;
  min-height: 540px;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(120deg, #20134f 0%, #241b61 38%, #123271 100%);
  border: 1px solid rgba(255,255,255,.07);
  box-shadow: 0 35px 80px rgba(4, 8, 22, .4);
  margin-top: 4px;
}

.lux-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .8s ease;
}

.lux-hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.lux-hero-bg {
  position: absolute;
  inset: 0;
  opacity: .30;
}

.lux-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.95) brightness(1.07);
}

.lux-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 30%, rgba(28,158,82,.24), transparent 40%),
    radial-gradient(circle at 75% 25%, rgba(69,128,242,.18), transparent 46%),
    linear-gradient(180deg, rgba(9,12,33,.24), rgba(8,9,26,.42));
}

.lux-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 540px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  gap: 14px;
  padding: 34px 18px 22px;
}

.lux-hero-badge {
  color: #f0d15e;
  border: 1px solid rgba(240, 209, 94, .25);
  border-radius: 999px;
  padding: 6px 18px;
  font-size: .76rem;
  letter-spacing: .18em;
}

.lux-hero h1 {
  margin: 0;
  color: #fff;
  font-family: 'Changa', sans-serif;
  font-weight: 700;
  line-height: 1.15;
  font-size: clamp(2rem, 4.6vw, 3.8rem);
}

.lux-hero h1 span {
  color: #f0d15e;
}

.lux-hero p {
  margin: 0;
  max-width: 820px;
  color: #d7def5;
  line-height: 1.9;
  font-size: clamp(.95rem, 1.8vw, 1.12rem);
}

.lux-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
}

.lux-btn-gold,
.lux-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 11px 22px;
  font-weight: 800;
  transition: .2s ease;
}

.lux-btn-gold {
  background: linear-gradient(180deg, #f2d972, #d8b64a);
  color: #17130d;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 10px 24px rgba(240, 209, 94, .2);
}

.lux-btn-gold:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(240, 209, 94, .28);
}

.lux-btn-outline {
  color: #e6ebff;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.03);
}

.lux-btn-outline:hover {
  border-color: rgba(240, 209, 94, .3);
  color: #f0d15e;
}

.lux-dots {
  position: absolute;
  bottom: 18px;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  gap: 8px;
  align-items: center;
  z-index: 4;
}

.lux-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(240, 209, 94, .65);
  opacity: .7;
}

.lux-dots span.active {
  width: 26px;
  background: #f0d15e;
  border-color: #f0d15e;
  opacity: 1;
}

.section-head-lux {
  margin-top: 34px;
  margin-bottom: 16px;
}

.section-head-lux.center {
  text-align: center;
}

body.is-home .section-head-lux .section-title {
  color: #f7f9ff;
  font-family: 'Changa', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}

body.is-home .section-head-lux .muted {
  color: #d5ddf7;
}

.lux-categories .section-head-lux .section-title {
  color: #f7f9ff;
}

.lux-categories {
  margin-top: 20px;
}

.lux-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lux-category-card {
  position: relative;
  min-height: 255px;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(160deg, #11173a, #0d1230);
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 18px 35px rgba(9, 12, 29, .12);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.lux-category-card:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 209, 94, .18);
  box-shadow: 0 24px 42px rgba(9, 12, 29, .17);
}

.lux-category-card.has-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .60;
  transform: scale(1.02);
  filter: brightness(1.08) saturate(1.06);
}

.lux-card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6,8,20,.08), rgba(7,9,22,.55)),
    radial-gradient(circle at 10% 10%, rgba(61,75,160,.14), transparent 45%);
}

.lux-category-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  gap: 8px;
  padding: 16px;
  color: #fff;
}

.lux-category-icon {
  font-size: 2rem;
  filter: drop-shadow(0 5px 12px rgba(0,0,0,.35));
}

.lux-category-content h3 {
  margin: 0;
  font-size: 1.55rem;
  font-family: 'Changa', sans-serif;
}

.lux-category-content p {
  margin: 0;
  color: #dbc786;
  letter-spacing: .04em;
  font-size: .95rem;
}

.lux-line {
  width: 48px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #e3c04f, transparent);
  margin-top: 4px;
}

.lux-why {
  margin-top: 34px;
  border-radius: 22px;
  padding: 28px 18px;
  background:
    radial-gradient(circle at 15% 20%, rgba(58,83,190,.16), transparent 40%),
    linear-gradient(180deg, #090d20, #070a18);
  border: 1px solid rgba(255,255,255,.05);
}

.lux-section-title {
  text-align: center;
  margin-bottom: 18px;
}

.lux-section-title > span {
  color: #dbc35c;
  letter-spacing: .2em;
  font-size: .75rem;
}

.lux-section-title h2 {
  margin: 8px 0 6px;
  color: #fff;
  font-family: 'Changa', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.lux-section-title i {
  display: inline-block;
  width: 62px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #d8b64a, transparent);
}

.lux-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.lux-why-grid article {
  border: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.015);
  border-radius: 18px;
  padding: 18px 14px;
  text-align: center;
  color: #eef2ff;
}

.lux-why-grid .icon {
  font-size: 1.9rem;
  margin-bottom: 8px;
}

.lux-why-grid h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.lux-why-grid p {
  margin: 0;
  color: #bfc8ea;
  font-size: .9rem;
  line-height: 1.8;
}

.lux-products {
  margin-top: 30px;
}

body.is-home .product-grid-lux {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 280px));
  justify-content: center;
  gap: 18px;
}

body.is-home .product-card-lux {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e4e7f0;
  background: #fff;
  box-shadow: 0 14px 35px rgba(10, 14, 31, .08);
}

.lux-product-image-wrap {
  position: relative;
}

body.is-home .product-card-lux img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.lux-badge-new {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e8c95f;
  color: #111827;
  font-size: .75rem;
  font-weight: 800;
  border-radius: 999px;
  padding: 4px 10px;
}

body.is-home .product-card-lux .card-body {
  padding: 14px 14px 16px;
}

body.is-home .product-card-lux .mini-tag {
  background: #f6edd0;
  color: #9e7a15;
}

body.is-home .product-card-lux h3 {
  min-height: auto;
  color: #101827;
  font-size: 1.06rem;
}

body.is-home .product-card-lux .price-sale {
  color: #bc9a26;
  font-size: 1.15rem;
}

body.is-home .product-card-lux .btn-secondary {
  width: 100%;
  background: linear-gradient(180deg, #0d1230, #0a1028);
  color: #ecd890;
  border-radius: 12px;
}

.lux-cta-banner {
  margin-top: 34px;
  border-radius: 20px;
  padding: 28px 22px;
  background:
    radial-gradient(circle at 85% 20%, rgba(255,255,255,.05), transparent 36%),
    linear-gradient(135deg, #10275b, #0a1636);
  border: 1px solid rgba(255,255,255,.06);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.lux-cta-banner h2 {
  margin: 0;
  font-family: 'Changa', sans-serif;
  font-size: clamp(1.5rem, 2.7vw, 2.4rem);
}

.lux-cta-banner h2 span {
  color: #f0d15e;
}

.lux-cta-banner p {
  margin: 8px 0 0;
  color: #d6def5;
}

body.is-home .site-footer {
  margin-top: 42px;
  background:
    radial-gradient(circle at 18% 14%, rgba(44,80,177,.16), transparent 38%),
    linear-gradient(180deg, #070a18 0%, #04060f 100%);
  color: #dbe3ff;
  border-top: 1px solid rgba(255,255,255,.05);
}

body.is-home .footer-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
}

body.is-home .footer-grid h4 {
  color: #fff;
  position: relative;
  padding-bottom: 8px;
}

body.is-home .footer-grid h4::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 2px;
  background: #e0bf4a;
}

body.is-home .footer-grid p,
body.is-home .footer-grid a {
  color: #c4cdec;
}

body.is-home .footer-grid a:hover {
  color: #f0d15e;
}

body.is-home .footer-copy {
  color: #9ca7c7;
  border-top-color: rgba(255,255,255,.06);
}

/* Inner pages keep lighter background but with luxury accents */
body.is-inner .topbar {
  background: rgba(9, 13, 31, .95);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

body.is-inner .nav-main {
  min-height: 72px;
}

body.is-inner .nav-links {
  gap: 6px;
  flex: 1 1 auto;
}

body.is-inner .nav-links a {
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(255,255,255,.05);
  color: #eef2ff;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: .86rem;
}
body.is-inner .nav-links a:visited {
  color: #eef2ff;
}

body.is-inner .nav-links a:hover {
  color: #f0d15e;
  border-color: rgba(240,209,94,.2);
}

body.is-inner .logo-image {
  max-height: 50px;
}

body.is-inner .auth-actions .btn-primary {
  background: linear-gradient(180deg, #f2d972, #d7b64a);
  color: #17130d;
}

body.is-inner .auth-actions .btn-secondary {
  background: #121936;
  color: #f0f3ff;
}

body.is-inner .cart-btn {
  background: #111831;
  border: 1px solid rgba(255,255,255,.08);
}

body.is-inner .site-footer {
  background: linear-gradient(180deg, #060816, #05070f);
}

/* Why Homitova + Contact pages */
.brand-story-page,
.contact-page-lux {
  margin-top: 14px;
  display: grid;
  gap: 18px;
}

.brand-story-hero,
.contact-hero-lux {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 30px 18px;
  background:
    radial-gradient(circle at 15% 20%, rgba(31, 192, 102, .16), transparent 35%),
    radial-gradient(circle at 82% 18%, rgba(58, 108, 255, .16), transparent 44%),
    linear-gradient(135deg, #0a1028, #101945, #071127);
  border: 1px solid rgba(255,255,255,.06);
  min-height: 300px;
}

.story-grid {
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px);
  background-size: 36px 36px;
  animation: gridFloat 18s linear infinite;
}

.story-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  opacity: .7;
  animation: glowPulse 7s ease-in-out infinite;
}
.story-glow-a { width: 180px; height: 180px; right: 10%; top: 14%; background: rgba(240, 209, 94, .25); }
.story-glow-b { width: 240px; height: 240px; left: 8%; bottom: 8%; background: rgba(47, 211, 141, .18); animation-delay: 1.6s; }

.brand-story-content {
  position: relative;
  z-index: 2;
  color: #eef2ff;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  display: grid;
  gap: 10px;
  align-content: center;
  min-height: 100%;
  animation: fadeRise .9s ease both;
}

.story-kicker {
  color: #e4c75a;
  letter-spacing: .2em;
  font-size: .76rem;
}

.brand-story-content h1 {
  margin: 0;
  font-family: 'Changa', sans-serif;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1.2;
}

.brand-story-content h1 span {
  color: #f0d15e;
}

.brand-story-content p {
  margin: 0;
  line-height: 1.95;
  color: #d7def5;
  font-size: 1rem;
}

.story-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.story-panel {
  background: #fff;
  border: 1px solid #e5e7ef;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 24px rgba(10, 16, 40, .04);
  animation: fadeRise .7s ease both;
}

.story-panel:nth-child(2) { animation-delay: .1s; }
.story-panel:nth-child(3) { animation-delay: .2s; }
.story-panel:nth-child(4) { animation-delay: .3s; }

.story-panel h2 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  color: #0f172a;
}

.story-panel p {
  margin: 0;
  color: #4b5563;
  line-height: 1.9;
}

.story-values {
  background:
    radial-gradient(circle at 12% 20%, rgba(36, 95, 201, .13), transparent 34%),
    linear-gradient(180deg, #0a1023, #070b18);
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.05);
  padding: 22px 16px;
}

.story-values-grid,
.contact-help-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.value-card {
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 16px;
  padding: 14px 12px;
  color: #eef2ff;
  text-align: center;
  animation: fadeRise .7s ease both;
}

.value-card span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 6px;
}

.value-card h3 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.value-card p {
  margin: 0;
  color: #c8d0ed;
  line-height: 1.8;
  font-size: .9rem;
}

.story-cta {
  background: #fff;
  border: 1px solid #e5e7ef;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.story-cta h2 {
  margin: 0 0 6px;
  color: #111827;
}
.story-cta p {
  margin: 0;
  color: #64748b;
}
.story-cta-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.contact-grid-lux {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-card-lux {
  background: #fff;
  border: 1px solid #e5e7ef;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 10px 22px rgba(10, 16, 40, .04);
}

.contact-card-lux h2 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  color: #0f172a;
}

.contact-card-lux p {
  margin: 0;
  line-height: 1.9;
  color: #374151;
}

.contact-card-lux small {
  display: block;
  margin-top: 8px;
  color: #6b7280;
}

.contact-help-lux {
  background:
    radial-gradient(circle at 85% 10%, rgba(220, 187, 71, .10), transparent 34%),
    linear-gradient(180deg, #0a1023, #080d1b);
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.05);
  padding: 22px 16px;
}

.contact-social-lux {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.social-cta {
  background: #fff;
  border: 1px solid #e5e7ef;
  border-radius: 18px;
  padding: 16px;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  align-items: center;
  box-shadow: 0 14px 26px rgba(10, 16, 40, .04);
  transition: transform .2s ease, box-shadow .2s ease;
}

.social-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(10, 16, 40, .08);
}

.social-cta .social-icon {
  width: 74px;
  height: 74px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
}

.social-cta .social-icon svg {
  width: 34px;
  height: 34px;
  display: block;
  fill: currentColor;
}

.social-cta.facebook .social-icon {
  background: linear-gradient(180deg, #1877f2, #1458b5);
}

.social-cta.whatsapp .social-icon {
  background: linear-gradient(180deg, #22c55e, #128c3f);
  font-size: 1.8rem;
}

.social-text {
  display: grid;
  gap: 4px;
}

.social-text strong {
  color: #111827;
  font-size: 1.05rem;
}

.social-text span {
  color: #475467;
  font-size: .92rem;
}

.social-text small {
  color: #6b7280;
  font-size: .82rem;
  direction: ltr;
  text-align: left;
}

@keyframes fadeRise {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes glowPulse {
  0%,100% { transform: scale(1); opacity: .55; }
  50% { transform: scale(1.08); opacity: .9; }
}

@keyframes gridFloat {
  from { transform: translateY(0); }
  to { transform: translateY(36px); }
}

@media (max-width: 1100px) {
  .lux-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lux-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .story-values-grid,
  .contact-help-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  html.drawer-open,
  body.drawer-open {
    overflow: hidden;
  }
  body.is-home .topbar {
    position: static;
  }
  .topbar {
    position: static;
  }
  .mobile-header-row {
    display: grid;
    grid-template-columns: 48px 1fr 48px;
    align-items: center;
    gap: 8px;
    min-height: 72px;
    padding: 10px 0;
  }
  .mobile-logo {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
  }
  .mobile-logo .logo-image {
    max-height: 42px;
    width: auto;
  }
  .mobile-icon-btn {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(240, 209, 94, .24);
    background: rgba(255,255,255,.08);
    color: #f7df9e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    cursor: pointer;
  }
  body.is-inner .mobile-icon-btn {
    color: #6c4a20;
    border-color: rgba(168,79,47,.25);
    background: rgba(168,79,47,.04);
  }
  .mobile-icon-lines,
  .mobile-icon-lines::before,
  .mobile-icon-lines::after {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    content: "";
    position: absolute;
    transition: .2s ease;
  }
  .mobile-icon-lines {
    position: relative;
    background: currentColor;
  }
  .mobile-icon-lines::before { transform: translateY(-6px); }
  .mobile-icon-lines::after { transform: translateY(6px); }
  .mobile-cart-icon {
    text-decoration: none;
    font-size: 1.1rem;
  }
  .mobile-cart-count {
    position: absolute;
    top: -4px;
    left: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: .65rem;
    font-style: normal;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0b1024;
  }
  body.is-inner .mobile-cart-count {
    border-color: #fff;
  }
  .container {
    width: min(100%, 94%);
  }
  .page-wrap {
    padding-bottom: 14px;
  }
  .nav-main,
  body.is-home .nav-main,
  body.is-inner .nav-main {
    display: none;
  }
  .logo-image,
  body.is-home .logo-image {
    max-height: 48px;
  }
  .announcement {
    font-size: .82rem;
  }
  .announce-inner {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 14px;
    min-height: 34px;
    padding: 7px 0;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .announce-inner::-webkit-scrollbar { display: none; }
  .announce-inner span {
    white-space: nowrap;
    font-size: .8rem;
    opacity: .95;
  }
  .mobile-drawer-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(5, 8, 20, .45);
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
    z-index: 95;
  }
  .mobile-drawer {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 12px;
    position: fixed;
    top: 0;
    right: 0;
    width: min(86vw, 360px);
    height: 100dvh;
    background: linear-gradient(180deg, #0b1024, #090d1c);
    border-left: 1px solid rgba(240,209,94,.14);
    box-shadow: -12px 0 40px rgba(0,0,0,.35);
    z-index: 100;
    padding: 14px 12px;
    transform: translateX(102%);
    transition: transform .22s ease;
    overflow-y: auto;
  }
  body.is-inner .mobile-drawer {
    background: #ffffff;
    border-left-color: rgba(168,79,47,.16);
  }
  .drawer-open .mobile-drawer {
    transform: translateX(0);
  }
  .drawer-open .mobile-drawer-backdrop {
    opacity: 1;
    visibility: visible;
  }
  .mobile-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.06);
  }
  body.is-inner .mobile-drawer-head {
    border-bottom-color: rgba(15,23,42,.08);
  }
  .mobile-drawer-logo .logo-image {
    max-height: 34px;
    width: auto;
  }
  .mobile-drawer-user {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 14px;
    padding: 10px 12px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    color: #eef2ff;
  }
  body.is-inner .mobile-drawer-user {
    background: #faf7f3;
    border-color: #eadfce;
    color: #1f2937;
  }
  .mobile-drawer-user small {
    display: block;
    color: #aab5da;
    font-size: .72rem;
    margin-top: 2px;
  }
  body.is-inner .mobile-drawer-user small {
    color: #64748b;
  }
  .mobile-drawer-auth-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .mobile-drawer-auth-grid .btn {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .mobile-drawer-nav {
    display: grid;
    gap: 8px;
    align-content: start;
  }
  .mobile-drawer-nav a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-height: 44px;
    border-radius: 12px;
    padding: 10px 12px;
    color: #eff3ff;
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(255,255,255,.05);
    font-weight: 700;
  }
  body.is-inner .mobile-drawer-nav a {
    color: #1f2937;
    background: #fff;
    border-color: #eadfce;
  }
  .mobile-drawer-foot {
    position: sticky;
    bottom: -14px;
    background: inherit;
    padding-top: 4px;
    margin-top: 2px;
  }
  .mobile-drawer-foot .btn {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .lux-hero {
    min-height: 420px;
    border-radius: 18px;
  }
  .lux-hero-inner {
    min-height: 420px;
    padding: 20px 14px;
  }
  .lux-hero h1 {
    font-size: clamp(1.8rem, 9vw, 2.3rem);
    line-height: 1.2;
  }
  .lux-hero p {
    font-size: .95rem;
    line-height: 1.75;
  }
  .lux-hero-badge {
    font-size: .72rem;
    letter-spacing: .18em;
  }
  .lux-hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .lux-hero-actions .lux-btn-gold,
  .lux-hero-actions .lux-btn-outline {
    width: 100%;
  }
  .lux-category-grid,
  .lux-why-grid {
    grid-template-columns: 1fr;
  }
  .story-panels,
  .contact-grid-lux,
  .contact-social-lux,
  .story-values-grid,
  .contact-help-grid {
    grid-template-columns: 1fr;
  }
  .story-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-head-lux,
  .section-head-lux.center,
  body.is-home .section-head-lux {
    text-align: right;
  }
  .section-head-lux .section-title,
  .section-head-lux .muted {
    text-align: right;
  }
  .lux-category-card {
    min-height: 210px;
  }
  .lux-category-content {
    justify-items: start;
    align-content: end;
    text-align: right;
    gap: 6px;
    padding: 14px;
  }
  .lux-category-content h3 {
    font-size: 1.25rem;
  }
  .lux-category-content p {
    font-size: .82rem;
  }
  .lux-line {
    margin-top: 2px;
  }
  .lux-why {
    padding: 20px 12px;
    border-radius: 18px;
  }
  .lux-why-grid article {
    padding: 16px 12px;
  }
  .product-grid,
  body.is-home .product-grid-lux {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .product-card,
  .product-card-lux {
    border-radius: 16px;
  }
  .product-card img {
    height: 210px;
  }
  .product-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .product-gallery img {
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .gallery-thumb img {
    height: 58px;
  }
  .gallery-nav {
    width: 34px;
    height: 34px;
    font-size: 24px;
  }
  .breadcrumb {
    font-size: .8rem;
    line-height: 1.8;
    word-break: break-word;
  }
  .card-actions {
    grid-template-columns: 1fr;
  }
  .checkout-layout,
  .cart-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .summary-card,
  .checkout-card,
  .policy-card-pro,
  .track-form {
    border-radius: 14px;
  }
  .policy-hero-pro {
    padding: 16px 12px;
    border-radius: 16px;
  }
  .policy-hero-pro .section-title {
    font-size: 1.5rem;
  }
  .policy-badge {
    font-size: .68rem;
  }
  .policy-highlight-card {
    padding: 12px 10px;
  }
  .policy-card-pro {
    padding: 14px 12px;
  }
  .policy-cta {
    border-radius: 14px;
    padding: 14px 12px;
  }
  .site-footer {
    margin-top: 20px;
  }
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }
  body.is-home .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }
  .footer-grid > div {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.06);
  }
  .footer-grid > div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .footer-grid h4,
  body.is-home .footer-grid h4 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .footer-grid p,
  body.is-home .footer-grid p {
    font-size: .92rem;
    line-height: 1.8;
  }
  .footer-grid a,
  body.is-home .footer-grid a {
    font-size: .92rem;
    line-height: 1.65;
    margin: 5px 0;
    word-break: break-word;
  }
  .footer-copy,
  body.is-home .footer-copy {
    font-size: .82rem;
    line-height: 1.6;
    margin-top: 14px;
    padding: 12px 0;
  }
  .lux-cta-banner {
    flex-direction: column;
    text-align: center;
  }
}
