/*
Theme Name: Russian Dating Service
Theme URI: https://russiandatingservice.net
Author: Russian Dating Service
Description: An elegant editorial WordPress theme for RussianDatingService.net — warm burgundy, rose gold, and ivory palette inspired by classical Russian romanticism.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: rds
Tags: dating, romance, russia, eastern-europe, full-width, right-sidebar
*/

/* ===========================
   GOOGLE FONTS
=========================== */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Josefin+Sans:wght@300;400;600;700&family=Crimson+Pro:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');

/* ===========================
   CSS VARIABLES — Burgundy & Rose Gold
=========================== */
:root {
  --burgundy:      #6b1a2a;
  --burgundy-dk:   #4a0f1c;
  --burgundy-lt:   #8c2d3f;
  --rose:          #c4687a;
  --rose-lt:       #e8a0ad;
  --gold:          #b8895a;
  --gold-lt:       #d4aa7a;
  --gold-pale:     #f0e0c8;
  --ivory:         #fdf8f2;
  --ivory-dk:      #f5ede0;
  --white:         #ffffff;
  --ink:           #1c1008;
  --ink-mid:       #4a3728;
  --ink-light:     #8a7060;
  --border:        #ddd0c0;
  --border-lt:     #ede5d8;

  --font-display:  'Libre Baskerville', Georgia, serif;
  --font-body:     'Crimson Pro', Georgia, serif;
  --font-ui:       'Josefin Sans', 'Helvetica Neue', sans-serif;

  --shadow-sm:     0 2px 8px rgba(107,26,42,0.08);
  --shadow-md:     0 6px 24px rgba(107,26,42,0.13);
  --shadow-lg:     0 12px 48px rgba(107,26,42,0.18);
  --shadow-gold:   0 4px 20px rgba(184,137,90,0.28);

  --radius:        3px;
  --radius-lg:     12px;
  --transition:    0.3s ease;
  --max-width:     1160px;
}

/* ===========================
   RESET & BASE
=========================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 17px; scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--ivory);
  color: var(--ink);
  line-height: 1.85;
  overflow-x: hidden;
}
a { color: var(--burgundy); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--burgundy-dk); }
img { max-width: 100%; height: auto; display: block; }
h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-display);
  color: var(--burgundy-dk);
  line-height: 1.25;
  font-weight: 700;
}
p { margin-bottom: 1.3rem; font-size: 1.05rem; }
ul, ol { padding-left: 1.5rem; margin-bottom: 1.3rem; }
li { margin-bottom: 0.45rem; }
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 20px; }

/* Skip link */
.skip-link {
  position: absolute; top: -100px; left: 10px;
  background: var(--burgundy); color: var(--white);
  padding: 8px 16px; border-radius: var(--radius); z-index: 9999; transition: top 0.2s;
}
.skip-link:focus { top: 10px; }

/* ===========================
   DECORATIVE ELEMENTS
=========================== */
.rose-divider {
  text-align: center; margin: 16px auto;
  color: var(--gold); font-size: 1rem;
  letter-spacing: 0.3em; opacity: 0.8;
}
.line-divider {
  width: 60px; height: 2px;
  background: linear-gradient(to right, var(--burgundy), var(--gold));
  margin: 14px auto 0;
  border-radius: 2px;
}

/* ===========================
   TOP BAR
=========================== */
.top-bar {
  background: var(--burgundy-dk);
  color: rgba(255,255,255,0.6);
  font-family: var(--font-ui);
  font-size: 0.72rem;
  padding: 7px 0;
  letter-spacing: 0.06em;
  border-bottom: 1px solid rgba(184,137,90,0.25);
}
.top-bar .container { display: flex; justify-content: space-between; align-items: center; }
.top-bar a { color: var(--gold-lt); }
.top-bar a:hover { color: var(--white); }

/* ===========================
   HEADER
=========================== */
#site-header { position: relative; z-index: 100; }

