/* ============================================================
   لاکچری هوم — Premium Luxury RTL Design System
   Dark luxury kitchenware · Farsi/RTL · Gold accent
   ============================================================ */

/* ------------------------------------------------------------
   FONT FACES — Self-hosted Vazirmatn
   ------------------------------------------------------------ */
@font-face {
  font-family: 'Vazirmatn';
  src: url('/assets/fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/assets/fonts/Vazirmatn-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/assets/fonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ------------------------------------------------------------
   CSS CUSTOM PROPERTIES — Design Tokens
   ------------------------------------------------------------ */
:root {
  /* Palette */
  --color-bg:            #000000;
  --color-card:          #1a1a1a;
  --color-section-alt:   #0d0d0d;
  --color-header-bg:     #0a0a0a;
  --color-gold:          #D4AF37;
  --color-gold-light:    #e8c94a;
  --color-bronze:        #8B7355;
  --color-white:         #ffffff;
  --color-grey:          #cccccc;
  --color-muted:         #888888;
  --color-border-dim:    rgba(212, 175, 55, 0.12);
  --color-border-gold:   rgba(212, 175, 55, 0.2);
  --color-border-mid:    rgba(212, 175, 55, 0.4);
  --color-border-strong: rgba(212, 175, 55, 0.5);
  --color-overlay-dark:  rgba(0, 0, 0, 0.7);
  --color-gold-glow:     rgba(212, 175, 55, 0.15);
  --color-gold-hover-bg: rgba(212, 175, 55, 0.1);

  /* Spacing — 4px base grid */
  --sp-1:   4px;
  --sp-2:   8px;
  --sp-3:   12px;
  --sp-4:   16px;
  --sp-6:   24px;
  --sp-8:   32px;
  --sp-10:  40px;
  --sp-12:  48px;
  --sp-16:  64px;
  --sp-20:  80px;
  --sp-24:  96px;
  --sp-32:  128px;

  /* Section vertical rhythm */
  --section-py: clamp(var(--sp-16), 8vw, var(--sp-24));

  /* Border radii */
  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 12px;
  --radius-full: 9999px;

  /* Typography */
  --font-base: 'Vazirmatn', system-ui, -apple-system, sans-serif;
  --text-display: clamp(2rem, 5vw, 3.5rem);
  --text-h1:      clamp(1.8rem, 4vw, 3rem);
  --text-h2:      clamp(1.4rem, 3vw, 2.2rem);
  --text-h3:      clamp(1.1rem, 2.5vw, 1.6rem);
  --text-body:    1rem;
  --text-sm:      0.875rem;
  --text-xs:      0.8rem;
  --lh-tight:     1.2;
  --lh-snug:      1.5;
  --lh-body:      1.9;

  /* Transitions */
  --trans-fast:   150ms ease;
  --trans-base:   250ms ease;
  --trans-slow:   400ms ease;
  --trans-hero:   12s ease-in-out;

  /* Shadows */
  --shadow-card:  0 4px 24px rgba(0, 0, 0, 0.5);
  --shadow-gold:  0 4px 20px rgba(212, 175, 55, 0.2);
  --shadow-gold-hover: 0 8px 32px rgba(212, 175, 55, 0.3);

  /* Z-index layers */
  --z-base:   1;
  --z-header: 1000;
  --z-mobile-menu: 2000;
  --z-flash: 3000;
}

/* ------------------------------------------------------------
   RESET & BASE
   ------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  direction: rtl;
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: var(--text-body);
  line-height: var(--lh-body);
  color: var(--color-grey);
  background-color: var(--color-bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

/* ------------------------------------------------------------
   SCROLLBAR
   ------------------------------------------------------------ */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--color-header-bg);
}

::-webkit-scrollbar-thumb {
  background: #3a3020;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #4a3e28;
}

/* ------------------------------------------------------------
   SELECTION
   ------------------------------------------------------------ */
::selection {
  background: rgba(212, 175, 55, 0.3);
  color: var(--color-white);
}

::-moz-selection {
  background: rgba(212, 175, 55, 0.3);
  color: var(--color-white);
}

/* ------------------------------------------------------------
   FOCUS VISIBLE
   ------------------------------------------------------------ */
:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 3px;
  border-radius: var(--radius-xs);
}

/* ------------------------------------------------------------
   TYPOGRAPHY SCALE
   ------------------------------------------------------------ */
.display-text,
.hero-headline {
  font-size: var(--text-display);
  line-height: var(--lh-tight);
  font-weight: 700;
  color: var(--color-gold);
  letter-spacing: -0.01em;
}

h1, .h1 {
  font-size: var(--text-h1);
  line-height: var(--lh-tight);
  font-weight: 700;
  color: var(--color-white);
}

h2, .h2 {
  font-size: var(--text-h2);
  line-height: 1.3;
  font-weight: 700;
  color: var(--color-white);
}

h3, .h3 {
  font-size: var(--text-h3);
  line-height: 1.4;
  font-weight: 500;
  color: var(--color-white);
}

h4, .h4 {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--color-white);
}

p {
  color: var(--color-grey);
  line-height: var(--lh-body);
}

.text-gold   { color: var(--color-gold); }
.text-white  { color: var(--color-white); }
.text-grey   { color: var(--color-grey); }
.text-muted  { color: var(--color-muted); }
.text-bronze { color: var(--color-bronze); }

.eyebrow {
  font-size: var(--text-xs);
  font-weight: 500;
  color: var(--color-gold);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
  margin-bottom: var(--sp-2);
}

/* ------------------------------------------------------------
   LAYOUT UTILITIES
   ------------------------------------------------------------ */
.container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: var(--sp-6);
}

.container--narrow {
  max-width: 900px;
}

.section {
  padding-block: var(--section-py);
}

.section--sm {
  padding-block: clamp(var(--sp-8), 4vw, var(--sp-12));
}

.grid {
  display: grid;
  gap: var(--sp-6);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

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

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ------------------------------------------------------------
   DECORATIVE ELEMENTS
   ------------------------------------------------------------ */
.gold-rule {
  border: none;
  border-top: 1px solid var(--color-border-mid);
  margin: var(--sp-4) auto;
  width: 60px;
}

.gold-rule--wide {
  width: 100%;
}

/* Heading with gold lines on each side */
.section-heading-with-lines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-4);
  text-align: center;
}

.section-heading-with-lines::before,
.section-heading-with-lines::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(
    to var(--line-dir, left),
    transparent,
    var(--color-border-mid)
  );
  max-width: 120px;
}

.section-heading-with-lines::before {
  --line-dir: right;
}

.section-heading-with-lines::after {
  --line-dir: left;
}

/* Gold vertical rule */
.gold-rule-vertical {
  width: 4px;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--color-gold) 30%,
    var(--color-gold) 70%,
    transparent
  );
  flex-shrink: 0;
  align-self: stretch;
  min-height: 120px;
  border-radius: var(--radius-xs);
}

/* Gold blur orb */
.gold-orb {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    rgba(212, 175, 55, 0.18) 0%,
    rgba(139, 115, 85, 0.08) 50%,
    transparent 70%
  );
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.15;
  z-index: 0;
}

/* ------------------------------------------------------------
   BUTTONS
   ------------------------------------------------------------ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  padding: var(--sp-3) var(--sp-8);
  border-radius: var(--radius-sm);
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color var(--trans-base),
    color var(--trans-base),
    border-color var(--trans-base),
    box-shadow var(--trans-base),
    transform var(--trans-fast);
  white-space: nowrap;
  text-decoration: none;
}

.btn:active {
  transform: scale(0.98);
}

/* Filled gold */
.btn-gold {
  background-color: var(--color-gold);
  color: #000000;
  border: 1.5px solid var(--color-gold);
}

.btn-gold:hover,
.btn-gold:focus-visible {
  background-color: var(--color-gold-light);
  border-color: var(--color-gold-light);
  box-shadow: var(--shadow-gold-hover);
  color: #000000;
}

/* Ghost gold outline */
.btn-ghost-gold {
  background-color: transparent;
  color: var(--color-gold);
  border: 1.5px solid var(--color-gold);
}

.btn-ghost-gold:hover,
.btn-ghost-gold:focus-visible {
  background-color: var(--color-gold-hover-bg);
  box-shadow: var(--shadow-gold);
  color: var(--color-gold-light);
}

/* Dark filled */
.btn-dark {
  background-color: var(--color-card);
  color: var(--color-white);
  border: 1.5px solid var(--color-border-gold);
}

.btn-dark:hover,
.btn-dark:focus-visible {
  border-color: var(--color-gold);
  color: var(--color-gold);
}

/* Size variants */
.btn--sm {
  padding: var(--sp-2) var(--sp-4);
  font-size: var(--text-xs);
}

.btn--lg {
  padding: 14px 36px;
  font-size: 1.05rem;
}

/* ------------------------------------------------------------
   HEADER
   ------------------------------------------------------------ */
.site-header {
  position: fixed;
  top: 0;
  inset-inline: 0;
  width: 100%;
  height: 72px;
  z-index: var(--z-header);
  background-color: transparent;
  border-bottom: 1px solid transparent;
  transition:
    background-color var(--trans-slow),
    border-color var(--trans-slow),
    box-shadow var(--trans-slow);
}

.site-header.scrolled {
  background-color: var(--color-header-bg);
  border-bottom-color: var(--color-border-gold);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.6);
}

