/*
Theme Name: Saurabh Kumar - Broadsheet
Theme URI: https://saurabhlaw.com
Author: Saurabh Kumar
Author URI: https://saurabhlaw.com
Description: Custom editorial theme for saurabhlaw.com. Broadsheet aesthetic with Cormorant/Crimson Pro typography and gold-on-cream palette.
Version: 1.0.0
License: Private
Text Domain: saurabhlaw
*/

/* ===== CSS VARIABLES ===== */
:root {
  --cream: #F7F4ED;
  --cream-deep: #EDEADF;
  --paper: #FDFBF7;
  --text: #2C2C2C;
  --text-muted: #706A62;
  --gold: #A37B17;
  --gold-text: #8B6914;
  --heading: #1A1714;
  --rule: #D4C9B0;
  --rule-dark: #1A1714;
  --navy: #1E2530;
  --navy-light: #263040;
  --navy-text: #E8E4DA;
  --navy-muted: #9A968A;
  --takeaway-bg: #F5F0E4;
  --content-width: 960px;
  --body-width: 680px;
}

/* ===== RESET ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--cream);
  color: var(--text);
  font-family: 'Crimson Pro', Georgia, serif;
  font-size: 21px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

/* ===== HEADER ===== */
.site-header { text-align: center; padding: 32px 24px 0; }
.header-rule-top { max-width: var(--content-width); margin: 0 auto 20px; border: none; border-top: 1px solid var(--rule); }
.site-name { font-family: 'Cormorant', serif; font-size: clamp(34px, 5.5vw, 56px); font-weight: 700; color: var(--heading); letter-spacing: 1px; line-height: 1; }
.site-name a { text-decoration: none; color: inherit; }
.site-tagline { font-family: 'Crimson Pro', serif; font-style: italic; font-size: 18.5px; font-weight: 300; color: var(--text-muted); margin-top: 5px; }
.credential-line { font-family: 'Source Sans 3', sans-serif; font-size: 13.5px; font-weight: 600; letter-spacing: 3.5px; text-transform: uppercase; color: var(--gold-text); margin-top: 14px; }
.date-line { font-family: 'Source Sans 3', sans-serif; font-size: 11.5px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: var(--text-muted); margin-top: 10px; font-variant: small-caps; }

/* Navigation */
.main-nav { max-width: var(--content-width); margin: 14px auto 0; display: flex; justify-content: center; align-items: center; border-top: 2px solid var(--rule-dark); border-bottom: 1px solid var(--rule); flex-wrap: wrap; }
.main-nav .menu { display: flex; list-style: none; justify-content: center; align-items: center; flex-wrap: wrap; }
.main-nav .menu li a { font-family: 'Source Sans 3', sans-serif; font-size: 13.5px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); text-decoration: none; padding: 12px 16px; display: block; transition: color 0.25s; }
.main-nav .menu li a:hover { color: var(--gold); }
.main-nav .menu li.current-menu-item a,
.main-nav .menu li.current-menu-parent a,
.main-nav .menu li.current_page_item a { color: var(--heading); }
.nav-spacer { flex: 1; }
.nav-cta { font-family: 'Source Sans 3', sans-serif; font-size: 13.5px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-text); text-decoration: none; padding: 12px 0 12px 16px; transition: color 0.25s; white-space: nowrap; }
.nav-cta:hover { color: var(--heading); }

/* ===== FOOTER ===== */
.site-footer { background: var(--navy); padding: 24px 24px; text-align: center; }
.footer-links { margin-bottom: 10px; }
.footer-links a { font-family: 'Source Sans 3', sans-serif; font-size: 11.5px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: var(--navy-muted); text-decoration: none; padding: 0 12px; transition: color 0.25s; }
.footer-links a:hover { color: var(--navy-text); }
.site-footer .copyright { font-family: 'Source Sans 3', sans-serif; font-size: 11.5px; letter-spacing: 2px; text-transform: uppercase; color: rgba(154,150,138,0.5); }

