/*
Theme Name: Satvana Insights
Theme URI: https://satvanainsights.com
Author: Satvana Family
Author URI: https://satvanainsights.com
Description: Custom theme for Satvana Insights - Knowledge Across Generations. A multi-author family blog covering Technology, Finance, Psychology, Education and Young Voices.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: satvana-insights
Tags: blog, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ── RESET & VARIABLES ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --cream: #F7F4EE; --ink: #1C1A14; --muted: #6B6659; --faint: #9A9488;
  --gold: #C4973A; --gold-light: #F0E4C6;
  --sage: #4A6741; --sage-light: #E4EDE3; --sage-pale: #F3F7F2;
  --terracotta: #B8573A; --terracotta-light: #F5E5DF;
  --sky: #2D5F8A; --sky-light: #DDE9F3;
  --plum: #6B3F6B; --plum-light: #EDE0ED;
  --border: rgba(28,26,20,0.12); --border-strong: rgba(28,26,20,0.22);
}
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--ink); font-size: 15px; line-height: 1.6; }
img { max-width: 100%; height: auto; }
a { color: inherit; }

/* ── NAVIGATION ── */
.site-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 2rem; border-bottom: 1px solid var(--border);
  background: var(--cream); position: sticky; top: 0; z-index: 200;
}
.site-logo { cursor: pointer; display: flex; align-items: center; }
.site-logo img { height: 44px; width: auto; display: block; }
.nav-menu { display: flex; gap: 1.75rem; list-style: none; align-items: center; }
.nav-menu a {
  text-decoration: none; color: var(--muted); font-size: 12px; font-weight: 500;
  letter-spacing: 0.05em; text-transform: uppercase; transition: color 0.2s;
}
.nav-menu a:hover, .nav-menu .current-menu-item a { color: var(--ink); }
.nav-subscribe {
  background: var(--ink); color: var(--cream) !important;
  padding: 0.4rem 1rem; border-radius: 2px;
}
.nav-hamburger { display: none; background: none; border: 1px solid var(--border); border-radius: 4px; padding: 5px 9px; cursor: pointer; font-size: 17px; color: var(--ink); }
.mobile-menu { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--cream); z-index: 1000; flex-direction: column; padding: 1.5rem; overflow-y: auto; }
.mobile-menu.open { display: flex; }
.mobile-menu-close { align-self: flex-end; background: none; border: none; font-size: 26px; cursor: pointer; color: var(--ink); margin-bottom: 1.5rem; }
.mobile-menu-link { display: block; padding: 1rem 0; font-size: 12px; color: var(--muted); border-bottom: 1px solid var(--border); cursor: pointer; font-weight: 500; text-decoration: none; letter-spacing: 0.05em; text-transform: uppercase; }
.mobile-menu-link.subscribe-mob { background: var(--ink); color: var(--cream); padding: 1rem; border-radius: 2px; margin-top: 1.25rem; text-align: center; border: none; }

