/*
Theme Name: Housify
Theme URI: https://housify.space
Author: Housify
Description: Luxury interior design and home transformation theme with dark aesthetic and gold accents. Built for Home Decor Ideas, DIY Tips & Interior Design Inspiration.
Version: 1.0.2
Tested up to: 6.8
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: housify
Tags: dark, luxury, interior-design, woocommerce, blog, full-width-template, custom-logo, custom-header, custom-menu, featured-images, footer-widgets, e-commerce, portfolio
*/

/* ═══════════════════════════════════════════
   VARIABLES & ROOT
═══════════════════════════════════════════ */
:root {
  --bg-primary:    #18191b;
  --bg-secondary:  #202020;
  --bg-dark:       #111111;
  --bg-darkest:    #0b0b0b;
  --text-primary:  #ffffff;
  --text-muted:    #dddddd;
  --text-dim:      #999999;
  --border:        #333333;
  --gold:          #C9A96E;
  --gold-dark:     #A8803F;
  --gold-light:    #E2C48A;
  --font-heading:  'Playfair Display', Georgia, serif;
  --font-body:     'Raleway', 'Helvetica Neue', sans-serif;
  --transition:    0.3s ease;
  --radius:        3px;
}

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

html { scroll-behavior: smooth; }

body {
  background-color: var(--bg-primary);
  color: var(--text-muted);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--text-primary); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--gold); }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--text-primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.3;
}
h1 { font-size: clamp(1.8rem, 4vw, 3rem); letter-spacing: 4px; }
h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); letter-spacing: 3px; }
h3 { font-size: clamp(1.1rem, 2vw, 1.5rem); letter-spacing: 2px; }
h4 { font-size: 1.1rem; letter-spacing: 2px; }
h5 { font-size: 1rem; }
h6 { font-size: 0.9rem; }

p { margin-bottom: 1.2rem; color: var(--text-muted); }
p:last-child { margin-bottom: 0; }

ul, ol { padding-left: 1.5rem; margin-bottom: 1rem; }
ul li, ol li { margin-bottom: 0.4rem; }

blockquote {
  background: var(--bg-secondary);
  border-left: 3px solid var(--gold);
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  font-style: italic;
  color: var(--text-muted);
}
blockquote cite { color: var(--gold); font-style: normal; font-size: 0.85rem; }

hr { border: none; border-top: 1px solid var(--border); margin: 2rem 0; }

table { width: 100%; border-collapse: collapse; margin-bottom: 1.5rem; }
th, td { padding: 0.75rem 1rem; border: 1px solid var(--border); text-align: left; }
th { background: var(--bg-secondary); color: var(--text-primary); font-family: var(--font-heading); letter-spacing: 1px; text-transform: uppercase; font-size: 0.8rem; }

pre { background: var(--bg-secondary); border: 1px solid var(--border); padding: 1.5rem; overflow-x: auto; border-radius: var(--radius); margin-bottom: 1.5rem; }
code { background: var(--bg-secondary); padding: 2px 6px; border-radius: 2px; font-size: 0.9em; color: var(--gold); }
pre code { background: none; padding: 0; color: var(--text-muted); }

/* Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-primary); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }

/* ═══════════════════════════════════════════
   FORMS
═══════════════════════════════════════════ */
input[type="text"], input[type="email"], input[type="url"],
input[type="password"], input[type="search"], input[type="number"],
input[type="tel"], textarea, select {
  background: rgba(0,0,0,0.3);
  border: 1px solid var(--border);
  color: var(--text-muted);
  padding: 0.75rem 1rem;
  width: 100%;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.9rem;
  transition: border-color var(--transition);
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--gold);
}
::placeholder { color: #666; }
label { color: var(--text-muted); font-size: 0.85rem; letter-spacing: 1px; text-transform: uppercase; display: block; margin-bottom: 0.4rem; }
button, input[type="submit"] {
  cursor: pointer;
  font-family: var(--font-body);
  transition: all var(--transition);
}

/* ═══════════════════════════════════════════
   UTILITY CLASSES
═══════════════════════════════════════════ */
.container { max-width: 1280px; margin: 0 auto; padding: 0 2rem; }
.container-wide { max-width: 100%; padding: 0 2rem; }
.section-pad { padding: 5rem 0; }
.section-pad-sm { padding: 3rem 0; }
.text-center { text-align: center; }
.text-gold { color: var(--gold); }
.bg-dark { background: var(--bg-secondary); }
.full-width { width: 100%; }

/* Gold divider */
.gold-divider {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  margin: 1rem auto;
  display: block;
}
.gold-divider.left { margin-left: 0; margin-right: auto; }

/* Section heading */
.section-heading { margin-bottom: 3rem; }
.section-heading .label {
  font-size: 0.75rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
  display: block;
}
.section-heading h2 { margin-bottom: 0.75rem; }

/* Buttons */
.btn-gold {
  display: inline-block;
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 0.75rem 2rem;
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: var(--font-body);
  font-weight: 600;
  transition: all var(--transition);
  cursor: pointer;
}
.btn-gold:hover {
  background: var(--gold);
  color: #000;
}
.btn-solid {
  display: inline-block;
  background: var(--gold);
  border: 1px solid var(--gold);
  color: #000;
  padding: 0.75rem 2rem;
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: var(--font-body);
  font-weight: 700;
  transition: all var(--transition);
  cursor: pointer;
}
.btn-solid:hover { background: var(--gold-light); border-color: var(--gold-light); color: #000; }

/* ═══════════════════════════════════════════
   AFFILIATE NOTICE
═══════════════════════════════════════════ */
.affiliate-notice {
  background: var(--bg-darkest);
  border-top: 1px solid var(--border);
  padding: 0.6rem 2rem;
  text-align: center;
  font-size: 0.72rem;
  color: #666;
  letter-spacing: 0.5px;
}
.affiliate-notice a { color: var(--gold); }
.affiliate-notice a:hover { color: var(--gold-light); }

/* ═══════════════════════════════════════════
   NAVIGATION
═══════════════════════════════════════════ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all var(--transition);
  padding: 0;
  background: rgba(17,17,17,0.95);
}
.site-header.scrolled {
  background: rgba(17,17,17,0.97);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 4px 30px rgba(0,0,0,0.5);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 0 2rem;
  max-width: 100%;
  position: relative;
}
@media (max-width: 900px) {
  .nav-inner {
    padding: 0 1rem;
  }
}
.site-branding { 
  flex-shrink: 0; 
}
@media (max-width: 900px) {
  .site-branding {
    flex: 1;
    min-width: 0;
  }
}
.site-title {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--text-primary);
  margin: 0;
  line-height: 1;
}
@media (max-width: 900px) {
  .site-title {
    font-size: 1.1rem;
    letter-spacing: 3px;
  }
}
@media (max-width: 480px) {
  .site-title {
    font-size: 0.95rem;
    letter-spacing: 2px;
  }
}
.site-title a { color: inherit; }
.site-title a:hover { color: var(--gold); }
.site-tagline {
  font-size: 0.6rem;
  letter-spacing: 2px;
  color: var(--text-dim);
  text-transform: uppercase;
  margin-top: 3px;
}
@media (max-width: 900px) {
  .site-tagline {
    display: none;
  }
}
.site-logo img { height: 40px; width: auto; }

.main-navigation { 
  display: flex; 
  align-items: center; 
}
@media (max-width: 900px) {
  .main-navigation {
    display: none !important;
  }
}
.main-navigation ul { list-style: none; display: flex; align-items: center; gap: 0; margin: 0; padding: 0; }
.main-navigation ul li { position: relative; }
.main-navigation ul li a {
  display: block;
  padding: 0 1.2rem;
  height: 70px;
  line-height: 70px;
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--text-muted);
  transition: color var(--transition);
  white-space: nowrap;
}
.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item > a { color: var(--gold); }

/* Dropdown */
.main-navigation ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--bg-dark);
  border: 1px solid var(--border);
  border-top: 2px solid var(--gold);
  min-width: 220px;
  flex-direction: column;
  display: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  z-index: 100;
}
.main-navigation ul li:hover > ul { display: flex; }
.main-navigation ul li ul li a {
  height: auto;
  line-height: 1;
  padding: 0.8rem 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  font-size: 0.65rem;
}
.main-navigation ul li ul li:last-child a { border-bottom: none; }