/* No image — solid sticky ivory with burgundy border */
#site-header.no-header-image {
  background: var(--ivory-dk);
  border-bottom: 3px solid var(--burgundy);
  position: sticky; top: 0; z-index: 1000;
  box-shadow: 0 2px 16px rgba(107,26,42,0.12);
}
#site-header.no-header-image .site-title { color: var(--burgundy); }
#site-header.no-header-image .site-title span { color: var(--gold); }
#site-header.no-header-image .site-tagline { color: var(--ink-light); }
#site-header.no-header-image #site-nav ul li a { color: var(--ink-mid); }
#site-header.no-header-image #site-nav ul li a:hover,
#site-header.no-header-image #site-nav ul li.current-menu-item > a {
  background: var(--burgundy); color: var(--white);
}

/* Has image — transparent over photo */
#site-header.has-header-image { background: transparent; }
#site-header.has-header-image .top-bar { position: relative; z-index: 10; }
#site-header.has-header-image .header-inner {
  position: relative; z-index: 10;
  background: linear-gradient(to bottom, rgba(28,16,8,0.78) 0%, rgba(28,16,8,0) 100%);
}
#site-header.has-header-image .site-title { color: var(--white); }
#site-header.has-header-image .site-title span { color: var(--gold-lt); }
#site-header.has-header-image .site-tagline { color: rgba(255,255,255,0.7); }
#site-header.has-header-image #site-nav ul li a { color: rgba(255,255,255,0.9); }
#site-header.has-header-image #site-nav ul li a:hover,
#site-header.has-header-image #site-nav ul li.current-menu-item > a {
  background: rgba(107,26,42,0.6); color: var(--white);
}
#site-header.has-header-image .menu-toggle { border-color: rgba(255,255,255,0.5); color: var(--white); }

.header-inner {
  display: flex; align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  max-width: var(--max-width); margin: 0 auto;
}

/* Branding */
.site-branding .site-title {
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 700;
  line-height: 1; letter-spacing: 0.02em;
}
.site-branding .site-title span { color: var(--gold); }
.site-branding .site-tagline {
  font-family: var(--font-body);
  font-style: italic; font-size: 0.82rem;
  color: var(--ink-light); letter-spacing: 0.04em; margin-top: 2px;
}
.custom-logo-link img.custom-logo {
  max-height: 65px; width: auto;
  transition: opacity var(--transition);
}
.custom-logo-link:hover img.custom-logo { opacity: 0.85; }
#site-header.has-header-image .custom-logo-link img.custom-logo {
  filter: brightness(1.1) drop-shadow(0 2px 6px rgba(0,0,0,0.4));
}
.footer-logo-link img.custom-logo {
  max-height: 50px; width: auto; margin-bottom: 14px;
  filter: brightness(0) invert(1); opacity: 0.85;
}

/* ===========================
   NAVIGATION
=========================== */
#site-nav ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; gap: 2px; flex-wrap: nowrap; align-items: center;
}
#site-nav ul li a {
  display: block; padding: 7px 11px;
  font-family: var(--font-ui);
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-mid);
  border-radius: var(--radius); white-space: nowrap;
  transition: background var(--transition), color var(--transition);
}
.nav-cta-btn {
  background: var(--burgundy) !important;
  color: var(--white) !important;
  border-radius: 50px !important;
  padding: 7px 16px !important;
}
.nav-cta-btn:hover { background: var(--burgundy-lt) !important; color: var(--white) !important; }
.menu-toggle {
  display: none; background: none;
  border: 1px solid var(--burgundy);
  border-radius: var(--radius); padding: 7px 12px;
  cursor: pointer; color: var(--burgundy); font-size: 1.1rem;
}

/* ===========================
   HEADER IMAGE AREA — clean, no overlay content
=========================== */
.header-image-area {
  position: relative; width: 100%;
  height: var(--header-height, 460px);
  background-image: var(--header-img);
  background-size: cover; background-position: center top;
}
.header-image-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(28,16,8,0.5) 0%,
    rgba(28,16,8,0.1) 40%,
    rgba(28,16,8,0.45) 100%
  );
}

/* ===========================
   BANNER STRIP
=========================== */
.banner-strip {
  background: var(--burgundy-dk);
  padding: 12px 0; text-align: center;
  border-top: 1px solid rgba(184,137,90,0.3);
  border-bottom: 1px solid rgba(184,137,90,0.3);
}
.banner-strip img { margin: 0 auto; }

/* ===========================
   SECTIONS
=========================== */
.section { padding: 70px 0; }
.section-alt { background: var(--white); }
.section-dark { background: var(--burgundy-dk); }

