/*
Theme Name: Laurmanea
Theme URI: https://laurmanea.ro
Description: Temă personalizată Laurmanea — sănătate naturală, plante medicinale, terapii holiste
Author: Laurmanea
Version: 1.0
Text Domain: laurmanea
*/

/* ─── VARIABLES ─────────────────────────────────────────────── */
:root {
  --g900: #0D2118;
  --g800: #1A3825;
  --g700: #243F2E;
  --g600: #2E6645;
  --g500: #3D8A5C;
  --g400: #5CA97A;
  --g300: #8CC4A0;
  --g200: #C0DECA;
  --g100: #E4F2E9;
  --cream: #F5F0E8;
  --cream-d: #EDE5D5;
  --cream-dd: #DDD3BF;
  --gold: #C9944A;
  --gold-l: #E2B870;
  --gold-d: #A47A38;
  --text: #1E1E1E;
  --text-m: #4A4740;
  --text-l: #8A8680;
  --white: #FFFFFF;
  --sh-sm: 0 2px 12px rgba(13,33,24,.08);
  --sh-md: 0 6px 24px rgba(13,33,24,.12);
  --sh-lg: 0 12px 48px rgba(13,33,24,.18);
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 24px;
  --tr: all .3s cubic-bezier(.4,0,.2,1);
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'Inter', system-ui, sans-serif;
}

/* ─── RESET ──────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-sans);
  color: var(--text);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ─── TYPOGRAPHY ─────────────────────────────────────────────── */
h1, h2, h3, h4, h5 {
  font-family: var(--font-serif);
  line-height: 1.2;
  color: var(--g800);
}
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.65rem); }
h4 { font-size: 1.2rem; }
p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

/* ─── UTILITIES ──────────────────────────────────────────────── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: 820px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section--sm { padding: 48px 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.flex { display: flex; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.text-center { text-align: center; }
.section-title {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--g800);
  margin-bottom: 8px;
}
.section-subtitle {
  color: var(--text-m);
  font-size: 1.05rem;
  margin-bottom: 48px;
}
.label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  display: block;
}

/* ─── BUTTONS ────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: .95rem;
  transition: var(--tr);
  cursor: pointer;
}
.btn-primary {
  background: var(--g600);
  color: var(--white);
  box-shadow: var(--sh-sm);
}
.btn-primary:hover {
  background: var(--g700);
  transform: translateY(-2px);
  box-shadow: var(--sh-md);
}
.btn-outline {
  border: 2px solid var(--g600);
  color: var(--g600);
}
.btn-outline:hover {
  background: var(--g600);
  color: var(--white);
}
.btn-gold {
  background: var(--gold);
  color: var(--white);
  box-shadow: var(--sh-sm);
}
.btn-gold:hover {
  background: var(--gold-d);
  transform: translateY(-2px);
  box-shadow: var(--sh-md);
}

/* ─── HEADER ─────────────────────────────────────────────────── */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  transition: var(--tr);
  padding: 20px 0;
}
.site-header.transparent {
  background: transparent;
}
.site-header.scrolled {
  background: var(--white);
  box-shadow: var(--sh-sm);
  padding: 14px 0;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo-icon {
  width: 42px;
  height: 42px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
  transition: var(--tr);
}
.site-header.transparent .logo-icon {
  background: rgba(201,148,74,.9);
}
.logo-text {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  transition: var(--tr);
  line-height: 1;
}
.logo-tagline {
  font-size: .7rem;
  letter-spacing: .08em;
  color: rgba(255,255,255,.7);
  font-weight: 400;
  transition: var(--tr);
}
.site-header.scrolled .logo-text { color: var(--g800); }
.site-header.scrolled .logo-tagline { color: var(--text-l); }
.primary-nav ul {
  display: flex;
  align-items: center;
  gap: 32px;
}
.primary-nav li {
  position: relative;
}
/* Dropdown */
.primary-nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  border-radius: var(--r-md);
  box-shadow: var(--sh-lg);
  min-width: 200px;
  padding: 12px 0 8px;
  flex-direction: column;
  gap: 0;
  z-index: 500;
  margin-top: 0;
}
/* transparent bridge so mouse can travel down without losing hover */
.primary-nav li::after {
  content: '';
  position: absolute;
  bottom: -16px; left: 0; right: 0;
  height: 16px;
}
.primary-nav li:hover > .sub-menu {
  display: flex;
}
.primary-nav .sub-menu li {
  width: 100%;
}
.primary-nav .sub-menu a {
  color: var(--text-m) !important;
  font-size: .88rem;
  padding: 10px 20px;
  display: block;
  white-space: nowrap;
  border-radius: 0;
  transition: var(--tr);
}
.primary-nav .sub-menu a::after { display: none; }
.primary-nav .sub-menu a:hover {
  background: var(--g100);
  color: var(--g700) !important;
}
/* Sub-sub-menu */
.primary-nav .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  transform: none;
}
.primary-nav .sub-menu .sub-menu::before { display: none; }
.primary-nav a {
  font-size: .9rem;
  font-weight: 500;
  color: rgba(255,255,255,.9);
  transition: var(--tr);
  position: relative;
  padding-bottom: 4px;
}
.primary-nav a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 2px;
  background: var(--gold);
  transition: var(--tr);
}
.primary-nav a:hover::after { width: 100%; }
.site-header.scrolled .primary-nav a { color: var(--text-m); }
.primary-nav a:hover { color: var(--g600); }
.site-header.scrolled .primary-nav a:hover { color: var(--g600); }
.nav-search-btn {
  background: none;
  border: 2px solid rgba(255,255,255,.5);
  border-radius: 50px;
  padding: 8px 16px;
  color: rgba(255,255,255,.9);
  font-size: .85rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: var(--tr);
}
.nav-search-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.site-header.scrolled .nav-search-btn {
  border-color: var(--g400);
  color: var(--g600);
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--tr);
}
.site-header.scrolled .hamburger span { background: var(--g800); }