/* ── BREADCRUMB ── */
.breadcrumb { padding: 0.85rem 2rem; font-size: 12px; color: var(--faint); border-bottom: 1px solid var(--border); display: flex; gap: 0.5rem; align-items: center; flex-wrap: wrap; }
.breadcrumb a { color: var(--faint); text-decoration: none; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { opacity: 0.5; }

/* ── SHARED UTILS ── */
.section { padding: 3rem 2rem; }
.section-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 2rem; border-bottom: 1px solid var(--border); padding-bottom: 0.75rem; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 600; letter-spacing: -0.01em; }
.section-link { font-size: 12px; color: var(--gold); text-decoration: none; font-weight: 500; letter-spacing: 0.04em; }
.article-tag-label { display: inline-block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 500; padding: 2px 8px; border-radius: 2px; margin-bottom: 0.5rem; text-decoration: none; }
.tag-gold { background: var(--gold-light); color: var(--gold); }
.tag-sage { background: var(--sage-light); color: var(--sage); }
.tag-sky { background: var(--sky-light); color: var(--sky); }
.tag-plum { background: var(--plum-light); color: var(--plum); }
.tag-terra { background: var(--terracotta-light); color: var(--terracotta); }
.btn { display: inline-block; padding: 0.7rem 1.5rem; border-radius: 2px; font-size: 13px; font-weight: 500; cursor: pointer; text-decoration: none; border: none; font-family: 'DM Sans', sans-serif; transition: all 0.2s; }
.btn-primary { background: var(--ink); color: var(--cream); }
.btn-primary:hover { background: #2d2a20; color: var(--cream); }
.btn-outline { background: transparent; color: var(--gold); border: 1.5px solid var(--gold); }
.btn-outline:hover { background: var(--gold); color: var(--ink); }

/* ── MARQUEE ── */
.marquee-strip { background: var(--ink); color: var(--cream); padding: 0.6rem 0; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; overflow: hidden; white-space: nowrap; }
.marquee-inner { display: inline-block; animation: marquee 22s linear infinite; }
.marquee-inner span { margin: 0 2rem; opacity: 0.6; }
.marquee-inner span.sep { color: var(--gold); opacity: 1; margin: 0 0.5rem; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── HOMEPAGE HERO ── */
.home-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 480px; border-bottom: 1px solid var(--border); }
.hero-left { padding: 3.5rem 3rem 3.5rem 2rem; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--border); }
.hero-eyebrow { font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gold); font-weight: 500; margin-bottom: 1rem; }
.hero-title { font-family: 'Cormorant Garamond', serif; font-size: 3rem; line-height: 1.1; font-weight: 600; color: var(--ink); letter-spacing: -0.02em; margin-bottom: 1rem; }
.hero-title em { font-style: italic; color: var(--gold); }
.hero-tagline { font-size: 15px; color: var(--muted); max-width: 380px; line-height: 1.7; margin-bottom: 1.75rem; }
.hero-actions { display: flex; gap: 1rem; align-items: center; }
.hero-right { display: grid; grid-template-rows: 1fr 1fr; }
.hero-feature-card { padding: 2rem; border-bottom: 1px solid var(--border); display: flex; flex-direction: column; justify-content: flex-end; cursor: pointer; transition: opacity 0.2s; }
.hero-feature-card:last-child { border-bottom: none; }
.hero-feature-card:hover { opacity: 0.85; }
.hero-feature-card.accent-gold { background: var(--gold-light); }
.hero-feature-card.accent-sage { background: var(--sage-light); }
.card-cat { font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 500; margin-bottom: 0.5rem; }
.card-cat.gold { color: var(--gold); } .card-cat.sage { color: var(--sage); }
.card-title { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 600; color: var(--ink); line-height: 1.3; margin-bottom: 0.35rem; }
.card-title a { text-decoration: none; color: var(--ink); }
.card-meta { font-size: 12px; color: var(--muted); }

/* ── CATEGORIES GRID ── */
.categories-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; border: 1px solid var(--border); border-radius: 4px; overflow: hidden; }
.cat-item { padding: 1.5rem 1.25rem; border-right: 1px solid var(--border); cursor: pointer; transition: background 0.15s; text-decoration: none; display: block; }
.cat-item:last-child { border-right: none; }
.cat-item:hover { background: rgba(28,26,20,0.04); }
.cat-icon { width: 36px; height: 36px; border-radius: 4px; display: flex; align-items: center; justify-content: center; margin-bottom: 0.75rem; font-size: 18px; }
.cat-name { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 600; color: var(--ink); margin-bottom: 0.25rem; }
.cat-count { font-size: 11px; color: var(--muted); }

/* ── ARTICLES GRID (HOME) ── */
.articles-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 0; border: 1px solid var(--border); border-radius: 4px; overflow: hidden; }
.article-main { padding: 2rem; border-right: 1px solid var(--border); }
.article-list { display: flex; flex-direction: column; }
.article-list-item { padding: 1.25rem 1.5rem; border-bottom: 1px solid var(--border); transition: background 0.15s; }
.article-list-item:last-child { border-bottom: none; }
.article-list-item:hover { background: rgba(28,26,20,0.03); }
.article-main-title { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 600; line-height: 1.25; color: var(--ink); margin-bottom: 0.75rem; letter-spacing: -0.01em; }
.article-main-title a { text-decoration: none; color: var(--ink); }
.article-main-title a:hover { color: var(--gold); }
.article-excerpt { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 1rem; }
.article-byline { display: flex; align-items: center; gap: 0.5rem; font-size: 12px; color: var(--muted); }
.avatar { width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 600; color: white; background: var(--gold); overflow: hidden; flex-shrink: 0; }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.list-title { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 600; color: var(--ink); margin-bottom: 0.25rem; line-height: 1.3; }
.list-title a { text-decoration: none; color: var(--ink); }
.list-title a:hover { color: var(--gold); }
.list-meta { font-size: 11px; color: var(--muted); }

