/* ============================================================
   THE TRANSFORMATION PATH — ELEMENTOR CSS
Paste this entire block into:
   WordPress Dashboard → Appearance → Customize → Additional CSS
   ============================================================ */

:root {
  --ink:      #0f1a24;
  --deep:     #152030;
  --navy:     #1e2f42;
  --slate:    #2e4057;
  --gold:     #c4984a;
  --gold-lt:  #d4ab68;
  --gold-dim: #8a6930;
  --cream:    #f5efe4;
  --warm:     #ede4d4;
  --mist:     #c8bfb0;
  --dim:      #7a7060;
  --white:    #faf7f2;
  --ff-head:  'Playfair Display', Georgia, serif;
  --ff-body:  'Crimson Pro', Georgia, serif;
  --ff-sub:   'Cormorant Garamond', Georgia, serif;
}

/* Reset & base */
.elementor-canvas body,
.tp-page { font-family: var(--ff-body); background: var(--ink); color: var(--cream); -webkit-font-smoothing: antialiased; }
.elementor-canvas .elementor-section { margin: 0 !important; padding: 0 !important; }
.elementor-canvas .elementor-column-wrap { padding: 0 !important; }
.elementor-canvas .elementor-widget-wrap { padding: 0 !important; }
.elementor-canvas .elementor-widget-html { width: 100%; }

/* ============================================================
   SMITHFORCHRIST — POST THEME v3 (Astra-specific full coverage)
   ============================================================ */

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

html body.single-post,
html body.single-post #page,
html body.single-post #content,
html body.single-post #primary,
html body.single-post main#main,
html body.single-post .ast-container,
html body.single-post .ast-row,
html body.single-post .site-content,
html body.single-post .content-area,
html body.single-post .ast-separate-container,
html body.single-post .ast-separate-container #primary,
html body.single-post .ast-separate-container .site-content,
html body.single-post .ast-narrow-container,
html body.single-post .ast-page-builder-template,
html body.single-post .ast-full-width-layout,
html body.single-post #ast-main-content {
  background-color: #0d1b2a !important;
  color: rgba(255,255,255,0.85) !important;
}

html body.single-post {
  font-family: 'Lato', sans-serif !important;
  background-color: #0d1b2a !important;
}

html body.single-post #masthead,
html body.single-post .site-header,
html body.single-post .main-header-bar,
html body.single-post .ast-desktop-header,
html body.single-post .ast-primary-header-bar {
  background-color: #091420 !important;
  border-bottom: 1px solid rgba(200,151,58,0.3) !important;
}

html body.single-post .site-title a,
html body.single-post .ast-site-name-link { color: #e0b060 !important; }

html body.single-post .main-header-menu .menu-item a,
html body.single-post .main-navigation .menu-item a { color: rgba(255,255,255,0.65) !important; }

html body.single-post .ast-separate-container .ast-article-post,
html body.single-post article.post,
html body.single-post .hentry,
html body.single-post .type-post {
  background-color: #132333 !important;
  border: 1px solid rgba(200,151,58,0.2) !important;
  border-radius: 4px !important;
  box-shadow: 0 8px 40px rgba(0,0,0,0.4) !important;
  padding: 2.5rem !important;
}

html body.single-post h1.entry-title,
html body.single-post .entry-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(1.9rem, 4vw, 2.9rem) !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
  border-bottom: 2px solid rgba(200,151,58,0.5) !important;
  padding-bottom: 1rem !important;
  margin-bottom: 0.75rem !important;
}

html body.single-post .entry-meta,
html body.single-post .entry-meta *,
html body.single-post .ast-post-format-content,
html body.single-post .post-meta,
html body.single-post span.posted-on,
html body.single-post span.byline,
html body.single-post span.cat-links {
  color: rgba(200,151,58,0.8) !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

html body.single-post .entry-content,
html body.single-post .entry-content p {
  color: rgba(255,255,255,0.85) !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.9 !important;
}

html body.single-post .entry-content h1,
html body.single-post .entry-content h2 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(1.4rem, 3vw, 2rem) !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  border-left: 3px solid #c8973a !important;
  padding-left: 1rem !important;
  margin-top: 2.5rem !important;
  margin-bottom: 0.75rem !important;
}