/* Mobile toggle */
.nav-toggle {
  display: none;
  background: rgba(0,0,0,0.5);
  border: 1px solid var(--gold);
  color: var(--text-primary);
  padding: 0.6rem 0.75rem;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  z-index: 1001;
  position: relative;
  border-radius: 2px;
  transition: all var(--transition);
  flex-shrink: 0;
  margin-left: 1rem;
}
@media (max-width: 900px) {
  .nav-toggle {
    display: flex !important;
  }
}
.nav-toggle:hover {
  background: rgba(201,169,110,0.15);
  border-color: var(--gold-light);
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--gold);
  transition: all var(--transition);
}
.nav-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
.mobile-menu {
  display: none;
  background: var(--bg-dark);
  border-top: 1px solid var(--border);
  padding: 1rem 2rem 2rem;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 999;
}
.mobile-menu ul { list-style: none; padding: 0; margin: 0; }
.mobile-menu ul li {
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.mobile-menu ul li:last-child {
  border-bottom: none;
}
.mobile-menu ul li a {
  display: block;
  padding: 1rem 0;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: all var(--transition);
}
.mobile-menu ul li a:hover,
.mobile-menu ul li.current-menu-item > a { 
  color: var(--gold);
  padding-left: 0.5rem;
}

/* Better mobile menu visibility on small screens */
@media (max-width: 900px) {
  .mobile-menu {
    width: 100%;
    left: 0;
    right: 0;
  }
  .mobile-menu ul li a {
    min-height: 48px;
    display: flex;
    align-items: center;
    font-size: 0.85rem;
  }
}

/* ═══════════════════════════════════════════
   PAGE HEADER (breadcrumb pages)
═══════════════════════════════════════════ */
.page-hero {
  position: relative;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  margin-top: 70px;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: var(--bg-secondary);
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.5) 100%);
}
.page-hero-content { position: relative; z-index: 2; }
.page-hero-content h1 {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  letter-spacing: 6px;
  margin-bottom: 0.5rem;
}
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-top: 0.5rem;
}
.breadcrumb a { color: var(--text-dim); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { color: var(--gold); font-size: 0.6rem; }
.breadcrumb .current { color: var(--gold); }

/* ═══════════════════════════════════════════
   HERO SLIDER (front page)
═══════════════════════════════════════════ */
.hero-slider {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  margin-top: 70px;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.hero-slide.active { opacity: 1; z-index: 2; }
.hero-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  transition: transform 8s ease;
}
.hero-slide.active .hero-slide-bg { transform: scale(1); }
.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.35) 60%, rgba(0,0,0,0.15) 100%);
}
.hero-slide-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  z-index: 3;
  padding: 0 8%;
}
.hero-text { max-width: 640px; }
.hero-label {
  display: inline-block;
  font-size: 0.65rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--gold);
}
.hero-title {
  font-size: clamp(2rem, 5vw, 4rem);
  letter-spacing: 5px;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}
.hero-excerpt {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.75);
  max-width: 480px;
  margin-bottom: 2.5rem;
  line-height: 1.8;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Hero navigation */
.hero-nav {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 0.5rem;
}
.hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(201,169,110,0.5);
  background: transparent;
  cursor: pointer;
  transition: all var(--transition);
  padding: 0;
}
.hero-dot.active { background: var(--gold); border-color: var(--gold); }
.hero-arrows { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; width: 100%; display: flex; justify-content: space-between; padding: 0 1.5rem; pointer-events: none; }
.hero-arrow {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(201,169,110,0.4);
  background: rgba(0,0,0,0.3);
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;
  transition: all var(--transition);
  font-size: 1.2rem;
}
.hero-arrow:hover { border-color: var(--gold); background: var(--gold); color: #000; }

/* ═══════════════════════════════════════════
   FEATURED CATEGORIES
═══════════════════════════════════════════ */
.categories-section { background: var(--bg-secondary); }
.categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
}
.category-card {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--bg-primary);
}
.category-card:first-child { grid-column: span 2; aspect-ratio: 16/9; }
.category-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s ease;
}
.category-card:hover .category-card-bg { transform: scale(1.08); }
.category-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);
  transition: background var(--transition);
}
.category-card:hover .category-card-overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.35) 60%, rgba(0,0,0,0.1) 100%);
}
.category-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem 2rem;
  z-index: 2;
}
.category-card-name {
  font-family: var(--font-heading);
  font-size: 1rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-primary);
  margin-bottom: 0.25rem;
  display: block;
}
.category-card-count {
  font-size: 0.65rem;
  letter-spacing: 2px;
  color: var(--gold);
  text-transform: uppercase;
}
.category-card-link {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.category-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width 0.4s ease;
  z-index: 4;
}
.category-card:hover::after { width: 100%; }