/* ── AUTHORS GRID ── */
.authors-section { background: rgba(28,26,20,0.03); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.authors-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--border); border-radius: 4px; overflow: hidden; }
.author-card { padding: 1.5rem; border-right: 1px solid var(--border); text-align: center; transition: background 0.15s; text-decoration: none; }
.author-card:last-child { border-right: none; }
.author-card:hover { background: rgba(28,26,20,0.03); }
.author-avatar { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600; color: white; margin: 0 auto 0.75rem; overflow: hidden; }
.author-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.author-name { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; margin-bottom: 0.2rem; }
.author-role { font-size: 11px; color: var(--muted); margin-bottom: 0.5rem; line-height: 1.4; }
.author-topics { font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }

/* ── NEWSLETTER ── */
.newsletter { background: var(--ink); color: var(--cream); padding: 3rem; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.newsletter-title { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 600; line-height: 1.2; margin-bottom: 0.5rem; }
.newsletter-sub { font-size: 13px; color: rgba(247,244,238,0.6); line-height: 1.6; }
.newsletter-form { display: flex; flex-direction: column; gap: 0.75rem; }
.newsletter-input { background: rgba(247,244,238,0.08); border: 1px solid rgba(247,244,238,0.2); color: var(--cream); padding: 0.75rem 1rem; border-radius: 2px; font-family: 'DM Sans', sans-serif; font-size: 14px; outline: none; width: 100%; }
.newsletter-input::placeholder { color: rgba(247,244,238,0.35); }
.newsletter-input:focus { border-color: var(--gold); }
.newsletter-btn { background: var(--gold); color: var(--ink); border: none; padding: 0.75rem 1.5rem; border-radius: 2px; font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 500; cursor: pointer; width: 100%; }
.newsletter-btn:hover { background: #d4a840; }

/* ── SINGLE ARTICLE PAGE ── */
.article-layout { display: grid; grid-template-columns: 1fr 300px; max-width: 1100px; margin: 0 auto; gap: 0; padding: 0 2rem; }
.article-col { padding: 3rem 3rem 3rem 0; border-right: 1px solid var(--border); min-width: 0; }
.art-tag { display: inline-block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 500; padding: 3px 10px; border-radius: 2px; background: var(--gold-light); color: var(--gold); margin-bottom: 1.25rem; text-decoration: none; }
.art-title { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; font-weight: 600; line-height: 1.15; letter-spacing: -0.02em; color: var(--ink); margin-bottom: 1rem; }
.art-subtitle { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-style: italic; color: var(--muted); line-height: 1.5; margin-bottom: 1.5rem; }
.art-meta { display: flex; align-items: center; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin-bottom: 2rem; flex-wrap: wrap; }
.meta-divider { width: 1px; height: 28px; background: var(--border); }
.meta-item { font-size: 12px; color: var(--muted); display: flex; flex-direction: column; gap: 1px; }
.meta-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.07em; color: var(--faint); }
.author-mini { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; }
.author-mini-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 600; color: white; overflow: hidden; flex-shrink: 0; }
.author-mini-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-mini-name { font-size: 13px; font-weight: 500; color: var(--ink); }
.author-mini-role { font-size: 11px; color: var(--muted); }

/* ── ARTICLE BODY ── */
.article-body { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; line-height: 1.55; color: #2A2720; }
.article-body p { margin-bottom: 1rem; }
.article-body h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 600; color: var(--ink); margin: 2.5rem 0 1rem; letter-spacing: -0.01em; line-height: 1.2; }
.article-body h3 { font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 500; color: var(--ink); text-transform: uppercase; letter-spacing: 0.06em; margin: 2rem 0 0.75rem; }
.article-body blockquote { border-left: 3px solid var(--gold); padding: 0.5rem 0 0.5rem 1.5rem; margin: 2rem 0; font-style: italic; font-size: 1.3rem; color: var(--muted); line-height: 1.6; }
.article-body ul, .article-body ol { padding-left: 1.5rem; margin-bottom: 1.5rem; }
.article-body li { margin-bottom: 0.4rem; }
.article-body strong { font-weight: 600; color: var(--ink); }
.article-body a:not(.counselling-cta-btn) {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article-body img { border-radius: 4px; margin: 1.5rem 0; }
.article-body figure { margin: 1.5rem 0; }
.article-body figcaption { font-size: 12px; color: var(--muted); text-align: center; margin-top: 0.5rem; font-family: 'DM Sans', sans-serif; }
.article-body table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 1.5rem 0; font-family: 'DM Sans', sans-serif; }
.article-body th { text-align: left; padding: 0.6rem 0.75rem; font-size: 10px; text-transform: uppercase; letter-spacing: 0.07em; color: var(--muted); border-bottom: 2px solid var(--border-strong); font-weight: 500; }
.article-body td { padding: 0.7rem 0.75rem; border-bottom: 1px solid var(--border); color: var(--ink); vertical-align: top; }