/* ===== SHARED ELEMENTS ===== */
.content-wrap { max-width: var(--content-width); margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.section-rule { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.section-rule span { font-family: 'Source Sans 3', sans-serif; font-size: 11.5px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--text-muted); white-space: nowrap; }
.section-rule::after { content: ''; flex: 1; height: 1px; background: var(--rule); }

.cta-btn { display: inline-block; font-family: 'Source Sans 3', sans-serif; font-size: 11.5px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; padding: 11px 28px; text-decoration: none; transition: all 0.3s; border: 1.5px solid var(--gold); color: var(--gold); }
.cta-btn:hover { background: var(--gold); color: var(--paper); }
.cta-btn.filled { background: var(--gold); color: var(--paper); }
.cta-btn.filled:hover { background: var(--heading); border-color: var(--heading); }

.kicker { font-family: 'Source Sans 3', sans-serif; font-size: 11.5px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold-text); margin-bottom: 10px; }
.kicker a { color: var(--gold-text); text-decoration: none; }
.kicker a:hover { color: var(--heading); }

/* ===== HOMEPAGE: HEADER PROMINENCE ===== */
.is-homepage .site-header { padding-bottom: 24px; }
.is-homepage .site-name { font-size: clamp(40px, 6vw, 60px); }

/* ===== HOMEPAGE: HERO ===== */
.hero { max-width: var(--content-width); margin: 0 auto; padding: 40px 24px 36px; border-bottom: 1px solid var(--rule); }
.hero-inner { max-width: 740px; margin: 0 auto; }
.hero h1 { font-family: 'Cormorant', serif; font-size: clamp(28px, 3.8vw, 42px); font-weight: 600; line-height: 1.18; color: var(--heading); letter-spacing: -0.2px; margin-bottom: 14px; }
.hero h1 a { text-decoration: none; color: inherit; }
.hero .standfirst { font-family: 'Crimson Pro', serif; font-style: italic; font-size: 21px; font-weight: 300; line-height: 1.6; color: var(--text-muted); max-width: 620px; }
.hero .byline { margin-top: 16px; font-family: 'Source Sans 3', sans-serif; font-size: 12.5px; font-weight: 400; color: var(--text-muted); }
.hero .byline strong { font-weight: 700; color: var(--text); }

/* ===== HOMEPAGE: ARTICLE GRID ===== */
.latest-section { max-width: var(--content-width); margin: 0 auto; padding: 32px 24px 0; }
.article-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; border-top: 1px solid var(--rule); }
.article-card { padding: 20px 24px 28px 0; border-right: 1px solid var(--rule); cursor: pointer; }
.article-card:last-child { border-right: none; padding-right: 0; }
.article-card:first-child { padding-left: 0; }
.article-card:nth-child(2) { padding-left: 24px; }
.article-card:nth-child(3) { padding-left: 24px; }
.article-card img { width: 100%; height: 150px; object-fit: cover; margin-bottom: 12px; filter: grayscale(30%) brightness(0.95) sepia(15%) saturate(80%); transition: filter 0.4s; }
.article-card:hover img { filter: grayscale(10%) brightness(1) sepia(5%) saturate(90%); }
.article-card .tag { font-family: 'Source Sans 3', sans-serif; font-size: 12.5px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold-text); margin-bottom: 6px; }
.article-card .tag a { color: var(--gold-text); text-decoration: none; }
.article-card h3 { font-family: 'Cormorant', serif; font-size: 21px; font-weight: 600; line-height: 1.28; color: var(--heading); transition: color 0.25s; }
.article-card h3 a { text-decoration: none; color: inherit; }
.article-card:hover h3, .article-card:hover h3 a { color: var(--gold); }
.article-card .date { margin-top: 8px; font-family: 'Crimson Pro', serif; font-style: italic; font-size: 14.5px; color: var(--text-muted); }

