:root{--navy:#0b1f33;--navy2:#13324f;--gold:#c6a15b;--cream:#f7f4ee;--silver:#d9dee4;--ink:#17202a;--white:#fff;--muted:#667085;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(var(--max),92%);margin:auto}.topbar{background:var(--navy);color:#dce5ee;font-size:.85rem;padding:.5rem 0}.topbar .container{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.97);border-bottom:1px solid #e7e9ee;backdrop-filter:blur(10px)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand{display:flex;align-items:center;gap:.75rem;font-weight:800;letter-spacing:.04em}.mark{width:44px;height:44px;border-radius:14px;background:var(--navy);color:var(--gold);display:grid;place-items:center;font-family:Georgia,serif;font-size:1.35rem;border:2px solid var(--gold)}.brand small{display:block;font-weight:600;color:var(--muted);font-size:.67rem;letter-spacing:.12em}.navlinks{display:flex;align-items:center;gap:1.25rem;font-weight:650;font-size:.93rem}.navlinks a:hover{color:#8c6c2d}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.25rem;border-radius:10px;font-weight:800;border:1px solid transparent;transition:.2s}.btn-primary{background:var(--gold);color:var(--navy)}.btn-primary:hover{transform:translateY(-1px);filter:brightness(.96)}.btn-secondary{border-color:#cfd6df;background:#fff}.btn-dark{background:var(--navy);color:#fff}.menu{display:none;background:none;border:0;font-size:1.5rem}.hero{background:linear-gradient(135deg,var(--navy) 0%,#102a43 72%,#1b4569 100%);color:white;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(198,161,91,.35);border-radius:50%;right:-130px;top:-170px;box-shadow:0 0 0 85px rgba(198,161,91,.05),0 0 0 170px rgba(255,255,255,.025)}.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:4rem;align-items:center;min-height:670px;padding:5rem 0}.eyebrow{color:var(--gold);text-transform:uppercase;font-size:.8rem;letter-spacing:.18em;font-weight:850}.hero h1,.page-hero h1{font-family:Georgia,serif;font-size:clamp(3rem,6vw,5.7rem);line-height:.96;margin:.6rem 0 1.3rem;letter-spacing:-.035em}.hero p{font-size:1.15rem;color:#dce5ee;max-width:720px}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.8rem}.hero-card{position:relative;z-index:2;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:24px;padding:2rem;box-shadow:0 22px 70px rgba(0,0,0,.22)}.hero-card h3{font-family:Georgia,serif;font-size:1.65rem;margin:.2rem 0}.signal{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}.signal div{background:rgba(255,255,255,.06);padding:1rem;border-radius:14px}.signal strong{display:block;font-size:1.45rem;color:#fff}.signal span{font-size:.8rem;color:#cbd7e3}.proofbar{border-bottom:1px solid #e8ebef;background:#fff}.proofgrid{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}.proofgrid div{padding:1.35rem;border-right:1px solid #e8ebef}.proofgrid div:last-child{border:0}.proofgrid strong{display:block;color:var(--navy);font-size:1.12rem}.proofgrid span{font-size:.82rem;color:var(--muted)}section{padding:6rem 0}.section-head{max-width:760px;margin-bottom:2.5rem}.section-head h2{font-family:Georgia,serif;color:var(--navy);font-size:clamp(2.2rem,4vw,3.7rem);line-height:1.05;margin:.45rem 0 1rem}.section-head p{color:var(--muted);font-size:1.05rem}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}.card{border:1px solid #e5e8ec;border-radius:18px;padding:1.7rem;background:#fff;box-shadow:0 12px 35px rgba(15,31,51,.05)}.card h3{margin:.35rem 0;color:var(--navy)}.icon{width:42px;height:42px;border-radius:12px;background:#f1e7d2;color:#74551f;display:grid;place-items:center;font-weight:900}.band{background:var(--cream)}.dark{background:var(--navy);color:#fff}.dark .section-head h2,.dark h2,.dark h3{color:#fff}.dark .section-head p,.dark p{color:#d8e1e9}.process{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.step{padding:1.4rem;border-top:3px solid var(--gold);background:#fff;color:var(--ink);border-radius:0 0 14px 14px}.step b{color:#9b762f;font-size:.8rem;letter-spacing:.12em}.case{display:grid;grid-template-columns:.75fr 1.25fr;gap:2rem;align-items:start}.metricbox{background:var(--navy);color:#fff;border-radius:22px;padding:2rem}.metricbox .big{font-family:Georgia,serif;font-size:3.8rem;color:var(--gold);line-height:1}.metricbox p{color:#dbe4ec}.case-list{display:grid;gap:1rem}.case-item{border-left:4px solid var(--gold);padding:1rem 1.2rem;background:#fff;border-radius:0 12px 12px 0}.quote{font-family:Georgia,serif;font-size:1.45rem;line-height:1.45;color:var(--navy)}.cta{background:linear-gradient(135deg,var(--gold),#e1c486);border-radius:24px;padding:3rem;color:var(--navy);display:flex;align-items:center;justify-content:space-between;gap:2rem}.cta h2{font-family:Georgia,serif;font-size:2.4rem;margin:0}.page-hero{background:var(--navy);color:#fff;padding:6.2rem 0 5rem}.page-hero p{max-width:780px;color:#d7e0e8;font-size:1.1rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.portrait-placeholder{min-height:520px;border-radius:24px;background:linear-gradient(145deg,#d7dce1,#f8f9fa);border:1px dashed #9aa5b1;display:grid;place-items:center;text-align:center;padding:2rem;color:#687786}.timeline{display:grid;gap:1rem}.timeline .item{display:grid;grid-template-columns:110px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid #e6e8eb}.timeline strong{color:#8d6c2c}.service-row{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:2.5rem 0;border-bottom:1px solid #e6e8eb}.service-row h2{font-family:Georgia,serif;color:var(--navy);font-size:2.2rem}.pill{display:inline-block;background:#f0e6d2;color:#76571f;border-radius:99px;padding:.35rem .7rem;font-size:.75rem;font-weight:800}.framework{display:grid;grid-template-columns:repeat(5,1fr);gap:.8rem}.framework .f{background:#fff;border:1px solid #e3e6e9;padding:1.4rem;border-radius:16px}.framework .f b{font-family:Georgia,serif;font-size:2.4rem;color:var(--gold)}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.article-card{border:1px solid #e4e7eb;border-radius:18px;overflow:hidden;background:#fff}.article-cover{height:170px;background:linear-gradient(135deg,var(--navy),#285378);display:flex;align-items:end;padding:1.2rem;color:var(--gold);font-weight:850;letter-spacing:.08em}.article-body{padding:1.4rem}.form{display:grid;gap:1rem}.form label{font-size:.88rem;font-weight:800;color:var(--navy)}.form input,.form select,.form textarea{width:100%;padding:.9rem 1rem;border:1px solid #ccd3db;border-radius:10px;font:inherit}.form textarea{min-height:140px}.footer{background:#081726;color:#d8e1e9;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:2rem}.footer h4{color:#fff}.footer a{display:block;color:#c4d0dc;margin:.45rem 0}.fine{border-top:1px solid #24384c;margin-top:2.5rem;padding-top:1.3rem;color:#91a1b0;font-size:.82rem}.notice{background:#fff6df;border:1px solid #ead19b;padding:1rem;border-radius:10px;color:#654d20}.hide{display:none}
@media(max-width:920px){.navlinks{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;padding:1.2rem 4%;border-bottom:1px solid #ddd;flex-direction:column;align-items:flex-start}.navlinks.open{display:flex}.menu{display:block}.hero-grid,.split,.case,.service-row{grid-template-columns:1fr}.hero-grid{min-height:auto;padding:4rem 0}.hero-card{margin-bottom:2rem}.proofgrid,.grid4,.framework,.process{grid-template-columns:repeat(2,1fr)}.grid3,.article-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.hero h1,.page-hero h1{font-size:2.8rem}.proofgrid,.grid4,.grid3,.framework,.process,.article-grid,.footer-grid,.signal{grid-template-columns:1fr}.proofgrid div{border-right:0;border-bottom:1px solid #e8ebef}.cta{display:block}.cta .btn{margin-top:1rem}.topbar .container{justify-content:center;text-align:center}.timeline .item{grid-template-columns:1fr}}


/* V5.2 homepage precision fixes */
.hero-v5{padding:0}.hero-v5-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);gap:3rem;align-items:center;min-height:600px;padding:4.6rem 0;position:relative;z-index:2}.hero-proof{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.result-tile{display:flex;flex-direction:column;gap:.35rem;padding:1.45rem;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.07)}.result-tile strong{font-family:Georgia,serif;font-size:2.5rem;line-height:1;color:var(--gold)}.result-tile span{font-weight:800;line-height:1.25}.result-tile small{color:#cbd7e3}.authority{padding:4.75rem 0}.authority-grid{display:grid;grid-template-columns:minmax(280px,.9fr) 1.1fr;gap:3.25rem;align-items:center}.authority-image img{width:100%;max-height:470px;object-fit:cover;border-radius:24px}.authority h2,.results-feature h2,.speaking-mini h2,.method h2{font-family:Georgia,serif;color:var(--navy);font-size:clamp(2.1rem,4vw,3.5rem);line-height:1.05;margin:.45rem 0 1rem}.credential-line{font-weight:800;color:var(--navy)}.compact-section{padding:4.6rem 0}.service-bands{display:grid;gap:.2rem}.service-bands>a{display:grid;grid-template-columns:56px 1fr;gap:1rem;padding:1.35rem 0;border-bottom:1px solid #dedbd4}.service-bands b{color:#8d6c2c}.service-bands h3{margin:0 0 .2rem;color:var(--navy)}.service-bands p{margin:0;color:var(--muted)}
.results-feature{padding:5rem 0}.results-feature-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:3.5rem;align-items:start}.proof-drivers{display:grid;gap:1rem;margin:1.6rem 0 0}.proof-driver{display:grid;grid-template-columns:minmax(150px,.42fr) 1fr;column-gap:1rem;row-gap:.15rem;align-items:start;padding:.9rem 0;border-top:1px solid #e4e7eb}.proof-driver b{color:var(--navy);line-height:1.35}.proof-driver span{color:var(--muted);line-height:1.5}.results-cta{margin-top:2rem;margin-bottom:.5rem}.results-stack{display:grid;gap:1rem}.result-card{display:flex;flex-direction:column;gap:.45rem;background:var(--navy);color:#fff;border-radius:20px;padding:1.8rem}.result-card strong{font-family:Georgia,serif;color:var(--gold);font-size:3.4rem;line-height:1}.result-card span{font-size:1.08rem;font-weight:800;line-height:1.3}.result-card small{color:#c8d4df;line-height:1.4}
.speaking-mini{padding:5rem 0;background:var(--cream)}.speaking-mini-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:3rem;align-items:center}.speaking-mini img{width:100%;max-height:430px;object-fit:cover;border-radius:22px}.method-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.method-steps{list-style:none;padding:0;margin:0;display:grid;gap:.55rem}.method-steps li{display:grid;grid-template-columns:44px 1fr;gap:1rem;align-items:center;padding:.9rem 0;border-bottom:1px solid #e1e4e8}.method-steps b{display:inline-block;color:#8d6c2c;font-size:.82rem;letter-spacing:.12em}.method-steps span{font-weight:800;color:var(--navy);line-height:1.3}.final-cta{padding:4.75rem 0}.cta-v5 .cta-support{max-width:440px;margin-top:0}.footer-v5{padding:3rem 0 1.5rem}
@media(max-width:920px){.hero-v5-grid,.authority-grid,.results-feature-grid,.speaking-mini-grid,.method-grid{grid-template-columns:1fr}.hero-v5-grid{padding:3.6rem 0;min-height:auto}.hero-proof{grid-template-columns:1fr 1fr}.authority-image img,.speaking-mini img{max-height:none}.results-stack{grid-template-columns:1fr 1fr}.results-cta{margin-bottom:2rem}}
@media(max-width:620px){.nav{height:68px}.navlinks{top:68px}.brand{gap:.58rem;font-size:.88rem}.mark{width:38px;height:38px;border-radius:12px}.brand small{font-size:.58rem;letter-spacing:.09em}.hero-v5-grid{padding:3rem 0 2.6rem;gap:2rem}.hero-v5 .eyebrow{font-size:.72rem;letter-spacing:.14em}.hero-v5 h1{font-size:2.65rem}.hero-v5 p{font-size:1rem}.hero-actions{display:grid;grid-template-columns:1fr;gap:.7rem;margin-top:1.4rem}.hero-actions .btn{width:100%}.hero-proof{grid-template-columns:1fr;gap:.75rem}.result-tile{padding:1.15rem}.result-tile strong{font-size:2.25rem}.authority,.results-feature,.speaking-mini,.compact-section,.final-cta{padding:3.6rem 0}.authority-grid,.results-feature-grid,.speaking-mini-grid,.method-grid{gap:2rem}.authority h2,.results-feature h2,.speaking-mini h2,.method h2{font-size:2.25rem}.credential-line{font-size:.95rem}.service-bands>a{grid-template-columns:40px 1fr;gap:.75rem;padding:1.1rem 0}.service-bands p{font-size:.96rem}.proof-drivers{gap:.55rem;margin-top:1.25rem}.proof-driver{grid-template-columns:1fr;gap:.25rem;padding:.8rem 0}.proof-driver b{display:block}.proof-driver span{display:block}.results-cta{display:flex;width:100%;margin-top:1.7rem;margin-bottom:2.4rem}.results-stack{grid-template-columns:1fr;gap:.8rem}.result-card{padding:1.45rem}.result-card strong{font-size:3rem}.result-card span{font-size:1rem}.method-steps li{grid-template-columns:38px 1fr;gap:.9rem;padding:.8rem 0}.method-steps b{margin:0}.method-steps span{margin:0}.cta-v5{padding:2rem 1.35rem}.footer-v5{padding:2.4rem 0 1.2rem}.footer-v5 .footer-grid{gap:1rem}.footer-v5 .fine{margin-top:1.4rem}}


/* V5.3 spacing hardening */
.hero-secondary{color:var(--navy)!important;background:#fff!important;}
.hero-proof{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1rem!important;}
.result-tile{display:flex!important;flex-direction:column!important;gap:.5rem!important;}
.result-tile strong,.result-tile span,.result-tile small{display:block!important;}
.proof-driver{display:grid!important;grid-template-columns:minmax(160px,.42fr) 1fr!important;column-gap:1.15rem!important;row-gap:.35rem!important;}
.proof-driver b,.proof-driver span{display:block!important;}
.results-cta{margin-top:1.8rem!important;margin-bottom:2.4rem!important;}
.result-card{display:flex!important;flex-direction:column!important;gap:.6rem!important;}
.result-card strong,.result-card span,.result-card small{display:block!important;}
.method-steps li{display:grid!important;grid-template-columns:48px 1fr!important;column-gap:1rem!important;align-items:center!important;}
.method-steps b,.method-steps span{display:block!important;}
@media(max-width:620px){
 .hero-proof{grid-template-columns:1fr!important;}
 .proof-driver{grid-template-columns:1fr!important;row-gap:.3rem!important;}
 .method-steps li{grid-template-columns:42px 1fr!important;column-gap:.9rem!important;}
}

/* V5.4 homepage structural cleanup while preserving approved hero layout */
.brand-copy,.brand-name,.footer-location{display:block}
.footer-connect>a,.footer-connect>span{display:block;margin:.45rem 0}
.hero-v5-grid{grid-template-columns:1fr!important;gap:2rem!important;align-items:start!important;min-height:auto!important;padding:4.6rem 0 2.6rem!important}
.hero-copy{max-width:1050px}
.hero-proof{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important}
.result-tile{min-height:155px!important;justify-content:flex-start!important;gap:.65rem!important;padding:1.65rem 1.8rem!important}
.result-tile strong{font-family:Inter,Arial,sans-serif!important;font-size:1.45rem!important;line-height:1.2!important;color:#fff!important}
.result-tile span{font-size:1.05rem!important;font-weight:600!important;line-height:1.4!important}
.result-tile small{font-size:.95rem!important;line-height:1.4!important}
@media(max-width:620px){.hero-v5-grid{padding:3rem 0 2.4rem!important;gap:1.6rem!important}.hero-proof{grid-template-columns:1fr!important}.result-tile{min-height:auto!important;padding:1.25rem!important}.result-tile strong{font-size:1.35rem!important}}