/* ── SHARE BAR ── */
.share-bar { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 2rem; flex-wrap: wrap; }
.share-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--faint); }
.share-btn { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 500; padding: 5px 12px; border-radius: 2px; border: 1px solid var(--border); background: white; cursor: pointer; text-decoration: none; color: var(--ink); transition: all 0.15s; }
.share-btn:hover { background: var(--gold-light); }

/* ── TAGS ROW ── */
.tags-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2.5rem; align-items: center; }
.tags-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.07em; color: var(--faint); }
.tag-pill { font-size: 11px; padding: 4px 10px; border: 1px solid var(--border); border-radius: 20px; color: var(--muted); text-decoration: none; transition: border-color 0.15s; }
.tag-pill:hover { border-color: var(--gold); color: var(--gold); }

/* ── AUTHOR BIO ── */
.author-bio { border: 1px solid var(--border); border-radius: 4px; padding: 1.5rem; display: grid; grid-template-columns: auto 1fr; gap: 1.25rem; margin-bottom: 3rem; align-items: start; }
.author-bio-avatar { width: 64px; height: 64px; border-radius: 50%; background: var(--gold); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 600; color: white; flex-shrink: 0; overflow: hidden; }
.author-bio-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-bio-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--faint); margin-bottom: 0.25rem; }
.author-bio-name { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 600; color: var(--ink); margin-bottom: 0.25rem; }
.author-bio-role { font-size: 12px; color: var(--gold); margin-bottom: 0.75rem; font-weight: 500; }
.author-bio-text { font-size: 13px; color: var(--muted); line-height: 1.65; margin-bottom: 0.75rem; }
.author-bio-link { font-size: 12px; color: var(--gold); text-decoration: none; font-weight: 500; }

/* ── RELATED ARTICLES ── */
.related-title { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; margin-bottom: 1.25rem; padding-bottom: 0.75rem; border-bottom: 1px solid var(--border); }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 3rem; }
.related-card { border: 1px solid var(--border); border-radius: 4px; padding: 1rem; text-decoration: none; display: block; transition: border-color 0.15s; }
.related-card:hover { border-color: var(--gold); }
.related-tag { font-size: 10px; text-transform: uppercase; letter-spacing: 0.07em; font-weight: 500; margin-bottom: 0.4rem; }
.related-card-title { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 600; color: var(--ink); line-height: 1.3; margin-bottom: 0.3rem; }
.related-card-meta { font-size: 11px; color: var(--muted); }

/* ── COMMENTS ── */
.comments-section { margin-bottom: 3rem; }
.comments-title { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; margin-bottom: 1.25rem; padding-bottom: 0.75rem; border-bottom: 1px solid var(--border); }
.comment-list { list-style: none; }
.comment { display: grid; grid-template-columns: auto 1fr; gap: 0.75rem; margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--border); }
.comment-author-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--sky); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; color: white; flex-shrink: 0; overflow: hidden; }
.comment-author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.comment-author-name { font-size: 13px; font-weight: 500; color: var(--ink); }
.comment-date { font-size: 11px; color: var(--faint); margin-bottom: 0.4rem; }
.comment-text { font-size: 13px; color: var(--muted); line-height: 1.6; }
.comment-form { background: rgba(28,26,20,0.03); border: 1px solid var(--border); border-radius: 4px; padding: 1.25rem; margin-top: 1.5rem; }
.comment-form-title { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; margin-bottom: 1rem; }
.comment-form input,
.comment-form textarea { width: 100%; padding: 0.6rem 0.85rem; border: 1px solid var(--border); border-radius: 2px; font-family: 'DM Sans', sans-serif; font-size: 13px; background: white; color: var(--ink); outline: none; margin-bottom: 0.75rem; display: block; }
.comment-form input:focus,
.comment-form textarea:focus { border-color: var(--gold); }
.comment-form textarea { resize: vertical; min-height: 100px; }
.comment-form .submit { background: var(--ink); color: var(--cream); border: none; padding: 0.65rem 1.5rem; border-radius: 2px; font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 500; cursor: pointer; }
.comment-form .submit:hover { background: var(--gold); color: var(--ink); }