/* ===== HOMEPAGE: NEWSLETTER ===== */
.newsletter-strip { max-width: var(--content-width); margin: 0 auto; padding: 28px 24px; text-align: center; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.newsletter-strip h4 { font-family: 'Cormorant', serif; font-style: italic; font-size: 24px; font-weight: 500; color: var(--heading); margin-bottom: 4px; }
.newsletter-strip p { font-family: 'Crimson Pro', serif; font-size: 15.5px; color: var(--text-muted); margin-bottom: 14px; }
.newsletter-form { display: inline-flex; gap: 0; }
.newsletter-form input[type="email"] { font-family: 'Crimson Pro', serif; font-size: 15.5px; padding: 10px 16px; border: 1.5px solid var(--rule); border-right: none; background: var(--paper); color: var(--text); width: 260px; outline: none; }
.newsletter-form input[type="email"]::placeholder { color: var(--rule); }
.newsletter-form input[type="email"]:focus { border-color: var(--gold); }
.newsletter-form button { font-family: 'Source Sans 3', sans-serif; font-size: 11.5px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; padding: 10px 24px; background: var(--gold); color: var(--paper); border: 1.5px solid var(--gold); cursor: pointer; transition: all 0.3s; }
.newsletter-form button:hover { background: var(--heading); border-color: var(--heading); }

/* ===== HOMEPAGE: HUB GRID ===== */
.hubs-section { max-width: var(--content-width); margin: 0 auto; padding: 36px 24px 0; }
.hub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 2px solid var(--rule-dark); }
.hub-card { padding: 26px 24px 28px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); transition: background 0.3s; }
.hub-card:nth-child(3n) { border-right: none; }
.hub-card:hover { background: var(--cream-deep); }
.hub-card a { text-decoration: none; color: inherit; display: block; }
.hub-card .hub-img { width: 100%; height: 120px; object-fit: cover; margin-bottom: 12px; filter: grayscale(40%) brightness(0.95) sepia(15%) saturate(70%); transition: all 0.4s; }
.hub-card:hover .hub-img { filter: grayscale(15%) brightness(1) sepia(5%) saturate(85%); }
.hub-card h3 { font-family: 'Cormorant', serif; font-size: 22px; font-weight: 600; color: var(--heading); line-height: 1.25; margin-bottom: 4px; }
.hub-card .count { font-family: 'Source Sans 3', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-text); }

/* ===== HOMEPAGE: TAKEAWAY SAMPLE ===== */
.takeaway-section { max-width: var(--content-width); margin: 0 auto; padding: 40px 24px 0; }

/* ===== HOMEPAGE: ABOUT STRIP ===== */
.about-strip { background: var(--navy); color: var(--navy-text); margin-top: 44px; }
.about-inner { max-width: var(--content-width); margin: 0 auto; display: grid; grid-template-columns: 1fr 2fr; gap: 0; padding: 0 24px; }
.about-photo { padding: 36px 32px 36px 0; border-right: 1px solid rgba(255,255,255,0.08); }
.about-photo img { width: 100%; height: 220px; object-fit: cover; }
.about-text { padding: 36px 0 36px 32px; display: flex; flex-direction: column; justify-content: center; }
.about-text .kicker { color: var(--gold-text); }
.about-text h2 { font-family: 'Cormorant', serif; font-size: 26px; font-weight: 600; color: var(--navy-text); line-height: 1.2; margin-bottom: 10px; }
.about-text p { font-family: 'Crimson Pro', serif; font-size: 17.5px; line-height: 1.65; color: var(--navy-muted); max-width: 460px; }
.about-text .cta-link { display: inline-block; margin-top: 14px; font-family: 'Source Sans 3', sans-serif; font-size: 12.5px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-text); text-decoration: none; transition: color 0.25s; }
.about-text .cta-link:hover { color: var(--navy-text); }

/* ===== HOMEPAGE: SOCIAL PROOF ===== */
.social-proof { background: var(--navy-light); padding: 20px 24px; text-align: center; }
.social-proof-inner { max-width: var(--content-width); margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 32px; }
.social-proof .proof-label { font-family: 'Source Sans 3', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--navy-muted); white-space: nowrap; }
.social-proof .proof-divider { width: 1px; height: 20px; background: rgba(255,255,255,0.1); }
.social-proof .proof-item { font-family: 'Crimson Pro', serif; font-style: italic; font-size: 14.5px; color: rgba(232,228,218,0.5); white-space: nowrap; }

/* ===== HOMEPAGE: CTA STRIP ===== */
.cta-strip { max-width: var(--content-width); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-bottom: 1px solid var(--rule); }
.cta-block { padding: 32px 24px; text-align: center; }
.cta-block:first-child { border-right: 1px solid var(--rule); }
.cta-block h4 { font-family: 'Cormorant', serif; font-size: 20px; font-weight: 600; color: var(--heading); margin-bottom: 12px; }

