/*
Theme Name: AJ Gold Jewelry
Theme URI: https://www.instagram.com/aj_goldjeweler
Author: AJ Gold Jewelry
Author URI: https://www.instagram.com/aj_goldjeweler
Description: A luxury, conversion-focused WordPress theme for AJ Gold Jewelry — premium 18K gold retailer based in the United Kingdom. Features elegant dark design with gold accents, animated sections, and multiple CTAs to drive Instagram and WhatsApp enquiries.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aj-gold
Tags: one-column, custom-menu, custom-logo, featured-images, theme-options, translation-ready
*/

/* ══════════════════════════════════════════
   CSS VARIABLES
   ══════════════════════════════════════════ */
:root {
  --gold: #C6A455;
  --gold-light: #D4B978;
  --gold-bright: #E8D5A3;
  --gold-dark: #9E7E30;
  --black: #0A0A0A;
  --black-soft: #141414;
  --black-card: #1A1A1A;
  --white: #FAFAF8;
  --white-dim: #B8B8B0;
  --cream: #F5F0E8;
}

/* ══════════════════════════════════════════
   RESET & BASE
   ══════════════════════════════════════════ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--black);
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; }

/* ══════════════════════════════════════════
   PRELOADER
   ══════════════════════════════════════════ */
.preloader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--black);
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.preloader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-logo {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem; font-weight: 600;
  color: var(--gold); letter-spacing: 0.15em;
  animation: goldPulse 1.5s ease-in-out infinite;
}
@keyframes goldPulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

/* ══════════════════════════════════════════
   NAVIGATION
   ══════════════════════════════════════════ */
.site-nav {
  position: fixed; top: 0; width: 100%; z-index: 100;
  padding: 1.2rem 3rem;
  display: flex; justify-content: space-between; align-items: center;
  background: rgba(10,10,10,0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(198,164,85,0.1);
  transition: all 0.4s ease;
}
.site-nav.scrolled {
  padding: 0.8rem 3rem;
  background: rgba(10,10,10,0.95);
}
.nav-brand {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem; font-weight: 600;
  color: var(--gold); letter-spacing: 0.12em;
}
.nav-brand span { color: var(--white); font-weight: 400; }

/* WordPress Menu */
.nav-menu { display: flex; gap: 2.2rem; align-items: center; }
.nav-menu li { position: relative; }
.nav-menu li a {
  color: var(--white-dim);
  font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  transition: color 0.3s ease;
  position: relative; padding: 0.2rem 0;
}
.nav-menu li a::after {
  content: ''; position: absolute; bottom: -4px; left: 0;
  width: 0; height: 1px; background: var(--gold);
  transition: width 0.3s ease;
}
.nav-menu li a:hover { color: var(--gold); }
.nav-menu li a:hover::after { width: 100%; }
.nav-menu li.menu-cta a {
  background: var(--gold); color: var(--black);
  padding: 0.6rem 1.6rem; font-weight: 600;
  letter-spacing: 0.1em; font-size: 0.72rem;
  transition: all 0.3s ease;
}
.nav-menu li.menu-cta a:hover {
  background: var(--gold-light);
  transform: translateY(-1px);
}
.nav-menu li.menu-cta a::after { display: none; }

.mobile-toggle {
  display: none; background: none; border: none;
  cursor: pointer; padding: 0.5rem;
}
.mobile-toggle span {
  display: block; width: 24px; height: 1.5px;
  background: var(--gold); margin: 5px 0;
  transition: all 0.3s ease;
}
.mobile-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(4px, 5px); }
.mobile-toggle.active span:nth-child(2) { opacity: 0; }
.mobile-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(4px, -5px); }

/* ══════════════════════════════════════════
   HERO SECTION
   ══════════════════════════════════════════ */
.hero {
  min-height: 100vh; position: relative;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(198,164,85,0.08) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(198,164,85,0.05) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 80%, rgba(198,164,85,0.04) 0%, transparent 40%),
    var(--black);
}
.hero-grain {
  position: absolute; inset: 0; opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  background-size: 200px;
}
.hero-lines { position: absolute; inset: 0; overflow: hidden; }
.hero-lines::before, .hero-lines::after {
  content: ''; position: absolute;
  width: 1px; height: 40vh;
  background: linear-gradient(to bottom, transparent, rgba(198,164,85,0.15), transparent);
}
.hero-lines::before { left: 15%; top: 10%; animation: lineDrift 8s ease-in-out infinite; }
.hero-lines::after { right: 20%; bottom: 5%; animation: lineDrift 10s ease-in-out infinite reverse; }
@keyframes lineDrift {
  0%, 100% { opacity: 0.3; transform: translateY(0); }
  50% { opacity: 0.8; transform: translateY(20px); }
}