/* ── SIDEBAR ── */
.article-sidebar { padding: 3rem 0 3rem 2rem; display: flex; flex-direction: column; gap: 2rem; }
.toc-wrap { position: sticky; top: 80px; }
.toc-title { font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--faint); font-weight: 500; margin-bottom: 0.75rem; }
.toc-list { list-style: none; }
.toc-item { margin-bottom: 0.1rem; }
.toc-link { display: block; font-size: 12.5px; color: var(--muted); text-decoration: none; padding: 0.3rem 0 0.3rem 0.75rem; border-left: 2px solid var(--border); line-height: 1.4; transition: all 0.15s; }
.toc-link:hover { color: var(--gold); border-left-color: var(--gold); }
.sidebar-divider { border: none; border-top: 1px solid var(--border); }
.sidebar-newsletter { background: var(--ink); border-radius: 4px; padding: 1.25rem; }
.sidebar-newsletter-title { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600; color: var(--cream); margin-bottom: 0.5rem; }
.sidebar-newsletter-sub { font-size: 12px; color: rgba(247,244,238,0.55); margin-bottom: 1rem; line-height: 1.5; }
.sidebar-input { width: 100%; padding: 0.6rem 0.85rem; border: 1px solid rgba(247,244,238,0.2); border-radius: 2px; font-family: 'DM Sans', sans-serif; font-size: 13px; background: rgba(247,244,238,0.08); color: var(--cream); outline: none; margin-bottom: 0.5rem; display: block; }
.sidebar-input::placeholder { color: rgba(247,244,238,0.3); }
.sidebar-input:focus { border-color: var(--gold); }
.sidebar-btn { width: 100%; background: var(--gold); color: var(--ink); border: none; padding: 0.65rem; border-radius: 2px; font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 500; cursor: pointer; }
.sidebar-section-title { font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--faint); font-weight: 500; margin-bottom: 0.75rem; }
.popular-item { display: flex; gap: 0.75rem; margin-bottom: 1rem; text-decoration: none; align-items: flex-start; }
.popular-num { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 600; color: rgba(28,26,20,0.15); line-height: 1; flex-shrink: 0; min-width: 20px; }
.popular-title { font-size: 12.5px; color: var(--ink); line-height: 1.4; font-weight: 500; }
.popular-title:hover { color: var(--gold); }