.header-inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: var(--sp-6);
  gap: var(--sp-6);
}

/* Logo — right side in RTL */
.site-logo {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  text-decoration: none;
  flex-shrink: 0;
}

.site-logo__text {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-gold);
  letter-spacing: 0.01em;
  line-height: 1;
}

.site-logo__sub {
  font-size: 0.65rem;
  color: var(--color-muted);
  display: block;
  letter-spacing: 0.06em;
  margin-top: 2px;
}

.site-logo__mark {
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--color-border-strong);
  border-radius: var(--radius-xs);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gold);
  font-size: 1.1rem;
  font-weight: 700;
}

/* Nav — centered */
.site-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-8);
}

.site-nav__link {
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  position: relative;
  padding-bottom: 3px;
  transition: color var(--trans-base);
  white-space: nowrap;
}

.site-nav__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  width: 0;
  height: 1.5px;
  background-color: var(--color-gold);
  transition: width var(--trans-base);
}

.site-nav__link:hover,
.site-nav__link.active {
  color: var(--color-gold);
}

.site-nav__link:hover::after,
.site-nav__link.active::after {
  width: 100%;
  inset-inline-start: 0;
  inset-inline-end: unset;
}

/* Header actions — left side in RTL */
.header-actions {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  flex-shrink: 0;
}

.header-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  color: var(--color-white);
  cursor: pointer;
  border-radius: var(--radius-xs);
  transition: color var(--trans-base), background-color var(--trans-base);
  position: relative;
}

.header-icon-btn:hover {
  color: var(--color-gold);
  background-color: rgba(212, 175, 55, 0.07);
}

.header-icon-btn svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Cart badge */
.cart-badge {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background-color: var(--color-gold);
  color: #000000;
  font-size: 10px;
  font-weight: 700;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  pointer-events: none;
  transition: transform var(--trans-fast);
}

.header-icon-btn:hover .cart-badge {
  transform: scale(1.15);
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: var(--sp-2);
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-xs);
}

.hamburger__line {
  display: block;
  width: 22px;
  height: 1.5px;
  background-color: var(--color-white);
  transition:
    transform var(--trans-base),
    opacity var(--trans-base),
    background-color var(--trans-base);
  transform-origin: center;
}

.hamburger:hover .hamburger__line {
  background-color: var(--color-gold);
}

.hamburger[aria-expanded="true"] .hamburger__line:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.hamburger[aria-expanded="true"] .hamburger__line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger[aria-expanded="true"] .hamburger__line:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* ------------------------------------------------------------
   MOBILE MENU
   ------------------------------------------------------------ */
.mobile-menu {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-header-bg);
  z-index: var(--z-mobile-menu);
  display: flex;
  flex-direction: column;
  padding: var(--sp-6);
  padding-top: 88px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-16px);
  transition:
    opacity var(--trans-slow),
    visibility var(--trans-slow),
    transform var(--trans-slow);
  overflow-y: auto;
}

.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.mobile-menu__close {
  position: absolute;
  top: var(--sp-6);
  left: var(--sp-6);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-grey);
  cursor: pointer;
  border-radius: var(--radius-xs);
  transition: color var(--trans-base);
}

.mobile-menu__close:hover {
  color: var(--color-gold);
}

.mobile-menu__close svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: var(--sp-8);
}

.mobile-nav__link {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--color-white);
  text-decoration: none;
  padding: var(--sp-4) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: color var(--trans-base), padding-right var(--trans-base);
}

.mobile-nav__link:hover,
.mobile-nav__link.active {
  color: var(--color-gold);
  padding-inline-end: var(--sp-3);
}

.mobile-nav__link:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mobile-menu__footer {
  margin-top: auto;
  padding-top: var(--sp-8);
  border-top: 1px solid var(--color-border-dim);
}

.mobile-menu__actions {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

/* Body locked when menu is open */
body.menu-open {
  overflow: hidden;
}

/* ------------------------------------------------------------
   HERO SECTION
   ------------------------------------------------------------ */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--color-bg);
}

/* Background image — set via inline style on .hero__bg */
.hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: center;
  animation: heroZoom var(--trans-hero) ease-in-out infinite alternate;
  z-index: 0;
}

@keyframes heroZoom {
  from { transform: scale(1); }
  to   { transform: scale(1.06); }
}

/* Dark gradient overlay */
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.65) 60%,
    rgba(0, 0, 0, 0.9) 100%
  );
  z-index: 1;
}

/* Gold orb in hero */
.hero .gold-orb {
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/* Hero content */
.hero__content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 800px;
  padding-inline: var(--sp-6);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-4);
}

/* Thin gold decorative rule above headline */
.hero__rule {
  width: 48px;
  height: 1.5px;
  background: linear-gradient(
    to right,
    transparent,
    var(--color-gold),
    transparent
  );
  margin-inline: auto;
  margin-bottom: var(--sp-2);
}

.hero__eyebrow {
  font-size: var(--text-xs);
  font-weight: 500;
  color: var(--color-gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero__headline {
  font-size: var(--text-display);
  line-height: var(--lh-tight);
  font-weight: 700;
  color: var(--color-gold);
}

.hero__subtitle {
  font-size: var(--text-h3);
  color: var(--color-grey);
  font-weight: 400;
  line-height: 1.6;
  max-width: 560px;
}

.hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-4);
  flex-wrap: wrap;
  margin-top: var(--sp-4);
}

/* ------------------------------------------------------------
   SECTION INTRO (eyebrow + heading shared styles)
   ------------------------------------------------------------ */
.section-intro {
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
  margin-bottom: var(--sp-10);
}

.section-intro .eyebrow {
  margin-bottom: var(--sp-3);
}

.section-intro h2 {
  margin-bottom: var(--sp-3);
}

.section-intro p {
  color: var(--color-muted);
  max-width: 480px;
  margin-inline: auto;
}

/* ------------------------------------------------------------
   CATEGORIES SECTION
   ------------------------------------------------------------ */
.section-categories {
  background-color: var(--color-section-alt);
  padding-block: var(--section-py);
}

.cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
}

.cat-card {
  background-color: var(--color-card);
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid var(--color-gold);
  border-radius: var(--radius-xs);
  transition:
    transform var(--trans-slow),
    box-shadow var(--trans-slow);
  text-decoration: none;
  display: block;
}

.cat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold-hover);
}

.cat-card__image-wrapper {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: var(--color-section-alt);
}

.cat-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cat-card:hover .cat-card__image {
  transform: scale(1.05);
}

.cat-card__body {
  padding: var(--sp-4) var(--sp-5);
}

.cat-card__name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: var(--sp-1);
  transition: color var(--trans-base);
}

.cat-card:hover .cat-card__name {
  color: var(--color-gold);
}

.cat-card__count {
  font-size: var(--text-xs);
  color: var(--color-muted);
}

/* ------------------------------------------------------------
   FEATURED PRODUCTS SECTION
   ------------------------------------------------------------ */
.section-featured {
  background-color: var(--color-bg);
  padding-block: var(--section-py);
}

/* Eyebrow with lines for "محصولات ویژه" */
.featured-heading-wrap {
  margin-bottom: var(--sp-10);
  text-align: center;
}

.featured-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-4);
  color: var(--color-gold);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: var(--sp-3);
}

.featured-eyebrow::before,
.featured-eyebrow::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: var(--color-border-mid);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-6);
}

/* Product card */
.product-card {
  background-color: var(--color-card);
  border: 1px solid var(--color-border-dim);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition:
    transform var(--trans-slow),
    box-shadow var(--trans-slow),
    border-color var(--trans-slow);
  display: flex;
  flex-direction: column;
  position: relative;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold-hover);
  border-color: var(--color-border-gold);
}

.product-card__image-wrapper {
  aspect-ratio: 1 / 1;
  background-color: var(--color-section-alt);
  overflow: hidden;
  position: relative;
}

.product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-card:hover .product-card__image {
  transform: scale(1.06);
}

/* Badge on image */
.product-card__badge {
  position: absolute;
  top: var(--sp-3);
  inset-inline-end: var(--sp-3);
  background-color: var(--color-gold);
  color: #000;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px var(--sp-2);
  border-radius: var(--radius-xs);
  line-height: 1.4;
  z-index: 2;
}

.product-card__badge--sale {
  background-color: #c0392b;
  color: var(--color-white);
}

.product-card__info {
  padding: var(--sp-4);
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}

.product-card__name {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-white);
  line-height: 1.4;
  transition: color var(--trans-base);
}

.product-card:hover .product-card__name {
  color: var(--color-grey);
}

.product-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: var(--sp-3);
}

.product-card__price {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-gold);
  line-height: 1;
  direction: ltr;
}

.product-card__price-old {
  font-size: var(--text-xs);
  color: var(--color-muted);
  text-decoration: line-through;
  direction: ltr;
  display: block;
  margin-top: 2px;
}

/* Add to cart — ghost gold, appears on hover */
.product-card__add {
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity var(--trans-base),
    transform var(--trans-base);
  background: transparent;
  border: 1px solid var(--color-gold);
  color: var(--color-gold);
  border-radius: var(--radius-xs);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px var(--sp-3);
  cursor: pointer;
  white-space: nowrap;
  font-family: var(--font-base);
  transition:
    opacity var(--trans-base),
    transform var(--trans-base),
    background-color var(--trans-base),
    color var(--trans-base);
}

