/*
Theme Name: Nour Diamond
Theme URI: https://example.com
Author: Nour Diamond
Description: ثيم ووردبريس فاخر لمتجر مجوهرات، متوافق بالكامل مع WooCommerce. مبني بألوان ذهبية وحمراء متناسقة مع هوية Nour Diamond البصرية.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: nour-diamond
Tags: e-commerce, custom-colors, custom-menu, translation-ready, rtl-language-support
*/

/* =========================================================================
   NOUR DIAMOND — Design tokens
   ========================================================================= */

:root {
  --bg-deepest: #170303;
  --bg-primary: #4a0a0a;
  --bg-primary-light: #6e0f0f;
  --bg-card: #2a0606;
  --bg-card-hover: #3a0808;

  --gold: #c9a227;
  --gold-bright: #eecd7c;
  --gold-pale: #f3e3b3;
  --gold-line: rgba(201, 162, 39, 0.35);

  --cream: #f5ecdd;
  --text-muted: #d9b98f;
  --text-faint: rgba(245, 236, 221, 0.6);

  --shadow-soft: 0 20px 50px rgba(0, 0, 0, 0.45);
  --shadow-card: 0 10px 30px rgba(0, 0, 0, 0.35);

  --font-display: "Cairo", "Amiri", serif;
  --font-body: "Cairo", sans-serif;

  --radius-lg: 18px;
  --radius-md: 12px;
  --radius-sm: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--bg-deepest);
  color: var(--cream);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  margin: 0;
  color: var(--gold-pale);
}

.gold-text {
  background: linear-gradient(100deg, var(--gold) 20%, var(--gold-bright) 40%, var(--cream) 50%, var(--gold-bright) 60%, var(--gold) 80%);
  background-size: 250% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shimmer 6s linear infinite;
}

@keyframes shimmer {
  0% { background-position: 0% 0; }
  100% { background-position: -250% 0; }
}

.facet-divider { display: block; width: 100%; height: 28px; color: var(--gold); opacity: 0.8; }

/* =========================================================================
   Header / Navigation
   ========================================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(23, 3, 3, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--gold-line);
}

.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 44px; height: 44px; object-fit: cover; border-radius: 50%; border: 1px solid var(--gold-line); }
.brand-name { font-family: var(--font-display); font-weight: 800; font-size: 1.25rem; letter-spacing: 1px; color: var(--gold-pale); }

.nav-links { display: flex; gap: 28px; font-weight: 600; font-size: 0.95rem; }
.nav-links a { color: var(--text-muted); position: relative; padding-bottom: 4px; transition: color 0.25s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--gold-bright); }
.nav-links a.active::after { content: ""; position: absolute; bottom: 0; inset-inline-start: 0; inset-inline-end: 0; height: 2px; background: var(--gold); }

.nav-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  color: var(--bg-deepest); font-weight: 800; padding: 10px 20px; border-radius: 999px;
  font-size: 0.9rem; box-shadow: 0 6px 18px rgba(201, 162, 39, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(201, 162, 39, 0.35); }
.nav-cta svg { width: 18px; height: 18px; }

.menu-toggle { display: none; background: none; border: 1px solid var(--gold-line); border-radius: 8px; color: var(--gold-pale); padding: 8px 12px; font-size: 1.1rem; cursor: pointer; }

.nav-right { display: flex; align-items: center; gap: 18px; }

.switcher-group { display: flex; align-items: center; gap: 10px; padding-inline-end: 16px; border-inline-end: 1px solid var(--gold-line); }

.pref-dropdown { position: relative; }
.pref-trigger {
  display: flex; align-items: center; gap: 7px;
  background: rgba(201, 162, 39, 0.06); border: 1px solid var(--gold-line); color: var(--gold-pale);
  padding: 8px 13px; border-radius: 999px; font-family: var(--font-body); font-size: 0.82rem; font-weight: 700; cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.pref-trigger svg:first-child { width: 15px; height: 15px; color: var(--gold); }
.pref-trigger .chevron { color: var(--text-faint); transition: transform 0.2s ease; }
.pref-trigger:hover { border-color: var(--gold); background: rgba(201, 162, 39, 0.12); }
.pref-dropdown.open .pref-trigger { border-color: var(--gold); background: rgba(201, 162, 39, 0.14); }
.pref-dropdown.open .chevron { transform: rotate(180deg); }

.pref-menu {
  position: absolute; top: calc(100% + 10px); inset-inline-start: 0; min-width: 168px;
  background: linear-gradient(170deg, #2a0606, #170303); border: 1px solid var(--gold-line);
  border-radius: var(--radius-md); box-shadow: var(--shadow-card); padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s; z-index: 70;
}
.pref-dropdown.open .pref-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.pref-menu a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 12px; border-radius: 8px; font-size: 0.86rem; font-weight: 600; color: var(--text-muted); transition: background 0.15s ease, color 0.15s ease; }
.pref-menu a:hover { background: rgba(201, 162, 39, 0.1); color: var(--gold-pale); }
.pref-menu a.active { color: var(--gold-bright); }

.cart-link { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; color: var(--gold-pale); }
.cart-link svg { width: 22px; height: 22px; }
.cart-badge {
  position: absolute; top: -4px; inset-inline-end: -6px;
  background: linear-gradient(135deg, var(--gold), var(--gold-bright)); color: var(--bg-deepest);
  font-size: 0.68rem; font-weight: 800; min-width: 18px; height: 18px; border-radius: 999px;
  display: flex; align-items: center; justify-content: center; padding: 0 4px;
}

/* =========================================================================
   Hero
   ========================================================================= */