/* ── CATEGORY PAGE ── */
.cat-hero { background: var(--ink); padding: 3rem 2rem; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem; border-bottom: 3px solid var(--gold); }
.cat-hero-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gold); font-weight: 500; margin-bottom: 0.75rem; }
.cat-hero-title { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 600; color: var(--cream); letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 0.75rem; }
.cat-hero-desc { font-size: 14px; color: rgba(247,244,238,0.55); max-width: 500px; line-height: 1.65; }
.cat-hero-meta { text-align: right; flex-shrink: 0; }
.cat-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 600; color: var(--gold); line-height: 1; }
.cat-stat-label { font-size: 12px; color: rgba(247,244,238,0.4); text-transform: uppercase; letter-spacing: 0.06em; }
.cat-layout { display: grid; grid-template-columns: 1fr 280px; max-width: 1200px; margin: 0 auto; padding: 0 2rem; gap: 0; }
.cat-articles-col { padding: 2.5rem 2.5rem 2.5rem 0; border-right: 1px solid var(--border); }
.cat-sidebar { padding: 2.5rem 0 2.5rem 2rem; display: flex; flex-direction: column; gap: 2rem; }
.article-row { display: grid; grid-template-columns: 1fr auto; padding: 1.25rem 0; border-bottom: 1px solid var(--border); gap: 1rem; align-items: start; text-decoration: none; }
.article-row:last-child { border-bottom: none; }
.article-row:hover .article-row-title { color: var(--gold); }
.article-row-tag { font-size: 10px; text-transform: uppercase; letter-spacing: 0.07em; font-weight: 500; margin-bottom: 0.4rem; }
.article-row-title { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; color: var(--ink); line-height: 1.3; margin-bottom: 0.35rem; transition: color 0.15s; }
.article-row-meta { font-size: 11px; color: var(--muted); display: flex; gap: 0.75rem; align-items: center; }
.dot { width: 3px; height: 3px; border-radius: 50%; background: var(--border); display: inline-block; }
.article-row-read { font-size: 11px; color: var(--faint); flex-shrink: 0; white-space: nowrap; }
.subcat-list { list-style: none; }
.subcat-item { border-bottom: 1px solid var(--border); }
.subcat-link { display: flex; align-items: center; justify-content: space-between; padding: 0.6rem 0; font-size: 13px; color: var(--muted); text-decoration: none; transition: color 0.15s; }
.subcat-link:hover { color: var(--gold); }
.subcat-count { font-size: 11px; color: var(--faint); }
.sidebar-widget-title { font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--faint); font-weight: 500; margin-bottom: 0.75rem; }
.sidebar-nl { background: var(--ink); border-radius: 4px; padding: 1.25rem; }
.sidebar-nl-title { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; color: var(--cream); margin-bottom: 0.4rem; }
.sidebar-nl-sub { font-size: 12px; color: rgba(247,244,238,0.5); margin-bottom: 0.85rem; line-height: 1.5; }
.sidebar-nl-input { width: 100%; padding: 0.6rem 0.85rem; border: 1px solid rgba(247,244,238,0.2); border-radius: 2px; font-family: 'DM Sans', sans-serif; font-size: 13px; background: rgba(247,244,238,0.08); color: var(--cream); outline: none; margin-bottom: 0.5rem; display: block; }
.sidebar-nl-input::placeholder { color: rgba(247,244,238,0.3); }
.sidebar-nl-btn { width: 100%; background: var(--gold); color: var(--ink); border: none; padding: 0.65rem; border-radius: 2px; font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 500; cursor: pointer; }
.rel-cat-link { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; padding: 0.6rem 0.75rem; border: 1px solid var(--border); border-radius: 4px; transition: border-color 0.15s; margin-bottom: 0.5rem; }
.rel-cat-link:hover { border-color: var(--gold); }
.rel-cat-icon { width: 28px; height: 28px; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.rel-cat-name { font-size: 13px; color: var(--ink); font-weight: 500; }
.rel-cat-count { font-size: 11px; color: var(--muted); margin-left: auto; }

/* ── PAGINATION ── */
.pagination { display: flex; align-items: center; justify-content: center; gap: 0.35rem; padding: 2rem 0 1rem; }
.page-numbers { width: 34px; height: 34px; border-radius: 2px; border: 1px solid var(--border); background: transparent; font-size: 13px; color: var(--muted); display: flex; align-items: center; justify-content: center; text-decoration: none; transition: all 0.15s; }
.page-numbers:hover { border-color: var(--gold); color: var(--gold); }
.page-numbers.current { background: var(--ink); color: var(--cream); border-color: var(--ink); }

/* ── FOOTER ── */
.site-footer { background: var(--ink); color: var(--cream); padding: 2rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; border-top: 1px solid rgba(247,244,238,0.08); }
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; }
.footer-logo span { color: var(--gold); }
.footer-links { display: flex; gap: 1.5rem; list-style: none; flex-wrap: wrap; }
.footer-links a { text-decoration: none; font-size: 12px; color: rgba(247,244,238,0.45); transition: color 0.15s; }
.footer-links a:hover { color: var(--gold); }
.footer-tagline { font-size: 11px; color: rgba(247,244,238,0.3); font-style: italic; }

/* ── PROGRESS BAR ── */
#reading-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0%; background: var(--gold); z-index: 1000; transition: width 0.1s linear; pointer-events: none; }