/* ═══════════════════════════════════════════
   LATEST POSTS GRID
═══════════════════════════════════════════ */
.posts-section { background: var(--bg-primary); }
.posts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.post-card {
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
  border-color: var(--gold);
}
.post-card-thumb {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.post-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.post-card:hover .post-card-thumb img { transform: scale(1.06); }
.post-card-category {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--gold);
  color: #000;
  font-size: 0.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 3px 10px;
}
.post-card-body { padding: 1.25rem 1.5rem 1.5rem; }
.post-card-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.65rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 0.75rem;
}
.post-card-meta .sep { color: var(--gold); }
.post-card-title {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
.post-card-title a { color: var(--text-primary); }
.post-card-title a:hover { color: var(--gold); }
.post-card-excerpt { font-size: 0.82rem; color: var(--text-dim); line-height: 1.7; margin-bottom: 1rem; }
.post-card-read-more {
  font-size: 0.65rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.post-card-read-more::after { content: '→'; transition: transform var(--transition); }
.post-card-read-more:hover::after { transform: translateX(4px); }
.posts-section .view-all { text-align: center; margin-top: 3rem; }

/* ═══════════════════════════════════════════
   SHOP PREVIEW SECTION
═══════════════════════════════════════════ */
.shop-preview-section { background: var(--bg-secondary); }
.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.shop-product-card {
  background: var(--bg-primary);
  border: 1px solid var(--border);
  overflow: hidden;
  position: relative;
  transition: all var(--transition);
}
.shop-product-card:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}
.shop-product-thumb {
  aspect-ratio: 1;
  overflow: hidden;
}
.shop-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.shop-product-card:hover .shop-product-thumb img { transform: scale(1.08); }
.shop-product-body { padding: 1.25rem; }
.shop-product-name {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.shop-product-name a { color: var(--text-primary); }
.shop-product-name a:hover { color: var(--gold); }
.shop-product-price { color: var(--gold); font-weight: 600; font-size: 0.9rem; margin-bottom: 1rem; }
.shop-product-price del { color: var(--text-dim); font-weight: 400; font-size: 0.8rem; margin-right: 0.5rem; }
.shop-product-btn {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid var(--border);
  padding: 0.6rem;
  font-size: 0.65rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: all var(--transition);
}
.shop-product-btn:hover { border-color: var(--gold); color: var(--gold); }
.shop-preview-section .section-actions { text-align: center; }

/* ═══════════════════════════════════════════
   ABOUT SNIPPET
═══════════════════════════════════════════ */
.about-snippet-section { background: var(--bg-primary); overflow: hidden; }
.about-snippet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
}
.about-snippet-image {
  position: relative;
  overflow: hidden;
}
.about-snippet-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-snippet-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 70%, var(--bg-primary) 100%);
}
.about-snippet-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 4rem 4rem 3rem;
}
.about-snippet-content p { color: var(--text-dim); line-height: 1.9; margin-bottom: 1.5rem; }
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 2rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 1.5rem 0;
}
.about-stat-num {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--gold);
  display: block;
  margin-bottom: 0.25rem;
}
.about-stat-label { font-size: 0.65rem; letter-spacing: 2px; text-transform: uppercase; color: var(--text-dim); }

