/*
Theme Name: Jahiem Wilcher
Theme URI: https://jahiemwilcher.com
Author: Jahiem Wilcher
Description: Custom personal blog theme for Jahiem Wilcher - Scholar, Speaker, Georgetown University
Version: 2.0
*/

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

:root {
  --navy: #0a1f3d;
  --navy-mid: #1a3a5c;
  --navy-light: #8fa8c8;
  --blue-light: #B5D4F4;
  --gold: #c9a84c;
  --gold-light: #f0e6c8;
  --cream: #f4f6f9;
  --white: #ffffff;
  --text-dark: #1a1a1a;
  --text-mid: #555;
  --text-light: #888;
  --border: #e8e8e8;
  --border-light: #e0e8f0;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Montserrat', sans-serif; font-weight: 300; color: var(--text-dark); background: var(--white); line-height: 1.7; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }

/* TOPBAR */
.site-topbar { background: var(--navy); padding: 10px 40px; text-align: center; }
.site-topbar span { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); }

/* NAVIGATION */
.site-header { padding: 22px 48px; display: flex; justify-content: space-between; align-items: center; background: var(--white); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.site-logo { font-family: 'Playfair Display', serif; font-size: 28px; color: var(--navy); letter-spacing: 2px; font-weight: 700; }
.site-logo span { color: var(--gold); }
.site-nav { display: flex; gap: 32px; }
.site-nav a { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--text-light); font-weight: 500; transition: color 0.2s; }
.site-nav a:hover { color: var(--navy); }
.site-nav-social { display: flex; gap: 16px; }
.site-nav-social a { color: var(--gold); font-size: 17px; }