/* ─── MOBILE NAV ─────────────────────────────────────────────── */
.mobile-nav {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--g800);
  z-index: 2000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  color: var(--white);
  opacity: .85;
  transition: var(--tr);
}
.mobile-nav a:hover { color: var(--gold); opacity: 1; }
.mobile-nav-close {
  position: absolute;
  top: 24px; right: 24px;
  color: var(--white);
  font-size: 2rem;
  cursor: pointer;
  opacity: .7;
  transition: var(--tr);
}
.mobile-nav-close:hover { opacity: 1; color: var(--gold); }

/* ─── HERO ───────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(160deg, var(--g900) 0%, var(--g800) 45%, var(--g700) 100%);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -20%; right: -10%;
  width: 70vw; height: 70vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61,138,92,.18) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -15%; left: -5%;
  width: 50vw; height: 50vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,148,74,.1) 0%, transparent 70%);
  pointer-events: none;
}
.hero-leaf {
  position: absolute;
  pointer-events: none;
  opacity: .06;
}
.hero-leaf-1 {
  top: 10%; right: 8%;
  width: 320px; height: 320px;
}
.hero-leaf-2 {
  bottom: 5%; left: 3%;
  width: 200px; height: 200px;
  opacity: .04;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}
.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(201,148,74,.15);
  border: 1px solid rgba(201,148,74,.3);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold-l);
  margin-bottom: 28px;
}
.hero-label::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}
.hero h1 {
  font-family: var(--font-serif);
  color: var(--white);
  margin-bottom: 20px;
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  line-height: 1.15;
}
.hero h1 em {
  color: var(--gold-l);
  font-style: italic;
}
.hero p {
  color: rgba(255,255,255,.72);
  font-size: 1.12rem;
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 520px;
}
.hero-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.hero-scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.45);
  font-size: .75rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  animation: bounce 2.2s infinite;
}
.hero-scroll svg { opacity: .5; }
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}
.hero-image-side {
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 44%;
  overflow: hidden;
}
.hero-image-side img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .35;
  mix-blend-mode: luminosity;
}
.hero-image-side::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(to right, var(--g800) 0%, transparent 60%);
  z-index: 1;
}

/* ─── STATS STRIP ────────────────────────────────────────────── */
.stats-strip {
  background: var(--g800);
  padding: 32px 0;
}
.stats-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 24px;
}
.stat-item {
  text-align: center;
  color: var(--white);
}
.stat-num {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gold-l);
  line-height: 1;
  display: block;
}
.stat-label {
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-top: 4px;
}
.stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,.12);
}