.product-card:hover .product-card__add {
  opacity: 1;
  transform: translateY(0);
}

.product-card__add:hover {
  background-color: var(--color-gold);
  color: #000;
}

/* Full-width CTA below grid */
.products-cta {
  text-align: center;
  margin-top: var(--sp-10);
}

/* ------------------------------------------------------------
   BRAND VALUES SECTION
   ------------------------------------------------------------ */
.section-values {
  background-color: var(--color-section-alt);
  padding-block: var(--section-py);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-8);
  margin-top: var(--sp-10);
}

.value-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-4);
  padding: var(--sp-8) var(--sp-6);
  border-radius: var(--radius-lg);
  transition: background-color var(--trans-slow);
}

.value-item:hover {
  background-color: rgba(212, 175, 55, 0.04);
}

.value-item__icon {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(212, 175, 55, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gold);
  flex-shrink: 0;
  transition: border-color var(--trans-base), background-color var(--trans-base);
}

.value-item:hover .value-item__icon {
  border-color: var(--color-gold);
  background-color: rgba(212, 175, 55, 0.08);
}

.value-item__icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.value-item__heading {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-gold);
}

.value-item__text {
  font-size: var(--text-sm);
  color: var(--color-grey);
  line-height: var(--lh-body);
  max-width: 280px;
}

/* ------------------------------------------------------------
   ABOUT SNIPPET SECTION
   ------------------------------------------------------------ */
.section-about {
  background-color: var(--color-card);
  padding-block: var(--section-py);
  overflow: hidden;
}

.about-inner {
  display: grid;
  grid-template-columns: 1fr 4px 1fr;
  gap: 0 var(--sp-10);
  align-items: center;
}

/* RTL: text is on right, image on left */
.about-text {
  grid-column: 1;
  padding-inline-end: var(--sp-6);
}

.about-divider {
  grid-column: 2;
  align-self: stretch;
}

.about-image-wrap {
  grid-column: 3;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius-xs);
}

.about-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.section-about:hover .about-image-wrap img {
  transform: scale(1.03);
}

.about-text .eyebrow {
  margin-bottom: var(--sp-4);
}

.about-text h2 {
  color: var(--color-gold);
  margin-bottom: var(--sp-4);
}

.about-text p {
  margin-bottom: var(--sp-4);
  color: var(--color-grey);
}

.about-link {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  color: var(--color-gold);
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
}

.about-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-gold);
  transform-origin: inset-inline-end center;
  transform: scaleX(1);
  transition: transform var(--trans-base);
}

.about-link:hover::after {
  transform: scaleX(0.4);
  transform-origin: inset-inline-start center;
}

/* ------------------------------------------------------------
   TRUST BADGES / FEATURES BAND
   ------------------------------------------------------------ */
.section-trust {
  background-color: var(--color-bg);
  border-top: 1px solid var(--color-border-dim);
  border-bottom: 1px solid var(--color-border-dim);
  padding-block: var(--sp-8);
}

.trust-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-10);
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  color: var(--color-grey);
  font-size: var(--text-sm);
}

.trust-item__icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border-gold);
  border-radius: var(--radius-xs);
  color: var(--color-gold);
  flex-shrink: 0;
}

.trust-item__icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-item__label {
  font-weight: 500;
  color: var(--color-white);
  font-size: 0.85rem;
  line-height: 1.3;
}

.trust-item__sub {
  font-size: 0.72rem;
  color: var(--color-muted);
  line-height: 1.2;
  display: block;
}

/* ------------------------------------------------------------
   TESTIMONIALS / REVIEWS
   ------------------------------------------------------------ */
.section-reviews {
  background-color: var(--color-section-alt);
  padding-block: var(--section-py);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
  margin-top: var(--sp-10);
}

.review-card {
  background-color: var(--color-card);
  border: 1px solid var(--color-border-dim);
  border-radius: var(--radius-md);
  padding: var(--sp-6);
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  transition: border-color var(--trans-base), box-shadow var(--trans-base);
}

.review-card:hover {
  border-color: var(--color-border-gold);
  box-shadow: var(--shadow-card);
}

.review-card__stars {
  display: flex;
  gap: 3px;
  color: var(--color-gold);
  font-size: 14px;
}

.review-card__text {
  font-size: var(--text-sm);
  line-height: var(--lh-body);
  color: var(--color-grey);
  flex: 1;
}

.review-card__author {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  border-top: 1px solid var(--color-border-dim);
  padding-top: var(--sp-4);
}

.review-card__avatar {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-full);
  border: 1px solid var(--color-border-gold);
  background-color: var(--color-section-alt);
  overflow: hidden;
  flex-shrink: 0;
}

.review-card__name {
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--color-white);
}

.review-card__date {
  font-size: 0.72rem;
  color: var(--color-muted);
}

/* ------------------------------------------------------------
   NEWSLETTER / CTA BANNER
   ------------------------------------------------------------ */
.section-cta {
  background: linear-gradient(
    135deg,
    #0d0d0d 0%,
    #111108 50%,
    #0d0d0d 100%
  );
  border-top: 1px solid var(--color-border-gold);
  border-bottom: 1px solid var(--color-border-gold);
  padding-block: var(--section-py);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-3);
  flex-wrap: wrap;
  margin-top: var(--sp-6);
  direction: rtl;
}

.cta-input {
  flex: 1;
  min-width: 280px;
  max-width: 400px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--color-border-gold);
  border-radius: var(--radius-sm);
  padding-inline: var(--sp-4);
  color: var(--color-white);
  font-family: var(--font-base);
  font-size: 0.9rem;
  direction: rtl;
  transition: border-color var(--trans-base), background-color var(--trans-base);
}

.cta-input::placeholder {
  color: var(--color-muted);
}

.cta-input:focus {
  outline: none;
  border-color: var(--color-gold);
  background-color: rgba(212, 175, 55, 0.04);
}

/* ------------------------------------------------------------
   FOOTER
   ------------------------------------------------------------ */
.site-footer {
  background-color: var(--color-header-bg);
  padding-top: var(--sp-16);
  padding-bottom: var(--sp-8);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: var(--sp-10);
  padding-bottom: var(--sp-10);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

/* Logo + description column */
.footer-brand .site-logo {
  margin-bottom: var(--sp-4);
}

.footer-brand__desc {
  font-size: var(--text-sm);
  color: var(--color-muted);
  line-height: var(--lh-body);
  margin-bottom: var(--sp-6);
  max-width: 300px;
}

/* Contact info */
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  margin-top: var(--sp-4);
}

.footer-contact__item {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--text-sm);
  color: var(--color-muted);
}

.footer-contact__item svg {
  width: 16px;
  height: 16px;
  stroke: var(--color-gold);
  fill: none;
  stroke-width: 1.7;
  flex-shrink: 0;
}

.footer-contact__phone {
  direction: ltr;
  unicode-bidi: bidi-override;
  color: var(--color-grey);
  font-weight: 500;
}

/* Nav columns */
.footer-nav__heading {
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--color-gold);
  margin-bottom: var(--sp-5);
  position: relative;
  padding-bottom: var(--sp-3);
}

.footer-nav__heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  width: 28px;
  height: 1.5px;
  background-color: var(--color-gold);
}

.footer-nav__list {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}

.footer-nav__link {
  font-size: var(--text-sm);
  color: var(--color-muted);
  text-decoration: none;
  transition: color var(--trans-base);
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
}

.footer-nav__link:hover {
  color: var(--color-gold);
}

/* Social icons */
.footer-social {
  display: flex;
  gap: var(--sp-2);
  margin-top: var(--sp-4);
}

.footer-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--color-border-gold);
  border-radius: var(--radius-xs);
  color: var(--color-muted);
  transition:
    color var(--trans-base),
    border-color var(--trans-base),
    background-color var(--trans-base);
}

.footer-social__link:hover {
  color: var(--color-gold);
  border-color: var(--color-gold);
  background-color: rgba(212, 175, 55, 0.07);
}

.footer-social__link svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Trust badges in footer */
.footer-badges {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  flex-wrap: wrap;
  padding-block: var(--sp-6);
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.footer-badge {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  border: 1px solid var(--color-border-gold);
  border-radius: var(--radius-xs);
  padding: var(--sp-2) var(--sp-3);
  font-size: 0.72rem;
  color: var(--color-muted);
  transition: border-color var(--trans-base);
}

.footer-badge:hover {
  border-color: var(--color-gold);
  color: var(--color-grey);
}

.footer-badge svg {
  width: 18px;
  height: 18px;
  stroke: var(--color-gold);
  fill: none;
  stroke-width: 1.7;
  flex-shrink: 0;
}

/* Footer bottom bar */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--sp-6);
  gap: var(--sp-4);
  flex-wrap: wrap;
}

.footer-bottom__copy {
  font-size: 0.75rem;
  color: var(--color-muted);
}

.footer-bottom__made-by {
  font-size: 0.75rem;
  color: var(--color-muted);
}

.footer-bottom__made-by span {
  color: var(--color-bronze);
}

/* ------------------------------------------------------------
   FLASH MESSAGES
   ------------------------------------------------------------ */
.flash-container {
  position: fixed;
  top: 88px;
  inset-inline-end: var(--sp-6);
  z-index: var(--z-flash);
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  max-width: 380px;
  width: calc(100vw - var(--sp-8));
}