/* ===== SINGLE ARTICLE ===== */
.article-layout { max-width: var(--content-width); margin: 0 auto; padding: 36px 24px 0; display: grid; grid-template-columns: 1fr 260px; gap: 48px; align-items: start; }
.article-main .art-title { font-family: 'Cormorant', serif; font-size: clamp(28px, 3.5vw, 38px); font-weight: 700; color: var(--heading); line-height: 1.18; margin-bottom: 14px; }
.article-main .standfirst { font-family: 'Crimson Pro', serif; font-style: italic; font-size: 21px; font-weight: 300; line-height: 1.6; color: var(--text-muted); margin-bottom: 16px; max-width: 600px; }
.byline-block { display: flex; align-items: center; gap: 12px; padding-bottom: 20px; border-bottom: 1px solid var(--rule); margin-bottom: 28px; }
.byline-avatar { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; }
.byline-text { font-family: 'Source Sans 3', sans-serif; font-size: 13.5px; color: var(--text-muted); line-height: 1.5; }
.byline-text strong { font-weight: 700; color: var(--text); }

/* Article body — WordPress content */
.article-body h2 { font-family: 'Cormorant', serif; font-size: 24px; font-weight: 600; color: var(--heading); margin: 28px 0 12px; line-height: 1.2; }
.article-body h3 { font-family: 'Cormorant', serif; font-size: 20px; font-weight: 600; color: var(--heading); margin: 24px 0 10px; line-height: 1.25; }
.article-body p { margin-bottom: 16px; }
.article-body ul, .article-body ol { margin: 0 0 16px 24px; }
.article-body li { margin-bottom: 6px; }
.article-body blockquote { border-left: 3px solid var(--gold); padding: 4px 0 4px 20px; margin: 24px 0; font-style: italic; font-size: 21px; line-height: 1.55; color: var(--gold-text); }
.article-body a { color: var(--gold-text); text-decoration: underline; text-underline-offset: 2px; }
.article-body a:hover { color: var(--heading); }

/* Boardroom Takeaway callout — via WP block with custom class */
.takeaway-box, .wp-block-group.takeaway-box { margin: 32px 0; padding: 20px 24px; border-left: 3px solid var(--gold); background: var(--takeaway-bg); }
.takeaway-box .takeaway-label { font-family: 'Source Sans 3', sans-serif; font-size: 12.5px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold-text); margin-bottom: 8px; }
.takeaway-box .takeaway-text, .takeaway-box p { font-family: 'Crimson Pro', serif; font-style: italic; font-size: 21px; line-height: 1.6; color: var(--text); margin-bottom: 0; }
.takeaway-box .takeaway-attr { margin-top: 10px; font-family: 'Source Sans 3', sans-serif; font-size: 12.5px; color: var(--text-muted); font-style: normal; }

/* Article tags */
.article-tags { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--rule); }
.article-tags a { display: inline-block; font-family: 'Source Sans 3', sans-serif; font-size: 11.5px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); border: 1px solid var(--rule); padding: 5px 12px; margin: 0 6px 6px 0; text-decoration: none; transition: all 0.25s; }
.article-tags a:hover { border-color: var(--gold); color: var(--gold); }

/* Article nav */
.article-nav { margin-top: 24px; padding: 20px 0; border-top: 1px solid var(--rule); display: flex; justify-content: space-between; }
.article-nav a { font-family: 'Source Sans 3', sans-serif; font-size: 12.5px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--text-muted); text-decoration: none; transition: color 0.25s; }
.article-nav a:hover { color: var(--gold); }
.article-share { margin-top: 16px; padding-bottom: 32px; }
.article-share a { font-family: 'Source Sans 3', sans-serif; font-size: 11.5px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold-text); text-decoration: none; }
.article-share a:hover { color: var(--heading); }

/* Sidebar */
.article-sidebar { padding-top: 40px; }
.sidebar-section { margin-bottom: 32px; }
.sidebar-title { font-family: 'Source Sans 3', sans-serif; font-size: 12.5px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--text-muted); padding-bottom: 10px; border-bottom: 1px solid var(--rule); margin-bottom: 14px; }
.sidebar-item { padding: 10px 0; border-bottom: 1px solid var(--rule); }
.sidebar-item a { text-decoration: none; display: block; }
.sidebar-item h4 { font-family: 'Cormorant', serif; font-size: 17.5px; font-weight: 600; color: var(--heading); line-height: 1.3; transition: color 0.25s; }
.sidebar-item a:hover h4 { color: var(--gold); }
.sidebar-item .meta { font-family: 'Source Sans 3', sans-serif; font-size: 11.5px; color: var(--text-muted); margin-top: 4px; }
.sidebar-cta { background: var(--cream-deep); padding: 24px; text-align: center; margin-bottom: 24px; }
.sidebar-cta h4 { font-family: 'Cormorant', serif; font-size: 21px; font-weight: 600; color: var(--heading); margin-bottom: 10px; }
.sidebar-cta p { font-family: 'Crimson Pro', serif; font-size: 14.5px; color: var(--text-muted); margin-bottom: 14px; }
.sidebar-cta .cta-btn { font-size: 11px; padding: 9px 20px; }