.hero-content {
  position: relative; z-index: 2;
  text-align: center; max-width: 900px; padding: 0 2rem;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.5rem 1.4rem;
  border: 1px solid rgba(198,164,85,0.3);
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 2.5rem;
  opacity: 0; animation: fadeUp 1s ease 0.5s forwards;
}
.hero-badge .dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold);
  animation: dotPulse 2s ease infinite;
}
@keyframes dotPulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; box-shadow: 0 0 8px rgba(198,164,85,0.6); }
}
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 7vw, 6.5rem);
  font-weight: 400; line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 1.8rem;
  opacity: 0; animation: fadeUp 1s ease 0.7s forwards;
}
.hero h1 em {
  font-style: italic; color: var(--gold); font-weight: 500;
}
.hero-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: var(--white-dim); line-height: 1.7;
  max-width: 560px; margin: 0 auto 3rem;
  font-weight: 300; letter-spacing: 0.02em;
  opacity: 0; animation: fadeUp 1s ease 0.9s forwards;
}
.hero-actions {
  display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap;
  opacity: 0; animation: fadeUp 1s ease 1.1s forwards;
}

/* Buttons */
.btn-primary {
  display: inline-block;
  background: var(--gold); color: var(--black);
  padding: 1rem 2.8rem;
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  border: none; cursor: pointer;
  transition: all 0.4s ease;
  position: relative; overflow: hidden;
}
.btn-primary::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}
.btn-primary:hover::before { transform: translateX(100%); }
.btn-primary:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(198,164,85,0.3);
}
.btn-secondary {
  display: inline-block;
  background: transparent; color: var(--white);
  padding: 1rem 2.8rem;
  border: 1px solid rgba(255,255,255,0.2);
  font-size: 0.75rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  cursor: pointer; transition: all 0.3s ease;
}
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); }

.hero-scroll {
  position: absolute; bottom: 2.5rem; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  opacity: 0; animation: fadeUp 1s ease 1.4s forwards;
}
.hero-scroll span {
  font-size: 0.6rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--white-dim);
}
.scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollAnim 2s ease infinite;
}
@keyframes scrollAnim {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ══════════════════════════════════════════
   MARQUEE
   ══════════════════════════════════════════ */
.marquee-section {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(198,164,85,0.1);
  border-bottom: 1px solid rgba(198,164,85,0.1);
  overflow: hidden;
}
.marquee-track {
  display: flex; gap: 3rem;
  animation: marqueeScroll 25s linear infinite;
  width: max-content;
}
.marquee-item {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; font-weight: 400;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--white-dim); white-space: nowrap;
  display: flex; align-items: center; gap: 3rem;
}
.marquee-item .sep {
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--gold); opacity: 0.6; flex-shrink: 0;
}
@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ══════════════════════════════════════════
   SECTIONS COMMON
   ══════════════════════════════════════════ */
.aj-section { padding: 7rem 3rem; }
.section-label {
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.2rem;
  display: flex; align-items: center; gap: 1rem;
}
.section-label::before {
  content: ''; width: 30px; height: 1px; background: var(--gold);
}
.section-label-center { justify-content: center; }
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 400; line-height: 1.2;
  margin-bottom: 1.2rem;
}
.section-desc {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem; color: var(--white-dim);
  line-height: 1.7; max-width: 520px; font-weight: 300;
}
.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }
.container { max-width: 1200px; margin: 0 auto; }

/* ══════════════════════════════════════════
   CATEGORIES
   ══════════════════════════════════════════ */
.categories { background: var(--black-soft); }
.categories-header { text-align: center; margin-bottom: 4rem; }
.categories-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.cat-card {
  position: relative; aspect-ratio: 3/4;
  overflow: hidden; cursor: pointer;
  border: 1px solid rgba(198,164,85,0.1);
  transition: all 0.5s ease;
}
.cat-card:hover { border-color: rgba(198,164,85,0.4); transform: translateY(-4px); }
.cat-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--black-card), #1E1E1E);
  transition: all 0.5s ease;
}
.cat-card:hover .cat-bg { transform: scale(1.05); }
.cat-icon {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -60%);
  font-size: 3rem; opacity: 0.9;
  transition: all 0.5s ease;
}
.cat-card:hover .cat-icon { transform: translate(-50%, -65%) scale(1.1); }
.cat-info {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(10,10,10,0.9), transparent);
}
.cat-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem; font-weight: 500;
  margin-bottom: 0.3rem;
}
.cat-count {
  font-size: 0.7rem; color: var(--gold);
  letter-spacing: 0.15em; text-transform: uppercase;
}
/* Category card with real image */
.cat-card .cat-img {
  position: absolute; inset: 0;
  object-fit: cover; width: 100%; height: 100%;
  transition: all 0.5s ease; opacity: 0.7;
}
.cat-card:hover .cat-img { transform: scale(1.05); opacity: 0.85; }