/* ─── CATEGORIES SECTION ─────────────────────────────────────── */
.categories-section { background: var(--cream); }
.cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 18px;
}
.cat-card {
  background: var(--white);
  border-radius: var(--r-md);
  padding: 28px 20px;
  text-align: center;
  transition: var(--tr);
  border: 1px solid transparent;
  box-shadow: var(--sh-sm);
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.cat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-md);
  border-color: var(--g200);
}
.cat-icon {
  width: 52px; height: 52px;
  margin: 0 auto 14px;
  background: var(--g100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: var(--tr);
}
.cat-card:hover .cat-icon {
  background: var(--g200);
  transform: scale(1.1);
}
.cat-name {
  font-weight: 600;
  font-size: .9rem;
  color: var(--g800);
  margin-bottom: 4px;
}
.cat-count {
  font-size: .75rem;
  color: var(--text-l);
}

/* ─── FEATURED POST ──────────────────────────────────────────── */
.featured-section { background: var(--cream-d); }
.featured-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-lg);
}
.featured-image {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}
.featured-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.featured-card:hover .featured-image img {
  transform: scale(1.04);
}
.featured-image .img-placeholder {
  width: 100%; height: 100%;
  min-height: 420px;
  background: linear-gradient(135deg, var(--g600), var(--g800));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
}
.featured-content {
  background: var(--g800);
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured-content .label { color: var(--gold-l); }
.featured-content h2 {
  color: var(--white);
  margin-bottom: 16px;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
}
.featured-content p {
  color: rgba(255,255,255,.65);
  line-height: 1.75;
  margin-bottom: 28px;
}
.post-meta-line {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.post-date {
  font-size: .82rem;
  color: var(--text-l);
  display: flex;
  align-items: center;
  gap: 5px;
}
.featured-content .post-date { color: rgba(255,255,255,.4); }
.read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-l);
  font-weight: 600;
  font-size: .9rem;
  margin-top: 8px;
  transition: var(--tr);
}
.read-more:hover { gap: 14px; }
.read-more svg { transition: var(--tr); }

/* ─── POSTS GRID ─────────────────────────────────────────────── */
.posts-section { background: var(--cream); }
.post-card {
  background: var(--white);
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--sh-sm);
  transition: var(--tr);
  display: flex;
  flex-direction: column;
}
.post-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-md);
}
.post-card-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.post-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.post-card:hover .post-card-img img {
  transform: scale(1.06);
}
.post-card-img .no-img {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--g600) 0%, var(--g800) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  min-height: 180px;
}
.post-card-cat {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--gold);
  color: var(--white);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 50px;
}
.post-card-body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.post-card-body h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: var(--g800);
  transition: var(--tr);
  line-height: 1.4;
}
.post-card:hover .post-card-body h3 { color: var(--g500); }
.post-card-body p {
  font-size: .88rem;
  color: var(--text-m);
  line-height: 1.65;
  flex: 1;
  margin-bottom: 16px;
}
.post-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--cream-d);
}
.post-card-date {
  font-size: .78rem;
  color: var(--text-l);
}
.post-card-link {
  font-size: .82rem;
  font-weight: 600;
  color: var(--g600);
  transition: var(--tr);
}
.post-card-link:hover { color: var(--gold); }

/* ─── SECTION DIVIDER ────────────────────────────────────────── */
.wave-divider {
  line-height: 0;
  overflow: hidden;
}
.wave-divider svg { display: block; width: 100%; }

/* ─── PROMO STRIP ────────────────────────────────────────────── */
.promo-strip {
  background: linear-gradient(135deg, var(--g700) 0%, var(--g900) 100%);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}