.section-header { text-align: center; margin-bottom: 50px; }
.section-header .eyebrow {
  font-family: var(--font-ui); font-size: 0.7rem;
  color: var(--gold); letter-spacing: 0.28em;
  text-transform: uppercase; display: block; margin-bottom: 12px;
}
.section-header h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: 12px; }
.section-dark .section-header h2 { color: var(--white); }
.section-header p { color: var(--ink-mid); max-width: 560px; margin: 0 auto; font-size: 1rem; font-style: italic; }
.section-dark .section-header p { color: rgba(255,255,255,0.6); }

/* ===========================
   HERO SECTION
=========================== */
.hero-section {
  position: relative; min-height: 560px;
  display: flex; align-items: center; overflow: hidden;
  background: linear-gradient(135deg, var(--burgundy-dk) 0%, var(--burgundy) 60%, #8c2d3f 100%);
}
.hero-section::before {
  content: '';
  position: absolute; inset: 0;
  background: var(--hero-bg-url, none) center/cover no-repeat;
  opacity: 0.15;
}
.hero-section::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    105deg,
    rgba(74,15,28, var(--hero-overlay, 0.92)) 25%,
    rgba(74,15,28, calc(var(--hero-overlay, 0.92)*0.35)) 100%
  );
}
/* Rose petal decorative top border */
.hero-section .deco-border {
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(to right, transparent, var(--gold), var(--rose), var(--gold), transparent);
  z-index: 3;
}
.hero-content {
  position: relative; z-index: 2;
  max-width: var(--max-width); margin: 0 auto; padding: 70px 20px;
}
.hero-content .hero-eyebrow {
  font-family: var(--font-ui); font-size: 0.7rem;
  color: var(--gold-lt); letter-spacing: 0.28em;
  text-transform: uppercase; margin-bottom: 20px; display: block;
}
.hero-content h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--white); max-width: 680px;
  margin-bottom: 12px; line-height: 1.15; font-style: italic;
}
.hero-content h1 strong {
  font-style: normal; color: var(--gold-lt);
}
.hero-content .hero-sub {
  font-family: var(--font-body); font-size: 1.15rem;
  color: rgba(255,255,255,0.75); max-width: 520px; margin-bottom: 36px;
  font-style: italic;
}
.hero-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--white); color: var(--burgundy) !important;
  padding: 14px 36px; border-radius: 50px;
  font-family: var(--font-ui); font-weight: 700;
  font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;
  box-shadow: 0 4px 24px rgba(0,0,0,0.25);
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
}
.hero-cta:hover {
  background: var(--gold-pale); color: var(--burgundy-dk) !important;
  transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}
.hero-stats {
  display: flex; gap: 44px; margin-top: 52px; flex-wrap: wrap;
  border-top: 1px solid rgba(184,137,90,0.25); padding-top: 36px;
}
.hero-stat .num {
  font-family: var(--font-display); font-size: 2.2rem; font-weight: 700;
  color: var(--gold-lt); line-height: 1;
}
.hero-stat .lbl {
  font-family: var(--font-ui); font-size: 0.7rem;
  color: rgba(255,255,255,0.45); letter-spacing: 0.1em;
  text-transform: uppercase; margin-top: 5px;
}

/* ===========================
   FEATURES GRID
=========================== */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 24px; }
.features-grid-8 { grid-template-columns: repeat(4,1fr); }
.feature-box {
  text-align: center; padding: 36px 22px;
  border-radius: var(--radius-lg);
  background: var(--ivory);
  border: 1px solid var(--border-lt);
  border-bottom: 3px solid var(--burgundy);
  transition: box-shadow var(--transition), transform var(--transition);
}
.feature-box:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.feature-icon { font-size: 2rem; margin-bottom: 16px; display: block; }
.feature-box h3 {
  font-family: var(--font-ui); font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 10px; color: var(--burgundy-dk);
}
.feature-box p { font-size: 0.9rem; color: var(--ink-mid); margin: 0; line-height: 1.65; font-style: italic; }