.flash-message {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
  padding: var(--sp-4) var(--sp-5);
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  line-height: 1.5;
  animation: flashIn 0.3s ease, flashOut 0.4s ease 4.6s forwards;
  position: relative;
  overflow: hidden;
}

.flash-message::before {
  content: '';
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 2px;
  transform-origin: inset-inline-start center;
  animation: flashProgress 5s linear forwards;
}

@keyframes flashIn {
  from { opacity: 0; transform: translateX(20px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes flashOut {
  from { opacity: 1; transform: translateX(0); max-height: 200px; margin-bottom: 0; }
  to   { opacity: 0; transform: translateX(20px); max-height: 0; margin-bottom: -12px; }
}

@keyframes flashProgress {
  from { transform: scaleX(1); }
  to   { transform: scaleX(0); }
}

.flash-success {
  background-color: rgba(21, 42, 21, 0.95);
  border: 1px solid rgba(52, 168, 83, 0.4);
  color: #7dba84;
  backdrop-filter: blur(8px);
}

.flash-success::before {
  background-color: #34a853;
}

.flash-error {
  background-color: rgba(42, 15, 15, 0.95);
  border: 1px solid rgba(192, 57, 43, 0.4);
  color: #e57373;
  backdrop-filter: blur(8px);
}

.flash-error::before {
  background-color: #c0392b;
}

.flash-message__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 1px;
}

.flash-success .flash-message__icon {
  color: #34a853;
}

.flash-error .flash-message__icon {
  color: #c0392b;
}

.flash-message__text {
  flex: 1;
  font-weight: 500;
}

.flash-message__close {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity var(--trans-fast);
  flex-shrink: 0;
}

.flash-message__close:hover {
  opacity: 1;
}

/* ------------------------------------------------------------
   BREADCRUMB
   ------------------------------------------------------------ */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--text-xs);
  color: var(--color-muted);
  padding-block: var(--sp-4);
  flex-wrap: wrap;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
}

.breadcrumb__link {
  color: var(--color-muted);
  text-decoration: none;
  transition: color var(--trans-base);
}

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

.breadcrumb__sep {
  color: var(--color-border-mid);
  font-size: 0.7rem;
}

.breadcrumb__current {
  color: var(--color-gold);
}

/* ------------------------------------------------------------
   PAGINATION
   ------------------------------------------------------------ */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  margin-top: var(--sp-10);
  flex-wrap: wrap;
}

.pagination__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-border-gold);
  border-radius: var(--radius-xs);
  color: var(--color-grey);
  font-size: var(--text-sm);
  font-weight: 500;
  cursor: pointer;
  transition:
    color var(--trans-base),
    border-color var(--trans-base),
    background-color var(--trans-base);
  background: none;
  font-family: var(--font-base);
}

.pagination__btn:hover {
  color: var(--color-gold);
  border-color: var(--color-gold);
  background-color: var(--color-gold-hover-bg);
}

.pagination__btn.active {
  background-color: var(--color-gold);
  border-color: var(--color-gold);
  color: #000;
  font-weight: 700;
}

.pagination__btn:disabled,
.pagination__btn[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}

/* ------------------------------------------------------------
   FORM ELEMENTS
   ------------------------------------------------------------ */
.form-group {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}

.form-label {
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-grey);
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--color-border-gold);
  border-radius: var(--radius-sm);
  padding: 10px var(--sp-4);
  color: var(--color-white);
  font-family: var(--font-base);
  font-size: 0.9rem;
  direction: rtl;
  transition: border-color var(--trans-base), background-color var(--trans-base);
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: var(--color-muted);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--color-gold);
  background-color: rgba(212, 175, 55, 0.03);
}

.form-textarea {
  min-height: 120px;
  resize: vertical;
  line-height: var(--lh-body);
}

.form-select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888888' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left var(--sp-3) center;
  padding-left: var(--sp-8);
}

.form-error {
  font-size: 0.75rem;
  color: #e57373;
}

.form-hint {
  font-size: 0.75rem;
  color: var(--color-muted);
}

/* ------------------------------------------------------------
   QUANTITY STEPPER
   ------------------------------------------------------------ */
.qty-stepper {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--color-border-gold);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.qty-stepper__btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: var(--color-grey);
  font-size: 1.2rem;
  cursor: pointer;
  transition: color var(--trans-base), background-color var(--trans-base);
  font-family: var(--font-base);
}

.qty-stepper__btn:hover {
  color: var(--color-gold);
  background-color: var(--color-gold-hover-bg);
}

.qty-stepper__val {
  width: 40px;
  text-align: center;
  color: var(--color-white);
  font-weight: 700;
  font-size: 0.95rem;
  border-inline: 1px solid var(--color-border-gold);
  line-height: 36px;
  user-select: none;
}

/* ------------------------------------------------------------
   PRODUCT DETAIL PAGE
   ------------------------------------------------------------ */
.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-16);
  align-items: start;
  padding-block: var(--section-py);
}

.product-detail__gallery {
  position: sticky;
  top: 88px;
}

.gallery-main {
  aspect-ratio: 1 / 1;
  background-color: var(--color-section-alt);
  border-radius: var(--radius-xs);
  overflow: hidden;
  margin-bottom: var(--sp-4);
  border: 1px solid var(--color-border-dim);
}

.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-thumbs {
  display: flex;
  gap: var(--sp-2);
  flex-wrap: wrap;
}

.gallery-thumb {
  width: 72px;
  height: 72px;
  border-radius: var(--radius-xs);
  overflow: hidden;
  border: 1.5px solid var(--color-border-dim);
  cursor: pointer;
  transition: border-color var(--trans-base);
}

.gallery-thumb.active,
.gallery-thumb:hover {
  border-color: var(--color-gold);
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail__info {
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
}

.product-detail__price-block {
  display: flex;
  align-items: baseline;
  gap: var(--sp-3);
}

.price-current {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-gold);
  direction: ltr;
}

.price-original {
  font-size: 1rem;
  color: var(--color-muted);
  text-decoration: line-through;
  direction: ltr;
}

.price-save {
  font-size: var(--text-xs);
  color: #7dba84;
  font-weight: 700;
}

.product-detail__divider {
  border: none;
  border-top: 1px solid var(--color-border-dim);
}

.product-detail__meta-row {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: var(--text-sm);
  color: var(--color-muted);
}

.product-detail__meta-row strong {
  color: var(--color-grey);
}

.product-detail__actions {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  flex-wrap: wrap;
}

.product-colors {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.product-colors__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  color: var(--color-grey);
  font-size: var(--text-sm);
}

.product-colors__head strong {
  color: var(--color-gold);
  font-size: var(--text-sm);
}

.product-colors__options {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  flex-wrap: wrap;
}

.color-swatch {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-full);
  border: 1px solid var(--color-border-mid);
  background-color: rgba(255, 255, 255, 0.04);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color var(--trans-base), transform var(--trans-base), box-shadow var(--trans-base);
}

.color-swatch span {
  width: 28px;
  height: 28px;
  border-radius: var(--radius-full);
  background: var(--swatch-color);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.color-swatch:hover,
.color-swatch.active {
  border-color: var(--color-gold);
  transform: translateY(-1px);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.12);
}

.product-colors__hint {
  margin: 0;
  color: var(--color-muted);
  font-size: var(--text-xs);
}

/* ------------------------------------------------------------
   CART PAGE
   ------------------------------------------------------------ */
.cart-table {
  width: 100%;
  border-collapse: collapse;
}

.cart-table th {
  text-align: inherit;
  font-size: var(--text-xs);
  font-weight: 700;
  color: var(--color-gold);
  letter-spacing: 0.04em;
  padding: var(--sp-3) var(--sp-4);
  border-bottom: 1px solid var(--color-border-gold);
}

.cart-table td {
  padding: var(--sp-4);
  border-bottom: 1px solid var(--color-border-dim);
  color: var(--color-grey);
  font-size: var(--text-sm);
  vertical-align: middle;
}

.cart-table tr:last-child td {
  border-bottom: none;
}

.cart-table tr:hover td {
  background-color: rgba(212, 175, 55, 0.02);
}

.cart-product-thumb {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-xs);
  border: 1px solid var(--color-border-dim);
  overflow: hidden;
  flex-shrink: 0;
}

.cart-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-product-info {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
}

.cart-product-name {
  font-weight: 500;
  color: var(--color-white);
  font-size: 0.9rem;
}

.cart-product-meta {
  font-size: 0.72rem;
  color: var(--color-muted);
}

.cart-summary {
  background-color: var(--color-card);
  border: 1px solid var(--color-border-dim);
  border-radius: var(--radius-md);
  padding: var(--sp-6);
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  position: sticky;
  top: 88px;
}

.cart-summary__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--text-sm);
  color: var(--color-grey);
}

.cart-summary__row.total {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-white);
  padding-top: var(--sp-3);
  border-top: 1px solid var(--color-border-dim);
}

.cart-summary__total-price {
  color: var(--color-gold);
  font-size: 1.2rem;
  direction: ltr;
}

/* ------------------------------------------------------------
   PAGE HEADER (interior pages)
   ------------------------------------------------------------ */
.page-header {
  background-color: var(--color-section-alt);
  padding-block: var(--sp-12);
  border-bottom: 1px solid var(--color-border-dim);
  text-align: center;
}