/* ── COUNSELLING CTA (in articles) ── */
.counselling-cta-btn { background: var(--gold); color: #1C1A14 !important; padding: 0.65rem 1.25rem; border-radius: 3px; font-size: 13px; font-weight: 600; white-space: nowrap; text-decoration: none; flex-shrink: 0; border: 2px solid #1C1A14; }
.counselling-cta-text { color: rgba(247,244,238,0.8); font-size: 14px; line-height: 1.6; }
.counselling-cta-text strong { color: white; display: block; font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; margin-bottom: 0.3rem; }
.counselling-cta-btn { background: var(--gold); color: var(--ink); padding: 0.65rem 1.25rem; border-radius: 3px; font-size: 13px; font-weight: 500; white-space: nowrap; text-decoration: none; flex-shrink: 0; }
.counselling-cta-btn:hover { background: #d4a840; color: var(--ink); }

/* ── DIFFICULTY BADGE ── */
.difficulty-badge { display: inline-block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.07em; font-weight: 500; padding: 2px 8px; border-radius: 2px; }
.diff-beginner { background: var(--sage-light); color: var(--sage); }
.diff-intermediate { background: var(--gold-light); color: var(--gold); }
.diff-deep { background: var(--plum-light); color: var(--plum); }

/* ── ABOUT PAGE ── */
.about-hero-section { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--border); min-height: 420px; }
.about-hero-left { padding: 4rem 3rem; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--border); }
.about-hero-right { background: rgba(28,26,20,0.03); display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; }
.about-stat { padding: 2rem; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); display: flex; flex-direction: column; justify-content: center; }
.about-stat:nth-child(2) { border-right: none; }
.about-stat:nth-child(3) { border-bottom: none; }
.about-stat:nth-child(4) { border-right: none; border-bottom: none; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 600; color: var(--ink); line-height: 1; margin-bottom: 0.3rem; }
.stat-num span { color: var(--gold); }
.stat-label { font-size: 12px; color: var(--muted); line-height: 1.4; }
.team-section { padding: 4rem 2rem; border-bottom: 1px solid var(--border); }
.author-card-large { display: grid; grid-template-columns: 100px 1fr auto; gap: 2rem; padding: 2rem; border: 1px solid var(--border); border-radius: 4px; align-items: start; background: white; transition: border-color 0.2s; margin-bottom: 1rem; }
.author-card-large:hover { border-color: var(--gold); }
.author-card-avatar { width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 600; color: white; flex-shrink: 0; overflow: hidden; }
.author-card-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.author-card-name { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; color: var(--ink); margin-bottom: 0.1rem; }
.author-card-role { font-size: 12px; color: var(--gold); font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.75rem; }
.author-card-bio { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 0.75rem; }
.author-card-topics { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.topic-pill { font-size: 11px; padding: 3px 10px; border-radius: 20px; border: 1px solid var(--border); color: var(--muted); }
.author-card-stats { text-align: right; flex-shrink: 0; }
.author-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 600; color: var(--ink); line-height: 1; }
.author-stat-label { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.75rem; }

/* ── PAGE CONTENT ── */
.page-content { max-width: 820px; margin: 0 auto; padding: 3rem 2rem; }
.page-content h1 { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 600; color: var(--ink); margin-bottom: 1.5rem; }
.page-content h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 600; color: var(--ink); margin: 2rem 0 1rem; }
.page-content p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 1.25rem; }
.page-content a { color: var(--gold); }
.page-content ul, .page-content ol { padding-left: 1.5rem; margin-bottom: 1.25rem; }
.page-content li { font-size: 15px; color: var(--muted); line-height: 1.75; margin-bottom: 0.35rem; }

/* ── SEARCH ── */
.search-wrap { position: relative; }
.search-input { padding: 0.35rem 0.85rem 0.35rem 2rem; border: 1px solid var(--border); border-radius: 20px; font-family: 'DM Sans', sans-serif; font-size: 12px; color: var(--ink); background: white; outline: none; width: 160px; transition: width 0.25s, border-color 0.2s; }
.search-input:focus { width: 220px; border-color: var(--gold); }
.search-icon { position: absolute; left: 8px; top: 50%; transform: translateY(-50%); font-size: 13px; color: var(--faint); pointer-events: none; }

/* ════════════════════════════════
   MOBILE RESPONSIVE
   ════════════════════════════════ */
@media screen and (max-width: 860px) {
  .nav-menu { display: none !important; }
  .search-wrap { display: none !important; }
  .nav-hamburger { display: block; }
}