/* ===========================
   CARDS GRID
=========================== */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px,1fr)); gap: 28px; }
.card {
  background: var(--white); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-lt);
  transition: transform var(--transition), box-shadow var(--transition);
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.card-img { width: 100%; height: 200px; object-fit: cover; }
.card-img-placeholder {
  width: 100%; height: 200px;
  background: linear-gradient(135deg, var(--burgundy-dk), var(--burgundy));
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-lt); font-size: 2rem;
}
.card-body { padding: 24px; }
.card-body h3 { font-size: 1rem; margin-bottom: 8px; color: var(--burgundy-dk); }
.card-body p { font-size: 0.88rem; color: var(--ink-mid); margin-bottom: 14px; line-height: 1.65; font-style: italic; }
.card-link {
  font-family: var(--font-ui); font-size: 0.7rem; font-weight: 700;
  color: var(--burgundy); letter-spacing: 0.08em; text-transform: uppercase;
}
.card-link::after { content: ' →'; }
.card-link:hover { color: var(--gold); }

/* ===========================
   TESTIMONIALS
=========================== */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 28px; }
.testimonial {
  background: var(--ivory);
  border-radius: var(--radius-lg); padding: 32px;
  border: 1px solid var(--border);
  border-top: 3px solid var(--rose);
  position: relative;
}
.testimonial::before {
  content: '"';
  font-family: var(--font-display); font-size: 6rem; line-height: 0.8;
  color: var(--rose-lt); opacity: 0.35;
  position: absolute; top: 20px; right: 20px;
}
.testimonial blockquote {
  font-family: var(--font-body); font-style: italic;
  font-size: 1.05rem; color: var(--ink);
  margin-bottom: 18px; border: none; padding: 0; line-height: 1.75;
  position: relative; z-index: 1;
}
.testimonial cite {
  font-family: var(--font-ui); font-size: 0.7rem; font-weight: 700;
  color: var(--burgundy); font-style: normal;
  letter-spacing: 0.1em; text-transform: uppercase;
}

/* ===========================
   PAGE HEADER
=========================== */
.page-header {
  background: linear-gradient(135deg, var(--burgundy-dk) 0%, var(--burgundy) 100%);
  padding: 50px 0; text-align: center;
  border-bottom: 3px solid var(--gold);
}
.page-header h1 {
  color: var(--white); font-style: italic;
  font-size: clamp(1.5rem, 3.5vw, 2.6rem);
  margin-bottom: 10px;
}
.page-header .breadcrumb {
  color: rgba(255,255,255,0.5);
  font-family: var(--font-ui); font-size: 0.78rem;
}
.page-header .breadcrumb a { color: var(--gold-lt); }

/* ===========================
   CONTENT WRAP
=========================== */
.content-wrap {
  max-width: var(--max-width); margin: 0 auto;
  padding: 52px 20px;
  display: grid; grid-template-columns: 1fr 300px;
  gap: 44px; align-items: start;
}
.main-content h2 {
  font-size: 1.45rem; margin-top: 2.2rem; margin-bottom: 14px;
  border-bottom: 1px solid var(--border-lt); padding-bottom: 8px;
  color: var(--burgundy-dk); font-style: italic;
}
.main-content h2:first-child { margin-top: 0; }
.main-content h3 { font-size: 1.1rem; margin-top: 1.6rem; margin-bottom: 10px; color: var(--burgundy); }
.main-content a { color: var(--burgundy); font-weight: 600; }
.main-content a:hover { color: var(--burgundy-dk); }

/* Post Meta */
.post-meta {
  display: flex; flex-wrap: wrap; gap: 14px; align-items: center;
  font-family: var(--font-ui); font-size: 0.76rem; color: var(--ink-light);
  margin-bottom: 26px; padding-bottom: 20px;
  border-bottom: 1px solid var(--border-lt);
}
.post-meta .tag {
  background: var(--burgundy); color: var(--white);
  padding: 2px 10px; border-radius: 50px;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
}

