/* ─────────────────────────────────────────────────────────
   FOUNDER FILES 2 — Additional CSS
   Paste this into: Appearance → Customize → Additional CSS
   Only needs to be added ONCE. Applies to all FF2 posts.
   ───────────────────────────────────────────────────────── */

/* ─── BRAND TOKENS ─────────────────────────────────── */
:root {
  --lavender:   #c9a0dc;
  --green:      #425340;
  --black:      #0e0f0e;
  --offwhite:   #f4f4f4;
  --white:      #ffffff;
  --divider:    #dcdcdc;
  --font:       'Public Sans', system-ui, sans-serif;
  --max-width:  740px;
}

/* ─── RESET ─────────────────────────────────────────── */
.ff2 * { box-sizing: border-box; margin: 0; padding: 0; }
.ff2 {
  font-family: var(--font);
  color: var(--black);
  max-width: var(--max-width);
  margin: 0 auto;
  line-height: 1.75;
  font-size: 16px;
  background: var(--white);
}

.ff2-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lavender);
}

.ff2-top-image-wrap { width: 100%; margin-bottom: 0; position: relative; }
.ff2-top-image { width: 100%; height: 480px; object-fit: cover; object-position: top center; display: block; }
.ff2-top-image-wrap::after { content: ''; display: block; height: 6px; background: var(--green); }

.ff2-intro { background: var(--black); color: var(--white); padding: 40px 48px 36px; margin-bottom: 48px; }
.ff2-intro .ff2-eyebrow { display: block; margin-bottom: 14px; }
.ff2-founder-name { font-family: var(--font); font-size: 42px; font-weight: 300; letter-spacing: -0.02em; color: var(--white); line-height: 1.1; margin-bottom: 6px; }
.ff2-business-name { font-size: 17px; font-weight: 600; color: var(--lavender); margin-bottom: 4px; letter-spacing: 0.02em; }
.ff2-location { font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 20px; font-weight: 400; }
.ff2-tagline { font-size: 15px; color: rgba(255,255,255,0.75); font-weight: 300; font-style: italic; border-top: 1px solid rgba(255,255,255,0.12); padding-top: 18px; margin-bottom: 24px; line-height: 1.6; }

.ff2-social-row { display: flex; gap: 12px; flex-wrap: wrap; }
.ff2-social-link { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--black); font-size: 13px; font-weight: 600; background: var(--lavender); padding: 9px 16px; letter-spacing: 0.01em; transition: opacity 0.2s; }
.ff2-social-link:hover { opacity: 0.85; }
.ff2-social-icon { width: 16px; height: 16px; display: inline-block; flex-shrink: 0; fill: var(--black); }

.ff2-hook-wrap { padding: 0 48px 48px; }
.ff2-hook { font-size: 20px; font-weight: 300; line-height: 1.65; color: var(--black); border-left: 3px solid var(--lavender); padding-left: 24px; }

.ff2-body { padding: 0 48px; }
.ff2-section-label { display: flex; align-items: center; gap: 14px; font-size: 10px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--green); margin-bottom: 28px; margin-top: 48px; }
.ff2-section-label::before { content: ''; width: 28px; height: 2px; background: var(--green); flex-shrink: 0; }
.ff2-section-label::after { content: ''; flex: 1; height: 1px; background: var(--divider); }

.ff2-qa { margin-bottom: 8px; }
.ff2-qa-item { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid var(--divider); }
.ff2-qa-item:last-child { border-bottom: none; }
.ff2-question { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green); margin-bottom: 10px; }
.ff2-answer { font-size: 16px; font-weight: 400; line-height: 1.8; color: var(--black); }

.ff2-pull-quote-wrap { padding: 0 24px; margin: 48px 0; }
.ff2-pull-quote { background: var(--offwhite); border-top: 4px solid var(--lavender); padding: 40px 44px 36px; position: relative; }
.ff2-pull-quote-mark { font-family: var(--font); font-size: 80px; font-weight: 700; color: var(--lavender); line-height: 0.7; display: block; margin-bottom: 20px; opacity: 0.6; }
.ff2-pull-quote-text { font-size: 24px; font-weight: 300; line-height: 1.5; color: var(--black); font-style: italic; margin-bottom: 20px; }
.ff2-pull-quote-attr { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--green); }

.ff2-bottom-image-wrap { margin: 48px 0 0; position: relative; }
.ff2-bottom-image { width: 100%; height: 400px; object-fit: cover; object-position: center; display: block; }
.ff2-bottom-image-caption { background: var(--green); color: rgba(255,255,255,0.75); font-size: 12px; font-weight: 400; letter-spacing: 0.06em; padding: 12px 24px; text-align: center; }

.ff2-cta-section { padding: 0; margin-top: 48px; }
.ff2-cta-founder { background: var(--green); padding: 44px 48px; margin-bottom: 4px; }
.ff2-cta-founder .ff2-eyebrow { display: block; color: var(--lavender); margin-bottom: 14px; }
.ff2-cta-heading { font-size: 26px; font-weight: 300; line-height: 1.3; margin-bottom: 12px; letter-spacing: -0.01em; }
.ff2-cta-founder .ff2-cta-heading { color: var(--white); }
.ff2-cta-body { font-size: 15px; line-height: 1.65; font-weight: 300; margin-bottom: 28px; }
.ff2-cta-founder .ff2-cta-body { color: rgba(255,255,255,0.72); }
.ff2-btn-row { display: flex; gap: 12px; flex-wrap: wrap; }
.ff2-btn { display: inline-block; padding: 13px 28px; font-family: var(--font); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: opacity 0.2s; }
.ff2-btn:hover { opacity: 0.85; }
.ff2-btn--primary { background: var(--lavender); color: var(--black); }
.ff2-btn--ghost-light { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,0.4); }
.ff2-btn--dark { background: var(--black); color: var(--white); }
.ff2-cta-directory { background: var(--offwhite); padding: 44px 48px; }
.ff2-cta-directory .ff2-eyebrow { display: block; color: var(--green); margin-bottom: 14px; }
.ff2-cta-directory .ff2-cta-heading { color: var(--black); }
.ff2-cta-directory .ff2-cta-body { color: #555; }

.ff2-post-footer { padding: 28px 48px; border-top: 3px solid var(--black); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; background: var(--white); }
.ff2-footer-wordmark { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--black); text-decoration: none; }
.ff2-footer-tag { font-size: 12px; color: #888; }
.ff2-footer-tag a { color: var(--green); text-decoration: none; font-weight: 600; }

/* ── FF2: Remove top gap before first image block ── */
.entry-content > .wp-block-html:first-child,
.post-content > .wp-block-html:first-child {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}
.entry-content,
.post-content {
  padding-top: 0 !important;
}
.elementor-element-15f56550 {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}