/* ══════════════════════════════════════════
   FEATURED PRODUCTS
   ══════════════════════════════════════════ */
.featured-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2rem; margin-top: 3rem;
}
.product-card {
  background: var(--black-card);
  border: 1px solid rgba(198,164,85,0.08);
  overflow: hidden; cursor: pointer;
  transition: all 0.4s ease; position: relative;
}
.product-card:hover {
  border-color: rgba(198,164,85,0.3);
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}
.product-img {
  aspect-ratio: 1; position: relative;
  background: linear-gradient(145deg, #1C1A16, #141210);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.product-img img {
  width: 100%; height: 100%;
  object-fit: cover; transition: transform 0.5s ease;
}
.product-card:hover .product-img img { transform: scale(1.05); }
.product-img .glow {
  position: absolute; width: 60%; height: 60%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198,164,85,0.12), transparent 70%);
  transition: all 0.5s ease;
}
.product-card:hover .glow { width: 80%; height: 80%; opacity: 0.8; }
.product-emoji {
  font-size: 4rem; position: relative; z-index: 1;
  filter: drop-shadow(0 4px 15px rgba(198,164,85,0.2));
  transition: transform 0.5s ease;
}
.product-card:hover .product-emoji { transform: scale(1.1) rotate(-3deg); }
.product-tag {
  position: absolute; top: 1rem; left: 1rem;
  background: var(--gold); color: var(--black);
  padding: 0.3rem 0.8rem; font-size: 0.6rem;
  font-weight: 600; letter-spacing: 0.15em;
  text-transform: uppercase; z-index: 2;
}
.product-details { padding: 1.5rem; }
.product-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem; font-weight: 500;
  margin-bottom: 0.3rem;
}
.product-meta {
  font-size: 0.72rem; color: var(--white-dim);
  letter-spacing: 0.08em; margin-bottom: 1rem;
}
.product-bottom {
  display: flex; justify-content: space-between; align-items: center;
}
.product-price {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem; color: var(--gold); font-weight: 500;
}
.product-btn {
  background: transparent;
  border: 1px solid rgba(198,164,85,0.3);
  color: var(--gold); padding: 0.5rem 1.2rem;
  font-size: 0.65rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  cursor: pointer; transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
}
.product-btn:hover { background: var(--gold); color: var(--black); }

/* ══════════════════════════════════════════
   WHY US
   ══════════════════════════════════════════ */
.why-us { background: var(--black-soft); }
.why-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 6rem; align-items: center;
}
.why-features {
  display: flex; flex-direction: column;
  gap: 2.5rem; margin-top: 2.5rem;
}
.why-feature {
  display: flex; gap: 1.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(198,164,85,0.08);
}
.why-feature:last-child { border-bottom: none; padding-bottom: 0; }
.why-icon {
  flex-shrink: 0; width: 48px; height: 48px;
  border: 1px solid rgba(198,164,85,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
}
.why-feature h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem; font-weight: 500;
  margin-bottom: 0.5rem;
}
.why-feature p {
  font-size: 0.85rem; color: var(--white-dim); line-height: 1.7;
}
.why-visual {
  position: relative; aspect-ratio: 4/5;
  background: linear-gradient(145deg, #1C1A16, var(--black-card));
  border: 1px solid rgba(198,164,85,0.1);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.why-visual img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; opacity: 0.6;
}
.why-visual-glow {
  position: absolute; width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198,164,85,0.1), transparent 70%);
  animation: floatGlow 6s ease-in-out infinite;
}
@keyframes floatGlow {
  0%, 100% { transform: translate(0,0); }
  33% { transform: translate(20px, -30px); }
  66% { transform: translate(-15px, 20px); }
}
.why-visual-text {
  position: relative; z-index: 1; text-align: center;
}
.why-visual-text .big {
  font-family: 'Playfair Display', serif;
  font-size: 5rem; color: var(--gold);
  font-weight: 400; line-height: 1;
  margin-bottom: 0.5rem;
}
.why-visual-text .sub {
  font-size: 0.7rem; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--white-dim);
}

/* ══════════════════════════════════════════
   TESTIMONIALS
   ══════════════════════════════════════════ */