.hero {
  position: relative; padding: 0 0 70px; text-align: center; overflow: hidden;
  background: radial-gradient(ellipse at 50% -10%, rgba(233, 199, 102, 0.12), transparent 55%),
              linear-gradient(160deg, var(--bg-primary-light) 0%, var(--bg-primary) 45%, var(--bg-deepest) 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(115deg, rgba(255,255,255,0.03) 0 2px, transparent 2px 60px),
    repeating-linear-gradient(65deg, rgba(0,0,0,0.15) 0 2px, transparent 2px 80px);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; }

.hero-banner-wrap {
  width: 100%; aspect-ratio: 21 / 7; overflow: hidden; position: relative; margin-bottom: 40px;
}
.hero-banner-wrap::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(23, 3, 3, 0) 55%, var(--bg-deepest) 100%);
  pointer-events: none;
}
.hero-banner-img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; display: block; }

.hero-eyebrow { font-size: 0.85rem; letter-spacing: 4px; color: var(--text-muted); text-transform: uppercase; margin-bottom: 14px; }
.hero h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); font-weight: 800; letter-spacing: 2px; margin-bottom: 18px; }
.hero p { max-width: 560px; margin: 0 auto 34px; font-size: 1.15rem; color: var(--text-muted); }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 14px 30px; border-radius: 999px;
  font-weight: 700; font-size: 0.98rem; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  border: 1px solid transparent; cursor: pointer;
}
.btn-primary { background: linear-gradient(135deg, var(--gold), var(--gold-bright)); color: var(--bg-deepest); box-shadow: 0 8px 22px rgba(201, 162, 39, 0.3); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(201, 162, 39, 0.4); }
.btn-outline { background: transparent; color: var(--gold-pale); border-color: var(--gold-line); }
.btn-outline:hover { border-color: var(--gold); background: rgba(201, 162, 39, 0.08); }

/* =========================================================================
   Sections
   ========================================================================= */

.section { padding: 80px 0; }
.section-head { text-align: center; max-width: 620px; margin: 0 auto 48px; }
.section-eyebrow { color: var(--gold); letter-spacing: 3px; font-size: 0.8rem; text-transform: uppercase; font-weight: 700; margin-bottom: 10px; display: block; }
.section-head h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 14px; }
.section-head p { color: var(--text-muted); font-size: 1.05rem; }