.promo-strip::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,148,74,.08) 0%, transparent 70%);
  pointer-events: none;
}
.promo-inner {
  text-align: center;
  position: relative;
  z-index: 1;
}
.promo-inner h2 {
  color: var(--white);
  margin-bottom: 14px;
}
.promo-inner p {
  color: rgba(255,255,255,.65);
  font-size: 1.05rem;
  margin-bottom: 32px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/* ─── PAGINATION ─────────────────────────────────────────────── */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 56px;
}
.pagination a,
.pagination span {
  width: 42px; height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  font-weight: 500;
  transition: var(--tr);
  border: 1px solid var(--cream-dd);
  background: var(--white);
  color: var(--text-m);
}
.pagination a:hover {
  background: var(--g600);
  color: var(--white);
  border-color: var(--g600);
}
.pagination .current {
  background: var(--g800);
  color: var(--white);
  border-color: var(--g800);
}

/* ─── ARCHIVE HEADER ─────────────────────────────────────────── */
.archive-header {
  background: linear-gradient(135deg, var(--g800) 0%, var(--g700) 100%);
  padding: 100px 0 60px;
  text-align: center;
}
.archive-header h1 { color: var(--white); margin-bottom: 10px; }
.archive-header p {
  color: rgba(255,255,255,.6);
  font-size: 1.05rem;
  max-width: 500px;
  margin: 0 auto;
}
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: .82rem;
  color: rgba(255,255,255,.45);
  margin-bottom: 16px;
}
.breadcrumb a { color: rgba(255,255,255,.6); }
.breadcrumb a:hover { color: var(--gold-l); }