/* ═══════════════════════════════════════════
   BLOG LISTING PAGE
═══════════════════════════════════════════ */
.blog-layout { display: grid; grid-template-columns: 1fr 340px; gap: 3rem; align-items: start; }
.blog-posts-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.full-post-card {
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: all var(--transition);
}
.full-post-card:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: 0 15px 40px rgba(0,0,0,0.4); }
.full-post-card .post-thumb { aspect-ratio: 16/10; overflow: hidden; }
.full-post-card .post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.full-post-card:hover .post-thumb img { transform: scale(1.05); }
.full-post-card .post-body { padding: 1.5rem; }
.full-post-card .post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: 0.65rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 0.75rem;
}
.full-post-card .post-meta a { color: var(--gold); }
.full-post-card .post-title { font-size: 1rem; letter-spacing: 1px; margin-bottom: 0.75rem; line-height: 1.4; }
.full-post-card .post-title a { color: var(--text-primary); }
.full-post-card .post-title a:hover { color: var(--gold); }
.full-post-card .post-excerpt { font-size: 0.83rem; color: var(--text-dim); line-height: 1.7; margin-bottom: 1rem; }

/* Pagination */
.pagination-wrap { margin-top: 3rem; display: flex; justify-content: center; gap: 0.5rem; }
.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--border);
  background: var(--bg-secondary);
  color: var(--text-muted);
  font-size: 0.8rem;
  transition: all var(--transition);
}
.page-numbers:hover, .page-numbers.current { border-color: var(--gold); color: var(--gold); }

/* ═══════════════════════════════════════════
   SIDEBAR
═══════════════════════════════════════════ */
.sidebar { position: sticky; top: 90px; }
.widget {
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  margin-bottom: 2rem;
  overflow: hidden;
}
.widget-title {
  font-family: var(--font-heading);
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  background: var(--bg-dark);
  border-bottom: 1px solid var(--border);
  margin: 0;
  color: var(--text-primary);
  position: relative;
}
.widget-title::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 1.5rem;
  width: 30px;
  height: 2px;
  background: var(--gold);
}
.widget-content { padding: 1.5rem; }
.widget ul { list-style: none; padding: 0; margin: 0; }
.widget ul li { border-bottom: 1px solid rgba(255,255,255,0.05); padding: 0.6rem 0; }
.widget ul li:last-child { border-bottom: none; }
.widget ul li a { color: var(--text-dim); font-size: 0.82rem; letter-spacing: 0.5px; }
.widget ul li a:hover { color: var(--gold); }