.categories-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.category-card {
  background: linear-gradient(160deg, var(--bg-card), var(--bg-deepest)); border: 1px solid var(--gold-line);
  border-radius: var(--radius-lg); padding: 30px 16px; text-align: center;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.category-card:hover { transform: translateY(-6px); border-color: var(--gold); background: linear-gradient(160deg, var(--bg-card-hover), var(--bg-deepest)); }
.category-card img, .category-card svg { width: 46px; height: 46px; margin: 0 auto 14px; color: var(--gold); object-fit: contain; }
.category-card span { font-weight: 700; color: var(--gold-pale); font-size: 1rem; }

/* =========================================================================
   Products (WooCommerce loop + our card styling)
   ========================================================================= */

.product-grid, ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.product-card, ul.products li.product {
  background: linear-gradient(170deg, var(--bg-card), var(--bg-deepest) 120%);
  border: 1px solid var(--gold-line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  display: flex !important;
  flex-direction: column;
  padding: 0 !important;
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}
.product-card:hover, ul.products li.product:hover { transform: translateY(-8px); box-shadow: var(--shadow-card); border-color: var(--gold); }

.product-media, ul.products li.product a.woocommerce-LoopProduct-link {
  aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 30% 20%, rgba(233,199,102,0.15), transparent 55%), linear-gradient(150deg, var(--bg-primary-light), var(--bg-primary));
  position: relative; overflow: hidden;
}
ul.products li.product img { width: 100%; height: 100%; object-fit: cover; margin: 0; }

.badge-featured, ul.products li.product .onsale {
  position: absolute; top: 14px; inset-inline-end: 14px; left: auto; right: 14px;
  background: linear-gradient(135deg, var(--gold), var(--gold-bright)); color: var(--bg-deepest);
  font-size: 0.72rem; font-weight: 800; padding: 5px 12px; border-radius: 999px; letter-spacing: 0.5px; min-height: 0; min-width: 0;
}

.product-body, ul.products li.product .product-body-wrap { padding: 20px 22px 24px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.product-karat { color: var(--gold); font-size: 0.8rem; font-weight: 700; letter-spacing: 1px; }
.product-body h3, ul.products li.product h2.woocommerce-loop-product__title { font-size: 1.15rem; color: var(--cream); margin: 0; font-family: var(--font-display); }
.product-desc { color: var(--text-faint); font-size: 0.9rem; flex: 1; }

.product-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.product-price, ul.products li.product .price, .price {
  color: var(--gold-bright) !important; font-weight: 800; font-size: 1.05rem; font-family: var(--font-body);
}
.price ins { text-decoration: none; }
.price del { color: var(--text-faint); opacity: 0.7; }

.product-link { color: var(--gold-pale); font-weight: 700; font-size: 0.88rem; border: 1px solid var(--gold-line); padding: 8px 16px; border-radius: 999px; transition: background 0.2s ease, border-color 0.2s ease; }
.product-link:hover { background: rgba(201, 162, 39, 0.12); border-color: var(--gold); }

.filter-bar { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 44px; }
.filter-pill { padding: 9px 22px; border-radius: 999px; border: 1px solid var(--gold-line); color: var(--text-muted); font-weight: 700; font-size: 0.9rem; transition: all 0.2s ease; }
.filter-pill:hover { border-color: var(--gold); color: var(--gold-pale); }
.filter-pill.active { background: linear-gradient(135deg, var(--gold), var(--gold-bright)); color: var(--bg-deepest); border-color: transparent; }

.empty-state { text-align: center; padding: 60px 20px; color: var(--text-muted); }

/* =========================================================================
   About split / values
   ========================================================================= */

.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-media {
  aspect-ratio: 4 / 5; border-radius: var(--radius-lg); border: 1px solid var(--gold-line); overflow: hidden;
  background: radial-gradient(circle at 70% 20%, rgba(233,199,102,0.18), transparent 50%), linear-gradient(160deg, var(--bg-primary-light), var(--bg-deepest));
  display: flex; align-items: center; justify-content: center; padding: 40px;
}
.about-media svg { width: 60%; color: var(--gold); opacity: 0.9; }
.about-text h2 { margin-bottom: 20px; }
.about-text p { color: var(--text-muted); margin-bottom: 16px; }
.about-stats { display: flex; gap: 34px; margin-top: 30px; }
.about-stats div strong { display: block; font-size: 1.7rem; color: var(--gold-bright); font-family: var(--font-display); }
.about-stats div span { color: var(--text-faint); font-size: 0.85rem; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card { text-align: center; padding: 34px 22px; border: 1px solid var(--gold-line); border-radius: var(--radius-lg); background: linear-gradient(170deg, var(--bg-card), transparent); }
.value-card svg { width: 40px; height: 40px; color: var(--gold); margin: 0 auto 16px; }
.value-card h3 { font-size: 1.1rem; margin-bottom: 8px; color: var(--gold-pale); }
.value-card p { color: var(--text-muted); font-size: 0.92rem; }

.cta-band { background: linear-gradient(135deg, var(--bg-primary-light), var(--bg-primary)); border-top: 1px solid var(--gold-line); border-bottom: 1px solid var(--gold-line); text-align: center; padding: 70px 0; }
.cta-band h2 { margin-bottom: 14px; }
.cta-band p { color: var(--text-muted); margin-bottom: 30px; }

.page-hero { padding: 60px 0 40px; text-align: center; background: linear-gradient(160deg, var(--bg-primary-light), var(--bg-deepest)); border-bottom: 1px solid var(--gold-line); }
.page-hero h1 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 12px; }
.page-hero p { color: var(--text-muted); max-width: 560px; margin: 0 auto; }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 20px; }
.timeline-item { border-inline-start: 2px solid var(--gold-line); padding-inline-start: 18px; }
.timeline-item strong { color: var(--gold-bright); font-family: var(--font-display); font-size: 1.2rem; display: block; margin-bottom: 6px; }
.timeline-item span { color: var(--text-muted); font-size: 0.9rem; }

/* =========================================================================
   Single product page (WooCommerce)
   ========================================================================= */

.woocommerce div.product {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: flex-start;
  background: none; margin-bottom: 0;
}
.woocommerce div.product .woocommerce-product-gallery {
  border-radius: var(--radius-lg); border: 1px solid var(--gold-line); overflow: hidden;
  background: radial-gradient(circle at 30% 20%, rgba(233,199,102,0.18), transparent 55%), linear-gradient(150deg, var(--bg-primary-light), var(--bg-primary));
}
.woocommerce div.product .summary { padding: 0; }
.woocommerce div.product .summary h1.product_title { font-family: var(--font-display); font-size: clamp(1.7rem, 3vw, 2.4rem); color: var(--gold-pale); margin-bottom: 16px; }
.woocommerce div.product .summary p.price { font-size: 1.8rem; font-weight: 800; margin-bottom: 22px; }
.woocommerce div.product .summary .woocommerce-product-details__short-description { color: var(--text-muted); margin-bottom: 30px; font-size: 1.02rem; }
.woocommerce div.product form.cart { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; align-items: center; }
.woocommerce div.product form.cart .quantity input {
  width: 70px; padding: 13px 10px; text-align: center; border-radius: var(--radius-sm); border: 1px solid var(--gold-line);
  background: rgba(0,0,0,0.25); color: var(--cream); font-family: var(--font-body);
}
.woocommerce div.product form.cart button.single_add_to_cart_button {
  background: linear-gradient(135deg, var(--gold), var(--gold-bright)) !important; color: var(--bg-deepest) !important;
  border-radius: 999px !important; padding: 14px 30px !important; font-weight: 700 !important; border: none !important;
}
.woocommerce div.product .woocommerce-tabs { border-top: 1px solid var(--gold-line); padding-top: 22px; margin-top: 20px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { border: none; padding: 0; margin-bottom: 20px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { background: none; border: 1px solid var(--gold-line); border-radius: 999px; padding: 8px 18px; margin-inline-end: 10px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: var(--gold); }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: var(--text-muted); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--bg-deepest); font-weight: 700; }
.woocommerce div.product .related.products { margin-top: 90px; }
.woocommerce div.product .related.products > h2 { text-align: center; margin-bottom: 30px; font-size: 1.6rem; }

/* =========================================================================
   Cart & Checkout (WooCommerce default markup, reskinned)
   ========================================================================= */

.woocommerce-cart table.cart, .woocommerce-checkout table.shop_table {
  width: 100%; border-collapse: collapse; border: 1px solid var(--gold-line); border-radius: var(--radius-lg); overflow: hidden;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 14px 18px; border-bottom: 1px solid var(--gold-line); font-size: 0.92rem; }
.woocommerce table.shop_table th { background: var(--bg-primary); color: var(--gold-pale); font-weight: 700; font-size: 0.85rem; }
.woocommerce-cart .cart-collaterals .cart_totals { border: 1px solid var(--gold-line); border-radius: var(--radius-lg); padding: 24px; background: linear-gradient(170deg, var(--bg-card), transparent); }
.woocommerce-cart .cart_totals table { border: none; }
.woocommerce-checkout #customer_details { display: grid; gap: 20px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-checkout select {
  width: 100%; padding: 13px 16px; border-radius: var(--radius-sm); border: 1px solid var(--gold-line);
  background: rgba(0,0,0,0.25); color: var(--cream); font-family: var(--font-body); font-size: 0.95rem;
}
.woocommerce form .form-row label { color: var(--text-muted); font-size: 0.9rem; font-weight: 700; margin-bottom: 6px; display: block; }
#order_review { border: 1px solid var(--gold-line); border-radius: var(--radius-lg); padding: 24px; background: linear-gradient(170deg, var(--bg-card), transparent); }
.woocommerce button.button, .woocommerce a.button, .woocommerce input.button, #place_order {
  background: linear-gradient(135deg, var(--gold), var(--gold-bright)) !important; color: var(--bg-deepest) !important;
  border-radius: 999px !important; padding: 14px 30px !important; font-weight: 700 !important; border: none !important; cursor: pointer;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info {
  border-top-color: var(--gold) !important; background: var(--bg-card) !important; color: var(--cream) !important;
  border-radius: var(--radius-sm); padding: 16px !important;
}