/* HERO */
.hero { display: grid; grid-template-columns: 55% 45%; min-height: 700px; }
.hero-photo { overflow: hidden; }
.hero-photo img { width: 100%; height: 700px; object-fit: cover; object-position: center top; display: block; }
.hero-content { background: var(--navy); padding: 72px 52px; display: flex; flex-direction: column; justify-content: center; }
.hero-rule { width: 40px; height: 1px; background: var(--gold); margin-bottom: 28px; }
.hero-eyebrow { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.hero-name { font-family: 'Playfair Display', serif; font-size: 52px; color: var(--white); line-height: 1.1; margin-bottom: 4px; font-weight: 700; }
.hero-name span { font-style: italic; color: var(--gold); }
.hero-divider { width: 48px; height: 1px; background: var(--gold); margin: 24px 0; }
.hero-tagline { font-size: 11px; letter-spacing: 2px; color: var(--blue-light); line-height: 1.9; margin-bottom: 12px; text-transform: uppercase; }
.hero-body { font-size: 14px; color: var(--navy-light); line-height: 1.9; margin-bottom: 36px; }
.btn-gold { display: inline-block; background: transparent; border: 1px solid var(--gold); color: var(--gold); padding: 14px 32px; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-weight: 500; cursor: pointer; transition: all 0.2s; }
.btn-gold:hover { background: var(--gold); color: var(--navy); }

/* ABOUT BAND */
.about-band { display: grid; grid-template-columns: 45% 55%; border-bottom: 1px solid var(--border); }
.about-photo { overflow: hidden; }
.about-photo img { width: 100%; height: 520px; object-fit: cover; object-position: center top; display: block; }
.about-content { padding: 72px 56px; display: flex; flex-direction: column; justify-content: center; background: var(--white); }
.about-rule { width: 40px; height: 1px; background: var(--gold); margin-bottom: 24px; }
.about-eyebrow { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.about-title { font-family: 'Playfair Display', serif; font-size: 38px; color: var(--navy); line-height: 1.2; margin-bottom: 20px; font-weight: 700; }
.about-title em { font-style: italic; color: var(--gold); }
.about-body { font-size: 14px; color: var(--text-mid); line-height: 1.9; margin-bottom: 28px; }
.read-more { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--navy); border-bottom: 1px solid var(--gold); padding-bottom: 4px; font-weight: 500; display: inline-block; }

/* SPEAKING FEATURE */
.speaking-feature { display: grid; grid-template-columns: 55% 45%; border-bottom: 1px solid var(--border); }
.speaking-photo { overflow: hidden; }
.speaking-photo img { width: 100%; height: 520px; object-fit: cover; object-position: center 30%; display: block; }
.speaking-content { padding: 72px 56px; display: flex; flex-direction: column; justify-content: center; background: var(--cream); }
.speaking-rule { width: 40px; height: 1px; background: var(--gold); margin-bottom: 24px; }
.speaking-eyebrow { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.speaking-title { font-family: 'Playfair Display', serif; font-size: 38px; color: var(--navy); line-height: 1.2; margin-bottom: 20px; font-weight: 700; }
.speaking-title em { font-style: italic; color: var(--gold); }
.speaking-body { font-size: 14px; color: var(--text-mid); line-height: 1.9; margin-bottom: 28px; }

/* BLOG SECTION */
.blog-section { background: var(--white); }
.section-header { text-align: center; padding: 64px 40px 36px; }
.section-rule { width: 40px; height: 1px; background: var(--gold); margin: 0 auto 24px; }
.section-eyebrow { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.section-title { font-family: 'Playfair Display', serif; font-size: 34px; color: var(--navy); font-weight: 700; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.blog-card { border-right: 1px solid var(--border); overflow: hidden; }
.blog-card:last-child { border-right: none; }
.blog-card-img { overflow: hidden; }
.blog-card-img img { width: 100%; height: 220px; object-fit: cover; object-position: center top; display: block; transition: transform 0.4s; }
.blog-card:hover .blog-card-img img { transform: scale(1.04); }
.blog-card-body { padding: 28px 24px 32px; }
.blog-tag { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; font-weight: 500; }
.blog-card-title { font-family: 'Playfair Display', serif; font-size: 19px; color: var(--navy); line-height: 1.4; margin-bottom: 12px; }
.blog-card-date { font-size: 11px; color: #aaa; letter-spacing: 1px; }

/* QUOTE BAND */
.quote-band { background: var(--navy); padding: 72px 100px; text-align: center; }
.quote-icon { font-size: 48px; color: var(--gold); font-family: 'Playfair Display', serif; line-height: 1; margin-bottom: 20px; }
.quote-text { font-family: 'Playfair Display', serif; font-size: 28px; color: var(--white); font-style: italic; line-height: 1.6; margin-bottom: 20px; }
.quote-line { width: 40px; height: 1px; background: var(--gold); margin: 0 auto 16px; }
.quote-attr { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); }

/* NEWSLETTER */
.newsletter-band { background: var(--cream); padding: 64px 40px; text-align: center; border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); }
.newsletter-eyebrow { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.newsletter-title { font-family: 'Playfair Display', serif; font-size: 36px; color: var(--navy); font-weight: 700; margin-bottom: 10px; }
.newsletter-sub { font-size: 14px; color: #666; margin-bottom: 32px; line-height: 1.7; }
.newsletter-form { display: flex; justify-content: center; max-width: 460px; margin: 0 auto; border: 1px solid var(--navy); }
.newsletter-input { flex: 1; padding: 14px 20px; border: none; font-size: 13px; font-family: 'Montserrat', sans-serif; outline: none; background: var(--white); }
.newsletter-btn { background: var(--navy); color: var(--gold); border: none; padding: 14px 28px; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; cursor: pointer; font-family: 'Montserrat', sans-serif; font-weight: 500; }

/* ABOUT PAGE */
.page-hero { background: var(--navy); padding: 80px 48px; text-align: center; }
.page-hero-rule { width: 40px; height: 1px; background: var(--gold); margin: 0 auto 24px; }
.page-hero-eyebrow { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.page-hero-title { font-family: 'Playfair Display', serif; font-size: 52px; color: var(--white); font-weight: 700; margin-bottom: 8px; }
.page-hero-title span { font-style: italic; color: var(--gold); }
.page-hero-sub { font-size: 11px; color: var(--navy-light); letter-spacing: 3px; text-transform: uppercase; }
.intro-band { display: grid; grid-template-columns: 1fr 1fr; min-height: 580px; }
.intro-photo { overflow: hidden; }
.intro-photo img { width: 100%; height: 580px; object-fit: cover; object-position: center top; display: block; }
.intro-content { padding: 72px 56px; display: flex; flex-direction: column; justify-content: center; background: var(--cream); }
.section-body { font-size: 14px; color: var(--text-mid); line-height: 1.9; margin-bottom: 20px; }
.story-band { padding: 80px 48px; background: var(--white); }
.story-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.story-rule { width: 40px; height: 1px; background: var(--gold); margin: 0 auto 24px; }
.story-title { font-family: 'Playfair Display', serif; font-size: 36px; color: var(--navy); font-weight: 700; margin-bottom: 32px; }
.story-body { font-size: 15px; color: var(--text-mid); line-height: 2; margin-bottom: 20px; text-align: left; }
.values-band { background: var(--navy); padding: 80px 48px; }
.values-header { text-align: center; margin-bottom: 48px; }
.values-eyebrow { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.values-title { font-family: 'Playfair Display', serif; font-size: 34px; color: var(--white); font-weight: 700; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--navy-mid); }
.value-item { background: var(--navy); padding: 40px 32px; text-align: center; }
.value-num { font-family: 'Playfair Display', serif; font-size: 40px; color: var(--gold); font-weight: 700; margin-bottom: 12px; }
.value-title { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--white); margin-bottom: 12px; font-weight: 500; }
.value-body { font-size: 13px; color: var(--navy-light); line-height: 1.8; }
.photo-trio { display: grid; grid-template-columns: repeat(3, 1fr); }
.photo-trio-item { overflow: hidden; }
.photo-trio-item img { width: 100%; height: 420px; object-fit: cover; object-position: center 20%; display: block; }
.cta-band { background: var(--cream); padding: 72px 48px; text-align: center; border-top: 1px solid var(--border-light); }
.cta-rule { width: 40px; height: 1px; background: var(--gold); margin: 0 auto 24px; }
.cta-eyebrow { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.cta-title { font-family: 'Playfair Display', serif; font-size: 36px; color: var(--navy); font-weight: 700; margin-bottom: 12px; }
.cta-body { font-size: 14px; color: #666; margin-bottom: 32px; line-height: 1.8; }
.btn-navy { display: inline-block; background: var(--navy); color: var(--gold); padding: 14px 36px; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-weight: 500; cursor: pointer; border: none; }

/* SINGLE POST */
.post-header { text-align: center; padding: 64px 40px 40px; max-width: 760px; margin: 0 auto; }
.post-tag { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; font-weight: 500; }
.post-title { font-family: 'Playfair Display', serif; font-size: 44px; color: var(--navy); line-height: 1.2; margin-bottom: 16px; font-weight: 700; }
.post-meta { font-size: 12px; color: #aaa; letter-spacing: 1px; }
.post-featured-img { width: 100%; max-height: 500px; object-fit: cover; margin-bottom: 48px; }
.post-content { max-width: 720px; margin: 0 auto; padding: 0 40px 80px; font-size: 16px; color: var(--text-mid); line-height: 1.9; }
.post-content h2 { font-family: 'Playfair Display', serif; font-size: 28px; color: var(--navy); margin: 40px 0 16px; font-weight: 700; }
.post-content p { margin-bottom: 20px; }

/* FOOTER */
.site-footer { padding: 28px 48px; display: flex; justify-content: space-between; align-items: center; background: var(--navy); }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 22px; color: var(--white); font-weight: 700; }
.footer-logo span { color: var(--gold); font-style: italic; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--navy-light); transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
.footer-copy { font-size: 10px; color: var(--navy-light); letter-spacing: 1px; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero, .about-band, .speaking-feature, .intro-band { grid-template-columns: 1fr; }
  .hero-photo img, .intro-photo img { height: 350px; }
  .blog-grid, .values-grid, .photo-trio { grid-template-columns: 1fr; }
  .site-header { flex-wrap: wrap; gap: 12px; padding: 16px 20px; }
  .quote-band { padding: 48px 24px; }
  .site-footer { flex-direction: column; gap: 16px; text-align: center; }
}

/* NAV CENTERED FIX */
.site-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 22px 48px;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-logo {
  grid-column: 2;
  text-align: center;
}
.site-nav-social {
  grid-column: 1;
  display: flex;
  gap: 16px;
  justify-content: flex-start;
}
.site-nav {
  grid-column: 3;
  display: flex;
  gap: 32px;
  justify-content: flex-end;
}

/* PHOTO DISPLAY FIXES */
.hero-photo img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: center 15%;
  display: block;
}
.about-photo img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center 10%;
  display: block;
}
.speaking-photo img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center 25%;
  display: block;
}
.intro-photo img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  object-position: center 15%;
  display: block;
}
.photo-trio-item img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

/* CONTACT PAGE */
.contact-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 600px;
  border-bottom: 1px solid var(--border);
}
.contact-left {
  padding: 72px 56px;
  background: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-title {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
}
.contact-title em { font-style: italic; color: var(--gold); }
.contact-body { font-size: 14px; color: var(--text-mid); line-height: 1.9; margin-bottom: 32px; }
.contact-details { margin-bottom: 32px; }
.contact-detail-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 13px;
  color: var(--text-mid);
}
.contact-detail-item i { font-size: 18px; color: var(--gold); }
.contact-social { display: flex; gap: 12px; }
.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--navy);
  color: var(--navy);
  padding: 10px 20px;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.2s;
}
.social-btn:hover { background: var(--navy); color: var(--gold); }
.contact-right {
  padding: 72px 56px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-form { width: 100%; }
.form-group { margin-bottom: 20px; }
.form-label {
  display: block;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 500;
  margin-bottom: 8px;
}
.form-input {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid var(--border);
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  outline: none;
  background: var(--white);
  transition: border 0.2s;
}
.form-input:focus { border-color: var(--navy); }
.form-textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid var(--border);
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  outline: none;
  background: var(--white);
  resize: vertical;
  transition: border 0.2s;
}
.form-textarea:focus { border-color: var(--navy); }