/* ═══════════════════════════════════════════
   SINGLE POST
═══════════════════════════════════════════ */
.single-layout { display: grid; grid-template-columns: 1fr 340px; gap: 3rem; align-items: start; }
.entry-header { margin-bottom: 2rem; }
.entry-header .entry-cats {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.entry-cat-tag {
  display: inline-block;
  background: var(--gold);
  color: #000;
  font-size: 0.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 3px 10px;
}
.entry-title { font-size: clamp(1.5rem, 3vw, 2.5rem); margin-bottom: 1rem; letter-spacing: 3px; }
.entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  font-size: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-dim);
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border);
  margin-bottom: 2rem;
}
.entry-meta a { color: var(--gold); }
.entry-featured-image {
  position: relative;
  margin-bottom: 2.5rem;
  border: 1px solid var(--border);
  overflow: hidden;
  cursor: zoom-in;
}
.entry-featured-image a { display: block; }
.entry-featured-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.entry-featured-image:hover img { transform: scale(1.02); }
.expand-hint {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: rgba(0,0,0,0.75);
  color: var(--gold);
  font-size: 0.65rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 12px;
  border: 1px solid var(--gold);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.entry-featured-image:hover .expand-hint { opacity: 1; }
.entry-content {
  font-size: 0.95rem;
  line-height: 1.9;
  color: var(--text-muted);
}
.entry-content h2, .entry-content h3, .entry-content h4 { margin: 2rem 0 1rem; }
.entry-content p { margin-bottom: 1.5rem; }
.entry-content img { border: 1px solid var(--border); margin: 1.5rem 0; }
.entry-content a { color: var(--gold); }
.entry-content a:hover { color: var(--gold-light); text-decoration: underline; }
.entry-content ul, .entry-content ol { margin-bottom: 1.5rem; }
.entry-content li { margin-bottom: 0.5rem; color: var(--text-muted); }

/* Tags */
.entry-tags { margin: 2rem 0; padding: 1.5rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.entry-tags-label { font-size: 0.65rem; letter-spacing: 2px; text-transform: uppercase; color: var(--text-dim); margin-bottom: 0.75rem; }
.entry-tag-link {
  display: inline-block;
  border: 1px solid var(--border);
  color: var(--text-dim);
  padding: 3px 12px;
  font-size: 0.65rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 4px 4px 0;
  transition: all var(--transition);
}
.entry-tag-link:hover { border-color: var(--gold); color: var(--gold); }

/* Related posts */
.related-posts-section {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}
.related-posts-section h3 { margin-bottom: 1.5rem; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.related-card {
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: all var(--transition);
}
.related-card:hover { border-color: var(--gold); }
.related-card-thumb { aspect-ratio: 16/10; overflow: hidden; }
.related-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.related-card:hover .related-card-thumb img { transform: scale(1.05); }
.related-card-body { padding: 1rem; }
.related-card-title { font-size: 0.75rem; letter-spacing: 1px; line-height: 1.4; text-transform: uppercase; }
.related-card-title a { color: var(--text-primary); }
.related-card-title a:hover { color: var(--gold); }

/* Comments */
.comments-area { margin-top: 3rem; }
.comments-title { font-size: 1rem; letter-spacing: 2px; margin-bottom: 2rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border); }
.comment-list { list-style: none; padding: 0; margin: 0 0 2rem; }
.comment { padding: 1.5rem; background: var(--bg-secondary); border: 1px solid var(--border); margin-bottom: 1rem; }
.comment-author { font-family: var(--font-heading); font-size: 0.8rem; letter-spacing: 1px; color: var(--text-primary); text-transform: uppercase; margin-bottom: 0.25rem; }
.comment-date { font-size: 0.65rem; letter-spacing: 1px; color: var(--text-dim); text-transform: uppercase; margin-bottom: 1rem; }
.comment-content p { font-size: 0.85rem; color: var(--text-muted); }
.comment-form label { font-size: 0.65rem; letter-spacing: 2px; text-transform: uppercase; color: var(--text-dim); margin-bottom: 0.4rem; }
.form-submit input[type="submit"] {
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 0.75rem 2.5rem;
  font-size: 0.7rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: var(--font-body);
  cursor: pointer;
  transition: all var(--transition);
}
.form-submit input[type="submit"]:hover { background: var(--gold); color: #000; }

/* ═══════════════════════════════════════════
   WOOCOMMERCE — FULL WIDTH FIX + LUXURY STYLE
═══════════════════════════════════════════ */
.woocommerce-page #primary,
.woocommerce #primary {
  width: 100%;
  max-width: 100%;
  float: none;
  padding: 0;
}
.woocommerce-page #secondary { display: none; }

/* Remove theme default narrow container */
.woocommerce,
.woocommerce-page .woocommerce {
  width: 100% !important;
  max-width: 100% !important;
}

/* Shop page header */
.shop-archive-header {
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border);
}
.shop-archive-header h1 { margin-bottom: 0.5rem; }
.woocommerce-result-count { color: var(--text-dim); font-size: 0.75rem; letter-spacing: 1px; }

/* Filter/ordering bar */
.woocommerce-ordering select {
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  color: var(--text-muted);
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  letter-spacing: 1px;
  border-radius: 0;
}
.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
}

/* Category filter tabs */
.shop-cat-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
.shop-cat-btn {
  border: 1px solid var(--border);
  background: var(--bg-secondary);
  color: var(--text-dim);
  padding: 0.4rem 1.2rem;
  font-size: 0.65rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all var(--transition);
  font-family: var(--font-body);
  border-radius: 50px;
}
.shop-cat-btn:hover, .shop-cat-btn.active { border-color: var(--gold); color: var(--gold); background: transparent; }