/* ===========================
   SIDEBAR
=========================== */
.sidebar { position: sticky; top: 90px; }
.widget {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 24px; margin-bottom: 28px;
  border: 1px solid var(--border-lt); box-shadow: var(--shadow-sm);
}
.widget-title {
  font-family: var(--font-ui); font-size: 0.78rem; font-weight: 700;
  color: var(--burgundy-dk); margin-bottom: 16px; padding-bottom: 10px;
  border-bottom: 2px solid var(--gold);
  letter-spacing: 0.1em; text-transform: uppercase;
}
.widget-banner {
  text-align: center; padding: 14px;
  background: var(--burgundy-dk); border: none;
  border-top: 2px solid var(--gold);
}
.widget-banner a img { margin: 0 auto; border-radius: var(--radius); transition: transform var(--transition); }
.widget-banner a:hover img { transform: scale(1.03); box-shadow: var(--shadow-gold); }
.widget-cta {
  background: linear-gradient(135deg, var(--burgundy-dk), var(--burgundy));
  border: none; border-top: 3px solid var(--gold);
  text-align: center; color: var(--white);
}
.widget-cta .widget-title { color: var(--gold-lt); border-bottom-color: rgba(184,137,90,0.3); }
.widget-cta p { font-family: var(--font-body); font-style: italic; font-size: 0.92rem; color: rgba(255,255,255,0.72); margin-bottom: 18px; }
.btn-cta {
  display: inline-block; background: var(--white); color: var(--burgundy);
  padding: 10px 22px; border-radius: 50px;
  font-family: var(--font-ui); font-weight: 700;
  font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
  transition: background var(--transition), transform var(--transition);
}
.btn-cta:hover { background: var(--gold-pale); color: var(--burgundy-dk); transform: translateY(-2px); }
.recent-posts-list { list-style: none; padding: 0; margin: 0; }
.recent-posts-list li { border-bottom: 1px solid var(--border-lt); padding: 10px 0; margin: 0; }
.recent-posts-list li:last-child { border-bottom: none; }
.recent-posts-list li a {
  font-family: var(--font-ui); font-size: 0.84rem; font-weight: 600;
  color: var(--ink); line-height: 1.3; display: block;
}
.recent-posts-list li a:hover { color: var(--burgundy); }
.recent-posts-list li .date { font-size: 0.72rem; color: var(--ink-light); margin-top: 3px; font-family: var(--font-ui); }
.cat-list { list-style: none; padding: 0; margin: 0; }
.cat-list li { border-bottom: 1px dashed var(--border-lt); padding: 7px 0; margin: 0; }
.cat-list li a {
  font-family: var(--font-ui); font-size: 0.84rem; color: var(--ink);
  display: flex; justify-content: space-between; align-items: center;
}
.cat-list li a:hover { color: var(--burgundy); }
.cat-list li .count {
  background: var(--ivory); border: 1px solid var(--border);
  border-radius: 2px; font-size: 0.68rem; padding: 1px 8px; color: var(--ink-light);
}

/* ===========================
   BLOG ARCHIVE
=========================== */
.blog-grid { display: grid; gap: 36px; }
.post-card {
  display: grid; grid-template-columns: 240px 1fr; gap: 24px;
  background: var(--white); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-lt);
  border-right: 4px solid var(--burgundy);
  transition: box-shadow var(--transition);
}
.post-card:hover { box-shadow: var(--shadow-md); }
.post-card-img { width: 100%; height: 180px; object-fit: cover; }
.post-card-body { padding: 22px 22px 22px 0; }
.post-card-body .category-badge {
  display: inline-block; background: var(--burgundy); color: var(--white);
  font-family: var(--font-ui); font-size: 0.66rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 50px; margin-bottom: 10px;
}
.post-card-body h2 { font-size: 1.05rem; margin-bottom: 10px; font-style: italic; }
.post-card-body h2 a { color: var(--burgundy-dk); }
.post-card-body h2 a:hover { color: var(--burgundy); }
.post-card-body .excerpt { font-size: 0.88rem; color: var(--ink-mid); margin-bottom: 14px; line-height: 1.65; font-style: italic; }
.read-more {
  font-family: var(--font-ui); font-size: 0.7rem; font-weight: 700;
  color: var(--burgundy); letter-spacing: 0.08em; text-transform: uppercase;
}
.read-more::after { content: ' →'; }
.read-more:hover { color: var(--gold); }