.page-header h1 {
  color: var(--color-gold);
  margin-bottom: var(--sp-3);
}

.page-header p {
  color: var(--color-muted);
  max-width: 480px;
  margin-inline: auto;
}

/* ------------------------------------------------------------
   FILTER SIDEBAR
   ------------------------------------------------------------ */
.filter-group {
  margin-bottom: var(--sp-6);
}

.filter-group__title {
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--color-gold);
  margin-bottom: var(--sp-3);
  padding-bottom: var(--sp-3);
  border-bottom: 1px solid var(--color-border-dim);
}

.filter-option {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  cursor: pointer;
  padding-block: var(--sp-1);
  transition: color var(--trans-base);
}

.filter-option:hover {
  color: var(--color-gold);
}

.filter-checkbox {
  width: 16px;
  height: 16px;
  border: 1.5px solid var(--color-border-gold);
  border-radius: var(--radius-xs);
  background: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  transition: border-color var(--trans-base), background-color var(--trans-base);
  flex-shrink: 0;
}

.filter-checkbox:checked {
  background-color: var(--color-gold);
  border-color: var(--color-gold);
}

.filter-checkbox:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 3px;
  width: 8px;
  height: 5px;
  border-left: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  transform: rotate(-45deg);
}

.filter-label {
  font-size: var(--text-sm);
  color: var(--color-grey);
  user-select: none;
}

/* Price range slider */
.price-range {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.price-range__track {
  position: relative;
  height: 4px;
  background-color: var(--color-border-dim);
  border-radius: var(--radius-full);
}

.price-range__fill {
  position: absolute;
  height: 100%;
  background-color: var(--color-gold);
  border-radius: var(--radius-full);
}

.price-range input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.price-range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--color-gold);
  border: 2px solid #000;
  cursor: grab;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.price-range input[type="range"]::-webkit-slider-thumb:active {
  cursor: grabbing;
}

.price-range__labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  color: var(--color-muted);
  direction: ltr;
}

/* ------------------------------------------------------------
   LOADING / SKELETON STATES
   ------------------------------------------------------------ */
@keyframes shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.skeleton {
  background: linear-gradient(
    90deg,
    var(--color-card) 0%,
    rgba(255, 255, 255, 0.04) 50%,
    var(--color-card) 100%
  );
  background-size: 200% 100%;
  animation: shimmer 1.4s ease-in-out infinite;
  border-radius: var(--radius-xs);
}

.skeleton--text {
  height: 1em;
  margin-bottom: 0.5em;
  width: 100%;
}

.skeleton--text.w-3\/4 { width: 75%; }
.skeleton--text.w-1\/2 { width: 50%; }
.skeleton--text.w-1\/3 { width: 33%; }

.skeleton--img {
  aspect-ratio: 1 / 1;
  width: 100%;
}

/* ------------------------------------------------------------
   UTILITY CLASSES
   ------------------------------------------------------------ */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hidden  { display: none !important; }
.visible { visibility: visible; }
.invisible { visibility: hidden; }

.overflow-hidden { overflow: hidden; }
.relative { position: relative; }
.absolute { position: absolute; }

.text-center { text-align: center; }
.text-start  { text-align: start; }
.text-end    { text-align: end; }

.font-bold   { font-weight: 700; }
.font-medium { font-weight: 500; }
.font-normal { font-weight: 400; }

.mt-auto { margin-top: auto; }
.mb-0    { margin-bottom: 0; }

.gap-2 { gap: var(--sp-2); }
.gap-4 { gap: var(--sp-4); }
.gap-6 { gap: var(--sp-6); }

.p-4 { padding: var(--sp-4); }
.p-6 { padding: var(--sp-6); }

.rounded-sm { border-radius: var(--radius-sm); }
.rounded-md { border-radius: var(--radius-md); }
.rounded-lg { border-radius: var(--radius-lg); }

.border-gold-dim { border: 1px solid var(--color-border-dim); }
.border-gold     { border: 1px solid var(--color-border-gold); }

.bg-card     { background-color: var(--color-card); }
.bg-section  { background-color: var(--color-section-alt); }
.bg-header   { background-color: var(--color-header-bg); }

.ltr { direction: ltr; }
.rtl { direction: rtl; }

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aspect-square { aspect-ratio: 1 / 1; }
.aspect-video  { aspect-ratio: 16 / 9; }
.aspect-4-3    { aspect-ratio: 4 / 3; }

/* Divider */
.divider {
  border: none;
  border-top: 1px solid var(--color-border-dim);
  margin-block: var(--sp-6);
}

/* Gold highlight inline */
.gold { color: var(--color-gold); }

/* ------------------------------------------------------------
   RESPONSIVE — TABLET (max 1024px)
   ------------------------------------------------------------ */
@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: var(--sp-8);
  }

  .about-inner {
    grid-template-columns: 1fr;
    gap: var(--sp-8);
  }

  .about-divider {
    display: none;
  }

  .about-text {
    grid-column: 1;
    padding-inline-end: 0;
  }

  .about-image-wrap {
    grid-column: 1;
    grid-row: 1;
  }

  .product-detail {
    grid-template-columns: 1fr;
    gap: var(--sp-10);
  }

  .product-detail__gallery {
    position: static;
  }

  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ------------------------------------------------------------
   RESPONSIVE — TABLET MEDIUM (max 900px)
   ------------------------------------------------------------ */
@media (max-width: 900px) {
  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-list {
    gap: var(--sp-6);
  }

  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

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

/* ------------------------------------------------------------
   RESPONSIVE — MOBILE (max 768px)
   ------------------------------------------------------------ */
@media (max-width: 768px) {
  /* Header */
  .site-nav {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .header-inner {
    padding-inline: var(--sp-4);
  }

  /* Hero */
  .hero__headline {
    font-size: clamp(1.6rem, 8vw, 2.4rem);
  }

  .hero__subtitle {
    font-size: 1rem;
  }

  .hero__actions {
    gap: var(--sp-3);
  }

  .hero__actions .btn {
    padding: 10px 20px;
    font-size: 0.875rem;
  }

  /* Categories */
  .cat-grid {
    grid-template-columns: 1fr;
    gap: var(--sp-4);
  }

  /* Products */
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--sp-4);
  }

  /* Values */
  .values-grid {
    grid-template-columns: 1fr;
    gap: var(--sp-4);
  }

  .value-item {
    padding: var(--sp-6) var(--sp-4);
    text-align: start;
    flex-direction: row;
    align-items: flex-start;
    gap: var(--sp-4);
  }

  .value-item__icon {
    flex-shrink: 0;
  }

  /* Footer */
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: var(--sp-6);
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: var(--sp-2);
  }

  .footer-badges {
    justify-content: center;
  }

  /* Reviews */
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  /* Flash */
  .flash-container {
    inset-inline: var(--sp-4);
    max-width: none;
  }

  /* Cart table */
  .cart-table th:not(:first-child):not(:last-child) {
    display: none;
  }

  .cart-table td:not(:first-child):not(:last-child) {
    display: none;
  }

  /* Trust list */
  .trust-list {
    justify-content: flex-start;
    gap: var(--sp-4);
  }

  /* Section intro */
  .section-intro {
    margin-bottom: var(--sp-8);
  }

  /* Grid overrides */
  .grid-3,
  .grid-4,
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------------------------------
   RESPONSIVE — SMALL MOBILE (max 480px)
   ------------------------------------------------------------ */
@media (max-width: 480px) {
  .cart-dropdown {
    position: fixed;
    top: 72px;
    left: var(--sp-4);
    right: var(--sp-4);
    width: auto;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .hero__actions {
    flex-direction: column;
    width: 100%;
  }

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

  .footer-top {
    grid-template-columns: 1fr;
  }

  .cta-form {
    flex-direction: column;
  }

  .cta-input {
    min-width: 0;
    width: 100%;
  }

  .container {
    padding-inline: var(--sp-4);
  }

  .product-detail__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .product-detail__actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ------------------------------------------------------------
   PREFERS REDUCED MOTION — Disable all animations
   ------------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  html {
    scroll-behavior: auto;
  }

  .hero__bg {
    animation: none;
  }
}

/* ------------------------------------------------------------
   PRINT
   ------------------------------------------------------------ */
@media print {
  .site-header,
  .mobile-menu,
  .flash-container,
  .hero,
  .section-cta,
  .site-footer {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }
}

/* ============================================================
   STAGE 2 — LAYOUT.PHP / HOME.PHP ALIASES + NEW PAGE STYLES
   ============================================================ */

/* ------------------------------------------------------------
   HEADER ALIASES (layout.php uses these class names)
   ------------------------------------------------------------ */
.main-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-8);
}
.main-nav a {
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  position: relative;
  padding-bottom: 3px;
  transition: color var(--trans-base);
  white-space: nowrap;
}
.main-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  width: 0;
  height: 1.5px;
  background-color: var(--color-gold);
  transition: width var(--trans-base);
}
.main-nav a:hover { color: var(--color-gold); }
.main-nav a:hover::after {
  width: 100%;
  inset-inline-start: 0;
  inset-inline-end: unset;
}

.header-icons {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  flex-shrink: 0;
}

.cart-header {
  position: relative;
}

.icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--color-white);
  border-radius: var(--radius-xs);
  transition: color var(--trans-base), background-color var(--trans-base);
  position: relative;
  text-decoration: none;
}
.icon-btn:hover {
  color: var(--color-gold);
  background-color: rgba(212, 175, 55, 0.07);
}
.icon-btn svg { display: block; }

.cart-dropdown {
  position: absolute;
  top: calc(100% + var(--sp-3));
  left: 0;
  width: min(360px, calc(100vw - 32px));
  background-color: rgba(16, 16, 16, 0.98);
  border: 1px solid var(--color-border-gold);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card), 0 16px 40px rgba(212, 175, 55, 0.12);
  padding: var(--sp-4);
  z-index: calc(var(--z-header) + 2);
}

.cart-dropdown[hidden],
.cart-dropdown__empty[hidden] {
  display: none !important;
}

.cart-dropdown__head,
.cart-dropdown__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
}

.cart-dropdown__head {
  color: var(--color-white);
  font-size: var(--text-sm);
  font-weight: 700;
  padding-bottom: var(--sp-3);
  border-bottom: 1px solid var(--color-border-dim);
}

.cart-dropdown__head strong {
  color: var(--color-gold);
  white-space: nowrap;
}

.cart-dropdown__items {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  max-height: 300px;
  overflow: auto;
  padding-block: var(--sp-3);
}

.cart-mini-item {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: var(--sp-3);
}

.cart-mini-item img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: var(--radius-xs);
  border: 1px solid var(--color-border-dim);
}

.cart-mini-item p {
  margin: 0;
  color: var(--color-white);
  font-size: var(--text-xs);
  line-height: 1.7;
}

.cart-mini-item span {
  display: block;
  color: var(--color-muted);
  font-size: 0.72rem;
  line-height: 1.6;
}

.cart-mini-item strong {
  color: var(--color-gold);
  font-size: 0.72rem;
  white-space: nowrap;
}

.cart-dropdown__empty {
  padding-block: var(--sp-6);
  text-align: center;
  color: var(--color-muted);
  font-size: var(--text-sm);
}

.cart-dropdown__actions {
  border-top: 1px solid var(--color-border-dim);
  padding-top: var(--sp-3);
}

.cart-dropdown__actions a {
  flex: 1;
  text-align: center;
  justify-content: center;
  padding: var(--sp-2) var(--sp-3);
  font-size: var(--text-xs);
}

.mobile-menu-close {
  position: absolute;
  top: var(--sp-6);
  left: var(--sp-6);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-grey);
  cursor: pointer;
  border-radius: var(--radius-xs);
  transition: color var(--trans-base);
  background: none;
  border: none;
  font-size: 1.2rem;
  line-height: 1;
}
.mobile-menu-close:hover { color: var(--color-gold); }

.mobile-menu.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.mobile-nav a {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--color-white);
  text-decoration: none;
  padding: var(--sp-4) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: color var(--trans-base), padding-inline-end var(--trans-base);
}
.mobile-nav a:first-child { border-top: 1px solid rgba(255, 255, 255, 0.06); }
.mobile-nav a:hover { color: var(--color-gold); padding-inline-end: var(--sp-3); }

/* Flash alias (layout.php uses .flash .flash-success etc.) */
.flash {
  position: fixed;
  top: 88px;
  inset-inline-end: var(--sp-6);
  z-index: var(--z-flash);
  padding: var(--sp-4) var(--sp-6);
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  font-weight: 500;
  max-width: 380px;
  width: calc(100vw - var(--sp-8));
  transition: opacity 0.4s ease;
  backdrop-filter: blur(8px);
}
.flash-success {
  background-color: rgba(21, 42, 21, 0.95);
  border: 1px solid rgba(52, 168, 83, 0.4);
  color: #7dba84;
}
.flash-error {
  background-color: rgba(42, 15, 15, 0.95);
  border: 1px solid rgba(192, 57, 43, 0.4);
  color: #e57373;
}
.flash-info {
  background-color: rgba(15, 30, 42, 0.95);
  border: 1px solid rgba(52, 120, 192, 0.4);
  color: #7db4e5;
}

/* ------------------------------------------------------------
   STANDALONE BUTTONS (home.php uses without .btn prefix)
   ------------------------------------------------------------ */
.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: var(--radius-sm);
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  text-decoration: none;
  background-color: var(--color-gold);
  color: #000;
  border: 1.5px solid var(--color-gold);
  transition: background-color var(--trans-base), box-shadow var(--trans-base), transform var(--trans-fast);
  white-space: nowrap;
}
.btn-gold:hover {
  background-color: var(--color-gold-light);
  box-shadow: var(--shadow-gold-hover);
  color: #000;
}
.btn-gold:active { transform: scale(0.98); }
.btn-gold:disabled {
  cursor: not-allowed;
  opacity: 0.48;
  transform: none;
  box-shadow: none;
}

.btn-ghost-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: var(--radius-sm);
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  color: var(--color-gold);
  border: 1.5px solid var(--color-gold);
  transition: background-color var(--trans-base), box-shadow var(--trans-base), transform var(--trans-fast);
  white-space: nowrap;
}
.btn-ghost-gold:hover {
  background-color: var(--color-gold-hover-bg);
  box-shadow: var(--shadow-gold);
  color: var(--color-gold-light);
}
.btn-ghost-gold:active { transform: scale(0.98); }

.btn-dark-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: var(--radius-sm);
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  text-decoration: none;
  background-color: var(--color-card);
  color: var(--color-white);
  border: 1.5px solid var(--color-border-gold);
  transition: border-color var(--trans-base), color var(--trans-base), transform var(--trans-fast);
  white-space: nowrap;
}
.btn-dark-solid:hover { border-color: var(--color-gold); color: var(--color-gold); }
.btn-dark-solid:active { transform: scale(0.98); }

.btn-danger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: var(--radius-xs);
  font-family: var(--font-base);
  font-weight: 700;
  font-size: var(--text-xs);
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  color: #e57373;
  border: 1px solid rgba(192, 57, 43, 0.4);
  transition: background-color var(--trans-base), border-color var(--trans-base);
}
.btn-danger:hover { background-color: rgba(192, 57, 43, 0.1); border-color: #c0392b; }

/* ------------------------------------------------------------
   HERO ALIASES (home.php)
   ------------------------------------------------------------ */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: heroZoom 12s ease-in-out infinite alternate;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.65) 60%,
    rgba(0, 0, 0, 0.9) 100%
  );
  z-index: 1;
}
.hero-orb {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    rgba(212, 175, 55, 0.18) 0%,
    rgba(139, 115, 85, 0.08) 50%,
    transparent 70%
  );
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.15;
  z-index: 2;
}
.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 800px;
  padding-inline: var(--sp-6);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-4);
}
.hero-rule {
  width: 48px;
  height: 1.5px;
  background: linear-gradient(to right, transparent, var(--color-gold), transparent);
  margin-inline: auto;
  border: none;
  display: block;
}
.hero-headline {
  font-size: var(--text-display);
  line-height: var(--lh-tight);
  font-weight: 700;
  color: var(--color-gold);
}
.hero-subtitle {
  font-size: var(--text-h3);
  color: var(--color-grey);
  font-weight: 400;
  line-height: 1.6;
  max-width: 560px;
}
.hero-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-4);
  flex-wrap: wrap;
  margin-top: var(--sp-4);
}

/* ------------------------------------------------------------
   SECTION ALIASES (home.php)
   ------------------------------------------------------------ */
.section-eyebrow {
  font-size: var(--text-xs);
  font-weight: 500;
  color: var(--color-gold);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
  margin-bottom: var(--sp-2);
}
.section-title {
  font-size: var(--text-h2);
  line-height: 1.3;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: var(--sp-10);
}
.section-title-gold {
  font-size: var(--text-h2);
  line-height: 1.3;
  font-weight: 700;
  color: var(--color-gold);
}

.section-heading-with-lines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-4);
  text-align: center;
  margin-bottom: var(--sp-10);
}
.heading-line {
  flex: 1;
  height: 1px;
  max-width: 120px;
}
.section-heading-with-lines .heading-line:first-child {
  background: linear-gradient(to right, transparent, var(--color-border-mid));
}
.section-heading-with-lines .heading-line:last-child {
  background: linear-gradient(to left, transparent, var(--color-border-mid));
}

/* ------------------------------------------------------------
   CATEGORIES SECTION ALIASES (home.php)
   ------------------------------------------------------------ */
.section-categories {
  background-color: var(--color-section-alt);
  padding-block: var(--section-py);
}
.categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
}
.cat-card {
  background-color: var(--color-card);
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid var(--color-gold);
  border-radius: var(--radius-xs);
  transition: transform var(--trans-slow), box-shadow var(--trans-slow);
  text-decoration: none;
  display: block;
}
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-gold-hover); }
.cat-card-img-wrap {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: var(--color-section-alt);
}
.cat-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cat-card:hover .cat-card-img-wrap img { transform: scale(1.05); }
.cat-card-body {
  padding: var(--sp-4);
  display: flex;
  align-items: center;
  gap: var(--sp-3);
}
.cat-card-icon {
  color: var(--color-gold);
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.cat-card-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-white);
  transition: color var(--trans-base);
}
.cat-card:hover .cat-card-name { color: var(--color-gold); }