/* ===== HUB PAGE ===== */
.hub-hero { max-width: var(--content-width); margin: 0 auto; padding: 36px 24px 32px; border-bottom: 1px solid var(--rule); }
.hub-hero h1 { font-family: 'Cormorant', serif; font-size: clamp(28px, 3.5vw, 40px); font-weight: 700; color: var(--heading); line-height: 1.15; margin-bottom: 12px; }
.hub-hero .hub-intro { font-family: 'Crimson Pro', serif; font-size: 18.5px; line-height: 1.65; color: var(--text-muted); max-width: 640px; }
.hub-hero .hub-updated { margin-top: 14px; font-family: 'Source Sans 3', sans-serif; font-size: 11.5px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); }

.hub-evergreen { max-width: var(--content-width); margin: 0 auto; padding: 32px 24px; border-bottom: 1px solid var(--rule); }
.hub-evergreen .body-col { max-width: var(--body-width); }
.hub-evergreen h2 { font-family: 'Cormorant', serif; font-size: 24px; font-weight: 600; color: var(--heading); margin-bottom: 12px; line-height: 1.2; }
.hub-evergreen p { margin-bottom: 14px; }
.hub-evergreen .pull-quote { border-left: 3px solid var(--gold); padding: 4px 0 4px 20px; margin: 24px 0; font-style: italic; font-size: 21px; line-height: 1.55; color: var(--gold-text); }

.hub-feed { max-width: var(--content-width); margin: 0 auto; padding: 32px 24px 40px; }
.hub-feed-list { list-style: none; }
.hub-feed-item { padding: 20px 0; border-bottom: 1px solid var(--rule); align-items: start; }
.hub-feed-item.has-thumb { display: grid; grid-template-columns: 140px 1fr; gap: 20px; }
.hub-feed-item:first-child { padding-top: 0; }
.hub-feed-item a { text-decoration: none; }
.hub-feed-item img { width: 140px; height: 90px; object-fit: cover; filter: grayscale(30%) sepia(15%) saturate(80%); transition: filter 0.4s; }
.hub-feed-item:hover img { filter: grayscale(10%) sepia(5%) saturate(90%); }
.hub-feed-item h3 { font-family: 'Cormorant', serif; font-size: 21px; font-weight: 600; color: var(--heading); line-height: 1.28; transition: color 0.25s; margin-bottom: 4px; }
.hub-feed-item:hover h3 { color: var(--gold); }
.hub-feed-item .excerpt { font-family: 'Crimson Pro', serif; font-size: 15.5px; line-height: 1.55; color: var(--text-muted); }
.hub-feed-item .meta { font-family: 'Source Sans 3', sans-serif; font-size: 11.5px; font-weight: 500; letter-spacing: 1px; color: var(--text-muted); margin-top: 6px; }
.hub-view-all { display: inline-block; margin-top: 24px; font-family: 'Source Sans 3', sans-serif; font-size: 12.5px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-text); text-decoration: none; transition: color 0.25s; }
.hub-view-all:hover { color: var(--heading); }

/* ===== DIRECTOR PROFILE ===== */
.profile-layout { max-width: var(--content-width); margin: 0 auto; padding: 40px 24px 0; display: grid; grid-template-columns: 280px 1fr; gap: 48px; align-items: start; }
.profile-sidebar { position: sticky; top: 32px; padding-bottom: 40px; }
.profile-sidebar .profile-photo img { width: 100%; max-width: 240px; height: auto; object-fit: cover; margin-bottom: 20px; filter: grayscale(30%) brightness(0.95) sepia(15%) saturate(80%); }
.profile-sidebar .kicker { margin-bottom: 8px; }
.profile-name { font-family: 'Cormorant', serif; font-size: 26px; font-weight: 700; color: var(--heading); line-height: 1.15; margin-bottom: 6px; }
.profile-sub { font-family: 'Crimson Pro', serif; font-style: italic; font-size: 16px; color: var(--text-muted); margin-bottom: 16px; line-height: 1.5; }
.profile-creds { font-family: 'Source Sans 3', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-text); margin-bottom: 20px; line-height: 2.2; }
.profile-cta-row { display: flex; flex-direction: column; gap: 10px; }
.profile-cta-row .cta-btn { text-align: center; font-size: 10.5px; padding: 10px 20px; }