@media screen and (max-width: 768px) {
  .home-hero { display: block !important; min-height: auto !important; }
  .hero-left { padding: 2.5rem 1.25rem !important; border-right: none !important; border-bottom: 1px solid var(--border); }
  .hero-right { display: block !important; }
  .hero-title { font-size: 2rem !important; }
  .hero-tagline { max-width: 100% !important; font-size: 14px; }
  .hero-actions { flex-wrap: wrap; }
  .hero-feature-card { padding: 1.5rem 1.25rem; }
  .section { padding: 2rem 1.25rem !important; }
  .categories-grid { grid-template-columns: 1fr 1fr !important; }
  .cat-item { border-right: none !important; border-bottom: 1px solid var(--border); }
  .cat-item:nth-child(odd) { border-right: 1px solid var(--border) !important; }
  .articles-grid { display: block !important; }
  .article-main { border-right: none !important; border-bottom: 1px solid var(--border); padding: 1.5rem 1.25rem !important; }
  .article-main-title { font-size: 1.4rem !important; }
  .authors-grid { grid-template-columns: 1fr 1fr !important; }
  .author-card { border-bottom: 1px solid var(--border); }
  .author-card:nth-child(odd) { border-right: 1px solid var(--border) !important; }
  .author-card:nth-child(even) { border-right: none !important; }
  .newsletter { display: block !important; padding: 2.5rem 1.25rem !important; }
  .newsletter-title { font-size: 1.6rem; margin-bottom: 0.75rem; }
  .newsletter-sub { margin-bottom: 1.5rem; }
  .article-layout { display: block !important; padding: 0 1.25rem !important; }
  .article-col { padding: 2rem 0 !important; border-right: none !important; }
  .art-title { font-size: 1.9rem !important; }
  .art-meta { flex-wrap: wrap; gap: 0.5rem; }
  .meta-divider { display: none; }
  .article-sidebar { padding: 0 0 2rem 0 !important; border-top: 1px solid var(--border); }
  .toc-wrap { position: static !important; }
  .related-grid { grid-template-columns: 1fr !important; }
  .author-bio { grid-template-columns: 1fr !important; }
  .cat-hero { display: block !important; padding: 2rem 1.25rem; }
  .cat-layout { display: block !important; padding: 0 1.25rem !important; }
  .cat-articles-col { padding: 2rem 0 !important; border-right: none !important; }
  .cat-sidebar { padding: 0 0 2rem 0 !important; border-top: 1px solid var(--border); }
  .about-hero-section { display: block !important; min-height: auto !important; }
  .about-hero-left { padding: 2.5rem 1.25rem !important; border-right: none !important; border-bottom: 1px solid var(--border); }
  .about-hero-right { display: block !important; }
  .about-stat { border-right: none !important; border-bottom: 1px solid var(--border); }
  .team-section { padding: 2.5rem 1.25rem; }
  .author-card-large { display: block !important; }
  .author-card-stats { text-align: left; margin-top: 0.75rem; }
  .site-footer { flex-direction: column !important; gap: 1rem; padding: 1.5rem 1.25rem; }
  .footer-links { flex-wrap: wrap; gap: 0.6rem; }
  .counselling-cta { flex-direction: column !important; }
  .counselling-cta-btn { width: 100%; text-align: center; padding: 0.75rem; }
  .section-header { flex-direction: column; gap: 0.75rem; }
  .section-title { font-size: 1.4rem !important; }
}

@media screen and (max-width: 480px) {
  .hero-title { font-size: 1.75rem !important; }
  .categories-grid { grid-template-columns: 1fr !important; }
  .cat-item { border-right: none !important; }
  .authors-grid { grid-template-columns: 1fr !important; }
  .author-card { border-right: none !important; }
  .section-title { font-size: 1.2rem !important; }
}

/* ── NAV SUBSCRIBE BUTTON ── */
.nav-subscribe-btn {
  background: var(--ink); color: var(--cream) !important;
  padding: 0.4rem 1rem; border-radius: 2px;
  font-size: 12px; font-weight: 500; text-decoration: none;
  letter-spacing: 0.04em; transition: background 0.2s;
  white-space: nowrap;
}
.nav-subscribe-btn:hover { background: var(--gold); color: var(--ink) !important; }

/* ── START HERE PAGE ── */
@media screen and (max-width: 768px) {
  .nav-subscribe-btn { display: none; }
}

/* ── NAV OVERRIDE ── */
.site-nav { padding: 0.75rem 1.25rem !important; }
.nav-menu li a { font-size: 12px !important; font-weight: 500 !important; letter-spacing: 0.05em !important; text-transform: uppercase !important; color: var(--muted) !important; }
.nav-subscribe-btn { font-size: 12px !important; text-transform: uppercase !important; letter-spacing: 0.05em !important; }

/* ── ARTICLE PARAGRAPH SPACING FIX ── */
.article-body p,
.article-body .wp-block-paragraph,
.entry-content p,
.article-body > p {
  margin-top: 0 !important;
  margin-bottom: 0.9rem !important;
  line-height: 1.7 !important;
  font-size: 1.05rem !important;
}

.article-body {
  line-height: 1.7 !important;
  font-size: 1.05rem !important;
}

/* ── COUNSELLING CTA BUTTON FIX ── */
.counselling-cta-btn,
.counselling-cta-btn:link,
.counselling-cta-btn:visited {
  color: #1C1A14 !important;
  font-weight: 600 !important;
  opacity: 1 !important;
}

/* ── COUNSELLING CTA BUTTON COLOR FIX ── */
.article-body a.counselling-cta-btn,
.article-body a.counselling-cta-btn:link,
.article-body a.counselling-cta-btn:visited,
.article-body a.counselling-cta-btn:hover {
  color: #1C1A14 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
}