/* ------------------------------------------------------------
   FEATURED PRODUCTS SECTION ALIASES (home.php)
   ------------------------------------------------------------ */
.section-featured {
  background-color: var(--color-bg);
  padding-block: var(--section-py);
}
.product-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.product-card-img-wrap {
  aspect-ratio: 1 / 1;
  background-color: var(--color-section-alt);
  overflow: hidden;
}
.product-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.product-card:hover .product-card-img-wrap img { transform: scale(1.06); }
.product-card-body {
  padding: var(--sp-4);
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}
.product-card-name {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-white);
  line-height: 1.4;
}
.product-card-cat {
  font-size: var(--text-xs);
  color: var(--color-muted);
}
.product-card-price {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-gold);
  direction: ltr;
  margin-top: auto;
  padding-top: var(--sp-2);
}
.product-card-hover {
  padding-top: var(--sp-3);
  border-top: 1px solid var(--color-border-dim);
}
.btn-add-to-cart {
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity var(--trans-base),
    transform var(--trans-base),
    background-color var(--trans-base),
    color var(--trans-base);
  background: transparent;
  border: 1px solid var(--color-gold);
  color: var(--color-gold);
  border-radius: var(--radius-xs);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px var(--sp-3);
  cursor: pointer;
  white-space: nowrap;
  font-family: var(--font-base);
  width: 100%;
  text-align: center;
}
.product-card:hover .btn-add-to-cart { opacity: 1; transform: translateY(0); }
.btn-add-to-cart:hover { background-color: var(--color-gold); color: #000; }

.section-cta-wrap { text-align: center; margin-top: var(--sp-10); }

/* ------------------------------------------------------------
   BRAND VALUES ALIASES (home.php)
   ------------------------------------------------------------ */
.section-values {
  background-color: var(--color-section-alt);
  padding-block: var(--section-py);
}
.value-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-4);
  padding: var(--sp-8) var(--sp-6);
  border-radius: var(--radius-lg);
  transition: background-color var(--trans-slow);
}
.value-item:hover { background-color: rgba(212, 175, 55, 0.04); }
.value-icon {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(212, 175, 55, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gold);
  flex-shrink: 0;
  transition: border-color var(--trans-base), background-color var(--trans-base);
}
.value-item:hover .value-icon {
  border-color: var(--color-gold);
  background-color: rgba(212, 175, 55, 0.08);
}
.value-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-gold);
}
.value-body {
  font-size: var(--text-sm);
  color: var(--color-grey);
  line-height: var(--lh-body);
  max-width: 280px;
}

/* ------------------------------------------------------------
   ABOUT SECTION ALIASES (home.php)
   ------------------------------------------------------------ */
.section-about {
  background-color: var(--color-card);
  padding-block: var(--section-py);
  overflow: hidden;
}
.about-inner {
  display: grid;
  grid-template-columns: 1fr 4px 1fr;
  gap: 0 var(--sp-10);
  align-items: center;
}
.about-image-wrap {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius-xs);
}
.about-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-about:hover .about-image-wrap img { transform: scale(1.03); }
.about-gold-rule {
  width: 4px;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--color-gold) 30%,
    var(--color-gold) 70%,
    transparent
  );
  align-self: stretch;
  min-height: 120px;
  border-radius: var(--radius-xs);
  justify-self: center;
}
.about-text h2 { color: var(--color-gold); margin-bottom: var(--sp-4); }
.about-text p { margin-bottom: var(--sp-4); color: var(--color-grey); }
.about-cta {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  color: var(--color-gold);
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
}
.about-cta::after {
  content: '';
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-gold);
  transform: scaleX(1);
  transition: transform var(--trans-base);
}
.about-cta:hover::after { transform: scaleX(0.4); }

/* ------------------------------------------------------------
   BRAND STRIP (home.php)
   ------------------------------------------------------------ */
.section-brand-strip {
  position: relative;
  padding-block: var(--section-py);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
}
.section-brand-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  z-index: 0;
}
.section-brand-content {
  position: relative;
  z-index: 1;
}

/* ------------------------------------------------------------
   FOOTER ALIASES (layout.php)
   ------------------------------------------------------------ */
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: var(--sp-10);
  padding-bottom: var(--sp-10);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  text-decoration: none;
  color: var(--color-gold);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: var(--sp-4);
}
.footer-brand p {
  font-size: var(--text-sm);
  color: var(--color-muted);
  line-height: var(--lh-body);
  max-width: 300px;
  margin-top: var(--sp-3);
}
.trust-badges { display: flex; flex-direction: column; gap: var(--sp-2); margin-top: var(--sp-4); }
.trust-badge {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--text-xs);
  color: var(--color-muted);
}
.trust-badge svg { color: var(--color-gold); flex-shrink: 0; }
.footer-col h4 {
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--color-gold);
  margin-bottom: var(--sp-4);
  position: relative;
  padding-bottom: var(--sp-3);
}
.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  width: 28px;
  height: 1.5px;
  background-color: var(--color-gold);
}
.footer-col ul { display: flex; flex-direction: column; gap: var(--sp-2); }
.footer-col ul li a {
  font-size: var(--text-sm);
  color: var(--color-muted);
  text-decoration: none;
  transition: color var(--trans-base);
}
.footer-col ul li a:hover { color: var(--color-gold); }
.footer-contact p {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--text-sm);
  color: var(--color-muted);
  margin-bottom: var(--sp-2);
}
.footer-contact p svg { color: var(--color-gold); flex-shrink: 0; }
.footer-contact p a { color: var(--color-grey); text-decoration: none; }
.footer-credit { font-size: 0.75rem; color: var(--color-muted); }

/* ------------------------------------------------------------
   SHOP PAGE
   ------------------------------------------------------------ */
.shop-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: var(--sp-10);
  align-items: start;
  padding-block: var(--section-py);
}
.shop-sidebar {
  position: sticky;
  top: 88px;
  background-color: var(--color-card);
  border: 1px solid var(--color-border-dim);
  border-radius: var(--radius-md);
  padding: var(--sp-6);
}
.shop-sidebar__title {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--color-gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: var(--sp-4);
  padding-bottom: var(--sp-3);
  border-bottom: 1px solid var(--color-border-dim);
}
.cat-filter { display: flex; flex-direction: column; gap: 2px; }
.cat-filter-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px var(--sp-3);
  border-radius: var(--radius-xs);
  font-size: var(--text-sm);
  color: var(--color-grey);
  text-decoration: none;
  transition: color var(--trans-base), background-color var(--trans-base);
}
.cat-filter-item:hover { color: var(--color-gold); background-color: var(--color-gold-hover-bg); }
.cat-filter-item.active { color: var(--color-gold); background-color: rgba(212, 175, 55, 0.08); font-weight: 700; }
.cat-filter-count {
  font-size: 0.7rem;
  color: var(--color-muted);
  background-color: rgba(255, 255, 255, 0.05);
  padding: 1px 6px;
  border-radius: var(--radius-full);
}
.shop-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--sp-6);
  padding-bottom: var(--sp-4);
  border-bottom: 1px solid var(--color-border-dim);
}
.shop-count {
  font-size: var(--text-sm);
  color: var(--color-muted);
}
.shop-count strong { color: var(--color-grey); }
.empty-state {
  text-align: center;
  padding: var(--sp-16) var(--sp-6);
  color: var(--color-muted);
  grid-column: 1 / -1;
}
.empty-state__icon { margin-inline: auto; margin-bottom: var(--sp-4); opacity: 0.25; }
.empty-state h3 { color: var(--color-grey); margin-bottom: var(--sp-2); }

/* ------------------------------------------------------------
   CART PAGE
   ------------------------------------------------------------ */
.cart-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: var(--sp-10);
  align-items: start;
  padding-block: var(--section-py);
}
.cart-product-qty-form { display: inline-flex; align-items: center; gap: var(--sp-2); }
.cart-product-qty-form input[type="number"] {
  width: 52px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--color-border-gold);
  border-radius: var(--radius-xs);
  padding: 4px 8px;
  color: var(--color-white);
  font-family: var(--font-base);
  font-size: var(--text-sm);
}
.cart-remove-btn {
  background: none;
  border: none;
  color: var(--color-muted);
  cursor: pointer;
  padding: 4px;
  border-radius: var(--radius-xs);
  transition: color var(--trans-base);
  display: flex;
  align-items: center;
}
.cart-remove-btn:hover { color: #e57373; }
.cart-remove-btn svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.7; }

/* ------------------------------------------------------------
   CHECKOUT PAGE
   ------------------------------------------------------------ */
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: var(--sp-10);
  align-items: start;
  padding-block: var(--section-py);
}
.checkout-card {
  background-color: var(--color-card);
  border: 1px solid var(--color-border-dim);
  border-radius: var(--radius-md);
  padding: var(--sp-8);
}
.checkout-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-gold);
  margin-bottom: var(--sp-6);
  padding-bottom: var(--sp-4);
  border-bottom: 1px solid var(--color-border-dim);
}
.checkout-form { display: flex; flex-direction: column; gap: var(--sp-4); }

/* ------------------------------------------------------------
   AUTH PAGES (login, register)
   ------------------------------------------------------------ */