.profile-main { padding-top: 0; }
.profile-main .article-body { max-width: none; padding: 0; margin: 0; }

.profile-cta-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); margin-top: 36px; }
.profile-cta-block { padding: 36px 0; text-align: center; }
.profile-cta-block:first-child { border-right: 1px solid var(--rule); padding-right: 24px; }
.profile-cta-block:last-child { padding-left: 24px; }
.profile-cta-block h3 { font-family: 'Cormorant', serif; font-size: 24px; font-weight: 600; color: var(--heading); margin-bottom: 6px; }
.profile-cta-block p { font-family: 'Crimson Pro', serif; font-size: 15.5px; color: var(--text-muted); margin-bottom: 16px; }

/* ===== 404 & SEARCH ===== */
.page-404, .search-results-page { max-width: var(--content-width); margin: 0 auto; padding: 60px 24px; text-align: center; }
.page-404 h1, .search-results-page h1 { font-family: 'Cormorant', serif; font-size: 36px; font-weight: 600; color: var(--heading); margin-bottom: 12px; }
.page-404 p, .search-results-page p { font-family: 'Crimson Pro', serif; font-size: 18.5px; color: var(--text-muted); margin-bottom: 24px; }
.search-form { display: inline-flex; gap: 0; }
.search-form input[type="search"] { font-family: 'Crimson Pro', serif; font-size: 15.5px; padding: 10px 16px; border: 1.5px solid var(--rule); border-right: none; background: var(--paper); color: var(--text); width: 300px; outline: none; }
.search-form input[type="search"]:focus { border-color: var(--gold); }
.search-form button { font-family: 'Source Sans 3', sans-serif; font-size: 11.5px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 10px 20px; background: var(--gold); color: var(--paper); border: 1.5px solid var(--gold); cursor: pointer; }

/* Archive page */
.archive-header { max-width: var(--content-width); margin: 0 auto; padding: 36px 24px 24px; border-bottom: 1px solid var(--rule); }
.archive-header h1 { font-family: 'Cormorant', serif; font-size: 32px; font-weight: 600; color: var(--heading); }
.archive-list { max-width: var(--content-width); margin: 0 auto; padding: 0 24px 40px; list-style: none; }

/* Pagination */
.pagination { max-width: var(--content-width); margin: 0 auto; padding: 24px; text-align: center; }
.pagination a, .pagination span { font-family: 'Source Sans 3', sans-serif; font-size: 13.5px; font-weight: 600; letter-spacing: 1px; color: var(--text-muted); text-decoration: none; padding: 8px 14px; border: 1px solid var(--rule); margin: 0 4px; transition: all 0.25s; }
.pagination a:hover { border-color: var(--gold); color: var(--gold); }
.pagination .current { background: var(--gold); color: var(--paper); border-color: var(--gold); }