.testimonials-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2rem; margin-top: 3rem;
}
.testimonial {
  padding: 2.5rem; position: relative;
  background: var(--black-card);
  border: 1px solid rgba(198,164,85,0.08);
  transition: all 0.3s ease;
}
.testimonial:hover { border-color: rgba(198,164,85,0.2); }
.testimonial-stars {
  color: var(--gold); font-size: 0.9rem;
  margin-bottom: 1.2rem; letter-spacing: 2px;
}
.testimonial-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; line-height: 1.7;
  color: var(--white); font-style: italic;
  margin-bottom: 1.5rem; font-weight: 300;
}
.testimonial-author {
  font-size: 0.75rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold);
}
.testimonial-loc {
  font-size: 0.7rem; color: var(--white-dim); margin-top: 0.2rem;
}

/* ══════════════════════════════════════════
   CTA SECTION
   ══════════════════════════════════════════ */
.cta-section {
  padding: 8rem 3rem; text-align: center;
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, var(--black) 0%, #12100C 50%, var(--black) 100%);
}
.cta-glow {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(198,164,85,0.08), transparent 60%);
}
.cta-content { position: relative; z-index: 1; }
.cta-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 400; line-height: 1.15;
  margin-bottom: 1.2rem;
}
.cta-content h2 em { font-style: italic; color: var(--gold); }
.cta-content p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem; color: var(--white-dim);
  max-width: 500px; margin: 0 auto 2.5rem;
  line-height: 1.7; font-weight: 300;
}
.cta-buttons {
  display: flex; gap: 1rem;
  justify-content: center; flex-wrap: wrap;
}
.cta-ig {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: linear-gradient(135deg, #833AB4, #FD1D1D, #F77737);
  color: white; padding: 1rem 2.4rem;
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  transition: all 0.3s ease;
}
.cta-ig:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(131,58,180,0.3);
}
.cta-ig svg { width: 16px; height: 16px; }
.cta-wa {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: #25D366; color: white;
  padding: 1rem 2.4rem;
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  transition: all 0.3s ease;
}
.cta-wa:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(37,211,102,0.3);
}
.cta-wa svg { width: 16px; height: 16px; }

/* ══════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════ */
.site-footer {
  padding: 4rem 3rem 2rem;
  border-top: 1px solid rgba(198,164,85,0.1);
  background: var(--black);
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem; max-width: 1200px; margin: 0 auto;
}
.footer-brand {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem; font-weight: 600;
  color: var(--gold); margin-bottom: 1rem;
  letter-spacing: 0.1em;
}
.footer-brand span { color: var(--white); font-weight: 400; }
.footer-desc {
  font-size: 0.82rem; color: var(--white-dim);
  line-height: 1.8; max-width: 300px;
}
.footer-col h5 {
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.2rem;
}
.footer-col ul li { margin-bottom: 0.7rem; }
.footer-col ul li a {
  color: var(--white-dim); font-size: 0.82rem;
  transition: color 0.3s ease;
}
.footer-col ul li a:hover { color: var(--gold); }
.footer-bottom {
  max-width: 1200px; margin: 3rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 1rem;
}
.footer-copy {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.05em;
}
.footer-socials { display: flex; gap: 1rem; }
.footer-socials a {
  width: 36px; height: 36px;
  border: 1px solid rgba(198,164,85,0.15);
  display: flex; align-items: center; justify-content: center;
  color: var(--white-dim); font-size: 0.8rem;
  transition: all 0.3s ease;
}
.footer-socials a:hover { border-color: var(--gold); color: var(--gold); }

/* ══════════════════════════════════════════
   SCROLL REVEAL
   ══════════════════════════════════════════ */
.reveal {
  opacity: 0; transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ══════════════════════════════════════════
   WORDPRESS ADMIN BAR FIX
   ══════════════════════════════════════════ */
body.admin-bar .site-nav { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar .site-nav { top: 46px; }
}

/* ══════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .categories-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; gap: 3rem; }
  .why-visual { max-width: 400px; margin: 0 auto; }
}
@media (max-width: 768px) {
  .site-nav { padding: 1rem 1.5rem; }
  .nav-menu {
    display: none; position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(10,10,10,0.98);
    flex-direction: column;
    justify-content: center; align-items: center;
    gap: 2rem; z-index: 99;
  }
  .nav-menu.open { display: flex; }
  .nav-menu li a { font-size: 1.1rem; letter-spacing: 0.2em; }
  .mobile-toggle { display: block; z-index: 101; }
  .aj-section { padding: 5rem 1.5rem; }
  .featured-grid,
  .testimonials-grid { grid-template-columns: 1fr; }
  .categories-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-actions { flex-direction: column; align-items: center; }
  .btn-primary, .btn-secondary { width: 100%; max-width: 280px; text-align: center; }
}
@media (max-width: 480px) {
  .categories-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  body.admin-bar .site-nav { top: 0; }
}