/* Product grid */
.woocommerce ul.products {
  width: 100% !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 1.5rem !important;
  float: none !important;
}
.woocommerce ul.products.columns-3 { grid-template-columns: repeat(3, 1fr) !important; }
.woocommerce ul.products.columns-2 { grid-template-columns: repeat(2, 1fr) !important; }
.woocommerce ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: all var(--transition);
}
.woocommerce ul.products li.product:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: 0 15px 40px rgba(0,0,0,0.4); }
.woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform 0.6s ease; margin-bottom: 0; }
.woocommerce ul.products li.product:hover a img { transform: scale(1.06); }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--font-heading);
  font-size: 0.8rem !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-primary) !important;
  padding: 1rem 1.25rem 0.5rem !important;
  margin: 0;
}
.woocommerce ul.products li.product .price {
  color: var(--gold) !important;
  padding: 0 1.25rem 0.75rem !important;
  font-size: 0.9rem;
  font-weight: 600;
  display: block;
}
.woocommerce ul.products li.product .price del { color: var(--text-dim) !important; font-size: 0.8rem; margin-right: 0.4rem; }
.woocommerce ul.products li.product .button {
  display: block !important;
  width: calc(100% - 2.5rem) !important;
  margin: 0 1.25rem 1.25rem !important;
  text-align: center;
  border: 1px solid var(--border) !important;
  background: transparent !important;
  color: var(--text-dim) !important;
  padding: 0.6rem !important;
  font-size: 0.65rem !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  transition: all var(--transition) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.woocommerce ul.products li.product .button:hover { border-color: var(--gold) !important; color: var(--gold) !important; }
.woocommerce span.onsale {
  background: var(--gold) !important;
  color: #000 !important;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 1px;
  min-width: auto;
  padding: 4px 10px;
  top: 1rem !important;
  left: 1rem !important;
  border-radius: 0;
  line-height: 1;
  height: auto;
}

/* Single product page */
.woocommerce div.product { padding: 0; }
.woocommerce div.product .product_title {
  font-family: var(--font-heading) !important;
  font-size: clamp(1.2rem, 2.5vw, 1.8rem) !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: var(--text-primary) !important;
  margin-bottom: 1rem !important;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--gold) !important;
  font-size: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.woocommerce div.product form.cart .button {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
  color: #000 !important;
  font-family: var(--font-body) !important;
  font-size: 0.7rem !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  border-radius: 0 !important;
  padding: 1rem 2rem !important;
}
.woocommerce div.product form.cart .button:hover { background: var(--gold-light) !important; border-color: var(--gold-light) !important; }

/* WooCommerce tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid var(--border) !important;
  padding: 0 !important;
  background: transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-bottom: 1px solid var(--border) !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid var(--border) !important;
  background: var(--bg-secondary) !important;
  border-bottom: none !important;
  border-radius: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--bg-primary) !important;
  border-color: var(--gold) !important;
  border-bottom-color: var(--bg-primary) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: var(--text-muted) !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--gold) !important; }
.woocommerce div.product .woocommerce-tabs .panel { background: var(--bg-primary); border: 1px solid var(--border); border-top: none; padding: 2rem; }

/* Cart & Checkout */
.woocommerce table.shop_table { border: 1px solid var(--border) !important; }
.woocommerce table.shop_table th { background: var(--bg-secondary) !important; color: var(--text-primary) !important; border-color: var(--border) !important; }
.woocommerce table.shop_table td { border-color: var(--border) !important; }
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background: var(--bg-secondary) !important;
  border-top-color: var(--gold) !important;
  color: var(--text-muted) !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: var(--gold) !important;
  border-radius: 0 !important;
  font-family: var(--font-body) !important;
  letter-spacing: 3px !important;
  font-size: 0.7rem !important;
  text-transform: uppercase !important;
  color: #000 !important;
  font-weight: 700 !important;
}

/* Shop affiliate notice */
.shop-affiliate-notice {
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
  padding: 1rem 1.5rem;
  margin-bottom: 2.5rem;
  font-size: 0.75rem;
  color: var(--text-dim);
  letter-spacing: 0.5px;
  line-height: 1.7;
}
.shop-affiliate-notice strong { color: var(--gold); }