/* ===========================
   PAGINATION
=========================== */
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 44px; flex-wrap: wrap; }
.pagination a, .pagination span {
  width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
  border-radius: var(--radius); font-family: var(--font-ui);
  font-size: 0.8rem; font-weight: 600; border: 1px solid var(--border); color: var(--ink);
  transition: all var(--transition);
}
.pagination a:hover, .pagination .current { background: var(--burgundy); border-color: var(--burgundy); color: var(--white); }

/* ===========================
   HOMEPAGE SEO CONTENT
=========================== */
#homepage-seo-content { background: var(--ivory-dk); }
#homepage-seo-content .content-wrap { padding-top: 52px; padding-bottom: 52px; }
.home-page-content h2 {
  font-size: 1.4rem; color: var(--burgundy-dk); font-style: italic;
  margin-top: 2rem; margin-bottom: 14px;
  border-bottom: 1px solid var(--border); padding-bottom: 8px;
}
.home-page-content h2:first-child { margin-top: 0; }
.home-page-content h3 { font-size: 1.1rem; color: var(--burgundy); margin-top: 1.5rem; margin-bottom: 10px; }
.home-page-content p { margin-bottom: 1.25rem; line-height: 1.9; }
.home-page-content ul, .home-page-content ol { padding-left: 1.5rem; margin-bottom: 1.25rem; }
.home-page-content li { margin-bottom: 0.5rem; }
.home-page-content a { color: var(--burgundy); font-weight: 600; }
.home-page-content a:hover { color: var(--burgundy-dk); }
.home-page-content strong { color: var(--burgundy-dk); }
.home-page-content blockquote {
  border-left: 4px solid var(--rose);
  padding: 14px 22px; margin: 1.5rem 0;
  font-style: italic; color: var(--ink-mid);
  background: var(--white); border-radius: 0 var(--radius) var(--radius) 0;
  font-family: var(--font-body); font-size: 1.05rem;
}

/* ===========================
   FOOTER
=========================== */
#site-footer {
  background: var(--burgundy-dk);
  color: rgba(255,255,255,0.62);
  padding-top: 60px;
  border-top: 3px solid var(--gold);
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px;
  max-width: var(--max-width); margin: 0 auto; padding: 0 20px 52px;
}
.footer-brand .logo {
  font-family: var(--font-display); font-size: 1.35rem; font-weight: 700;
  font-style: italic; color: var(--white); margin-bottom: 14px; display: block;
}
.footer-brand .logo span { color: var(--gold-lt); font-style: normal; }
.footer-brand p { font-family: var(--font-body); font-size: 0.92rem; line-height: 1.8; font-style: italic; }
.footer-col h4 {
  font-family: var(--font-ui); color: var(--white);
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase;
  margin-bottom: 18px; padding-bottom: 10px;
  border-bottom: 1px solid rgba(184,137,90,0.3);
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {
  font-family: var(--font-ui); font-size: 0.84rem;
  color: rgba(255,255,255,0.52); transition: color var(--transition);
}
.footer-col ul li a:hover { color: var(--gold-lt); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 18px 20px; max-width: var(--max-width); margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-ui); font-size: 0.74rem; flex-wrap: wrap; gap: 10px;
}
.footer-bottom a { color: var(--gold-lt); }

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .features-grid-8 { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 960px) {
  .content-wrap { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .post-card { grid-template-columns: 1fr; }
  .post-card-body { padding: 18px; }
  .header-image-area { height: calc(var(--header-height, 460px) * 0.75); }
}
@media (max-width: 768px) {
  #site-nav { display: none; }
  #site-nav.open {
    display: block; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--burgundy-dk); border-top: 1px solid rgba(184,137,90,0.3);
    padding: 10px 20px 20px; box-shadow: var(--shadow-lg);
  }
  #site-nav.open ul { flex-direction: column; }
  #site-nav.open ul li a { color: rgba(255,255,255,0.88) !important; }
  .menu-toggle { display: block; }
  .header-inner { flex-wrap: wrap; gap: 10px; position: relative; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 24px; }
  .header-image-area { height: 260px; }
}
@media (max-width: 480px) {
  .features-grid-8 { grid-template-columns: 1fr; }
  .hero-content h1 { font-size: 1.9rem; }
  .content-wrap { padding: 32px 15px; }
}

/* ===========================
   UTILITY
=========================== */
.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; }
.mb-2 { margin-bottom: 2rem; }