/* ─── SINGLE POST ────────────────────────────────────────────── */
.single-hero {
  position: relative;
  height: 520px;
  overflow: hidden;
}
.single-hero img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.single-hero-fallback {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--g600), var(--g900));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
}
.single-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,33,24,.85) 0%, rgba(13,33,24,.3) 60%, transparent 100%);
}
.single-hero-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 48px;
  z-index: 2;
  max-width: 900px;
}
.single-hero-content .label { margin-bottom: 10px; }
.single-hero-content h1 {
  color: var(--white);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 14px;
}
.single-hero-content .post-meta-line .post-date { color: rgba(255,255,255,.5); }
.single-content-wrap {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  padding: 64px 0;
}
.single-content {
  min-width: 0;
}
.single-content .entry-content {
  font-size: 1.08rem;
  line-height: 1.85;
  color: var(--text-m);
}
.single-content .entry-content h2,
.single-content .entry-content h3,
.single-content .entry-content h4 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.single-content .entry-content h2 { color: var(--g800); }
.single-content .entry-content p { margin-bottom: 1.4rem; color: var(--text-m); }
.single-content .entry-content ul,
.single-content .entry-content ol {
  margin: 1.5rem 0;
  padding-left: 1.8rem;
}
.single-content .entry-content li {
  margin-bottom: .65rem;
  color: var(--text-m);
}
.single-content .entry-content ul li { list-style: disc; }
.single-content .entry-content ol li { list-style: decimal; }
.single-content .entry-content blockquote {
  border-left: 4px solid var(--gold);
  padding: 20px 28px;
  margin: 2rem 0;
  background: var(--g100);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  font-style: italic;
  color: var(--g700);
  font-size: 1.1rem;
}
.single-content .entry-content img {
  border-radius: var(--r-md);
  margin: 1.5rem 0;
  box-shadow: var(--sh-md);
}
.single-content .entry-content a {
  color: var(--g600);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.single-content .entry-content a:hover { color: var(--gold); }
.post-tags {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--cream-dd);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.post-tags span {
  font-size: .8rem;
  font-weight: 600;
  color: var(--text-l);
  margin-right: 6px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.tag-link {
  background: var(--g100);
  color: var(--g700);
  font-size: .8rem;
  padding: 4px 12px;
  border-radius: 50px;
  font-weight: 500;
  transition: var(--tr);
}
.tag-link:hover {
  background: var(--g600);
  color: var(--white);
}
.related-posts { margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--cream-dd); }
.related-posts h3 {
  font-size: 1.3rem;
  margin-bottom: 28px;
  color: var(--g800);
}

/* ─── SIDEBAR ────────────────────────────────────────────────── */
.sidebar { padding-top: 8px; }
.sidebar-widget {
  background: var(--white);
  border-radius: var(--r-md);
  padding: 28px;
  margin-bottom: 24px;
  box-shadow: var(--sh-sm);
}
.sidebar-widget-title {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--g800);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--g100);
  display: flex;
  align-items: center;
  gap: 8px;
}
.sidebar-cat-list li {
  padding: 8px 0;
  border-bottom: 1px solid var(--cream-d);
}
.sidebar-cat-list li:last-child { border-bottom: none; }
.sidebar-cat-list a {
  color: var(--text-m);
  font-size: .9rem;
  transition: var(--tr);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-cat-list a:hover { color: var(--g600); }
.sidebar-cat-list .count {
  background: var(--g100);
  color: var(--g700);
  font-size: .72rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 50px;
}
.recent-post-item {
  display: flex;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid var(--cream-d);
}
.recent-post-item:last-child { border-bottom: none; }
.recent-post-thumb {
  width: 64px; height: 64px;
  border-radius: var(--r-sm);
  overflow: hidden;
  flex-shrink: 0;
}
.recent-post-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.recent-post-thumb .no-thumb {
  width: 100%; height: 100%;
  background: var(--g100);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.recent-post-info a {
  font-size: .88rem;
  font-weight: 600;
  color: var(--g800);
  line-height: 1.4;
  transition: var(--tr);
  display: block;
  margin-bottom: 4px;
}
.recent-post-info a:hover { color: var(--g500); }
.recent-post-info .date { font-size: .75rem; color: var(--text-l); }

/* ─── FOOTER ─────────────────────────────────────────────────── */
.site-footer {
  background: var(--g900);
  padding: 72px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand .logo-text { color: var(--white); }
.footer-brand .logo-tagline { color: rgba(255,255,255,.4); }
.footer-brand p {
  color: rgba(255,255,255,.45);
  font-size: .88rem;
  line-height: 1.75;
  margin-top: 16px;
  margin-bottom: 0;
}
.footer-col-title {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  color: var(--white);
  margin-bottom: 20px;
}
.footer-links li { margin-bottom: 10px; }
.footer-links a {
  color: rgba(255,255,255,.45);
  font-size: .88rem;
  transition: var(--tr);
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-links a::before {
  content: '→';
  font-size: .7rem;
  opacity: .5;
  transition: var(--tr);
}
.footer-links a:hover {
  color: var(--gold-l);
}
.footer-links a:hover::before {
  opacity: 1;
  color: var(--gold);
}
.footer-bottom {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.footer-bottom p {
  color: rgba(255,255,255,.28);
  font-size: .8rem;
  margin: 0;
}
.footer-bottom a {
  color: rgba(255,255,255,.4);
  font-size: .8rem;
  transition: var(--tr);
}
.footer-bottom a:hover { color: var(--gold-l); }

/* ─── 404 PAGE ───────────────────────────────────────────────── */
.error-page {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px;
}
.error-page .num {
  font-family: var(--font-serif);
  font-size: clamp(6rem, 20vw, 12rem);
  color: var(--g200);
  line-height: 1;
  margin-bottom: 0;
}
.error-page h2 { margin-bottom: 12px; }
.error-page p { color: var(--text-l); margin-bottom: 32px; }

/* ─── SEARCH ─────────────────────────────────────────────────── */
.search-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(13,33,24,.95);
  z-index: 3000;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.search-overlay.open { display: flex; }
.search-form-wrap { width: 100%; max-width: 640px; }
.search-form-wrap label {
  display: block;
  color: rgba(255,255,255,.5);
  font-size: .82rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.search-input-row {
  display: flex;
  border-bottom: 2px solid rgba(255,255,255,.3);
  align-items: center;
}
.search-input-row input {
  flex: 1;
  background: none;
  border: none;
  color: var(--white);
  font-size: clamp(1.4rem, 4vw, 2.2rem);
  font-family: var(--font-serif);
  padding: 12px 0;
  outline: none;
}
.search-input-row input::placeholder { color: rgba(255,255,255,.2); }
.search-input-row button {
  color: var(--gold);
  font-size: 1.5rem;
  padding: 12px;
}
.search-close {
  position: absolute;
  top: 24px; right: 32px;
  color: rgba(255,255,255,.5);
  font-size: 2rem;
  cursor: pointer;
  transition: var(--tr);
}
.search-close:hover { color: var(--gold); }

/* ─── WP CORE OVERRIDES ──────────────────────────────────────── */
.wp-block-image img { border-radius: var(--r-md); }
.alignwide { margin-left: -48px; margin-right: -48px; }
.alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.sticky { border-left: 3px solid var(--gold); padding-left: 16px; }

/* ─── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .featured-card { grid-template-columns: 1fr; }
  .featured-image { min-height: 280px; }
  .single-content-wrap { grid-template-columns: 1fr; }
  .sidebar { display: none; }
  .hero-image-side { display: none; }
}
@media (max-width: 768px) {
  .section { padding: 56px 0; }
  .primary-nav { display: none; }
  .nav-search-btn { display: none; }
  .hamburger { display: flex; }
  .stats-inner { flex-wrap: wrap; gap: 24px; }
  .stat-divider { display: none; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .featured-content { padding: 36px 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .single-hero { height: 340px; }
  .single-hero-content { padding: 28px 24px; }
  .hero-cta { flex-direction: column; align-items: flex-start; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 480px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .container { padding: 0 16px; }
}

/* ─── ANIMATIONS ─────────────────────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.fade-up { animation: fadeUp .6s ease both; }
.fade-up-2 { animation: fadeUp .6s .15s ease both; }
.fade-up-3 { animation: fadeUp .6s .3s ease both; }

/* ─── DESPRE MINE ────────────────────────────────────────────── */
.despre-wrap { max-width: 860px; margin: 0 auto; }
.despre-intro {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 48px;
  padding: 36px;
  background: linear-gradient(135deg, var(--g800), var(--g700));
  border-radius: var(--r-lg);
  color: var(--white);
}
.despre-avatar {
  width: 80px; height: 80px;
  background: rgba(255,255,255,.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  flex-shrink: 0;
  border: 2px solid rgba(201,148,74,.4);
}
.despre-intro-text h2 {
  color: var(--white);
  font-size: 2rem;
  margin-bottom: 6px;
}
.despre-tagline { color: rgba(255,255,255,.65); font-size: .95rem; margin: 0; }
.despre-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 36px;
}
.despre-card {
  background: var(--white);
  border-radius: var(--r-md);
  padding: 20px 22px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  box-shadow: var(--sh-sm);
  border: 1px solid var(--cream-d);
}
.despre-card--wide { grid-column: 1 / -1; }
.despre-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: 2px; }
.despre-label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 4px;
}
.despre-val { font-size: .95rem; color: var(--text-m); line-height: 1.5; }
.despre-pregatire, .despre-reiki {
  background: var(--white);
  border-radius: var(--r-md);
  padding: 32px;
  box-shadow: var(--sh-sm);
  border: 1px solid var(--cream-d);
  margin-bottom: 20px;
}
.despre-pregatire h3, .despre-reiki h3 {
  font-size: 1.25rem;
  color: var(--g800);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--g100);
}
.despre-list { display: flex; flex-direction: column; gap: 10px; }
.despre-list li {
  padding: 10px 16px;
  background: var(--cream);
  border-radius: var(--r-sm);
  font-size: .9rem;
  color: var(--text-m);
  border-left: 3px solid var(--g400);
  line-height: 1.5;
}
.despre-reiki-grade { font-size: 1rem; color: var(--g800); margin-bottom: 10px; }
.despre-reiki-linie {
  font-size: .85rem;
  color: var(--text-l);
  line-height: 1.9;
  background: var(--cream);
  padding: 14px 18px;
  border-radius: var(--r-sm);
}
@media (max-width: 600px) {
  .despre-grid { grid-template-columns: 1fr; }
  .despre-intro { flex-direction: column; text-align: center; }
}

/* ─── SCROLLBAR ──────────────────────────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { background: var(--g400); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--g600); }