/* BLOG ARCHIVE PAGE */
.blog-archive-header {
  background: var(--navy);
  padding: 64px 48px;
  text-align: center;
}
.blog-archive-rule { width: 40px; height: 1px; background: var(--gold); margin: 0 auto 24px; }
.blog-archive-eyebrow { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.blog-archive-title { font-family: 'Playfair Display', serif; font-size: 48px; color: var(--white); font-weight: 700; }
.blog-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-bottom: 60px;
}

/* PAGINATION */
.nav-links { display: flex; justify-content: center; gap: 8px; padding: 40px; }
.page-numbers {
  padding: 10px 16px;
  border: 1px solid var(--border);
  font-size: 12px;
  color: var(--navy);
  font-family: 'Montserrat', sans-serif;
}
.page-numbers.current { background: var(--navy); color: var(--gold); border-color: var(--navy); }

@media (max-width: 768px) {
  .site-header { grid-template-columns: 1fr; gap: 12px; padding: 16px 20px; }
  .site-logo { grid-column: 1; }
  .site-nav-social { grid-column: 1; }
  .site-nav { grid-column: 1; justify-content: center; flex-wrap: wrap; gap: 16px; }
  .contact-band { grid-template-columns: 1fr; }
  .hero, .about-band, .speaking-feature, .intro-band { grid-template-columns: 1fr; }
  .blog-grid, .blog-archive-grid, .values-grid, .photo-trio { grid-template-columns: 1fr; }
}