.auth-page {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: var(--sp-16);
  background: linear-gradient(160deg, var(--color-bg) 0%, var(--color-section-alt) 100%);
  padding-top: calc(72px + var(--sp-10));
}
.auth-card {
  width: 100%;
  max-width: 420px;
  background-color: var(--color-card);
  border: 1px solid var(--color-border-gold);
  border-radius: var(--radius-lg);
  padding: var(--sp-10) var(--sp-8);
  box-shadow: var(--shadow-gold);
}
.auth-card__logo {
  text-align: center;
  color: var(--color-gold);
  margin-bottom: var(--sp-6);
}
.auth-card__title {
  font-size: var(--text-h3);
  color: var(--color-white);
  text-align: center;
  margin-bottom: var(--sp-2);
}
.auth-card__sub {
  font-size: var(--text-sm);
  color: var(--color-muted);
  text-align: center;
  margin-bottom: var(--sp-8);
}
.auth-form { display: flex; flex-direction: column; gap: var(--sp-4); }
.auth-card__footer {
  text-align: center;
  margin-top: var(--sp-6);
  font-size: var(--text-sm);
  color: var(--color-muted);
}
.auth-card__footer a { color: var(--color-gold); text-decoration: none; }
.auth-card__footer a:hover { text-decoration: underline; }

/* ------------------------------------------------------------
   ACCOUNT PAGE
   ------------------------------------------------------------ */
.account-page { padding-block: var(--section-py); padding-top: calc(72px + var(--sp-8)); }
.account-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: var(--sp-8);
  align-items: start;
}
.account-sidebar {
  background-color: var(--color-card);
  border: 1px solid var(--color-border-dim);
  border-radius: var(--radius-md);
  overflow: hidden;
  position: sticky;
  top: 88px;
}
.account-sidebar__header {
  padding: var(--sp-6);
  background: linear-gradient(135deg, #0d0d0d, #1a1208);
  border-bottom: 1px solid var(--color-border-gold);
}
.account-sidebar__name { font-weight: 700; color: var(--color-white); margin-bottom: var(--sp-1); }
.account-sidebar__email { font-size: var(--text-xs); color: var(--color-muted); }
.account-nav { display: flex; flex-direction: column; }
.account-nav a {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  padding: var(--sp-4) var(--sp-6);
  font-size: var(--text-sm);
  color: var(--color-grey);
  text-decoration: none;
  border-bottom: 1px solid var(--color-border-dim);
  transition: color var(--trans-base), background-color var(--trans-base);
}
.account-nav a:hover { color: var(--color-gold); background-color: var(--color-gold-hover-bg); }
.account-nav a.active { color: var(--color-gold); background-color: rgba(212, 175, 55, 0.05); }
.account-nav a svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.7; flex-shrink: 0; }
.account-card {
  background-color: var(--color-card);
  border: 1px solid var(--color-border-dim);
  border-radius: var(--radius-md);
  padding: var(--sp-6);
}
.account-card__title {
  font-weight: 700;
  color: var(--color-gold);
  font-size: 1.05rem;
  margin-bottom: var(--sp-6);
  padding-bottom: var(--sp-4);
  border-bottom: 1px solid var(--color-border-dim);
}
.info-row {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  padding-block: var(--sp-3);
  border-bottom: 1px solid var(--color-border-dim);
  font-size: var(--text-sm);
}
.info-row:last-child { border-bottom: none; }
.info-row__label { color: var(--color-muted); min-width: 120px; flex-shrink: 0; }
.info-row__val { color: var(--color-grey); }

/* ------------------------------------------------------------
   ABOUT PAGE
   ------------------------------------------------------------ */
.about-page-hero {
  position: relative;
  height: 380px;
  overflow: hidden;
  margin-top: 72px;
}
.about-page-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.82));
  display: flex;
  align-items: flex-end;
  padding: var(--sp-10) var(--sp-6);
}
.about-story { padding-block: var(--section-py); }
.about-story__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-16);
  align-items: center;
}
.about-story__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius-xs);
  border: 1px solid var(--color-border-dim);
}
.about-story__image img { width: 100%; height: 100%; object-fit: cover; }
.about-story__text p { margin-bottom: var(--sp-4); line-height: var(--lh-body); }
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
  margin-top: var(--sp-10);
}
.about-stat {
  text-align: center;
  padding: var(--sp-8) var(--sp-6);
  background-color: var(--color-card);
  border: 1px solid var(--color-border-dim);
  border-radius: var(--radius-md);
  transition: border-color var(--trans-base);
}
.about-stat:hover { border-color: var(--color-border-gold); }
.about-stat__num {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--color-gold);
  line-height: 1;
  direction: ltr;
  display: block;
  margin-bottom: var(--sp-2);
}
.about-stat__label { font-size: var(--text-sm); color: var(--color-muted); }

/* ------------------------------------------------------------
   CONTACT PAGE
   ------------------------------------------------------------ */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-10);
  align-items: start;
  padding-block: var(--section-py);
}
.contact-info { display: flex; flex-direction: column; gap: var(--sp-6); }
.contact-info-item { display: flex; align-items: flex-start; gap: var(--sp-4); }
.contact-info-icon {
  width: 44px;
  height: 44px;
  border: 1px solid var(--color-border-gold);
  border-radius: var(--radius-xs);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gold);
  flex-shrink: 0;
}
.contact-info-icon svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.5; }
.contact-info-label { font-size: var(--text-xs); color: var(--color-muted); margin-bottom: var(--sp-1); text-transform: uppercase; letter-spacing: 0.05em; }
.contact-info-val { color: var(--color-grey); font-weight: 500; }
.contact-form-card {
  background-color: var(--color-card);
  border: 1px solid var(--color-border-dim);
  border-radius: var(--radius-md);
  padding: var(--sp-8);
}
.contact-form { display: flex; flex-direction: column; gap: var(--sp-4); }

/* ------------------------------------------------------------
   404 PAGE
   ------------------------------------------------------------ */
.page-404 {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--sp-16) var(--sp-6);
  padding-top: calc(72px + var(--sp-16));
}
.page-404__inner { max-width: 560px; }
.page-404__num {
  font-size: clamp(5rem, 18vw, 10rem);
  font-weight: 700;
  color: var(--color-gold);
  line-height: 1;
  opacity: 0.25;
  display: block;
  margin-bottom: var(--sp-6);
}
.page-404__title { font-size: var(--text-h2); color: var(--color-white); margin-bottom: var(--sp-3); }
.page-404__text { color: var(--color-muted); margin-bottom: var(--sp-8); }

/* ------------------------------------------------------------
   PAGE HEADER (all interior pages)
   ------------------------------------------------------------ */
.page-header {
  background-color: var(--color-section-alt);
  padding-block: var(--sp-12);
  border-bottom: 1px solid var(--color-border-dim);
  text-align: center;
  padding-top: calc(72px + var(--sp-12));
}
.page-header h1 { color: var(--color-gold); margin-bottom: var(--sp-3); }
.page-header p { color: var(--color-muted); max-width: 480px; margin-inline: auto; }

/* ------------------------------------------------------------
   INTERIOR PAGE PADDING OFFSET (fixes header overlap)
   ------------------------------------------------------------ */
main > section:first-child:not(.hero):not(.about-page-hero):not(.auth-page):not(.account-page):not(.page-404),
main > .container:first-child,
main > .page-header:first-child {
  /* Handled per-page via padding-top on page-header */
}

/* ------------------------------------------------------------
   STAGE 2 RESPONSIVE
   ------------------------------------------------------------ */
@media (max-width: 1024px) {
  .shop-layout { grid-template-columns: 200px 1fr; }
  .cart-layout { grid-template-columns: 1fr; }
  .checkout-layout { grid-template-columns: 1fr; }
  .about-story__inner { grid-template-columns: 1fr; gap: var(--sp-10); }
  .account-grid { grid-template-columns: 1fr; }
  .account-sidebar { position: static; }
}
@media (max-width: 900px) {
  .contact-layout { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: var(--sp-8); }
}
@media (max-width: 768px) {
  .shop-layout { grid-template-columns: 1fr; }
  .shop-sidebar { position: static; }
  .categories-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: 1fr; gap: var(--sp-4); }
  .value-item { text-align: start; flex-direction: row; align-items: flex-start; }
  .about-inner { grid-template-columns: 1fr; gap: var(--sp-8); }
  .about-gold-rule { display: none; }
  .hero-ctas { flex-direction: column; width: 100%; }
  .hero-ctas .btn-gold,
  .hero-ctas .btn-ghost-gold { width: 100%; justify-content: center; }
}
@media (max-width: 480px) {
  .categories-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: 1fr; }
  .auth-card { padding: var(--sp-8) var(--sp-6); }
}

/* QA cart card layout — zero horizontal overflow, no hidden data */
@media (max-width: 768px) {
  .cart-layout { grid-template-columns: 1fr !important; }
  .cart-table, .cart-table tbody, .cart-table tr { display: block !important; width: 100%; }
  .cart-table thead { display: none !important; }
  .cart-table tr { border: 1px solid rgba(128,128,128,.28); border-radius: 12px; padding: 12px 14px; margin-bottom: 14px; }
  .cart-table td { display: flex !important; border: 0; padding: 6px 0; text-align: right !important; align-items: center; justify-content: space-between; gap: 12px; width: 100% !important; }
  .cart-table td[data-label]::before { content: attr(data-label); font-weight: 700; color: #888; font-size: .82rem; flex: none; }
  .cart-table td:first-child { display: block !important; }
}
