/*
Theme Name: Founders Forge Presentation Shell
Theme URI: https://foundersforge.pro/
Author: South Beach Geek
Description: Thin presentation shell for the Founders Forge dynamic Gutenberg block system.
Version: 0.4.2
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: founders-forge
*/

:root{
  --violet:#5B45C7;
  --deep-violet:#3E2E96;
  --periwinkle:#A8B0F0;
  --charcoal:#171819;
  --offwhite:#f0f0f0;
  --neutral:#afc1d0;
  --white:#ffffff;
  --ink:#171819;
  --quiet:#e5e6e6;
  --max:1120px;
  --serif:"Noto Serif Display","Noto Serif",Georgia,"Times New Roman",serif;
  --sans:Inter,Arial,Helvetica,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--charcoal)}
body{margin:0;font-family:var(--sans);color:var(--ink);background:var(--offwhite);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
::selection{background:var(--periwinkle);color:var(--charcoal)}
.wrap{width:min(calc(100% - 48px),var(--max));margin-inline:auto}
.serif{font-family:var(--serif)}
.eyebrow{font-size:11px;line-height:1.2;font-weight:800;letter-spacing:.21em;text-transform:uppercase;color:var(--violet);margin:0 0 18px}
.section-title{font-family:var(--serif);font-weight:600;letter-spacing:-.035em;font-size:clamp(36px,4.25vw,58px);line-height:1.03;margin:0}
.section-copy{max-width:760px;margin:20px auto 0;font-size:16px;line-height:1.75;color:#323437}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--violet);color:white;padding:15px 22px;border:1px solid var(--violet);font-size:13px;font-weight:750;line-height:1;min-height:45px;transition:.18s ease;cursor:pointer}
.btn:hover{transform:translateY(-1px);filter:brightness(1.06)}
.btn.secondary{background:transparent;border-color:rgba(255,255,255,.28);color:#fff}
.btn.light-outline{background:transparent;border-color:#7a7d82;color:var(--ink)}
.btn.small{padding:12px 18px;min-height:39px;font-size:12px}
.route-link{cursor:pointer}

/* PLANK mapping: presentation shell / header */
.site-header{position:absolute;z-index:50;inset:0 0 auto;background:transparent;color:white}
.nav-row{height:72px;display:flex;align-items:center;gap:28px}
.brand{font-family:var(--serif);font-size:20px;line-height:1;letter-spacing:.02em;white-space:nowrap}
.main-nav{margin-left:auto;display:flex;align-items:center;gap:25px;font-size:11px;text-transform:uppercase;letter-spacing:.055em;font-weight:650}
.main-nav a{padding:9px 0;color:#f4f4f4;opacity:.95;position:relative;white-space:nowrap}
.main-nav a.active{color:var(--periwinkle)}
.main-nav a.active:after{content:"";height:1px;background:var(--periwinkle);position:absolute;left:0;right:0;bottom:4px}
.nav-cta{margin-left:8px;background:var(--violet);color:#fff;border-color:var(--violet);padding-inline:20px;font-weight:750}
.mobile-toggle{display:none;margin-left:auto;border:0;background:transparent;color:#fff;font-size:25px;padding:8px}

/* PLANK mapping: plank/hero */
.hero{background:var(--charcoal);color:white;padding:145px 0 120px;min-height:680px;display:flex;align-items:center}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:82px;align-items:center}
.hero .eyebrow{margin-bottom:22px}
.hero h1{font-family:var(--serif);font-size:clamp(54px,5vw,76px);line-height:.96;letter-spacing:-.047em;font-weight:600;margin:0;max-width:640px}
.hero-copy{font-size:17px;line-height:1.7;color:#e7e7e7;max-width:625px;margin:28px 0 0}
.hero-tagline{font-family:var(--serif);font-size:27px;line-height:1.25;margin:24px 0 26px}
.hero-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.hero-micro{font-size:10px;letter-spacing:.02em;color:#9c9da0;margin:8px 0 0}
.hero-secondary{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.hero-secondary a{border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:9px 13px;color:#eee;font-size:11px;line-height:1}
.hero-image{position:relative;max-width:520px;justify-self:end}
.hero-image:before{content:"";position:absolute;inset:-14px 14px 14px -14px;border:1px solid rgba(168,176,240,.14);z-index:0}
.hero-image img{width:100%;aspect-ratio:1.5/1;object-fit:cover;object-position:center;border:1px solid rgba(255,255,255,.08);position:relative;z-index:1}
.hero-note{margin-top:14px;font-size:10px;color:#8f9094;line-height:1.5}
.credibility{background:var(--deep-violet);color:white;height:46px;display:flex;align-items:center;overflow:hidden}
.credibility p{margin:0;white-space:nowrap;text-transform:uppercase;font-size:10px;font-weight:700;letter-spacing:.16em;text-align:center;width:100%}
.credibility span{color:var(--periwinkle);padding:0 11px}

/* PLANK mapping: plank/intro */
.intro{background:var(--offwhite);padding:82px 0 86px;text-align:center}
.intro .wrap{max-width:860px}
.intro h2{font-family:var(--serif);font-size:46px;line-height:1.05;letter-spacing:-.04em;font-weight:600;margin:0 auto;max-width:720px}
.intro p{font-size:16px;line-height:1.8;color:#383a3d;max-width:720px;margin:19px auto 0}
.intro p.strong{font-weight:800;color:#171819;margin-top:25px}

.statement{background:var(--charcoal);color:white;text-align:center;padding:72px 0 78px}
.statement .wrap{max-width:900px}
.statement h2{font-family:var(--serif);font-size:44px;line-height:1.08;letter-spacing:-.035em;font-weight:600;margin:0 auto;max-width:780px}
.statement p{font-size:14px;color:#c7c8ca;max-width:790px;margin:19px auto 0;line-height:1.7}
.statement .big{font-family:var(--serif);font-size:40px;line-height:1.1;color:white;margin-top:34px}

/* PLANK mapping: plank/collection-grid */
.pathways{padding:76px 0 82px;background:#e5e6e6;text-align:center}
.pathways .section-title{font-size:44px}
.cards-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:38px;text-align:left}
.path-card{background:white;border:1px solid #d6d7d8;padding:28px 25px 24px;min-height:300px;display:flex;flex-direction:column;box-shadow:0 1px 0 rgba(0,0,0,.015)}
.path-card h3{font-family:var(--serif);font-size:25px;line-height:1.08;font-weight:600;letter-spacing:-.02em;margin:0}
.path-card p{font-size:13px;line-height:1.62;color:#45474a;margin:15px 0 24px}
.path-card .btn{margin-top:auto;align-self:flex-start}
.path-card .micro-url{font-size:9px;color:#777a7e;margin-top:10px;overflow-wrap:anywhere}

.system{padding:78px 0 88px;background:var(--offwhite);text-align:center}
.system .lead{font-size:16px;max-width:820px;margin:17px auto 0;color:#3a3c3e}
.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:38px;text-align:left}
.pillar{background:white;border:1px solid #d6d7d8;padding:27px 28px 30px;min-height:190px}
.pillar .number{font-family:var(--serif);color:var(--violet);font-size:32px;line-height:1;margin-bottom:12px}
.pillar h3{font-family:var(--serif);font-size:24px;line-height:1.1;margin:0;font-weight:600}
.pillar p{font-size:13px;line-height:1.6;color:#46484b;margin:12px 0 0}

/* PLANK mapping: plank/testimonial + plank/specifications */
.proof{padding:78px 0 92px;background:#dedfdf;text-align:center}
.testimonial-frame{position:relative;background:white;border:1px solid #d5d6d7;margin:34px auto 0;padding:25px 74px 25px 29px;max-width:1000px;text-align:left;display:grid;grid-template-columns:76px 1fr;gap:22px;align-items:center;min-height:142px}
.testimonial-frame img{width:68px;height:68px;border-radius:50%;object-fit:cover;background:#ececec}
.testimonial-quote{font-family:var(--serif);font-size:22px;line-height:1.35;margin:0;color:#222426}
.testimonial-by{font-size:10px;margin-top:10px;color:#66696c}
.testimonial-dots{display:flex;justify-content:center;gap:7px;margin:19px 0 10px}
.testimonial-dots button{width:6px;height:6px;padding:0;border:0;border-radius:50%;background:#b8b9bc;cursor:pointer}
.testimonial-dots button.active{background:var(--violet)}
.proof-note{font-size:10px;color:#6d6f72;letter-spacing:.01em;margin:0 auto;max-width:800px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px}
.stat{background:white;border:1px solid #d5d6d7;padding:24px 16px 21px;min-height:120px;display:flex;flex-direction:column;justify-content:center}
.stat strong{font-family:var(--serif);color:var(--violet);font-size:40px;line-height:1;font-weight:500}
.stat span{font-size:11px;line-height:1.45;text-transform:uppercase;letter-spacing:.045em;margin-top:9px}
.media-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:18px}
.media-tile{position:relative;min-height:140px;overflow:hidden;border:1px solid var(--neutral);background:#edf0f2}
.media-tile img{width:100%;height:100%;object-fit:cover;filter:grayscale(65%);opacity:.48}
.media-tile span{position:absolute;inset:auto 12px 12px;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#343638;background:rgba(240,240,240,.78);padding:6px 7px}

.about{padding:86px 0 92px;background:#e4e5e5}
.about-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:64px;align-items:center}
.about-photo{position:relative;min-height:430px}
.about-photo img{width:100%;height:480px;object-fit:cover;object-position:center 55%;filter:saturate(.84)}
.about-copy h2{font-family:var(--serif);font-size:48px;line-height:1.03;letter-spacing:-.04em;margin:0;font-weight:600}
.about-copy p{font-size:15px;line-height:1.75;color:#383a3c;margin:17px 0 0}
.about-copy .btn{margin-top:24px}

/* PLANK mapping: plank/cta */
.final-cta{background:var(--charcoal);color:white;text-align:center;padding:75px 0 66px}
.final-cta h2{font-family:var(--serif);font-size:45px;line-height:1.06;letter-spacing:-.035em;margin:0 auto;max-width:720px;font-weight:600}
.final-actions{display:grid;grid-template-columns:repeat(2,max-content);justify-content:center;gap:10px;margin-top:29px}
.final-actions .btn{min-width:260px}

/* PLANK mapping: presentation shell / footer */
.site-footer{background:var(--charcoal);color:#e6e6e7;padding:24px 0 26px}
.footer-grid{border-top:1px solid #2e3032;padding-top:48px;display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:50px}
.footer-brand{font-family:var(--serif);font-size:23px;line-height:1;margin-bottom:17px}
.footer-grid h4{color:var(--periwinkle);font-size:10px;letter-spacing:.18em;text-transform:uppercase;margin:0 0 14px}
.footer-grid p,.footer-grid a{display:block;font-size:11px;line-height:1.8;color:#c7c8ca}
.footer-grid p{max-width:240px;margin:0}
.footer-bottom{border-top:1px solid #2e3032;margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;color:#85878a;font-size:9px;text-transform:uppercase;letter-spacing:.06em}


@media(max-width:1000px){
  .main-nav{gap:14px;font-size:9px}
  .nav-cta{padding-inline:14px}
  .hero-grid{gap:42px;grid-template-columns:1fr 1fr}
  .cards-4{grid-template-columns:repeat(2,1fr)}
  .stats,.media-strip{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:780px){
  .wrap{width:min(calc(100% - 34px),var(--max))}
  .site-header{position:absolute}
  .nav-row{height:68px}
  .brand{font-size:19px}
  .main-nav{display:none;position:absolute;top:68px;left:0;right:0;background:#1d1e20;padding:18px 20px 24px;flex-direction:column;align-items:stretch;gap:0;border-top:1px solid #2c2e31}
  .main-nav.open{display:flex}
  .main-nav a{padding:12px}
  .nav-cta{margin:8px 0 0}
  .mobile-toggle{display:block}
  .hero{padding:116px 0 80px;min-height:unset}
  .hero-grid{grid-template-columns:1fr;gap:46px}
  .hero h1{font-size:clamp(49px,14vw,67px);max-width:600px}
  .hero-copy{font-size:15px}
  .hero-tagline{font-size:24px}
  .hero-image{justify-self:start;max-width:100%}
  .credibility{height:43px}
  .credibility p{font-size:8px;letter-spacing:.1em;animation:ticker 20s linear infinite}
  @keyframes ticker{from{transform:translateX(35%)}to{transform:translateX(-35%)}}
  .intro{padding:65px 0}
  .intro h2{font-size:39px}
  .statement{padding:58px 0 63px}
  .statement h2{font-size:35px}
  .statement .big{font-size:33px}
  .pathways,.system,.proof,.about{padding:62px 0}
  .cards-4,.pillars{grid-template-columns:1fr}
  .path-card{min-height:unset}
  .testimonial-frame{grid-template-columns:54px 1fr;padding:22px;gap:16px}
  .testimonial-frame img{width:52px;height:52px}
  .testimonial-quote{font-size:18px}
  .stats,.media-strip{grid-template-columns:1fr 1fr}
  .about-grid{grid-template-columns:1fr;gap:34px}
  .about-photo img{height:420px}
  .final-actions{grid-template-columns:1fr}
  .final-actions .btn{min-width:unset;width:100%}
  .footer-grid{grid-template-columns:1fr 1fr;gap:30px}
}
@media(max-width:520px){
  .hero-secondary a{font-size:10px}
  .pathways .section-title,.section-title{font-size:38px}
  .stats,.media-strip{grid-template-columns:1fr}
  .stat{min-height:105px}
  .about-copy h2{font-size:40px}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{display:block;line-height:2}
}

/* WordPress shell additions */
body{overflow-x:hidden}.wp-site-blocks{padding:0}.wp-block-post-content{margin:0}.wp-block-post-content>.wp-block-group.ff-placeholder-page{padding:170px max(24px,calc((100vw - 1120px)/2)) 100px;background:var(--offwhite);min-height:70vh}.ff-placeholder-page h1{font-family:var(--serif);font-size:clamp(48px,6vw,76px);line-height:1;letter-spacing:-.04em;margin:0 0 24px}.ff-placeholder-page>p:not(.eyebrow){max-width:760px;font-size:17px;line-height:1.75}.admin-bar .site-header{top:32px}@media(max-width:782px){.admin-bar .site-header{top:46px}}.wp-block-founders-forge-site-header,.wp-block-founders-forge-site-footer{margin:0!important}.about-grid.image-right .about-photo{order:2}.about-grid.image-right .about-copy{order:1}


/* Founders Forge v0.2.0 full-site page system */
.surface-light{background:var(--offwhite);color:var(--ink)}
.surface-quiet{background:#e4e5e5;color:var(--ink)}
.surface-dark{background:var(--charcoal);color:#fff}
.surface-dark .section-title,.surface-dark h2,.surface-dark h3,.surface-dark h4{color:#fff}
.surface-dark .section-copy,.surface-dark p,.surface-dark li{color:#c9cacc}
.surface-dark .eyebrow{color:var(--periwinkle)}
.page-hero{background:var(--charcoal);color:#fff;padding:132px 0 88px;min-height:500px;display:flex;align-items:center}
.page-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.8fr);gap:70px;align-items:center}
.page-hero-grid.no-image{grid-template-columns:1fr}
.page-hero-copy h1{font-family:var(--serif);font-size:clamp(52px,5.6vw,78px);line-height:.98;letter-spacing:-.047em;font-weight:600;margin:0;max-width:760px}
.page-hero-description{font-size:16px;line-height:1.72;color:#e2e2e3;max-width:700px;margin-top:24px}
.page-hero-tagline{font-family:var(--serif);font-size:26px;line-height:1.2;margin:22px 0 0;color:#fff}
.page-hero-actions{margin-top:27px}.page-hero-micro{font-size:10px;color:#9d9ea1;margin:10px 0 0}
.page-hero-image img{width:100%;aspect-ratio:1.52/1;object-fit:cover;border:1px solid rgba(255,255,255,.08)}
.page-hero.centered{text-align:center;min-height:430px}.page-hero.centered .page-hero-copy{max-width:850px;margin:0 auto}.page-hero.centered .page-hero-copy h1,.page-hero.centered .page-hero-description{margin-left:auto;margin-right:auto}.page-hero.centered .page-hero-actions{display:flex;justify-content:center}
.cards-grid{display:grid;gap:18px;margin-top:38px;text-align:left}.cards-grid.cols-1{grid-template-columns:1fr}.cards-grid.cols-2{grid-template-columns:repeat(2,1fr)}.cards-grid.cols-3{grid-template-columns:repeat(3,1fr)}.cards-grid.cols-4{grid-template-columns:repeat(4,1fr)}
.cards-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:38px;text-align:left}
.pathways.surface-light{background:var(--offwhite)}.pathways.surface-quiet{background:#e5e6e6}.pathways.surface-dark{background:var(--charcoal)}.pathways.surface-dark .path-card{background:#202224;border-color:#333538}.pathways.surface-dark .path-card h3{color:#fff}.pathways.surface-dark .path-card p,.pathways.surface-dark .card-meta{color:#c8c9cb}
.card-meta{font-size:11px;color:#65686c;margin-top:12px}.path-card p{flex-grow:1}
.system.surface-dark{background:var(--charcoal);color:#fff}.system.surface-dark .lead{color:#c9cacc}.system.surface-dark .pillar{background:#202224;border-color:#343639}.system.surface-dark .pillar h3{color:#fff}.system.surface-dark .pillar p{color:#bfc1c4}.system.surface-dark .eyebrow{color:var(--periwinkle)}
.rich-content{padding:78px 0 88px}.wrap.narrow{max-width:820px}.rich-content .section-title{text-align:left;margin-bottom:36px}.rich-stack{display:grid;gap:34px}.rich-stack article h3{font-family:var(--serif);font-size:38px;line-height:1.08;letter-spacing:-.035em;margin:0 0 14px;font-weight:600}.rich-stack article p{font-size:16px;line-height:1.75;margin:10px 0;color:#3d3f42}.surface-dark .rich-stack article p{color:#c9cacc}.rich-big{font-family:var(--serif);font-size:36px!important;line-height:1.13!important;color:var(--ink)!important}.surface-dark .rich-big{color:#fff!important}
.list-columns{padding:78px 0 88px}.list-columns>.wrap>.section-title{text-align:center;margin-bottom:38px}.list-cols{display:grid;grid-template-columns:repeat(2,1fr);gap:54px}.list-col h3{font-family:var(--serif);font-size:34px;line-height:1.08;letter-spacing:-.03em;margin:0 0 18px;font-weight:600}.list-col>p{font-size:15px;line-height:1.7;color:#44474a}.list-col ul{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:10px}.list-col li{font-size:14px;line-height:1.55;padding-left:18px;position:relative}.list-col li:before{content:"◆";position:absolute;left:0;top:2px;font-size:8px;color:var(--violet)}.surface-dark .list-col li:before{color:var(--periwinkle)}.mini-callout{background:#fff;border:1px solid #d6d7d8;padding:20px 22px;margin-top:26px}.mini-callout h4{font-family:var(--serif);font-size:20px;margin:0 0 8px}.mini-callout p{font-size:12px!important;line-height:1.6!important;margin:0!important;color:#4a4c4f!important}.surface-dark .mini-callout{background:#202224;border-color:#343639}.surface-dark .mini-callout p{color:#c7c8ca!important}
.media-grid-section,.resources,.review-section,.data-table-section,.faq-section{padding:78px 0 88px;text-align:center}.visual-grid{display:grid;gap:18px;margin-top:38px}.visual-grid.cols-2{grid-template-columns:repeat(2,1fr)}.visual-grid.cols-3{grid-template-columns:repeat(3,1fr)}.visual-grid.cols-4{grid-template-columns:repeat(4,1fr)}.visual-card{margin:0;background:#fff;border:1px solid #d4d6d7;overflow:hidden;text-align:left}.visual-card img{width:100%;aspect-ratio:1.35/1;object-fit:cover}.visual-card figcaption{font-family:var(--serif);font-size:18px;padding:14px 16px}
.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:38px;text-align:left}.resource-card{background:#fff;border:1px solid #d4d6d7;overflow:hidden;display:flex;flex-direction:column}.resource-card img{width:100%;aspect-ratio:1.5/1;object-fit:cover}.resource-body{padding:22px;display:flex;flex-direction:column;flex:1}.resource-kicker{font-size:9px;text-transform:uppercase;letter-spacing:.15em;color:var(--violet);font-weight:800}.resource-card h3{font-family:var(--serif);font-size:24px;line-height:1.12;margin:10px 0 0}.resource-card p{font-size:13px;line-height:1.65;color:#484a4d}.resource-card .btn{margin-top:auto;align-self:flex-start}
.faq-list{text-align:left;margin-top:36px;border-top:1px solid #cfd1d3}.faq-list details{border-bottom:1px solid #cfd1d3;padding:0}.faq-list summary{font-family:var(--serif);font-size:22px;line-height:1.3;padding:20px 0;cursor:pointer;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";float:right;color:var(--violet)}.faq-list details[open] summary:after{content:"–"}.faq-answer{font-size:14px;line-height:1.7;color:#44474a;padding:0 0 22px;max-width:760px}
.review-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:38px;align-items:start}.review-card{margin:0;background:#fff;border:1px solid #d4d6d7;padding:8px}.review-card img{width:100%;height:auto}
.pricing-section{padding:78px 0;background:var(--offwhite)}.pricing-card{max-width:650px;margin:0 auto;background:var(--charcoal);color:#fff;text-align:center;padding:54px 60px;border:1px solid #2c2e31}.pricing-card .eyebrow{color:var(--periwinkle)}.pricing-card h2{font-family:var(--serif);font-size:38px;line-height:1.1;margin:0}.pricing-card .price{font-family:var(--serif);font-size:64px;line-height:1;color:var(--periwinkle);margin:20px 0}.pricing-card>p{font-size:14px;line-height:1.7;color:#c7c8ca}.pricing-note{font-size:10px;color:#8f9194;margin-top:14px}
.table-scroll{overflow-x:auto;margin-top:34px;background:#fff;border:1px solid #d4d6d7}.data-table-section table{width:100%;border-collapse:collapse;text-align:left;min-width:600px}.data-table-section th{background:var(--charcoal);color:#fff;font-size:11px;letter-spacing:.1em;text-transform:uppercase;padding:15px 18px}.data-table-section td{font-size:13px;line-height:1.55;padding:16px 18px;border-top:1px solid #e0e1e2}.data-table-section tr:nth-child(even) td{background:#f7f7f6}
.final-copy{max-width:700px;margin:18px auto 0;color:#c7c8ca;font-size:14px;line-height:1.7}
.about.surface-light{background:var(--offwhite)}.about.surface-quiet{background:#e4e5e5}.about.surface-dark{background:var(--charcoal);color:#fff}.about.surface-dark .about-copy p{color:#c7c8ca}.about.surface-dark .eyebrow{color:var(--periwinkle)}
@media(max-width:1000px){.cards-grid.cols-4,.resource-grid{grid-template-columns:repeat(2,1fr)}.visual-grid.cols-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:780px){.page-hero{padding:112px 0 68px;min-height:unset}.page-hero-grid{grid-template-columns:1fr;gap:36px}.page-hero-copy h1{font-size:clamp(46px,12vw,64px)}.page-hero-image{max-width:620px}.cards-grid.cols-2,.cards-grid.cols-3,.cards-grid.cols-4,.resource-grid,.visual-grid.cols-2,.visual-grid.cols-3,.visual-grid.cols-4,.list-cols,.review-grid{grid-template-columns:1fr}.rich-stack article h3{font-size:31px}.pricing-card{padding:42px 24px}.pricing-card .price{font-size:54px}}

/* =========================================================
   Founders Forge v0.4.0 — professional subpage polish
   Presentation-only refinement: existing Gutenberg content is preserved.
   ========================================================= */
:root{
  --ff-line:#d4d5d6;
  --ff-line-dark:#303235;
  --ff-copy:#3d3f42;
  --ff-muted:#6f7276;
  --ff-card:#ffffff;
  --ff-quiet:#e5e5e3;
  --ff-shadow:0 18px 44px rgba(23,24,25,.045);
  --ff-serif:"Baskerville","Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,serif;
}
.ff-site-page{--serif:var(--ff-serif)}
.ff-site-page .wp-block-post-content>*{margin-block-start:0;margin-block-end:0}
.ff-site-page .wrap{width:min(calc(100% - 56px),1100px)}
.ff-site-page .eyebrow{font-size:10px;letter-spacing:.22em;margin-bottom:16px}
.ff-site-page .section-title{font-size:clamp(38px,3.75vw,51px);line-height:1.02;letter-spacing:-.032em}
.ff-site-page .section-copy{max-width:690px;font-size:15px;line-height:1.72;color:var(--ff-copy)}
.ff-site-page .btn{min-height:42px;padding:13px 21px;font-size:12px;letter-spacing:.005em;border-radius:1px;box-shadow:none}
.ff-site-page .btn:hover{transform:translateY(-1px);filter:none;background:#654ed3;border-color:#654ed3}
.ff-site-page .btn:focus-visible,.ff-site-page a:focus-visible,.ff-site-page button:focus-visible,.ff-site-page summary:focus-visible{outline:2px solid var(--periwinkle);outline-offset:3px}

/* Header and global chrome */
.ff-site-page .nav-row{height:68px;gap:24px}
.ff-site-page .brand{font-size:18px;letter-spacing:.01em}
.ff-site-page .main-nav{gap:20px;font-size:9px;letter-spacing:.075em}
.ff-site-page .main-nav a{opacity:.88}
.ff-site-page .main-nav a:hover{opacity:1;color:var(--periwinkle)}
.ff-site-page .nav-cta{font-size:10px;padding:11px 17px;min-height:36px}
.ff-site-page .credibility{height:42px}
.ff-site-page .credibility p{font-size:9px;letter-spacing:.15em}
.ff-site-page .credibility span{padding:0 10px}

/* Interior hero system */
.ff-site-page .page-hero{padding:122px 0 76px;min-height:500px;border-bottom:1px solid rgba(255,255,255,.025)}
.ff-site-page .page-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(320px,.78fr);gap:76px}
.ff-site-page .page-hero-copy h1{font-size:clamp(49px,4.85vw,68px);line-height:.985;letter-spacing:-.038em;max-width:700px}
.ff-site-page .page-hero-description{font-size:15px;line-height:1.68;color:#d5d6d8;max-width:610px;margin-top:22px}
.ff-site-page .page-hero-description a{color:var(--periwinkle);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.ff-site-page .page-hero-tagline{font-size:25px;letter-spacing:-.02em;margin-top:21px}
.ff-site-page .page-hero-actions{margin-top:25px}
.ff-site-page .page-hero-micro{font-size:9px;line-height:1.55;color:#8f9295;margin-top:10px}
.ff-site-page .page-hero-image{position:relative;max-width:455px;justify-self:end}
.ff-site-page .page-hero-image:before{content:"";position:absolute;inset:-10px 10px 10px -10px;border:1px solid rgba(168,176,240,.12);pointer-events:none}
.ff-site-page .page-hero-image img{position:relative;width:100%;aspect-ratio:1.42/1;object-fit:cover;border:1px solid rgba(255,255,255,.08)}
.ff-site-page .page-hero.centered{min-height:390px;padding-top:126px;padding-bottom:74px}
.ff-site-page .page-hero.centered .page-hero-copy{max-width:860px}
.ff-site-page .page-hero.centered .page-hero-copy h1{max-width:820px}
.ff-site-page .page-hero.centered .page-hero-description{max-width:650px}

/* Section rhythm */
.ff-site-page .pathways,.ff-site-page .system,.ff-site-page .proof,.ff-site-page .about,
.ff-site-page .rich-content,.ff-site-page .list-columns,.ff-site-page .media-grid-section,
.ff-site-page .resources,.ff-site-page .review-section,.ff-site-page .data-table-section,
.ff-site-page .faq-section{padding-top:88px;padding-bottom:94px}
.ff-site-page .surface-light{background:#f2f2f1}
.ff-site-page .surface-quiet{background:var(--ff-quiet)}
.ff-site-page .surface-dark{background:#171819}
.ff-site-page .pathways>.wrap>.eyebrow,.ff-site-page .system>.wrap>.eyebrow,
.ff-site-page .proof>.wrap>.eyebrow,.ff-site-page .resources>.wrap>.eyebrow,
.ff-site-page .media-grid-section>.wrap>.eyebrow,.ff-site-page .review-section>.wrap>.eyebrow,
.ff-site-page .faq-section>.wrap>.eyebrow,.ff-site-page .data-table-section>.wrap>.eyebrow{text-align:center}
.ff-site-page .pathways>.wrap>.section-title,.ff-site-page .system>.wrap>.section-title,
.ff-site-page .proof>.wrap>.section-title,.ff-site-page .resources>.wrap>.section-title,
.ff-site-page .media-grid-section>.wrap>.section-title,.ff-site-page .review-section>.wrap>.section-title,
.ff-site-page .faq-section>.wrap>.section-title,.ff-site-page .data-table-section>.wrap>.section-title{max-width:780px;margin-inline:auto;text-align:center}

/* Cards */
.ff-site-page .cards-grid{gap:16px;margin-top:36px}
.ff-site-page .path-card{position:relative;background:var(--ff-card);border:1px solid var(--ff-line);padding:25px 24px 23px;min-height:265px;box-shadow:0 1px 0 rgba(0,0,0,.015);transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}
.ff-site-page .path-card:before{content:"";position:absolute;left:-1px;right:-1px;top:-1px;height:2px;background:var(--violet);opacity:0;transition:opacity .18s ease}
.ff-site-page .path-card:hover{border-color:#c7c9cb;transform:translateY(-2px);box-shadow:var(--ff-shadow)}
.ff-site-page .path-card:hover:before{opacity:1}
.ff-site-page .path-card h3{font-size:23px;line-height:1.08;letter-spacing:-.018em}
.ff-site-page .path-card p{font-size:12.5px;line-height:1.62;color:#4c4f52;margin:13px 0 21px}
.ff-site-page .card-meta{font-size:9px;line-height:1.45;color:#727579;text-transform:none;letter-spacing:.01em;margin-top:10px}
.ff-site-page .path-card .micro-url{font-size:8px;color:#8b8d90}
.ff-site-page .pathways.surface-dark .path-card{background:#202124;border-color:#333538;box-shadow:none}
.ff-site-page .pathways.surface-dark .path-card:hover{border-color:#4a4d51}

/* Framework */
.ff-site-page .system .lead{font-size:14.5px;line-height:1.7;max-width:760px}
.ff-site-page .pillars{gap:15px;margin-top:35px}
.ff-site-page .pillar{padding:25px 26px 27px;min-height:176px;border-color:var(--ff-line)}
.ff-site-page .pillar .number{font-size:29px;margin-bottom:10px}
.ff-site-page .pillar h3{font-size:22px;letter-spacing:-.015em}
.ff-site-page .pillar p{font-size:12px;line-height:1.55;color:#55585b}
.ff-site-page .system.surface-dark .pillar{background:#1f2022;border-color:#34363a}

/* Rich editorial sections */
.ff-site-page .wrap.narrow{max-width:790px}
.ff-site-page .rich-content .section-title{margin-bottom:39px}
.ff-site-page .rich-stack{gap:40px}
.ff-site-page .rich-stack article+article{padding-top:2px}
.ff-site-page .rich-stack article h3{font-size:clamp(31px,3vw,39px);line-height:1.06;letter-spacing:-.027em;margin-bottom:12px}
.ff-site-page .rich-stack article p{font-size:15px;line-height:1.78;color:#44474a;margin-top:9px}
.ff-site-page .rich-big{font-size:clamp(31px,3.1vw,39px)!important;line-height:1.08!important;letter-spacing:-.028em;padding-top:10px}

/* Two-column information sections */
.ff-site-page .list-cols{gap:50px;max-width:980px;margin-inline:auto}
.ff-site-page .list-col h3{font-size:31px;line-height:1.08;letter-spacing:-.025em;margin-bottom:16px}
.ff-site-page .list-col>p{font-size:14px;line-height:1.7;color:#4c4e51}
.ff-site-page .list-col ul{gap:9px;margin-top:17px}
.ff-site-page .list-col li{font-size:13px;line-height:1.53;padding-left:17px}
.ff-site-page .list-col li:before{top:3px;font-size:7px}
.ff-site-page .mini-callout{padding:19px 21px;border-color:var(--ff-line);margin-top:24px}
.ff-site-page .mini-callout h4{font-size:19px}

/* Testimonials & proof */
.ff-site-page .testimonial-frame{max-width:960px;margin-top:32px;padding:26px 62px 26px 28px;grid-template-columns:64px 1fr;gap:20px;min-height:132px;border-color:var(--ff-line);box-shadow:0 6px 22px rgba(23,24,25,.025)}
.ff-site-page .testimonial-frame img{width:60px;height:60px}
.ff-site-page .testimonial-quote{font-size:20px;line-height:1.34;letter-spacing:-.012em}
.ff-site-page .testimonial-by{font-size:9px;color:#727579;margin-top:8px}
.ff-site-page .testimonial-dots{margin-top:16px}
.ff-site-page .proof-note{font-size:9px;color:#7a7d81}
.ff-site-page .stats{gap:15px;margin-top:30px}
.ff-site-page .stat{min-height:108px;padding:21px 14px}
.ff-site-page .stat strong{font-size:36px}
.ff-site-page .stat span{font-size:9px;line-height:1.4}
.ff-site-page .media-strip{gap:15px;margin-top:15px}
.ff-site-page .media-tile{min-height:138px}
.ff-site-page .media-tile img{filter:grayscale(35%);opacity:.62}

/* Split content / photography */
.ff-site-page .about-grid{gap:58px;grid-template-columns:1fr 1fr}
.ff-site-page .about-photo{min-height:400px}
.ff-site-page .about-photo:after{content:"";position:absolute;inset:12px -12px -12px 12px;border:1px solid rgba(91,69,199,.14);pointer-events:none}
.ff-site-page .about-photo img{position:relative;z-index:1;height:455px;object-fit:cover;filter:none}
.ff-site-page .about-copy h2{font-size:clamp(38px,4vw,49px);line-height:1.02;letter-spacing:-.032em}
.ff-site-page .about-copy p{font-size:14px;line-height:1.75;color:#44474a;margin-top:15px}

/* Media & resources */
.ff-site-page .visual-grid{gap:16px;margin-top:35px}
.ff-site-page .visual-card,.ff-site-page .resource-card,.ff-site-page .review-card{border-color:var(--ff-line);box-shadow:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.ff-site-page .visual-card:hover,.ff-site-page .resource-card:hover{transform:translateY(-2px);border-color:#c8cacc;box-shadow:var(--ff-shadow)}
.ff-site-page .visual-card img{aspect-ratio:1.42/1;object-fit:cover}
.ff-site-page .visual-card figcaption{font-size:16px;padding:13px 15px}
.ff-site-page .resource-grid{gap:16px;margin-top:35px}
.ff-site-page .resource-body{padding:21px}
.ff-site-page .resource-kicker{font-size:8.5px}
.ff-site-page .resource-card h3{font-size:22px;line-height:1.12}
.ff-site-page .resource-card p{font-size:12.5px;line-height:1.62}
.ff-site-page .resource-card .btn{margin-top:18px}

/* FAQ, table and pricing */
.ff-site-page .faq-list{margin-top:34px}
.ff-site-page .faq-list summary{font-size:21px;padding:19px 0}
.ff-site-page .faq-answer{font-size:13.5px;line-height:1.72;padding-bottom:22px}
.ff-site-page .table-scroll{max-width:940px;margin:32px auto 0;border-color:var(--ff-line);box-shadow:0 4px 18px rgba(23,24,25,.02)}
.ff-site-page .data-table-section th{font-size:9.5px;padding:14px 17px}
.ff-site-page .data-table-section td{font-size:12.5px;padding:15px 17px}
.ff-site-page .pricing-section{padding:88px 0;background:#f2f2f1}
.ff-site-page .pricing-card{max-width:620px;padding:50px 56px;border-color:#303235}
.ff-site-page .pricing-card h2{font-size:35px}
.ff-site-page .pricing-card .price{font-size:60px;margin:18px 0}
.ff-site-page .pricing-card>p{font-size:13px;line-height:1.68}
.ff-site-page .pricing-note{font-size:9px}

/* Final CTA & footer */
.ff-site-page .final-cta{padding:72px 0 66px;border-top:1px solid #222427}
.ff-site-page .final-cta h2{font-size:clamp(38px,3.8vw,47px);max-width:730px}
.ff-site-page .final-copy{font-size:13px;max-width:650px}
.ff-site-page .final-actions{gap:9px;margin-top:26px}
.ff-site-page .final-actions .btn{min-width:235px}
.ff-site-page .site-footer{padding-top:18px}
.ff-site-page .footer-grid{padding-top:42px;gap:44px}
.ff-site-page .footer-brand{font-size:21px}
.ff-site-page .footer-grid p,.ff-site-page .footer-grid a{font-size:10px}
.ff-site-page .footer-grid h4{font-size:9px}

/* ---------------------------------------------------------
   Page-specific art direction based on supplied mockups
   --------------------------------------------------------- */

/* Work With Karla */
.ff-page-work-with-karla .page-hero-grid{grid-template-columns:minmax(0,1fr) 410px;gap:86px}
.ff-page-work-with-karla .page-hero-copy h1{max-width:545px}
.ff-page-work-with-karla .page-hero-image{max-width:410px}
.ff-page-work-with-karla .page-hero-image img{aspect-ratio:1/1;object-position:48% 35%}
.ff-page-work-with-karla .pathways .wrap{max-width:1040px}
.ff-page-work-with-karla .cards-grid.cols-3 .path-card{min-height:278px}
.ff-page-work-with-karla .cards-grid.cols-3 .path-card .btn{width:100%;margin-top:auto}
.ff-page-work-with-karla .list-columns{background:#dedfdd}
.ff-page-work-with-karla .list-cols{gap:76px}
.ff-page-work-with-karla .proof{background:#f3f3f2}
.ff-page-work-with-karla .proof .testimonial-frame{max-width:900px}

/* Speaking & Media */
.ff-page-speaking-media .page-hero-grid{grid-template-columns:minmax(0,1.05fr) 430px;gap:78px}
.ff-page-speaking-media .page-hero-image{max-width:430px}
.ff-page-speaking-media .page-hero-image img{aspect-ratio:1.43/1;object-position:center 38%}
.ff-page-speaking-media .cards-grid.cols-4 .path-card{min-height:220px}
.ff-page-speaking-media .cards-grid.cols-3 .path-card{min-height:235px}
.ff-page-speaking-media .list-columns.surface-dark .list-cols{gap:20px;max-width:1020px}
.ff-page-speaking-media .list-columns.surface-dark .list-col{background:#1f2022;border:1px solid #313337;padding:31px 30px 32px}
.ff-page-speaking-media .list-columns.surface-dark .list-col:nth-child(2) h3{color:var(--periwinkle);font-size:35px}
.ff-page-speaking-media .resource-grid{max-width:1030px;margin-inline:auto}
.ff-page-speaking-media .media-grid-section .visual-card img{aspect-ratio:1.6/1}
.ff-page-speaking-media .media-grid-section .visual-card figcaption{font-size:14px}
.ff-page-speaking-media .proof{background:#f1f1f0}

/* About */
.ff-page-about .page-hero-grid{grid-template-columns:minmax(0,1fr) 430px;gap:82px}
.ff-page-about .page-hero-image{max-width:430px}
.ff-page-about .page-hero-image img{aspect-ratio:1.45/1;object-position:center 37%}
.ff-page-about .page-hero-tagline{font-size:27px}
.ff-page-about .rich-content{padding-top:80px;padding-bottom:84px}
.ff-page-about .rich-stack{gap:28px}
.ff-page-about .rich-big{padding-top:12px;margin-top:6px!important;border-top:1px solid #d4d5d6}
.ff-page-about .system.surface-dark .pillars{grid-template-columns:repeat(3,1fr);max-width:950px;margin-inline:auto;margin-top:34px}
.ff-page-about .system.surface-dark .pillar{min-height:94px;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px}
.ff-page-about .system.surface-dark .pillar h3{font-size:20px}
.ff-page-about .list-columns.surface-quiet .list-cols{gap:22px;max-width:980px}
.ff-page-about .list-columns.surface-quiet .list-col{background:#f8f8f7;border:1px solid #d2d4d5;padding:30px}
.ff-page-about .proof{padding-top:72px;padding-bottom:76px}
.ff-page-about .pathways:last-of-type .path-card{min-height:175px;justify-content:space-between}

/* Contact */
.ff-page-contact .page-hero.centered{min-height:365px;padding-top:122px;padding-bottom:70px}
.ff-page-contact .page-hero-copy h1{font-size:clamp(58px,5.4vw,72px)}
.ff-page-contact .page-hero-description{font-size:15px}
.ff-page-contact .pathways .wrap{max-width:930px}
.ff-page-contact .cards-grid.cols-2{gap:18px}
.ff-page-contact .cards-grid.cols-2 .path-card{min-height:230px;padding:27px 27px 25px}
.ff-page-contact .cards-grid.cols-2 .path-card h3{font-size:24px}
.ff-page-contact .rich-content{text-align:center;padding:70px 0 76px}
.ff-page-contact .rich-content .section-title{text-align:center;margin-bottom:24px}
.ff-page-contact .rich-stack{gap:0}
.ff-page-contact .rich-stack article p{font-size:14px}
.ff-page-contact .rich-stack a{text-decoration:underline;text-underline-offset:3px}

/* Founders Forge Cohort */
.ff-page-founders-forge-cohort .page-hero.centered{min-height:520px;padding-top:126px;padding-bottom:80px}
.ff-page-founders-forge-cohort .page-hero.centered .page-hero-copy{max-width:930px}
.ff-page-founders-forge-cohort .page-hero.centered .page-hero-copy h1{font-size:clamp(45px,4.5vw,62px);max-width:900px}
.ff-page-founders-forge-cohort .page-hero.centered .page-hero-description{max-width:690px}
.ff-page-founders-forge-cohort .intro .wrap{max-width:780px}
.ff-page-founders-forge-cohort .list-columns .list-cols{max-width:960px}
.ff-page-founders-forge-cohort .statement{padding:68px 0 73px}
.ff-page-founders-forge-cohort .about-photo img{height:470px;object-position:center 42%}
.ff-page-founders-forge-cohort .cards-grid.cols-3{max-width:1000px;margin-inline:auto;margin-top:36px}
.ff-page-founders-forge-cohort .cards-grid.cols-3 .path-card{min-height:205px}
.ff-page-founders-forge-cohort .proof{background:#dedfdd}
.ff-page-founders-forge-cohort .pricing-section{padding:76px 0 82px}
.ff-page-founders-forge-cohort .pricing-card{box-shadow:0 20px 48px rgba(23,24,25,.08)}
.ff-page-founders-forge-cohort .faq-section{padding-bottom:104px}

/* Be One of Zero */
.ff-page-be-one-of-zero .page-hero-grid{grid-template-columns:minmax(0,1fr) 390px;gap:90px}
.ff-page-be-one-of-zero .page-hero-image{max-width:390px}
.ff-page-be-one-of-zero .page-hero-image:before{display:none}
.ff-page-be-one-of-zero .page-hero-image img{aspect-ratio:.9/1;object-fit:cover;object-position:center;border-color:#2f3134}
.ff-page-be-one-of-zero .page-hero-copy h1{font-size:clamp(58px,5.4vw,74px)}
.ff-page-be-one-of-zero .about-photo img{object-position:center}
.ff-page-be-one-of-zero .system.surface-dark .pillar{min-height:150px}
.ff-page-be-one-of-zero .media-grid-section .visual-grid{max-width:980px;margin-inline:auto;margin-top:35px}
.ff-page-be-one-of-zero .review-grid{display:block;columns:2;column-gap:18px;max-width:980px;margin-inline:auto;margin-top:36px}
.ff-page-be-one-of-zero .review-card{break-inside:avoid;margin:0 0 18px;padding:7px;background:#fff}
.ff-page-be-one-of-zero .resource-grid{grid-template-columns:repeat(2,1fr);max-width:960px;margin-inline:auto;margin-top:35px}
.ff-page-be-one-of-zero .resource-card:first-child{background:#f8f8f7}

/* Responsive refinements */
@media(max-width:1000px){
  .ff-site-page .page-hero-grid,.ff-page-work-with-karla .page-hero-grid,.ff-page-speaking-media .page-hero-grid,.ff-page-about .page-hero-grid,.ff-page-be-one-of-zero .page-hero-grid{gap:46px;grid-template-columns:minmax(0,1fr) minmax(290px,.78fr)}
  .ff-site-page .main-nav{gap:13px;font-size:8px}
  .ff-page-speaking-media .cards-grid.cols-4{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:780px){
  .ff-site-page .wrap{width:min(calc(100% - 34px),1100px)}
  .ff-site-page .page-hero,.ff-site-page .page-hero.centered{padding:108px 0 62px;min-height:unset}
  .ff-site-page .page-hero-grid,.ff-page-work-with-karla .page-hero-grid,.ff-page-speaking-media .page-hero-grid,.ff-page-about .page-hero-grid,.ff-page-be-one-of-zero .page-hero-grid{grid-template-columns:1fr;gap:35px}
  .ff-site-page .page-hero-copy h1,.ff-page-founders-forge-cohort .page-hero.centered .page-hero-copy h1{font-size:clamp(44px,12vw,61px)}
  .ff-site-page .page-hero-image,.ff-page-work-with-karla .page-hero-image,.ff-page-speaking-media .page-hero-image,.ff-page-about .page-hero-image,.ff-page-be-one-of-zero .page-hero-image{justify-self:start;max-width:100%;width:100%}
  .ff-site-page .page-hero-image img,.ff-page-work-with-karla .page-hero-image img,.ff-page-be-one-of-zero .page-hero-image img{aspect-ratio:1.4/1;max-height:460px}
  .ff-site-page .pathways,.ff-site-page .system,.ff-site-page .proof,.ff-site-page .about,.ff-site-page .rich-content,.ff-site-page .list-columns,.ff-site-page .media-grid-section,.ff-site-page .resources,.ff-site-page .review-section,.ff-site-page .data-table-section,.ff-site-page .faq-section{padding-top:62px;padding-bottom:66px}
  .ff-site-page .section-title{font-size:clamp(35px,9vw,42px)}
  .ff-site-page .list-cols{gap:34px}
  .ff-page-speaking-media .list-columns.surface-dark .list-col{padding:25px 23px}
  .ff-page-about .system.surface-dark .pillars{grid-template-columns:1fr}
  .ff-page-be-one-of-zero .review-grid{columns:1}
  .ff-page-be-one-of-zero .resource-grid{grid-template-columns:1fr}
  .ff-site-page .about-photo:after{inset:8px -8px -8px 8px}
  .ff-site-page .about-photo img{height:390px}
  .ff-site-page .final-actions .btn{width:100%;min-width:0}
}
@media(max-width:520px){
  .ff-site-page .nav-row{height:66px}
  .ff-site-page .brand{font-size:17px}
  .ff-site-page .main-nav{top:66px}
  .ff-site-page .page-hero-description{font-size:14px}
  .ff-site-page .path-card{padding:23px 21px 22px}
  .ff-site-page .testimonial-frame{grid-template-columns:48px 1fr;padding:20px 18px;gap:14px}
  .ff-site-page .testimonial-frame img{width:46px;height:46px}
  .ff-site-page .testimonial-quote{font-size:17px}
  .ff-site-page .footer-grid{grid-template-columns:1fr}
}

/* Subtle progressive enhancement only; content is fully visible without JS. */
@media(prefers-reduced-motion:no-preference){
  .ff-site-page .path-card,.ff-site-page .visual-card,.ff-site-page .resource-card{will-change:transform}
}

/* =========================================================
   Founders Forge v0.4.0 — visual completion + review lightbox
   Based on live WordPress screenshots supplied 2026-08-28.
   ========================================================= */

/* Primary CTA contrast must always use brand violet on dark chrome. */
.ff-site-page .nav-cta,
.ff-site-page .main-nav .nav-cta{
  background:#5B45C7!important;
  border-color:#5B45C7!important;
  color:#fff!important;
  opacity:1!important;
  box-shadow:0 7px 18px rgba(91,69,199,.18);
}
.ff-site-page .nav-cta:hover,
.ff-site-page .main-nav .nav-cta:hover{
  background:#3E2E96!important;
  border-color:#3E2E96!important;
  color:#fff!important;
  transform:translateY(-1px);
}
.ff-site-page .nav-cta:focus-visible{outline-color:#fff;outline-offset:3px}

/* True optical centering for heroes that intentionally have no image. */
.ff-site-page .page-hero.centered .page-hero-grid.no-image{
  width:100%;
  max-width:940px;
  margin-inline:auto;
  justify-items:center;
}
.ff-site-page .page-hero.centered .page-hero-copy{
  width:100%;
  justify-self:center;
  text-align:center;
  margin-inline:auto;
}
.ff-site-page .page-hero.centered .page-hero-copy h1,
.ff-site-page .page-hero.centered .page-hero-description,
.ff-site-page .page-hero.centered .page-hero-tagline,
.ff-site-page .page-hero.centered .page-hero-micro{
  margin-left:auto;
  margin-right:auto;
}
.ff-site-page .page-hero.centered .page-hero-actions{justify-content:center}

/* Cohort: reduce the poster-like width and create a calmer editorial headline. */
.ff-page-founders-forge-cohort .page-hero.centered .page-hero-grid.no-image{max-width:850px}
.ff-page-founders-forge-cohort .page-hero.centered .page-hero-copy{max-width:850px}
.ff-page-founders-forge-cohort .page-hero.centered .page-hero-copy h1{
  max-width:800px;
  font-size:clamp(45px,4.05vw,59px);
  line-height:.99;
  text-wrap:balance;
}
.ff-page-founders-forge-cohort .page-hero.centered .page-hero-description{max-width:660px;text-wrap:pretty}

/* Contact is deliberately simple; center it precisely instead of letting the grid align left. */
.ff-page-contact .page-hero.centered .page-hero-grid.no-image{max-width:760px}
.ff-page-contact .page-hero.centered .page-hero-copy{max-width:760px}
.ff-page-contact .page-hero.centered .page-hero-description{max-width:560px}

/* Distinct page photography: tune crops for the new default hero assignments. */
.ff-page-speaking-media .page-hero-image img{object-position:center 42%}
.ff-page-about .page-hero-grid{grid-template-columns:minmax(0,1fr) 385px;gap:92px}
.ff-page-about .page-hero-image{max-width:385px}
.ff-page-about .page-hero-image img{
  aspect-ratio:1.08/1;
  object-position:52% 47%;
}
.ff-page-about .page-hero-copy h1{max-width:500px}

/* Small global finishing touches visible in the supplied live screenshots. */
.ff-site-page .site-header .wrap{max-width:1140px}
.ff-site-page .main-nav a:not(.nav-cta){transition:color .16s ease,opacity .16s ease}
.ff-site-page .credibility p{font-weight:750}
.ff-site-page .path-card .btn{font-weight:800}
.ff-site-page .section-title{text-wrap:balance}
.ff-site-page .path-card h3,.ff-site-page .resource-card h3{text-wrap:balance}

/* Book reviews: larger reading surface + interactive lightbox affordance. */
.ff-page-be-one-of-zero .review-section>.wrap{max-width:1120px}
.ff-page-be-one-of-zero .review-grid{
  max-width:1080px;
  column-gap:22px;
  margin-top:28px;
}
.ff-page-be-one-of-zero .review-card{
  margin-bottom:22px;
  padding:8px;
  border-color:#cfd1d3;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.ff-page-be-one-of-zero .review-card:hover{
  transform:translateY(-2px);
  border-color:#b9bcc0;
  box-shadow:0 16px 38px rgba(23,24,25,.07);
}
.review-hint{
  margin:14px auto 0;
  max-width:560px;
  text-align:center;
  font-size:11px;
  line-height:1.55;
  color:#707377;
}
.review-open{
  display:block;
  width:100%;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  color:inherit;
  cursor:zoom-in;
  text-align:inherit;
}
.review-open img{width:100%;height:auto}
.review-open:focus-visible{outline:3px solid var(--violet);outline-offset:3px}

body.ff-review-lightbox-open{overflow:hidden}
.ff-review-lightbox[hidden]{display:none!important}
.ff-review-lightbox{
  position:fixed;
  inset:0;
  z-index:100000;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:26px;
  opacity:0;
  transition:opacity .16s ease;
}
.ff-review-lightbox.is-open{opacity:1}
.ff-review-lightbox-backdrop{
  position:absolute;
  inset:0;
  background:rgba(10,11,12,.94);
  backdrop-filter:blur(3px);
}
.ff-review-lightbox-panel{
  position:relative;
  z-index:1;
  width:min(1120px,calc(100vw - 52px));
  max-height:calc(100vh - 52px);
  display:flex;
  flex-direction:column;
  background:#171819;
  border:1px solid #34363a;
  box-shadow:0 32px 90px rgba(0,0,0,.45);
}
.ff-review-lightbox-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:54px;
  padding:8px 10px 8px 18px;
  border-bottom:1px solid #303236;
  color:#d9dade;
}
.ff-review-lightbox-count{font-size:11px;font-weight:750;letter-spacing:.1em;text-transform:uppercase}
.ff-review-lightbox-close,
.ff-review-lightbox-prev,
.ff-review-lightbox-next{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #43464b;
  background:#202225;
  color:#fff;
  cursor:pointer;
  transition:background .16s ease,border-color .16s ease,transform .16s ease;
}
.ff-review-lightbox-close{width:38px;height:38px;font-size:27px;line-height:1}
.ff-review-lightbox-prev,.ff-review-lightbox-next{
  flex:0 0 48px;
  width:48px;
  height:58px;
  font-family:Georgia,serif;
  font-size:42px;
  line-height:1;
}
.ff-review-lightbox-close:hover,
.ff-review-lightbox-prev:hover,
.ff-review-lightbox-next:hover{
  background:#5B45C7;
  border-color:#5B45C7;
}
.ff-review-lightbox-close:focus-visible,
.ff-review-lightbox-prev:focus-visible,
.ff-review-lightbox-next:focus-visible{outline:2px solid #A8B0F0;outline-offset:3px}
.ff-review-lightbox-stage{
  min-height:0;
  display:grid;
  grid-template-columns:64px minmax(0,1fr) 64px;
  align-items:center;
  gap:12px;
  padding:18px 14px 12px;
}
.ff-review-lightbox-image-wrap{
  min-width:0;
  min-height:0;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:auto;
}
.ff-review-lightbox-image{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:calc(100vh - 165px);
  object-fit:contain;
  background:#fff;
  box-shadow:0 10px 38px rgba(0,0,0,.28);
}
.ff-review-lightbox-caption{
  min-height:36px;
  padding:0 22px 14px;
  text-align:center;
  color:#aeb0b4;
  font-size:11px;
}

@media(max-width:780px){
  .ff-site-page .page-hero.centered .page-hero-grid.no-image{max-width:none}
  .ff-page-founders-forge-cohort .page-hero.centered .page-hero-copy h1{font-size:clamp(42px,11.5vw,58px)}
  .ff-page-about .page-hero-grid{grid-template-columns:1fr;gap:34px}
  .ff-page-about .page-hero-image{max-width:100%;width:100%}
  .ff-page-about .page-hero-image img{aspect-ratio:1.35/1;max-height:460px;object-position:50% 48%}
  .ff-review-lightbox{padding:10px}
  .ff-review-lightbox-panel{width:calc(100vw - 20px);max-height:calc(100vh - 20px)}
  .ff-review-lightbox-stage{grid-template-columns:44px minmax(0,1fr) 44px;gap:6px;padding:10px 6px}
  .ff-review-lightbox-prev,.ff-review-lightbox-next{width:42px;height:52px;font-size:36px}
  .ff-review-lightbox-image{max-height:calc(100vh - 145px)}
}

@media(prefers-reduced-motion:reduce){
  .ff-review-lightbox,.ff-page-be-one-of-zero .review-card{transition:none}
}
/* v0.4.0 about hero final crop uses the workshop photograph. */
.ff-page-about .page-hero-image img{aspect-ratio:1.3/1;object-position:37% 48%}

/* =========================================================
   Founders Forge v0.4.0 — source-document finish update
   ========================================================= */
.ff-site-page .card-kicker{
  margin:0 0 12px;
  color:var(--violet);
  font-size:9px;
  line-height:1.2;
  font-weight:850;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.ff-site-page .path-card.featured{
  background:linear-gradient(145deg,#f4f1ff 0%,#ebe6ff 100%);
  border-color:#b8afe6;
}
.ff-site-page .path-card.featured:before{opacity:1;height:3px}
.ff-site-page .path-card.featured .btn{background:var(--violet);border-color:var(--violet);color:#fff}
.ff-site-page .card-footnote{
  margin:-5px 0 20px;
  padding:14px 15px;
  border-left:2px solid var(--violet);
  background:#f4f4f3;
  color:#55585b;
  font-family:var(--serif);
  font-size:13px;
  line-height:1.55;
}
.ff-site-page .path-card.featured .card-footnote{background:rgba(255,255,255,.55)}

/* One-column editorial lists should actually use the available reading width. */
.ff-site-page .list-cols>.list-col:only-child{
  grid-column:1/-1;
  width:min(100%,900px);
  margin-inline:auto;
}
.ff-page-founders-forge-cohort .list-columns .list-col:only-child ul{
  columns:2;
  column-gap:46px;
}
.ff-page-founders-forge-cohort .list-columns .list-col:only-child li{
  break-inside:avoid;
  margin-bottom:5px;
}

/* Five-day Immersion feature. */
.ff-site-page .service-feature{padding:92px 0 96px}
.ff-site-page .service-feature.surface-dark{background:var(--charcoal);color:#fff}
.ff-site-page .service-feature.surface-light{background:#f2f2f1}
.ff-site-page .service-feature.surface-quiet{background:var(--ff-quiet)}
.ff-site-page .service-feature-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  gap:72px;
  align-items:start;
}
.ff-site-page .service-feature.surface-dark .eyebrow{color:var(--periwinkle)}
.ff-site-page .service-feature .section-title{text-align:left;margin:0;max-width:650px}
.ff-site-page .service-lead{
  margin:18px 0 23px;
  max-width:650px;
  font-family:var(--serif);
  font-size:24px;
  line-height:1.28;
}
.ff-site-page .service-feature-copy>p:not(.eyebrow):not(.service-lead):not(.service-note){
  margin:14px 0 0;
  max-width:680px;
  color:#d1d2d4;
  font-size:14px;
  line-height:1.73;
}
.ff-site-page .service-feature.surface-light .service-feature-copy>p,
.ff-site-page .service-feature.surface-quiet .service-feature-copy>p{color:#46494c}
.ff-site-page .service-feature-copy .btn{margin-top:26px}
.ff-site-page .service-note{margin-top:12px!important;color:#8f9296!important;font-size:10px!important;line-height:1.55!important}
.ff-site-page .service-feature-details{
  border:1px solid #35373a;
  background:#202124;
  padding:30px 31px;
}
.ff-site-page .service-feature.surface-light .service-feature-details,
.ff-site-page .service-feature.surface-quiet .service-feature-details{background:#fff;border-color:var(--ff-line)}
.ff-site-page .service-feature-details h3{
  margin:0 0 17px;
  font-family:var(--serif);
  font-size:27px;
  line-height:1.05;
}
.ff-site-page .service-feature-details ol{margin:0;padding-left:21px;display:grid;gap:12px}
.ff-site-page .service-feature-details li{padding-left:5px;color:#c9cacf;font-size:12.5px;line-height:1.6}
.ff-site-page .service-feature.surface-light li,.ff-site-page .service-feature.surface-quiet li{color:#484b4e}
.ff-site-page .service-investment{margin-top:27px;padding-top:22px;border-top:1px solid #393b3f;display:grid;gap:8px}
.ff-site-page .service-feature.surface-light .service-investment,.ff-site-page .service-feature.surface-quiet .service-investment{border-color:var(--ff-line)}
.ff-site-page .service-investment-label{color:var(--periwinkle);font-size:9px;font-weight:850;letter-spacing:.17em;text-transform:uppercase}
.ff-site-page .service-investment strong{display:block;font-family:var(--serif);font-size:24px;line-height:1.18;font-weight:600}

/* Curated Google/Trustindex review areas. */
.ff-site-page .google-reviews{padding:76px 0 82px;text-align:center}
.ff-site-page .google-reviews.surface-light{background:#f2f2f1}
.ff-site-page .google-reviews.surface-quiet{background:var(--ff-quiet)}
.ff-site-page .google-reviews.surface-dark{background:var(--charcoal);color:#fff}
.ff-site-page .google-reviews.surface-dark .eyebrow{color:var(--periwinkle)}
.ff-site-page .google-reviews .section-title{max-width:760px;margin-inline:auto}
.ff-site-page .google-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:920px;margin:30px auto 0;text-align:left}
.ff-site-page .google-review{margin:0;padding:24px 26px;background:#fff;border:1px solid var(--ff-line)}
.ff-site-page .google-reviews.surface-dark .google-review{background:#202124;border-color:#36383c}
.ff-site-page .google-review p{margin:0;font-family:var(--serif);font-size:20px;line-height:1.38;color:#242628}
.ff-site-page .google-reviews.surface-dark .google-review p{color:#fff}
.ff-site-page .google-review cite{display:block;margin-top:13px;font-style:normal;color:#717478;font-size:10px}
.ff-site-page .trustindex-widget{max-width:1000px;margin:30px auto 0;text-align:left}
.ff-site-page .google-review-link{margin-top:20px;font-size:11px;font-weight:800;color:var(--violet)}
.ff-site-page .google-reviews.surface-dark .google-review-link{color:var(--periwinkle)}

/* Speaking proof cards now carry real copy, not caption-only thumbnails. */
.ff-page-speaking-media .visual-grid.cols-4{align-items:stretch}
.ff-page-speaking-media .visual-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--ff-line)}
.ff-page-speaking-media .visual-card img{width:100%;height:180px;object-fit:cover}
.ff-page-speaking-media .visual-card-body{display:block;padding:19px 18px 21px;background:#fff;text-align:left;min-height:245px}
.ff-page-speaking-media .visual-card-kicker{font-size:9px;letter-spacing:.13em;text-transform:uppercase;color:var(--violet);font-weight:800;margin-bottom:7px}
.ff-page-speaking-media .visual-card-body h3{margin:0;font-family:var(--serif);font-size:21px;line-height:1.08;font-weight:600;letter-spacing:-.015em}
.ff-page-speaking-media .visual-card-body p{margin:11px 0 0;color:#505357;font-size:11.5px;line-height:1.57}
.ff-page-speaking-media .proof .testimonial-quote{font-size:22px;color:#202225}
.ff-page-speaking-media .proof .testimonial-by{font-size:10px;color:#5f6265}

/* New photo assignments from the supplied change-document image set. */
.ff-page-work-with-karla .page-hero-image img{object-position:center 43%}
.ff-page-speaking-media .page-hero-image img{object-position:center 42%}
.ff-page-about .page-hero-image img{object-position:center 34%;aspect-ratio:1/1.06}
.ff-page-founders-forge-cohort .about-photo img{object-position:center 38%}
.ff-page-be-one-of-zero .page-hero-image img{object-position:center}

/* Footer legal/disclaimer finish. */
.ff-site-page .footer-disclaimer{
  padding-top:18px;
  margin-top:17px;
  border-top:1px solid #2b2d30;
  color:#808388;
  font-size:9px;
  line-height:1.55;
  max-width:1100px;
}
.ff-site-page .card-footnote{font-style:italic}

@media(max-width:1000px){
  .ff-site-page .service-feature-grid{grid-template-columns:1fr;gap:36px}
  .ff-page-speaking-media .visual-grid.cols-4{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:780px){
  .ff-site-page .google-review-grid{grid-template-columns:1fr}
  .ff-page-founders-forge-cohort .list-columns .list-col:only-child ul{columns:1}
  .ff-page-speaking-media .visual-grid.cols-4{grid-template-columns:1fr}
  .ff-page-speaking-media .visual-card img{height:auto;aspect-ratio:1.45/1}
  .ff-site-page .service-feature{padding:70px 0 74px}
  .ff-site-page .service-feature-details{padding:24px 22px}
}


/* v0.4.1 safe finish: section-level list headers follow the centered editorial convention.
   Column headings remain left-aligned. This corrects Cohort "WHAT YOU GET / Inside Founders Forge"
   and About "Professional proof / The record" without touching saved page content. */
.ff-site-page .list-columns > .wrap > .eyebrow{
  text-align:center;
}
.ff-site-page .list-columns > .wrap > .section-title{
  max-width:780px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.ff-page-founders-forge-cohort .ff-what-you-get .list-col li strong{
  font-weight:750;
  color:#1d1f21;
}
.ff-page-founders-forge-cohort .ff-what-you-get .list-col:only-child{
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
}

/* Legal-document finish. */
.ff-page-privacy-policy .page-hero.centered,
.ff-page-terms-and-conditions .page-hero.centered{
  min-height:330px;
}
.ff-page-privacy-policy .rich-content,
.ff-page-terms-and-conditions .rich-content{
  padding-top:72px;
  padding-bottom:76px;
}
.ff-page-privacy-policy .rich-stack,
.ff-page-terms-and-conditions .rich-stack{
  gap:42px;
}
.ff-page-privacy-policy .rich-stack article,
.ff-page-terms-and-conditions .rich-stack article{
  padding-bottom:34px;
  border-bottom:1px solid #d8dadc;
}
.ff-page-privacy-policy .rich-stack article:last-child,
.ff-page-terms-and-conditions .rich-stack article:last-child{
  padding-bottom:0;
  border-bottom:0;
}
.ff-page-privacy-policy .rich-stack ul,
.ff-page-privacy-policy .rich-stack ol,
.ff-page-terms-and-conditions .rich-stack ul,
.ff-page-terms-and-conditions .rich-stack ol{
  margin:16px 0 18px 1.25rem;
  padding:0;
}
.ff-page-privacy-policy .rich-stack li,
.ff-page-terms-and-conditions .rich-stack li{
  margin:8px 0;
  line-height:1.65;
  color:#45484b;
}
.ff-page-privacy-policy .data-table-section .section-copy{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}


/* v0.4.2 surgical finish: image crop/full-image choice. Defaults preserve existing layouts.
   The Home "Meet Karla Murphy" Split Content renderer defaults to contain so the complete headshot is visible. */
.ff-image-fit-cover{object-fit:cover!important;}
.ff-image-fit-contain{object-fit:contain!important;object-position:center!important;background:#fff;}
.ff-site-page .about-photo img.ff-image-fit-contain{filter:none;}

/* Center only true section headers. Editorial/hero/split-content eyebrows intentionally stay left-aligned. */
.ff-site-page .pathways > .wrap > .eyebrow,
.ff-site-page .system > .wrap > .eyebrow,
.ff-site-page .proof > .wrap > .eyebrow,
.ff-site-page .list-columns > .wrap > .eyebrow,
.ff-site-page .media-grid-section > .wrap > .eyebrow,
.ff-site-page .resources > .wrap > .eyebrow,
.ff-site-page .review-section > .wrap > .eyebrow,
.ff-site-page .faq-section > .wrap > .eyebrow,
.ff-site-page .data-table-section > .wrap > .eyebrow,
.ff-site-page .google-reviews > .wrap > .eyebrow,
.ff-site-page .pricing-card > .eyebrow,
.ff-site-page .final-cta > .wrap > .eyebrow{
  text-align:center;
}

/* Cohort: make the requested benefit prefixes read as labels, while leaving the rest of each line unchanged. */
.ff-page-founders-forge-cohort .ff-what-you-get .list-col li > strong{font-weight:800;color:var(--ink);}