html body.single-post .entry-content h3,
html body.single-post .entry-content h4,
html body.single-post .entry-content h5,
html body.single-post .entry-content h6 {
  font-family: 'Cormorant Garamond', serif !important;
  color: #e0b060 !important;
  font-weight: 500 !important;
  margin-top: 1.75rem !important;
}

html body.single-post .entry-content blockquote {
  border-left: 3px solid #c8973a !important;
  background: rgba(200,151,58,0.07) !important;
  padding: 1.1rem 1.5rem !important;
  margin: 1.75rem 0 !important;
  border-radius: 0 3px 3px 0 !important;
}

html body.single-post .entry-content blockquote,
html body.single-post .entry-content blockquote p {
  font-family: 'Cormorant Garamond', serif !important;
  font-style: italic !important;
  font-size: 1.2rem !important;
  color: #e0b060 !important;
}

html body.single-post .entry-content strong { color: #ffffff !important; }
html body.single-post .entry-content em { color: #e0b060 !important; }

html body.single-post .entry-content a { color: #c8973a !important; }
html body.single-post .entry-content a:hover { color: #e0b060 !important; }

html body.single-post .entry-content ul li,
html body.single-post .entry-content ol li {
  color: rgba(255,255,255,0.85) !important;
  line-height: 1.8 !important;
}

html body.single-post .entry-content hr { border-color: rgba(200,151,58,0.25) !important; }

html body.single-post .entry-footer,
html body.single-post .entry-footer a,
html body.single-post .ast-article-post .entry-footer {
  color: rgba(200,151,58,0.65) !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  border-top: 1px solid rgba(200,151,58,0.2) !important;
  padding-top: 1.25rem !important;
  margin-top: 2rem !important;
}

html body.single-post .post-navigation,
html body.single-post .ast-separate-container .post-navigation {
  background: rgba(9,20,32,0.6) !important;
  border: 1px solid rgba(200,151,58,0.18) !important;
  border-radius: 3px !important;
  padding: 1.25rem !important;
}

html body.single-post .post-navigation a,
html body.single-post .nav-links a {
  color: #c8973a !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

html body.single-post #secondary,
html body.single-post .widget-area {
  background: #132333 !important;
  padding: 1.5rem !important;
  border-radius: 3px !important;
  border: 1px solid rgba(200,151,58,0.15) !important;
}

html body.single-post .widget-title {
  font-family: 'Cormorant Garamond', serif !important;
  color: #c8973a !important;
  border-bottom: 1px solid rgba(200,151,58,0.25) !important;
  padding-bottom: 0.5rem !important;
}

html body.single-post .widget a { color: rgba(255,255,255,0.7) !important; }
html body.single-post .widget a:hover { color: #e0b060 !important; }

html body.single-post #comments {
  background: #132333 !important;
  border: 1px solid rgba(200,151,58,0.18) !important;
  border-radius: 4px !important;
  padding: 2rem !important;
  margin-top: 2rem !important;
}

html body.single-post .comments-title,
html body.single-post .comment-reply-title {
  font-family: 'Cormorant Garamond', serif !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  border-bottom: 1px solid rgba(200,151,58,0.2) !important;
  padding-bottom: 0.75rem !important;
}

html body.single-post .comment-author .fn { color: #e0b060 !important; }
html body.single-post .comment-content p { color: rgba(255,255,255,0.75) !important; }

html body.single-post #submit,
html body.single-post .comment-form input[type="submit"] {
  background: #c8973a !important;
  color: #0d1b2a !important;
  border: none !important;
  padding: 0.65rem 1.5rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  font-size: 0.76rem !important;
  border-radius: 2px !important;
  cursor: pointer !important;
}

html body.single-post #submit:hover { background: #e0b060 !important; }

html body.single-post footer#colophon,
html body.single-post .site-footer {
  background: #060f18 !important;
  border-top: 1px solid rgba(200,151,58,0.2) !important;
  color: rgba(255,255,255,0.35) !important;
}

html body.single-post .site-footer a { color: rgba(200,151,58,0.6) !important; }

/* ============================================================
   ELITE PAGES — Living in the Light Series (.sfc-page scope)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,400;1,9..144,500;1,9..144,600&family=Crimson+Pro:ital,wght@0,300;0,400;0,500;0,600;1,400;1,500&display=swap');

.sfc-page {
  --ink: #1F1612; --ink-soft: #2D211B; --cocoa: #4A352A;
  --brass: #B5894F; --brass-light: #D4AC74;
  --ember: #A0451F; --ember-bright: #B85728;
  --paper: #F4EAD3; --paper-soft: #F9F2E0; --cream: #FBF7E8;
  --muted: #6B5B4A; --rule: rgba(181, 137, 79, 0.32);
}
.sfc-page, .sfc-page * { box-sizing: border-box; }
.sfc-page { font-family: 'Crimson Pro', Georgia, serif; color: var(--ink); background: var(--cream); font-size: 19px; line-height: 1.65; font-weight: 400; -webkit-font-smoothing: antialiased; }

.sfc-page .sfc-nav { position: sticky; top: 0; z-index: 100; background: var(--ink); color: var(--paper); border-bottom: 1px solid var(--brass); }
.sfc-page .sfc-nav-inner { max-width: 1280px; margin: 0 auto; padding: 16px 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; position: relative; }
.sfc-page .sfc-brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.sfc-page .sfc-brand-mark { font-family: 'Fraunces', serif; font-size: 32px; font-weight: 600; color: var(--brass-light); letter-spacing: 0.02em; line-height: 1; }
.sfc-page .sfc-brand-name { display: flex; flex-direction: column; gap: 2px; font-family: 'Fraunces', serif; font-size: 10px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(212, 172, 116, 0.85); line-height: 1.3; }
.sfc-page .sfc-nav-links { display: flex; gap: 32px; list-style: none; margin: 0; padding: 0; }
.sfc-page .sfc-nav-links a { color: var(--paper); text-decoration: none; font-family: 'Fraunces', serif; font-size: 13px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 0; border-bottom: 1px solid transparent; transition: color 0.2s ease, border-color 0.2s ease; }
.sfc-page .sfc-nav-links a:hover { color: var(--brass-light); }
.sfc-page .sfc-nav-links a.active { color: var(--brass-light); border-bottom-color: var(--brass-light); }

.sfc-page .sfc-hero { background: var(--ink); color: var(--paper); padding: 140px 40px 120px; position: relative; overflow: hidden; text-align: center; }
.sfc-page .sfc-hero::before { content: ''; position: absolute; bottom: -200px; left: 50%; transform: translateX(-50%); width: 800px; height: 400px; background: radial-gradient(ellipse at center, rgba(181, 137, 79, 0.18) 0%, transparent 70%); pointer-events: none; }
.sfc-page .sfc-hero-inner { position: relative; z-index: 2; max-width: 880px; margin: 0 auto; }
.sfc-page .sfc-hero-overline { font-family: 'Fraunces', serif; font-size: 12px; font-weight: 600; letter-spacing: 0.36em; text-transform: uppercase; color: var(--brass-light); margin-bottom: 40px; }
.sfc-page .sfc-ornament { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 40px; }
.sfc-page .sfc-ornament::before, .sfc-page .sfc-ornament::after { content: ''; height: 1px; width: 60px; background: linear-gradient(to right, transparent, var(--brass), transparent); }
.sfc-page .sfc-ornament-mark { width: 8px; height: 8px; background: var(--brass); transform: rotate(45deg); display: inline-block; }
.sfc-page .sfc-hero h1 { font-family: 'Fraunces', serif; font-weight: 400; font-size: clamp(48px, 7vw, 88px); line-height: 1.02; letter-spacing: -0.02em; color: var(--paper); margin: 0 0 36px 0; }
.sfc-page .sfc-hero h1 em { font-style: italic; font-weight: 400; color: var(--brass-light); }
.sfc-page .sfc-hero-sub { font-family: 'Crimson Pro', serif; font-style: italic; font-size: clamp(20px, 2.2vw, 24px); font-weight: 400; line-height: 1.5; max-width: 600px; margin: 0 auto 48px; color: rgba(244, 234, 211, 0.78); }

.sfc-page .sfc-btn { display: inline-block; padding: 16px 38px; font-family: 'Fraunces', serif; font-size: 13px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: all 0.25s ease; border: 1px solid var(--brass); color: var(--brass-light); background: transparent; }
.sfc-page .sfc-btn:hover { background: var(--brass); color: var(--ink); }
.sfc-page .sfc-btn-primary { background: var(--brass); color: var(--ink); }
.sfc-page .sfc-btn-primary:hover { background: var(--brass-light); border-color: var(--brass-light); }
.sfc-page .sfc-btn-on-light { border-color: var(--ink); color: var(--ink); }
.sfc-page .sfc-btn-on-light:hover { background: var(--ink); color: var(--paper); }
.sfc-page .sfc-btn-ember { background: var(--ember); border-color: var(--ember); color: var(--paper); }
.sfc-page .sfc-btn-ember:hover { background: var(--ember-bright); border-color: var(--ember-bright); }
.sfc-page .sfc-text-link { font-family: 'Fraunces', serif; font-size: 13px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ember); text-decoration: none; border-bottom: 1px solid var(--ember); padding-bottom: 3px; display: inline-block; }

.sfc-page .sfc-dawn { height: 80px; background: linear-gradient(to bottom, var(--ink), var(--paper)); }

.sfc-page .sfc-block { padding: 120px 40px; }
.sfc-page .sfc-block.cream { background: var(--cream); }
.sfc-page .sfc-block.paper { background: var(--paper); }
.sfc-page .sfc-frame { max-width: 1180px; margin: 0 auto; }
.sfc-page .sfc-frame.medium { max-width: 920px; }
.sfc-page .sfc-frame.narrow { max-width: 760px; }
.sfc-page .sfc-overline { font-family: 'Fraunces', serif; font-size: 12px; font-weight: 600; letter-spacing: 0.36em; text-transform: uppercase; color: var(--ember); text-align: center; margin-bottom: 24px; }
.sfc-page .sfc-title { font-family: 'Fraunces', serif; font-weight: 400; font-size: clamp(40px, 5vw, 60px); line-height: 1.05; letter-spacing: -0.015em; color: var(--ink); text-align: center; margin: 0 0 24px 0; }
.sfc-page .sfc-title em { font-style: italic; color: var(--cocoa); }
.sfc-page .sfc-lead { font-family: 'Crimson Pro', serif; font-style: italic; font-size: 21px; line-height: 1.55; color: var(--cocoa); text-align: center; max-width: 640px; margin: 0 auto 80px; }

.sfc-page .sfc-block p { color: var(--ink); margin-bottom: 20px; }
.sfc-page .center { text-align: center; }
.sfc-page .sfc-prose { max-width: 680px; margin: 0 auto; }
.sfc-page .sfc-prose p { margin-bottom: 24px; font-size: 19px; line-height: 1.7; }
.sfc-page .sfc-prose p.lead { font-family: 'Fraunces', serif; font-style: italic; font-size: 26px; line-height: 1.4; color: var(--cocoa); margin-bottom: 28px; }
.sfc-page .sfc-prose h3 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 28px; line-height: 1.2; color: var(--ink); margin: 48px 0 16px; }

.sfc-page .sfc-stages { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; position: relative; margin-top: 24px; }
.sfc-page .sfc-stages::before { content: ''; position: absolute; top: 60px; left: 10%; right: 10%; height: 1px; background: linear-gradient(to right, var(--brass), var(--ember), var(--brass)); opacity: 0.5; }
.sfc-page .sfc-stage { text-align: center; padding: 0 20px; position: relative; }
.sfc-page .sfc-stage-num { width: 56px; height: 56px; margin: 0 auto 32px; display: flex; align-items: center; justify-content: center; background: var(--cream); border: 1px solid var(--brass); border-radius: 50%; font-family: 'Fraunces', serif; font-size: 22px; font-weight: 500; font-style: italic; color: var(--ember); position: relative; z-index: 2; }
.sfc-page .sfc-stages .sfc-stage:nth-child(1) .sfc-stage-num { background: var(--ink); color: var(--brass-light); }
.sfc-page .sfc-stages .sfc-stage:nth-child(5) .sfc-stage-num { background: var(--ember); color: var(--paper); border-color: var(--ember); }
.sfc-page .sfc-stage-name { font-family: 'Fraunces', serif; font-weight: 500; font-size: 20px; color: var(--ink); margin-bottom: 12px; }
.sfc-page .sfc-stage-essence { font-family: 'Crimson Pro', serif; font-style: italic; font-size: 15px; line-height: 1.5; color: var(--muted); margin: 0; }

.sfc-page .sfc-stage-detail { display: grid; grid-template-columns: 200px 1fr; gap: 48px; padding: 56px 0; border-top: 1px solid var(--rule); align-items: start; }
.sfc-page .sfc-stage-detail:last-child { border-bottom: 1px solid var(--rule); }
.sfc-page .sfc-stage-detail-num { font-family: 'Fraunces', serif; font-style: italic; font-size: 14px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ember); }
.sfc-page .sfc-stage-detail-num strong { display: block; font-style: normal; font-weight: 500; font-size: 56px; line-height: 1; color: var(--ink); letter-spacing: -0.02em; margin-top: 8px; }
.sfc-page .sfc-stage-detail-body h3 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 32px; color: var(--ink); margin-bottom: 16px; letter-spacing: -0.01em; }
.sfc-page .sfc-stage-detail-body p { font-size: 18px; line-height: 1.7; color: var(--cocoa); margin-bottom: 14px; }
.sfc-page .sfc-stage-detail-body p.essence { font-family: 'Fraunces', serif; font-style: italic; font-size: 22px; color: var(--ember); margin-bottom: 20px; }

.sfc-page .sfc-books { display: grid; grid-template-columns: 1fr; gap: 80px; max-width: 1080px; margin: 80px auto 0; }
.sfc-page .sfc-book-row { display: grid; grid-template-columns: 280px 1fr; gap: 64px; align-items: center; }
.sfc-page .sfc-book-row:nth-child(even) { grid-template-columns: 1fr 280px; }
.sfc-page .sfc-book-row:nth-child(even) .sfc-book-cover-wrap { order: 2; }
.sfc-page .sfc-book-row:nth-child(even) .sfc-book-detail { order: 1; text-align: right; }
.sfc-page .sfc-book-cover { aspect-ratio: 2 / 3; background: var(--ink); box-shadow: 0 18px 40px rgba(31, 22, 18, 0.25); overflow: hidden; }
.sfc-page .sfc-book-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sfc-page .sfc-book-row:nth-child(2) .sfc-book-cover { transform: rotate(0.8deg); }
.sfc-page .sfc-book-row:nth-child(3) .sfc-book-cover { transform: rotate(-0.6deg); }
.sfc-page .sfc-book-tag { font-family: 'Fraunces', serif; font-size: 11px; font-weight: 600; letter-spacing: 0.32em; text-transform: uppercase; color: var(--ember); margin-bottom: 16px; }
.sfc-page .sfc-book-title { font-family: 'Fraunces', serif; font-weight: 400; font-size: clamp(32px, 4vw, 44px); line-height: 1.05; color: var(--ink); margin: 0 0 16px 0; }
.sfc-page .sfc-book-title em { font-style: italic; }
.sfc-page .sfc-book-byline { font-family: 'Fraunces', serif; font-style: italic; font-size: 16px; color: var(--cocoa); margin-bottom: 20px; }
.sfc-page .sfc-book-blurb { font-family: 'Crimson Pro', serif; font-size: 18px; line-height: 1.65; color: var(--ink); margin-bottom: 24px; max-width: 540px; }
.sfc-page .sfc-book-row:nth-child(even) .sfc-book-blurb { margin-left: auto; }
.sfc-page .sfc-book-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.sfc-page .sfc-book-row:nth-child(even) .sfc-book-actions { justify-content: flex-end; }

.sfc-page .sfc-pull { font-family: 'Fraunces', serif; font-style: italic; font-weight: 300; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.25; color: var(--ink); margin: 0 0 48px 0; text-align: center; }
.sfc-page .sfc-pull::before { content: '"'; color: var(--brass); }
.sfc-page .sfc-pull::after { content: '"'; color: var(--brass); }
.sfc-page .sfc-pull-attr { font-family: 'Fraunces', serif; font-size: 13px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ember); margin-bottom: 32px; text-align: center; }

.sfc-page .sfc-chapter { background: var(--ink); color: var(--paper); padding: 120px 40px; position: relative; overflow: hidden; text-align: center; }
.sfc-page .sfc-chapter::before { content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 700px; height: 350px; background: radial-gradient(ellipse at center, rgba(160, 69, 31, 0.22) 0%, transparent 70%); pointer-events: none; }
.sfc-page .sfc-chapter-inner { position: relative; z-index: 2; max-width: 640px; margin: 0 auto; }
.sfc-page .sfc-chapter-overline { font-family: 'Fraunces', serif; font-size: 12px; font-weight: 600; letter-spacing: 0.36em; text-transform: uppercase; color: var(--brass-light); margin-bottom: 24px; }
.sfc-page .sfc-chapter-title { font-family: 'Fraunces', serif; font-weight: 400; font-size: clamp(40px, 5vw, 56px); line-height: 1.1; color: var(--paper); margin: 0 0 20px 0; }
.sfc-page .sfc-chapter-title em { font-style: italic; color: var(--brass-light); }
.sfc-page .sfc-chapter-blurb { font-family: 'Crimson Pro', serif; font-style: italic; font-size: 19px; color: rgba(244, 234, 211, 0.82); margin-bottom: 40px; line-height: 1.55; }

.sfc-page .sfc-foot { background: var(--ink-soft); color: rgba(244, 234, 211, 0.85); padding: 80px 40px 40px; }
.sfc-page .sfc-foot-inner { max-width: 1180px; margin: 0 auto; }
.sfc-page .sfc-foot-mark { text-align: center; margin-bottom: 32px; }
.sfc-page .sfc-foot-mark .sfc-mm { font-family: 'Fraunces', serif; font-size: 56px; font-weight: 600; color: var(--brass-light); letter-spacing: 0.04em; display: block; line-height: 1; margin-bottom: 12px; }
.sfc-page .sfc-foot-mark .sfc-mn { font-family: 'Fraunces', serif; font-size: 12px; font-weight: 600; letter-spacing: 0.32em; text-transform: uppercase; color: var(--brass); display: block; margin-bottom: 12px; }
.sfc-page .sfc-foot-mark .sfc-ms { font-family: 'Crimson Pro', serif; font-style: italic; font-size: 17px; color: rgba(244, 234, 211, 0.68); }
.sfc-page .sfc-foot-closing { font-family: 'Fraunces', serif; font-style: italic; font-weight: 300; font-size: 24px; text-align: center; color: var(--brass-light); padding: 32px 0; margin: 0 0 24px 0; border-top: 1px solid rgba(181, 137, 79, 0.2); border-bottom: 1px solid rgba(181, 137, 79, 0.2); }
.sfc-page .sfc-foot-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-bottom: 48px; }
.sfc-page .sfc-foot-cols h6 { font-family: 'Fraunces', serif; font-size: 11px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--brass); margin-bottom: 18px; }
.sfc-page .sfc-foot-cols ul { list-style: none; margin: 0; padding: 0; }
.sfc-page .sfc-foot-cols li { margin-bottom: 10px; font-size: 15px; }
.sfc-page .sfc-foot-cols a { color: rgba(244, 234, 211, 0.78); text-decoration: none; font-family: 'Crimson Pro', serif; }
.sfc-page .sfc-foot-cols a:hover { color: var(--brass-light); }
.sfc-page .sfc-foot-legal { text-align: center; padding-top: 32px; border-top: 1px solid rgba(181, 137, 79, 0.2); font-size: 13px; color: rgba(244, 234, 211, 0.45); font-style: italic; }

/* === Inner-page additions (timeline / three-col / bio / badges) === */
.sfc-page .sfc-timeline { display: grid; gap: 40px; max-width: 880px; margin: 0 auto; }
.sfc-page .sfc-timeline-card { background: var(--cream); border: 1px solid var(--rule); padding: 48px 56px; position: relative; box-shadow: 0 4px 20px rgba(31, 22, 18, 0.04); }
.sfc-page .sfc-timeline-card.dark { background: var(--ink); color: var(--paper); border-color: var(--brass); }
.sfc-page .sfc-timeline-card.dark .sfc-timeline-marker { color: var(--brass-light); }
.sfc-page .sfc-timeline-card h3 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 32px; color: var(--ink); margin-bottom: 16px; line-height: 1.15; letter-spacing: -0.01em; }
.sfc-page .sfc-timeline-card.dark h3 { color: var(--paper); }
.sfc-page .sfc-timeline-card h4 { font-family: 'Fraunces', serif; color: var(--ember); font-size: 16px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 32px; margin-bottom: 12px; }
.sfc-page .sfc-timeline-card.dark h4 { color: var(--brass-light); }
.sfc-page .sfc-timeline-card p { font-size: 17px; line-height: 1.7; color: var(--cocoa); margin-bottom: 16px; }
.sfc-page .sfc-timeline-card.dark p { color: rgba(244, 234, 211, 0.85); }
.sfc-page .sfc-timeline-marker { font-family: 'Fraunces', serif; font-style: italic; font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ember); margin-bottom: 12px; }

.sfc-page .sfc-three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 32px; }
.sfc-page .sfc-audience-card { padding: 32px 28px; background: var(--cream); border: 1px solid var(--rule); }
.sfc-page .sfc-audience-card .sfc-a-num { font-family: 'Fraunces', serif; font-style: italic; font-size: 32px; color: var(--ember); margin-bottom: 12px; line-height: 1; }
.sfc-page .sfc-audience-card h5 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 20px; color: var(--ink); margin-bottom: 12px; letter-spacing: -0.005em; }
.sfc-page .sfc-audience-card p { font-family: 'Crimson Pro', serif; font-size: 16px; line-height: 1.6; color: var(--cocoa); }

.sfc-page .sfc-bio-grid { display: grid; grid-template-columns: 320px 1fr; gap: 64px; align-items: start; max-width: 1080px; margin: 0 auto; }
.sfc-page .sfc-bio-photo { background: var(--paper); border: 1px solid var(--rule); overflow: hidden; box-shadow: 0 12px 32px rgba(31, 22, 18, 0.15); }
.sfc-page .sfc-bio-photo img { width: 100%; height: auto; display: block; }
.sfc-page .sfc-bio-caption { display: block; margin-top: 14px; font-family: 'Fraunces', serif; font-style: italic; font-size: 14px; color: var(--muted); text-align: center; }

.sfc-page .sfc-badge-forthcoming { display: inline-block; background: var(--ember); color: var(--paper); padding: 6px 18px; font-family: 'Fraunces', serif; font-size: 11px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; margin-bottom: 32px; }
.sfc-page .sfc-cta-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 1100px) {
  .sfc-page .sfc-nav-links { gap: 16px; }
  .sfc-page .sfc-nav-links a { font-size: 11px; letter-spacing: 0.08em; }
}
@media (max-width: 900px) {
  .sfc-page .sfc-stages { grid-template-columns: 1fr; gap: 40px; }
  .sfc-page .sfc-stages::before { display: none; }
  .sfc-page .sfc-book-row, .sfc-page .sfc-book-row:nth-child(even) { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .sfc-page .sfc-book-row:nth-child(even) .sfc-book-cover-wrap { order: 0; }
  .sfc-page .sfc-book-row:nth-child(even) .sfc-book-detail { order: 1; text-align: center; }
  .sfc-page .sfc-book-cover-wrap { max-width: 240px; margin: 0 auto; }
  .sfc-page .sfc-book-row:nth-child(even) .sfc-book-blurb { margin: 0 auto 24px; }
  .sfc-page .sfc-book-actions, .sfc-page .sfc-book-row:nth-child(even) .sfc-book-actions { justify-content: center; }
  .sfc-page .sfc-foot-cols { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .sfc-page .sfc-stage-detail { grid-template-columns: 1fr; gap: 16px; }
  .sfc-page .sfc-nav-inner { flex-wrap: wrap; padding: 12px 24px; }
  .sfc-page .sfc-nav-links { width: 100%; justify-content: center; }
  .sfc-page .sfc-three-col { grid-template-columns: 1fr; }
  .sfc-page .sfc-bio-grid { grid-template-columns: 1fr; gap: 32px; }
  .sfc-page .sfc-bio-photo { max-width: 320px; margin: 0 auto; }
  .sfc-page .sfc-timeline-card { padding: 32px 28px; }
}
@media (max-width: 600px) {
  .sfc-page .sfc-hero { padding: 80px 24px; }
  .sfc-page .sfc-block, .sfc-page .sfc-chapter { padding: 80px 24px; }
}