/* ═══════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════ */
.site-footer { background: var(--bg-dark); padding-top: 4rem; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-brand .footer-logo {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--text-primary);
  margin-bottom: 1rem;
  display: block;
}
.footer-brand p { font-size: 0.82rem; color: var(--text-dim); line-height: 1.8; margin-bottom: 1.5rem; }
.footer-socials { display: flex; gap: 0.75rem; }
.footer-social-btn {
  width: 36px;
  height: 36px;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-dim);
  font-size: 0.8rem;
  transition: all var(--transition);
}
.footer-social-btn:hover { border-color: var(--gold); color: var(--gold); }
.footer-col-title {
  font-family: var(--font-heading);
  font-size: 0.7rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border);
  position: relative;
}
.footer-col-title::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 25px;
  height: 1px;
  background: var(--gold);
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { padding: 0.4rem 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.footer-col ul li:last-child { border-bottom: none; }
.footer-col ul li a { color: var(--text-dim); font-size: 0.8rem; letter-spacing: 0.5px; }
.footer-col ul li a:hover { color: var(--gold); }
.footer-bottom {
  background: var(--bg-darkest);
  padding: 1.25rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  border-top: 1px solid var(--border);
}
.footer-bottom-text { font-size: 0.7rem; color: #555; letter-spacing: 0.5px; }
.footer-bottom-text a { color: var(--gold); }
.footer-bottom-links { display: flex; gap: 1.5rem; }
.footer-bottom-links a { font-size: 0.65rem; color: #555; letter-spacing: 1px; text-transform: uppercase; }
.footer-bottom-links a:hover { color: var(--gold); }

/* ═══════════════════════════════════════════
   404 PAGE
═══════════════════════════════════════════ */
.error404-wrap {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.error404-num {
  font-family: var(--font-heading);
  font-size: clamp(6rem, 20vw, 12rem);
  color: transparent;
  -webkit-text-stroke: 1px var(--gold);
  line-height: 1;
  margin-bottom: 1rem;
  letter-spacing: 10px;
}
.error404-wrap h2 { margin-bottom: 1rem; }
.error404-wrap p { color: var(--text-dim); margin-bottom: 2rem; }

/* ═══════════════════════════════════════════
   SEARCH RESULTS
═══════════════════════════════════════════ */
.search-form-wrap { max-width: 600px; margin: 0 auto 3rem; display: flex; gap: 0; }
.search-form-wrap input[type="search"] { border-right: none; }
.search-form-wrap button {
  background: var(--gold);
  border: 1px solid var(--gold);
  color: #000;
  padding: 0 1.5rem;
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}
.search-form-wrap button:hover { background: var(--gold-light); }

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */
@media (max-width: 1200px) {
  .posts-grid { grid-template-columns: repeat(3, 1fr); }
  .shop-grid { grid-template-columns: repeat(3, 1fr); }
  .woocommerce ul.products { grid-template-columns: repeat(3, 1fr) !important; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .categories-grid { grid-template-columns: repeat(2, 1fr); }
  .category-card:first-child { grid-column: span 2; }
}
@media (max-width: 1024px) {
  .blog-layout, .single-layout { grid-template-columns: 1fr; }
  .blog-posts-grid { grid-template-columns: repeat(2, 1fr); }
  .about-snippet-grid { grid-template-columns: 1fr; }
  .about-snippet-image { height: 400px; }
  .about-snippet-image::after { display: none; }
  .about-snippet-content { padding: 3rem 2rem; }
}
@media (max-width: 768px) {
  .posts-grid { grid-template-columns: repeat(2, 1fr); }
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr) !important; }
  .categories-grid { grid-template-columns: 1fr; }
  .category-card:first-child { grid-column: span 1; }
  .hero-slider { height: 80vh; min-height: 500px; }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .about-stats { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .container { padding: 0 1rem; }
  .posts-grid { grid-template-columns: 1fr; }
  .blog-posts-grid { grid-template-columns: 1fr; }
  .shop-grid { grid-template-columns: 1fr; }
  .woocommerce ul.products { grid-template-columns: 1fr !important; }
  .hero-slide-content { padding: 0 1.5rem; }
  .hero-title { font-size: 1.6rem; }
  .related-grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: 1fr; }
  .nav-inner { padding: 0 0.75rem; }
  .nav-toggle { margin-left: 0.5rem; padding: 0.5rem 0.65rem; }
}