/* SPLIT FEATURE — 4 column grid: photo | text | text | photo */
.split-feature {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  min-height: 520px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.split-feature-photo { overflow: hidden; }
.split-feature-photo img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center 25%;
  display: block;
}
.split-feature-content {
  padding: 56px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.left-content { background: var(--white); border-right: 1px solid var(--border); }
.right-content { background: var(--cream); border-right: 1px solid var(--border); }

/* BLOG CARDS TEXT ONLY — no image */
.blog-grid-text {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.blog-card-text {
  border-right: 1px solid var(--border);
  padding: 0;
}
.blog-card-text:last-child { border-right: none; }
.blog-card-text .blog-card-body {
  padding: 40px 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-card-text .blog-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: var(--navy);
  line-height: 1.35;
  margin-bottom: 16px;
  font-weight: 700;
}
.blog-card-text .blog-card-title a { color: var(--navy); }
.blog-card-text .blog-card-title a:hover { color: var(--gold); }
.blog-card-excerpt {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 20px;
  flex: 1;
}
.blog-card-text .blog-card-date {
  font-size: 11px;
  color: #aaa;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-top: 1px solid var(--border);
  padding-top: 16px;
  margin-top: auto;
}

@media (max-width: 768px) {
  .split-feature { grid-template-columns: 1fr; }
  .split-feature-photo img { height: 300px; }
  .blog-grid-text { grid-template-columns: 1fr; }
  .blog-card-text { border-right: none; border-bottom: 1px solid var(--border); }
}
