/*
Theme Name: LitBuy Luxe Editorial Edition
Theme URI: https://cnfansfindspreadsheet.com/
Author: SEO & Luxury Fashion Specialist
Description: Warm beige, high-fashion editorial light theme for LitBuy. Features serif typography, magazine-style layout, elegant borders, and soft muted tones.
Version: 5.0.0
License: GNU General Public License v2 or later
Text Domain: litbuy-luxe-editorial
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

:root {
  --bg-beige: #fbf9f5;
  --card-white: #ffffff;
  --text-primary: #1c1917;
  --text-muted: #78716c;
  --accent-gold: #b45309;
  --accent-burgundy: #881337;
  --border-subtle: #e7e5e4;
  --radius-luxe: 12px;
  --shadow-luxe: 0 4px 20px rgba(28, 25, 23, 0.04);
  --transition: all 0.25s ease;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;
  background-color: var(--bg-beige);
  color: var(--text-primary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

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

header.site-header {
  background: rgba(251, 249, 245, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-subtle);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-inner { display: flex; justify-content: space-between; align-items: center; height: 80px; }

.logo a {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.5px;
}

.logo span.gold { color: var(--accent-gold); }

.luxe-badge {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: #f5f5f4;
  color: var(--text-muted);
  padding: 3px 8px;
  border-radius: 4px;
  border: 1px solid var(--border-subtle);
}

.nav-menu { display: flex; list-style: none; gap: 12px; align-items: center; }
.nav-item { position: relative; }
.nav-item > a {
  font-weight: 600;
  font-size: 14px;
  padding: 8px 14px;
  color: var(--text-primary);
  transition: var(--transition);
}

.nav-item > a:hover {
  color: var(--accent-gold);
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: var(--card-white);
  min-width: 220px;
  border-radius: var(--radius-luxe);
  padding: 10px;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-luxe);
  z-index: 100;
}

.nav-item:hover .dropdown-menu { display: block; }
.dropdown-menu li a {
  display: block;
  padding: 9px 12px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--text-primary);
  border-radius: 6px;
  transition: var(--transition);
}

.dropdown-menu li a:hover {
  color: var(--accent-gold);
  background: #fdf8f6;
}

/* Editorial Intro Card */
.intro-luxe {
  margin: 36px 0 20px;
  background: var(--card-white);
  border: 1px solid var(--border-subtle);
  border-left: 4px solid var(--accent-gold);
  border-radius: var(--radius-luxe);
  padding: 32px;
  box-shadow: var(--shadow-luxe);
}

.intro-luxe h2 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.intro-luxe p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
}

/* Hero Section */
.hero-luxe {
  text-align: center;
  padding: 40px 0 35px;
}

.hero-pill {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent-gold);
  background: #fef3c7;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 16px;
  color: var(--text-primary);
}

.hero-title span.italic {
  font-style: italic;
  font-weight: 400;
  color: var(--accent-gold);
}

.hero-subtitle {
  font-size: 17px;
  color: var(--text-muted);
  max-width: 660px;
  margin: 0 auto 32px;
}

.cta-buttons { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 50px;
  padding: 0 32px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  transition: var(--transition);
  cursor: pointer;
}

.btn-gold {
  background: var(--accent-gold);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(180, 83, 9, 0.25);
}

.btn-gold:hover {
  background: #92400e;
  transform: translateY(-2px);
}

.btn-outline {
  background: var(--card-white);
  color: var(--text-primary);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-luxe);
}

.btn-outline:hover {
  border-color: var(--accent-gold);
  color: var(--accent-gold);
  transform: translateY(-2px);
}

/* Category Grid */
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  text-align: center;
  margin: 45px 0 24px;
  color: var(--text-primary);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 50px;
}

.cat-card {
  background: var(--card-white);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-luxe);
  padding: 22px 16px;
  text-align: center;
  box-shadow: var(--shadow-luxe);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.cat-card-icon {
  font-size: 26px;
}

.cat-card h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
}

.cat-card:hover {
  border-color: var(--accent-gold);
  transform: translateY(-3px);
}

/* Articles Grid */
.article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 20px;
  margin-bottom: 60px;
}

.article-card {
  background: var(--card-white);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-luxe);
  padding: 26px;
  box-shadow: var(--shadow-luxe);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.article-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.35;
  color: var(--text-primary);
}

.article-card p {
  color: var(--text-muted);
  font-size: 14px;
  margin-bottom: 18px;
}

.read-more {
  color: var(--accent-gold);
  font-weight: 600;
  font-size: 14px;
}

.article-card:hover {
  border-color: var(--accent-gold);
  transform: translateY(-3px);
}

.content-area {
  background: var(--card-white);
  padding: 44px;
  border-radius: var(--radius-luxe);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-luxe);
  margin: 30px 0 60px;
}

.entry-title {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  margin-bottom: 20px;
  color: var(--text-primary);
}

.entry-content { color: #44403c; font-size: 16px; line-height: 1.8; }

.internal-link-box {
  background: #fdf8f6;
  border-left: 4px solid var(--accent-gold);
  padding: 20px;
  margin: 30px 0 10px;
}

footer.site-footer {
  border-top: 1px solid var(--border-subtle);
  padding: 36px 0;
  text-align: center;
  color: var(--text-muted);
  font-size: 13.5px;
  background: #f5f5f4;
}

@media (max-width: 768px) {
  .hero-title { font-size: 36px; }
  .header-inner { flex-direction: column; height: auto; padding: 14px 0; gap: 10px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .article-grid { grid-template-columns: 1fr; }
  .content-area { padding: 20px; }
}