/* ===== ANIMATIONS ===== */
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.hero, .hub-hero, .profile-layout, .article-layout { animation: fadeUp 0.6s ease-out; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .main-nav { justify-content: center; }
  .nav-spacer { display: none; }
  .nav-cta { margin-left: 0; padding: 12px 16px; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .article-card:nth-child(2) { border-right: none; }
  .article-card:nth-child(3) { padding-left: 0; border-top: 1px solid var(--rule); padding-top: 20px; }
  .hub-grid { grid-template-columns: repeat(2, 1fr); }
  .hub-card:nth-child(2n) { border-right: none; }
  .hub-card .hub-img { display: none; }
  .about-inner { grid-template-columns: 1fr; }
  .about-photo { border-right: none; padding: 28px 0 0; }
  .about-photo img { height: 180px; }
  .about-text { padding: 20px 0 28px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-sidebar { padding-top: 24px; border-top: 1px solid var(--rule); }
  .profile-layout { grid-template-columns: 1fr; gap: 0; }
  .profile-sidebar { position: static; padding: 0 0 28px; border-bottom: 1px solid var(--rule); margin-bottom: 28px; }
  .profile-sidebar .profile-photo img { max-width: 160px; }
  .profile-cta-row { flex-direction: row; }
  .profile-cta-strip { grid-template-columns: 1fr; }
  .profile-cta-block:first-child { border-right: none; border-bottom: 1px solid var(--rule); }
  .hub-feed-item.has-thumb { grid-template-columns: 1fr; }
  .hub-feed-item.has-thumb img { width: 100%; height: 140px; }
  .social-proof-inner { flex-wrap: wrap; gap: 12px; }
  .cta-strip { grid-template-columns: 1fr; }
  .cta-block:first-child { border-right: none; border-bottom: 1px solid var(--rule); }
}
@media (max-width: 600px) {
  .main-nav .menu li a { padding: 9px 10px; font-size: 12.5px; letter-spacing: 1.5px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card { border-right: none !important; border-bottom: 1px solid var(--rule); padding: 16px 0 !important; }
  .article-card:last-child { border-bottom: none; }
  .hub-grid { grid-template-columns: 1fr; }
  .hub-card { border-right: none !important; }
  .skills-matrix { grid-template-columns: 1fr; }
  .skill-card { border-right: none !important; }
  .newsletter-form { flex-direction: column; width: 100%; max-width: 300px; margin: 0 auto; }
  .newsletter-form input[type="email"] { border-right: 1.5px solid var(--rule); width: 100%; }
  .social-proof .proof-divider { display: none; }
  .social-proof-inner { flex-direction: column; gap: 8px; }
}

/* ===== WORDPRESS SPECIFICS ===== */
.wp-block-image { margin: 24px 0; }
.wp-block-image img { filter: grayscale(30%) brightness(0.95) sepia(15%) saturate(80%); }
.aligncenter { text-align: center; }
.screen-reader-text { clip: rect(1px,1px,1px,1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
.wp-caption-text { font-family: 'Source Sans 3', sans-serif; font-size: 13.5px; color: var(--text-muted); margin-top: 6px; }

/* Comments */
.comments-section { max-width: var(--content-width); margin: 0 auto; padding: 32px 24px; }
.comments-section h3 { font-family: 'Cormorant', serif; font-size: 24px; font-weight: 600; color: var(--heading); margin-bottom: 20px; }
.comment-list { list-style: none; }
.comment { padding: 16px 0; border-bottom: 1px solid var(--rule); }
.comment-author { font-family: 'Source Sans 3', sans-serif; font-size: 13.5px; font-weight: 700; color: var(--text); }
.comment-date { font-family: 'Source Sans 3', sans-serif; font-size: 11.5px; color: var(--text-muted); }
.comment-content p { font-size: 15px; margin-top: 6px; }
.comment-respond label { font-family: 'Source Sans 3', sans-serif; font-size: 13.5px; font-weight: 600; color: var(--text-muted); display: block; margin-bottom: 4px; }
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea { font-family: 'Crimson Pro', serif; font-size: 15px; padding: 10px 14px; border: 1.5px solid var(--rule); background: var(--paper); color: var(--text); width: 100%; max-width: 480px; outline: none; margin-bottom: 12px; }
.comment-respond textarea { height: 120px; resize: vertical; }
.comment-respond input:focus, .comment-respond textarea:focus { border-color: var(--gold); }
.comment-respond input[type="submit"] { font-family: 'Source Sans 3', sans-serif; font-size: 11.5px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; padding: 11px 28px; background: var(--gold); color: var(--paper); border: 1.5px solid var(--gold); cursor: pointer; }

/* Contact Form */
.contact-form { max-width: 380px; margin: 0 auto; text-align: left; }
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea { width: 100%; font-family: 'Source Sans 3', sans-serif; font-size: 14px; padding: 10px 14px; margin-bottom: 10px; border: 1px solid var(--rule); background: var(--paper); color: var(--heading); }
.contact-form input:focus,
.contact-form textarea:focus { outline: none; border-color: var(--gold); }
.contact-form textarea { resize: vertical; }
.contact-form .cta-btn { width: 100%; text-align: center; cursor: pointer; }
.contact-form .cta-btn:disabled { opacity: 0.6; cursor: not-allowed; }


/* Snippet posts */
.snippet-source { font-family: 'Source Sans 3', sans-serif; font-size: 12px; color: var(--text-muted); margin-top: 4px; }