/* =========================================================================
   Contact page
   ========================================================================= */

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.contact-card { border: 1px solid var(--gold-line); border-radius: var(--radius-lg); padding: 34px; background: linear-gradient(170deg, var(--bg-card), transparent); }
.contact-card h3 { margin-bottom: 18px; color: var(--gold-pale); }
.contact-info-item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; }
.contact-info-item svg { width: 22px; height: 22px; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.contact-info-item strong { display: block; color: var(--cream); font-size: 0.95rem; }
.contact-info-item span { color: var(--text-faint); font-size: 0.88rem; }
.social-row { display: flex; gap: 12px; margin-top: 24px; }
.social-row a { width: 40px; height: 40px; border: 1px solid var(--gold-line); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); transition: all 0.2s ease; }
.social-row a:hover { background: var(--gold); color: var(--bg-deepest); }
.social-row svg { width: 18px; height: 18px; }

.form-group { margin-bottom: 20px; }
.form-group label { display: block; margin-bottom: 8px; color: var(--text-muted); font-size: 0.9rem; font-weight: 700; }
.form-group input, .form-group textarea {
  width: 100%; padding: 13px 16px; border-radius: var(--radius-sm); border: 1px solid var(--gold-line);
  background: rgba(0,0,0,0.25); color: var(--cream); font-family: var(--font-body); font-size: 0.95rem;
}
.form-group textarea { resize: vertical; min-height: 120px; }
.flash-msg { padding: 14px 18px; border-radius: var(--radius-sm); margin-bottom: 22px; font-weight: 700; font-size: 0.9rem; }
.flash-msg.success { background: rgba(80, 160, 90, 0.15); border: 1px solid rgba(80, 160, 90, 0.5); color: #a7e0af; }
.flash-msg.error { background: rgba(200, 60, 60, 0.15); border: 1px solid rgba(200, 60, 60, 0.5); color: #f3a7a7; }

/* =========================================================================
   Footer
   ========================================================================= */

.site-footer { border-top: 1px solid var(--gold-line); padding: 60px 0 30px; background: var(--bg-deepest); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer-brand img { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--gold-line); object-fit: cover; }
.footer-col h4 { font-size: 0.95rem; color: var(--gold-pale); margin-bottom: 16px; letter-spacing: 0.5px; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { color: var(--text-muted); font-size: 0.9rem; transition: color 0.2s ease; }
.footer-col ul li a:hover { color: var(--gold-bright); }
.footer-desc { color: var(--text-faint); font-size: 0.88rem; max-width: 320px; }
.footer-bottom { border-top: 1px solid var(--gold-line); padding-top: 22px; text-align: center; color: var(--text-faint); font-size: 0.82rem; }

.whatsapp-float {
  position: fixed; bottom: 26px; inset-inline-start: 26px; z-index: 60; width: 58px; height: 58px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-bright)); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px rgba(0,0,0,0.4); color: var(--bg-deepest); transition: transform 0.2s ease;
}
.whatsapp-float:hover { transform: scale(1.08); }
.whatsapp-float svg { width: 28px; height: 28px; }

/* =========================================================================
   Responsive
   ========================================================================= */

@media (max-width: 960px) {
  .categories-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid, ul.products { grid-template-columns: repeat(2, 1fr) !important; }
  .about-split, .contact-grid, .woocommerce div.product { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .nav-links { display: none; }
  .menu-toggle { display: inline-flex; }
  .switcher-group { display: none; }
  .nav-cta span { display: none; }
  .categories-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid, ul.products { grid-template-columns: 1fr !important; }
  .footer-grid { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
  .about-stats { flex-wrap: wrap; gap: 20px; }
}

@media (max-width: 680px) {
  .nav-links.open {
    display: flex; position: absolute; top: 100%; inset-inline-start: 0; inset-inline-end: 0;
    background: var(--bg-deepest); flex-direction: column; padding: 20px 24px; border-bottom: 1px solid var(--gold-line); gap: 18px;
  }
}
