 :root{--e2e-navy:#123851;--e2e-navy2:#0d2c42;--e2e-green:#19675a;--e2e-teal:#3d8c85;--e2e-gold:#d4aa54;--e2e-ink:#17313f;--e2e-muted:#617079;--e2e-warm:#f6f3ed;--e2e-line:#dce5e2;--e2e-white:#fff;--e2e-width:1180px}*{box-sizing:border-box}.e2e-wrap{width:min(var(--e2e-width),calc(100% - 40px));margin:auto}.e2e-section{padding:88px 0}.e2e-theme--light{background:#fff}.e2e-theme--warm{background:var(--e2e-warm)}.e2e-theme--navy{background:var(--e2e-navy);color:#fff}.e2e-theme--green{background:var(--e2e-green);color:#fff}.e2e-eyebrow{color:var(--e2e-green);font-size:.76rem;text-transform:uppercase;letter-spacing:.14em;font-weight:800;margin:0 0 14px}.e2e-theme--navy .e2e-eyebrow,.e2e-theme--green .e2e-eyebrow{color:#dbeee7}.e2e-section h2,.e2e-hero h1{font-family:Georgia,'Times New Roman',serif;color:var(--e2e-navy);font-weight:700;line-height:1.07;margin:0 0 20px}.e2e-section h2{font-size:clamp(2.3rem,5vw,4.4rem);max-width:900px}.e2e-theme--navy h2,.e2e-theme--green h2{color:#fff}.e2e-lead{font-size:1.08rem;line-height:1.75;color:var(--e2e-muted);max-width:800px}.e2e-theme--navy .e2e-lead,.e2e-theme--green .e2e-lead{color:#dbe5e9}.e2e-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.e2e-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--e2e-green);color:#fff!important;text-decoration:none;padding:13px 20px;border-radius:7px;border:1px solid var(--e2e-green);font-weight:800;font-size:.9rem}.e2e-btn--secondary{background:transparent;color:var(--e2e-green)!important}.e2e-theme--navy .e2e-btn,.e2e-theme--green .e2e-btn{background:var(--e2e-gold);border-color:var(--e2e-gold);color:var(--e2e-navy)!important}.e2e-theme--navy .e2e-btn--secondary,.e2e-theme--green .e2e-btn--secondary{background:transparent;color:#fff!important;border-color:#fff}.e2e-hero{position:relative;background:linear-gradient(135deg,#f8fbfa,#edf5f2);background-size:cover;background-position:center;min-height:650px;display:flex;align-items:center}.e2e-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.88) 48%,rgba(255,255,255,.15) 100%)}.e2e-hero--photo .e2e-hero__shade{background:linear-gradient(90deg,rgba(13,44,66,.93),rgba(13,44,66,.68),rgba(13,44,66,.2))}.e2e-hero--photo .e2e-hero__content,.e2e-hero--photo h1{color:#fff}.e2e-hero__inner{position:relative;padding:100px 0}.e2e-hero__content{max-width:690px}.e2e-hero h1{font-size:clamp(3rem,6.8vw,6rem)}.e2e-hero__text{font-size:1.12rem;line-height:1.7;color:#4f6069;max-width:660px}.e2e-hero--photo .e2e-hero__text{color:#e7eef0}.e2e-grid{display:grid;gap:24px;margin-top:45px}.e2e-grid--2{grid-template-columns:repeat(2,1fr)}.e2e-grid--3{grid-template-columns:repeat(3,1fr)}.e2e-grid--4{grid-template-columns:repeat(4,1fr)}.e2e-card{border:1px solid var(--e2e-line);border-radius:12px;overflow:hidden;background:#fff;padding:28px;box-shadow:0 10px 35px rgba(18,56,81,.06)}.e2e-card__image{width:calc(100% + 56px);margin:-28px -28px 24px;height:210px;object-fit:cover}.e2e-card h3,.e2e-price-card h3,.e2e-framework__item h3{font-family:Georgia,serif;color:var(--e2e-navy);font-size:1.55rem;margin:0 0 12px}.e2e-card__eyebrow,.e2e-card__meta{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--e2e-green);font-weight:800}.e2e-card__text{color:#66757c;line-height:1.65}.e2e-card .e2e-btn{margin-top:14px}.e2e-split__grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.e2e-split--left .e2e-split__media{order:-1}.e2e-split__media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:18px}.e2e-framework__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:46px}.e2e-framework__item{padding:30px;border:1px solid var(--e2e-line);border-radius:12px;background:#fff}.e2e-framework__letter{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:var(--e2e-green);color:#fff;font-family:Georgia,serif;font-size:1.5rem;margin-bottom:20px}.e2e-process__list{list-style:none;padding:0;margin:50px 0 0;border-top:1px solid var(--e2e-line)}.e2e-process__list li{display:grid;grid-template-columns:80px 1fr;gap:24px;padding:28px 0;border-bottom:1px solid var(--e2e-line)}.e2e-process__list>li>span{font-family:Georgia,serif;font-size:2rem;color:var(--e2e-gold)}.e2e-process__list h3{margin:0 0 8px;color:var(--e2e-navy)}.e2e-pricing__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:45px}.e2e-price-card{border:1px solid var(--e2e-line);border-radius:12px;padding:30px;background:#fff}.e2e-price-card__price{font-size:1.2rem;font-weight:900;color:var(--e2e-green)}.e2e-price-card ul{padding-left:18px;color:#65737b}.e2e-checklist__list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 30px;list-style:none;padding:0;margin-top:38px}.e2e-checklist__list li{display:flex;gap:12px;padding:13px 0;border-bottom:1px solid var(--e2e-line)}.e2e-checklist__list span{color:var(--e2e-green);font-weight:900}.e2e-stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}.e2e-stats__grid strong{display:block;font-family:Georgia,serif;font-size:3rem;color:var(--e2e-green)}.e2e-theme--navy .e2e-stats__grid strong{color:var(--e2e-gold)}.e2e-stats__grid span{font-size:.85rem;color:var(--e2e-muted)}.e2e-theme--navy .e2e-stats__grid span{color:#dbe5e9}.e2e-quote figure{max-width:920px;margin:auto;text-align:center}.e2e-quote blockquote{font-family:Georgia,serif;font-size:clamp(1.7rem,3.5vw,3rem);line-height:1.35;color:var(--e2e-navy);margin:0}.e2e-theme--navy blockquote{color:#fff}.e2e-quote figcaption{margin-top:22px;color:var(--e2e-green);font-weight:800}.e2e-quote figcaption span{display:block;color:#778}.e2e-quote img{width:92px;height:92px;border-radius:50%;object-fit:cover;margin-bottom:20px}.e2e-credentials__list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:40px}.e2e-credentials__list>div{display:flex;gap:12px;padding:20px;border:1px solid var(--e2e-line);border-radius:10px}.e2e-credentials__list span{color:var(--e2e-green)}.e2e-contact-panel__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px}.e2e-contact-panel__grid>div{padding:30px;border:1px solid var(--e2e-line);border-radius:12px;background:#fff}.e2e-form-shell{display:grid;grid-template-columns:.7fr 1.3fr;gap:55px}.e2e-form-shell form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.e2e-form-shell label{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:.85rem;color:#38505e}.e2e-form-shell input,.e2e-form-shell select,.e2e-form-shell textarea{width:100%;padding:12px;border:1px solid #cfdad7;border-radius:6px;background:#fff;font:inherit}.e2e-form-wide{grid-column:1/-1}.e2e-consent{flex-direction:row!important;align-items:flex-start}.e2e-consent input{width:auto}.e2e-form-note{color:#68767e;font-size:.82rem}.e2e-hp{position:absolute!important;left:-9999px!important}.e2e-site-header{position:relative;z-index:50;background:#fff;border-bottom:1px solid var(--e2e-line)}.e2e-header__inner{height:82px;display:flex;align-items:center;gap:28px}.e2e-brand{text-decoration:none;margin-right:auto}.e2e-wordmark{font-family:Georgia,serif;font-size:2rem;color:var(--e2e-navy);font-weight:700;display:flex;align-items:center;gap:9px}.e2e-wordmark small{font-family:Arial,sans-serif;font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;color:var(--e2e-green);max-width:95px;line-height:1.1}.e2e-nav{display:flex;align-items:center;gap:26px}.e2e-nav>a,.e2e-nav__drop>button{font:700 .9rem Arial,sans-serif;color:#273d49;text-decoration:none;background:none;border:0;padding:10px 0;cursor:pointer}.e2e-nav__cta{background:var(--e2e-green)!important;color:#fff!important;padding:12px 18px!important;border-radius:6px}.e2e-nav__drop{position:relative}.e2e-nav__menu{display:none;position:absolute;top:100%;left:0;min-width:250px;background:#fff;border:1px solid var(--e2e-line);box-shadow:0 15px 35px rgba(0,0,0,.09);padding:10px;border-radius:8px}.e2e-nav__drop:hover .e2e-nav__menu,.e2e-nav__drop.is-open .e2e-nav__menu{display:block}.e2e-nav__menu a{display:block;padding:10px;text-decoration:none;color:#29404c}.e2e-menu-toggle{display:none;background:none;border:0;font-size:1.5rem}.e2e-site-footer{background:var(--e2e-navy2);color:#d8e3e6;padding:65px 0 28px}.e2e-footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px}.e2e-site-footer h3{color:#fff}.e2e-site-footer ul{list-style:none;padding:0}.e2e-site-footer li{margin:8px 0}.e2e-site-footer a{color:#d8e3e6;text-decoration:none}.e2e-wordmark--footer{color:#fff}.e2e-footer__bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:40px;padding-top:24px;display:flex;justify-content:space-between;gap:20px;font-size:.8rem}.e2e-cta{text-align:center}.e2e-cta h2,.e2e-cta .e2e-lead{margin-left:auto;margin-right:auto}.e2e-cta .e2e-actions{justify-content:center}@media(max-width:900px){.e2e-menu-toggle{display:block}.e2e-nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;padding:22px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--e2e-line)}.e2e-nav.is-open{display:flex}.e2e-nav__menu{position:static;box-shadow:none;border:0;padding-left:18px}.e2e-grid--4,.e2e-grid--3,.e2e-pricing__grid,.e2e-framework__grid{grid-template-columns:repeat(2,1fr)}.e2e-split__grid,.e2e-form-shell{grid-template-columns:1fr}.e2e-footer__grid{grid-template-columns:1fr 1fr}.e2e-hero{min-height:560px}}@media(max-width:600px){.e2e-section{padding:60px 0}.e2e-wrap{width:min(var(--e2e-width),calc(100% - 28px))}.e2e-grid--2,.e2e-grid--3,.e2e-grid--4,.e2e-pricing__grid,.e2e-framework__grid,.e2e-checklist__list,.e2e-stats__grid,.e2e-credentials__list,.e2e-contact-panel__grid,.e2e-footer__grid{grid-template-columns:1fr}.e2e-form-shell form{grid-template-columns:1fr}.e2e-form-wide{grid-column:auto}.e2e-footer__bottom{flex-direction:column}.e2e-hero__shade{background:rgba(255,255,255,.91)}.e2e-hero--photo .e2e-hero__shade{background:rgba(13,44,66,.84)}}

/* === E2E 0.2 Homepage fidelity layer === */
:root{--e2e-mock-navy:#072e61;--e2e-mock-navy2:#052751;--e2e-mock-green:#347542;--e2e-mock-teal:#087b72;--e2e-mock-gold:#e3a108;--e2e-mock-purple:#56388d;--e2e-mock-soft:#f8f9f8}
.e2e-logo{display:block;width:auto;object-fit:contain}.e2e-logo--header{height:51px;max-width:140px}.e2e-logo--footer{height:58px;max-width:150px;filter:none}
.e2e-site-header{border-bottom:0;box-shadow:0 1px 0 rgba(7,46,97,.07)}.e2e-header__inner{height:74px;gap:30px}.e2e-brand{display:flex;align-items:center}.e2e-nav{gap:25px}.e2e-nav>a,.e2e-nav__drop>button{font-size:.82rem;color:#081e43;font-weight:700}.e2e-nav>a:first-child{position:relative}.e2e-nav>a:first-child:after{content:"";height:2px;background:var(--e2e-mock-gold);position:absolute;left:0;right:0;bottom:2px}.e2e-nav__cta{background:var(--e2e-mock-gold)!important;border-radius:5px;padding:13px 20px!important;color:#fff!important;margin-left:12px}
.e2e-home-hero{background:#f5f6f4;min-height:0}.e2e-home-hero .e2e-wrap{width:min(100%,1440px)}.e2e-home-hero__grid{display:grid;grid-template-columns:46% 54%;align-items:stretch}.e2e-home-hero .e2e-hero__content{max-width:none;padding:62px clamp(28px,6vw,88px) 56px}.e2e-home-hero .e2e-eyebrow{color:var(--e2e-mock-gold);font-size:.68rem;letter-spacing:.045em;margin-bottom:12px}.e2e-home-hero h1{font-size:clamp(2.25rem,4.25vw,4.6rem);line-height:1.06;color:#08265a;max-width:640px;margin-bottom:18px}.e2e-home-hero .e2e-hero__text{font-size:.98rem;line-height:1.58;color:#10243d;max-width:545px}.e2e-home-hero .e2e-actions{margin-top:24px;gap:14px}.e2e-home-hero .e2e-btn{background:#073b73;border-color:#073b73;border-radius:4px;padding:12px 22px}.e2e-home-hero .e2e-btn--secondary{background:var(--e2e-mock-green);border-color:var(--e2e-mock-green);color:#fff!important}.e2e-home-hero__media{min-height:420px;overflow:hidden}.e2e-home-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center 38%;display:block}
.e2e-style--home-audience,.e2e-style--home-solutions{padding:42px 0 34px}.e2e-style--home-audience .e2e-eyebrow,.e2e-style--home-solutions .e2e-eyebrow,.e2e-style--home-outcomes .e2e-eyebrow{text-align:center;color:var(--e2e-mock-gold);font-size:.66rem;margin-bottom:7px}.e2e-style--home-audience h2,.e2e-style--home-solutions h2{font-size:clamp(1.8rem,3vw,2.65rem);text-align:center;margin-left:auto;margin-right:auto;color:#08265a}.e2e-style--home-audience .e2e-lead{font-size:.9rem;line-height:1.45;text-align:center;margin:0 auto;max-width:640px;color:#14283f}.e2e-style--home-audience .e2e-grid{margin-top:28px;gap:22px}.e2e-style--home-audience .e2e-card{padding:0 18px 20px;border:0;background:#f8f9fa;border-radius:7px;box-shadow:none;overflow:visible;position:relative}.e2e-style--home-audience .e2e-card__image{width:calc(100% + 36px);margin:0 -18px 18px;height:112px;border-radius:7px 7px 0 0;object-fit:cover}.e2e-home-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;border:4px solid #fff;margin:-43px 0 9px;position:relative;z-index:2;color:#fff}.e2e-home-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.e2e-style--home-audience .e2e-card:nth-child(1) .e2e-home-icon{background:#0a376e}.e2e-style--home-audience .e2e-card:nth-child(2) .e2e-home-icon{background:#3f7b3b}.e2e-style--home-audience .e2e-card:nth-child(3) .e2e-home-icon{background:#633c91}.e2e-style--home-audience .e2e-card:nth-child(4) .e2e-home-icon{background:#dfa10b}.e2e-style--home-audience .e2e-card h3{font-size:1.12rem;line-height:1.1;min-height:2.3em;margin:0 0 10px;color:#08265a}.e2e-style--home-audience .e2e-card:nth-child(2) h3{color:#347542}.e2e-style--home-audience .e2e-card:nth-child(4) h3{color:#b97b00}.e2e-style--home-audience .e2e-card__text{font-size:.78rem;line-height:1.48;color:#172a40;min-height:5.7em}.e2e-style--home-audience .e2e-card .e2e-btn{border:0;padding:0;background:none!important;color:#0a376e!important;font-size:.72rem;border-radius:0}.e2e-style--home-audience .e2e-card .e2e-btn:after,.e2e-style--home-solutions .e2e-card .e2e-btn:after{content:" →";margin-left:7px}
.e2e-style--home-solutions{padding-top:20px}.e2e-style--home-solutions .e2e-grid{margin-top:20px;gap:10px}.e2e-grid--5{grid-template-columns:repeat(5,1fr)}.e2e-style--home-solutions .e2e-card{padding:20px 12px 15px;border-radius:7px;box-shadow:none;text-align:center;min-height:250px;display:flex;flex-direction:column;align-items:center}.e2e-style--home-solutions .e2e-home-icon{margin:0 auto 10px;border:0;background:transparent!important;width:42px;height:42px}.e2e-style--home-solutions .e2e-card:nth-child(1) .e2e-home-icon{color:#0a376e}.e2e-style--home-solutions .e2e-card:nth-child(2) .e2e-home-icon{color:#4d8b38}.e2e-style--home-solutions .e2e-card:nth-child(3) .e2e-home-icon{color:#55368d}.e2e-style--home-solutions .e2e-card:nth-child(4) .e2e-home-icon{color:#d89400}.e2e-style--home-solutions .e2e-card:nth-child(5) .e2e-home-icon{color:#0c6a7b}.e2e-style--home-solutions .e2e-card h3{font-size:.98rem;line-height:1.08;min-height:3.2em;margin:0 0 8px}.e2e-style--home-solutions .e2e-card__text{font-size:.72rem;line-height:1.35;color:#263a4c;min-height:5.6em}.e2e-style--home-solutions .e2e-card__meta{font-size:.68rem;letter-spacing:0;text-transform:none;color:#347542;line-height:1.25;margin:7px 0 8px;min-height:2.5em}.e2e-style--home-solutions .e2e-card .e2e-btn{margin-top:auto;border:0;padding:0;background:none!important;color:#0a376e!important;font-size:.7rem}
.e2e-style--home-outcomes{padding:27px 0 28px;background:linear-gradient(90deg,#063667,#062956)!important}.e2e-style--home-outcomes .e2e-grid{margin-top:12px;gap:0}.e2e-style--home-outcomes .e2e-card{background:transparent;border:0;border-radius:0;box-shadow:none;text-align:center;padding:8px 24px;color:#fff;border-right:1px solid rgba(255,255,255,.28)}.e2e-style--home-outcomes .e2e-card:last-child{border-right:0}.e2e-style--home-outcomes .e2e-home-icon{margin:0 auto 8px;border:0;background:transparent!important;color:#fff;width:38px;height:38px}.e2e-style--home-outcomes .e2e-card:nth-child(3) .e2e-home-icon{color:#efaa09}.e2e-style--home-outcomes .e2e-card h3{font-family:Arial,Helvetica,sans-serif;font-size:.84rem;color:#fff;margin:0 0 5px}.e2e-style--home-outcomes .e2e-card__text{font-size:.68rem;line-height:1.35;color:#fff}.e2e-style--home-outcomes .e2e-card__text p{margin:0}
.e2e-style--home-founder{padding:0;background:#fff}.e2e-style--home-founder .e2e-wrap{width:min(100%,1440px)}.e2e-style--home-founder .e2e-split__grid{grid-template-columns:42% 58%;gap:0}.e2e-style--home-founder .e2e-split__content{padding:48px clamp(28px,6vw,80px)}.e2e-style--home-founder .e2e-eyebrow{color:var(--e2e-mock-gold);font-size:.65rem}.e2e-style--home-founder h2{font-size:clamp(2rem,3.8vw,3.5rem);color:#08265a;margin-bottom:18px}.e2e-style--home-founder .e2e-lead{font-size:.85rem;line-height:1.55;color:#182c43}.e2e-style--home-founder .e2e-split__media{height:100%;min-height:325px}.e2e-style--home-founder .e2e-split__media img{border-radius:0;width:100%;height:100%;aspect-ratio:auto;object-fit:cover}.e2e-style--home-founder .e2e-btn{background:#3a7a43;border-color:#3a7a43;border-radius:4px;font-size:.72rem;padding:10px 16px}
.e2e-style--home-quote{padding:27px 0;background:#fff}.e2e-style--home-quote figure{max-width:760px;text-align:left;display:grid;grid-template-columns:38px 1fr;gap:16px;position:relative}.e2e-style--home-quote figure:before{content:"“";font-family:Georgia,serif;font-size:4.4rem;line-height:.8;color:var(--e2e-mock-gold);grid-row:1/3}.e2e-style--home-quote blockquote{font-size:1.05rem;line-height:1.4;color:#0b2a5b;margin:0}.e2e-style--home-quote figcaption{font-size:.72rem;color:#2f6f58;margin-top:7px}.e2e-style--home-quote figcaption:after{content:"  •  •  •";float:right;color:#df9f0b;letter-spacing:7px}
.e2e-style--home-cta{padding:20px 0;background:linear-gradient(90deg,#097a72 0%,#063061 65%,#063061 100%)!important;text-align:left}.e2e-style--home-cta .e2e-wrap{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.e2e-style--home-cta h2{font-family:Georgia,serif;font-size:1.55rem;margin:0 0 2px;color:#fff}.e2e-style--home-cta .e2e-lead{margin:0;color:#fff;font-size:.78rem}.e2e-style--home-cta .e2e-lead p{margin:0}.e2e-style--home-cta .e2e-actions{margin:0}.e2e-style--home-cta .e2e-btn{background:var(--e2e-mock-gold);border-color:var(--e2e-mock-gold);color:#fff!important;border-radius:4px;padding:11px 24px}
.e2e-site-footer{background:#052c59;padding:34px 0 15px}.e2e-footer__grid{grid-template-columns:1.35fr 1.2fr 1.2fr .8fr .8fr;gap:30px}.e2e-site-footer h3{font-family:Arial,sans-serif;text-transform:uppercase;font-size:.67rem;color:#e7a80c;letter-spacing:.04em;margin:7px 0 9px}.e2e-site-footer p,.e2e-site-footer li{font-size:.7rem;line-height:1.5}.e2e-footer__brand p{color:#fff}.e2e-socials{display:flex;gap:8px;margin-top:12px}.e2e-socials span{width:26px;height:26px;border:1px solid rgba(255,255,255,.65);border-radius:50%;display:grid;place-items:center;font-size:.68rem;color:#fff}.e2e-footer__bottom{margin-top:22px;padding-top:12px;font-size:.64rem}
@media(max-width:1000px){.e2e-home-hero__grid{grid-template-columns:1fr 1fr}.e2e-grid--5{grid-template-columns:repeat(3,1fr)}.e2e-footer__grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.e2e-home-hero__grid{grid-template-columns:1fr}.e2e-home-hero__media{min-height:350px;order:-1}.e2e-home-hero .e2e-hero__content{padding:40px 24px}.e2e-style--home-audience .e2e-grid,.e2e-style--home-solutions .e2e-grid{grid-template-columns:1fr 1fr}.e2e-style--home-outcomes .e2e-grid{grid-template-columns:1fr 1fr}.e2e-style--home-outcomes .e2e-card:nth-child(2){border-right:0}.e2e-style--home-founder .e2e-split__grid{grid-template-columns:1fr}.e2e-style--home-founder .e2e-split__media{min-height:300px}.e2e-style--home-cta .e2e-wrap{grid-template-columns:1fr}.e2e-footer__grid{grid-template-columns:1fr 1fr}.e2e-header__inner{height:72px}}
@media(max-width:520px){.e2e-style--home-audience .e2e-grid,.e2e-style--home-solutions .e2e-grid,.e2e-style--home-outcomes .e2e-grid,.e2e-footer__grid{grid-template-columns:1fr}.e2e-style--home-outcomes .e2e-card{border-right:0;border-bottom:1px solid rgba(255,255,255,.25)}.e2e-style--home-outcomes .e2e-card:last-child{border-bottom:0}.e2e-logo--header{height:44px}.e2e-nav__cta{margin-left:0}.e2e-home-hero h1{font-size:2.35rem}}

/* 0.3.0 homepage precision pass — geometry follows approved homepage mockup. */
:root{--e2e-width:1240px;--e2e-mock-navy:#062f62;--e2e-mock-navy-deep:#052653;--e2e-mock-green:#39773d;--e2e-mock-gold:#e09a00}
.e2e-site-header{border-bottom:0;box-shadow:0 1px 0 rgba(5,38,83,.08)}
.e2e-header__inner{height:104px;gap:38px}.e2e-logo--header{width:auto;max-width:176px;max-height:70px;display:block}.e2e-brand{display:flex;align-items:center}
.e2e-nav{gap:34px}.e2e-nav>a,.e2e-nav__drop>button{font-size:.92rem;color:#071f49;padding:17px 0;line-height:1;position:relative}.e2e-nav__drop>button{display:flex;align-items:center;gap:8px}
.e2e-nav__chevron{width:11px;height:8px;display:inline-flex;transition:transform .18s ease}.e2e-nav__chevron svg{width:100%;height:100%;overflow:visible}.e2e-nav__chevron path{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.e2e-nav__drop.is-open .e2e-nav__chevron{transform:rotate(180deg)}
.e2e-nav>a:first-child:after{content:"";position:absolute;left:0;right:0;bottom:5px;height:3px;background:var(--e2e-mock-gold)}
.e2e-nav__cta{background:#d99500!important;padding:15px 24px!important;border-radius:5px!important;color:#fff!important;box-shadow:0 3px 8px rgba(140,91,0,.12)}.e2e-nav__cta:after{display:none!important}
.e2e-nav__menu{top:calc(100% - 5px);min-width:270px;border-radius:5px;padding:8px;box-shadow:0 16px 36px rgba(5,38,83,.16)}.e2e-nav__menu a{padding:12px 13px;font-size:.86rem}.e2e-nav__menu a:hover{background:#f4f7f5;color:#063667}
.e2e-home-hero .e2e-wrap{width:min(100%,1440px)}.e2e-home-hero__grid{grid-template-columns:48% 52%}.e2e-home-hero .e2e-hero__content{padding:70px clamp(42px,6.3vw,100px) 64px}.e2e-home-hero .e2e-eyebrow{font-size:.73rem;margin-bottom:17px}.e2e-home-hero h1{font-size:clamp(2.8rem,4.5vw,4.8rem);line-height:1.055;max-width:690px;margin-bottom:22px}.e2e-home-hero .e2e-hero__text{font-size:1.04rem;line-height:1.65;max-width:575px}.e2e-home-hero .e2e-actions{margin-top:29px}.e2e-home-hero .e2e-btn{padding:14px 24px;font-size:.88rem}.e2e-home-hero__media{min-height:510px}
.e2e-style--home-audience{padding:55px 0 48px}.e2e-style--home-solutions{padding:18px 0 48px}.e2e-style--home-audience h2,.e2e-style--home-solutions h2{font-size:clamp(2.15rem,3.2vw,3.05rem);margin-bottom:11px}.e2e-style--home-audience .e2e-lead{font-size:.98rem;max-width:720px}.e2e-style--home-audience .e2e-grid{margin-top:34px;gap:28px}.e2e-style--home-audience .e2e-card{padding:0 22px 26px;border-radius:8px}.e2e-style--home-audience .e2e-card__image{width:calc(100% + 44px);margin:0 -22px 21px;height:150px}.e2e-home-icon{width:54px;height:54px;margin:-48px 0 11px}.e2e-style--home-audience .e2e-card h3{font-size:1.32rem;min-height:2.25em;margin-bottom:11px}.e2e-style--home-audience .e2e-card__text{font-size:.86rem;line-height:1.55;min-height:5.2em}.e2e-style--home-audience .e2e-card .e2e-btn{font-size:.79rem;margin-top:17px}
.e2e-style--home-solutions .e2e-grid{gap:16px;margin-top:26px}.e2e-style--home-solutions .e2e-card{padding:25px 15px 20px;min-height:306px;border:1px solid #d9e0e5;border-radius:8px}.e2e-style--home-solutions .e2e-home-icon{width:48px;height:48px;margin-bottom:13px}.e2e-style--home-solutions .e2e-card h3{font-size:1.1rem;min-height:3.1em}.e2e-style--home-solutions .e2e-card__text{font-size:.79rem;line-height:1.46;min-height:5.4em}.e2e-style--home-solutions .e2e-card__meta{font-size:.74rem;line-height:1.35;margin:10px 0}.e2e-style--home-solutions .e2e-card .e2e-btn{font-size:.76rem}
.e2e-style--home-outcomes{padding:38px 0 40px}.e2e-style--home-outcomes .e2e-eyebrow{font-size:.69rem;margin-bottom:14px}.e2e-style--home-outcomes .e2e-card{padding:13px 34px}.e2e-style--home-outcomes .e2e-home-icon{width:47px;height:47px;margin-bottom:11px}.e2e-style--home-outcomes .e2e-card h3{font-size:.94rem;margin-bottom:7px}.e2e-style--home-outcomes .e2e-card__text{font-size:.75rem;line-height:1.45}
.e2e-style--home-founder .e2e-split__grid{grid-template-columns:47% 53%}.e2e-style--home-founder .e2e-split__content{padding:62px clamp(42px,6vw,90px)}.e2e-style--home-founder h2{font-size:clamp(2.3rem,3.8vw,3.7rem);margin-bottom:20px}.e2e-style--home-founder .e2e-lead{font-size:.93rem;line-height:1.68}.e2e-style--home-founder .e2e-split__media{min-height:410px}.e2e-style--home-founder .e2e-btn{font-size:.8rem;padding:12px 18px}
.e2e-style--home-quote{padding:38px 0 40px}.e2e-style--home-quote figure{max-width:900px;grid-template-columns:48px 1fr;gap:20px}.e2e-style--home-quote figure:before{font-size:5.1rem}.e2e-style--home-quote blockquote{font-size:1.2rem;line-height:1.5}.e2e-style--home-quote figcaption{font-size:.78rem;margin-top:10px}
.e2e-style--home-cta{padding:0!important;background:linear-gradient(90deg,#087b72 0%,#075b69 31%,#063061 66%,#063061 100%)!important}.e2e-style--home-cta .e2e-wrap{min-height:118px;grid-template-columns:minmax(0,1fr) auto;gap:44px;align-items:center;position:relative;padding-left:92px}.e2e-style--home-cta .e2e-wrap:before{content:"";position:absolute;left:18px;top:50%;width:52px;height:52px;transform:translateY(-50%);background:no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 25c0-5 4-9 9-9s9 4 9 9-4 9-9 9-9-4-9-9Z'/%3E%3Cpath d='M6 51c1-9 8-14 20-14s19 5 20 14'/%3E%3Cpath d='M42 24c0-4 3-7 7-7s7 3 7 7-3 7-7 7'/%3E%3Cpath d='M46 35c8 0 12 4 12 11'/%3E%3Cpath d='M8 19h8M12 15v8'/%3E%3C/svg%3E")}.e2e-style--home-cta h2{font-size:2rem;margin:0 0 5px}.e2e-style--home-cta .e2e-lead{font-size:.88rem;line-height:1.45;max-width:680px}.e2e-style--home-cta .e2e-btn{padding:14px 30px;font-size:.86rem;min-width:190px}.e2e-style--home-cta .e2e-btn:after{content:" →";margin-left:10px}
.e2e-site-footer{background:#052a58;padding:45px 0 22px}.e2e-footer__grid{grid-template-columns:1.45fr 1.2fr 1.2fr .85fr .8fr;gap:42px;align-items:start}.e2e-logo--footer{width:auto;max-width:150px;max-height:62px}.e2e-footer__brand>p{font-size:.84rem;line-height:1.35;color:#fff;margin:13px 0 16px}.e2e-site-footer h3{font-family:Arial,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:.69rem;color:#e9a300;margin:3px 0 13px}.e2e-site-footer ul{margin:0}.e2e-site-footer li{margin:7px 0;line-height:1.25}.e2e-site-footer a{font-size:.75rem;color:#fff}.e2e-socials{display:flex;gap:9px}.e2e-socials span{width:28px;height:28px;border:1px solid rgba(255,255,255,.65);border-radius:50%;display:grid;place-items:center;font-size:.68rem;color:#fff}.e2e-footer__bottom{margin-top:30px;padding-top:18px;font-size:.7rem;color:#fff}.e2e-footer__bottom a{font-size:.7rem}
@media(max-width:1050px){.e2e-header__inner{gap:20px}.e2e-nav{gap:20px}.e2e-nav>a,.e2e-nav__drop>button{font-size:.83rem}.e2e-grid--5{grid-template-columns:repeat(3,1fr)}.e2e-footer__grid{grid-template-columns:1.3fr 1fr 1fr}.e2e-home-hero__grid{grid-template-columns:1fr 1fr}}
@media(max-width:900px){.e2e-header__inner{height:84px}.e2e-nav{top:84px;gap:4px}.e2e-nav>a,.e2e-nav__drop>button{font-size:.95rem;padding:13px 0}.e2e-nav>a:first-child:after{display:none}.e2e-nav__drop>button{width:100%;justify-content:space-between}.e2e-nav__cta{text-align:center}.e2e-logo--header{max-width:145px}.e2e-style--home-cta .e2e-wrap{padding-left:78px}.e2e-footer__grid{grid-template-columns:1.4fr 1fr 1fr}}
@media(max-width:760px){.e2e-home-hero__grid{grid-template-columns:1fr}.e2e-home-hero__media{min-height:390px}.e2e-style--home-audience .e2e-grid,.e2e-style--home-solutions .e2e-grid{grid-template-columns:1fr 1fr}.e2e-style--home-solutions .e2e-card{min-height:290px}.e2e-style--home-cta .e2e-wrap{min-height:0;padding:28px 22px 28px 82px;gap:20px}.e2e-style--home-cta h2{font-size:1.65rem}.e2e-footer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.e2e-style--home-audience .e2e-grid,.e2e-style--home-solutions .e2e-grid,.e2e-style--home-outcomes .e2e-grid{grid-template-columns:1fr}.e2e-style--home-outcomes .e2e-card{border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}.e2e-style--home-cta .e2e-wrap{grid-template-columns:1fr;padding:28px 20px 28px 76px}.e2e-style--home-cta .e2e-wrap:before{left:12px;width:45px;height:45px}.e2e-footer__grid{grid-template-columns:1fr}.e2e-footer__bottom{flex-direction:column}}

/* 0.4.0 final homepage polish: fix CTA structure and refine footer/details */
.e2e-style--home-cta{padding:0!important;background:linear-gradient(90deg,#0a8178 0%,#0a6f71 34%,#073a67 66%,#073160 100%)!important;border-top:1px solid rgba(255,255,255,.12)}
.e2e-style--home-cta .e2e-wrap{min-height:102px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:44px;padding:0 0 0 78px;position:relative}
.e2e-style--home-cta .e2e-wrap:before{content:"";position:absolute;left:0;top:50%;width:55px;height:55px;transform:translateY(-50%);background:no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='white' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 25c0-5 4-9 9-9s9 4 9 9-4 9-9 9-9-4-9-9Z'/%3E%3Cpath d='M6 51c1-9 8-14 20-14s19 5 20 14'/%3E%3Cpath d='M42 24c0-4 3-7 7-7s7 3 7 7-3 7-7 7'/%3E%3Cpath d='M46 35c8 0 12 4 12 11'/%3E%3Cpath d='M8 19h8M12 15v8'/%3E%3C/svg%3E")}
.e2e-style--home-cta .e2e-home-cta__content{min-width:0;display:block;text-align:left}
.e2e-style--home-cta h2{font-size:clamp(1.85rem,2.6vw,2.5rem);line-height:1.05;margin:0 0 7px!important;color:#fff;max-width:none}
.e2e-style--home-cta .e2e-lead{font-size:.89rem;line-height:1.4;color:#fff;max-width:680px;margin:0!important}
.e2e-style--home-cta .e2e-lead p{margin:0}
.e2e-style--home-cta .e2e-actions{margin:0;justify-content:flex-end;align-items:center}
.e2e-style--home-cta .e2e-btn{min-width:194px;padding:15px 28px;border-radius:5px;font-size:.87rem;background:#e1a00a!important;border-color:#e1a00a!important;color:#fff!important;box-shadow:0 2px 6px rgba(0,0,0,.12)}
.e2e-style--home-cta .e2e-btn:hover{transform:translateY(-1px);filter:brightness(1.03)}
.e2e-style--home-cta .e2e-btn:after{content:"→";margin-left:11px;font-size:1.05em}

.e2e-site-footer{background:#062b57;padding:40px 0 20px;border-top:1px solid rgba(255,255,255,.08)}
.e2e-footer__grid{grid-template-columns:1.25fr 1.1fr 1.1fr .75fr .75fr;gap:46px;align-items:start}
.e2e-footer__brand{padding-right:10px}
.e2e-logo--footer{display:block;width:144px!important;max-width:144px!important;height:auto!important;max-height:none!important;object-fit:contain;background:transparent!important}
.e2e-footer__brand>p{font-size:.79rem;line-height:1.35;color:#fff;margin:12px 0 15px}
.e2e-site-footer h3{font-size:.68rem;line-height:1.2;margin:3px 0 12px;letter-spacing:.075em;color:#e7a20b}
.e2e-site-footer li{margin:6px 0;line-height:1.25}
.e2e-site-footer a{font-size:.73rem;line-height:1.25;color:rgba(255,255,255,.96);transition:color .15s ease,opacity .15s ease}
.e2e-site-footer a:hover{color:#fff;opacity:.82}
.e2e-socials{display:flex;gap:8px;margin-top:1px}
.e2e-socials span{width:28px;height:28px;border:1px solid rgba(255,255,255,.58);border-radius:50%;display:grid;place-items:center;color:#fff}
.e2e-socials svg{width:13px;height:13px;fill:#fff;stroke:#fff;stroke-width:1.2}
.e2e-socials span:last-child svg{fill:none;stroke-width:1.7}
.e2e-footer__bottom{margin-top:26px;padding-top:14px;border-top:1px solid rgba(255,255,255,.18);font-size:.67rem;line-height:1.25;color:rgba(255,255,255,.94)}
.e2e-footer__bottom a{font-size:.67rem}

/* micro-polish carried across the homepage */
.e2e-home-hero .e2e-btn,.e2e-style--home-founder .e2e-btn,.e2e-style--home-audience .e2e-btn,.e2e-style--home-solutions .e2e-btn{transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease}
.e2e-home-hero .e2e-btn:hover,.e2e-style--home-founder .e2e-btn:hover,.e2e-style--home-audience .e2e-btn:hover,.e2e-style--home-solutions .e2e-btn:hover{transform:translateY(-1px)}
.e2e-style--home-audience .e2e-card,.e2e-style--home-solutions .e2e-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.e2e-style--home-audience .e2e-card:hover,.e2e-style--home-solutions .e2e-card:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(6,47,98,.08);border-color:#cfd9df}
.e2e-style--home-quote{border-top:1px solid #eef1f2;border-bottom:1px solid #eef1f2}

@media(max-width:900px){
 .e2e-style--home-cta .e2e-wrap{min-height:108px;padding-left:72px;gap:24px}
 .e2e-style--home-cta .e2e-wrap:before{width:48px;height:48px}
 .e2e-style--home-cta h2{font-size:1.75rem}
 .e2e-footer__grid{grid-template-columns:1.2fr 1fr 1fr;gap:34px}
}
@media(max-width:760px){
 .e2e-style--home-cta .e2e-wrap{grid-template-columns:1fr auto;padding:24px 20px 24px 72px}
 .e2e-style--home-cta .e2e-actions{justify-content:flex-start}
 .e2e-style--home-cta .e2e-btn{min-width:170px;padding:13px 20px}
 .e2e-footer__grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
 .e2e-style--home-cta .e2e-wrap{grid-template-columns:1fr;padding:28px 20px 28px 70px;gap:18px}
 .e2e-style--home-cta .e2e-wrap:before{left:8px;top:31px;transform:none;width:43px;height:43px}
 .e2e-style--home-cta h2{font-size:1.6rem}
 .e2e-style--home-cta .e2e-lead{font-size:.86rem}
 .e2e-style--home-cta .e2e-actions{justify-content:flex-start}
 .e2e-footer__grid{grid-template-columns:1fr;gap:25px}
 .e2e-footer__bottom{flex-direction:column;gap:10px}
}


/* 0.5.0 — Complete E2E subpage design system. Home 0.4.0 fidelity rules remain untouched. */
body:not(.home) .e2e-section{padding:86px 0}
body:not(.home) .e2e-section h2{font-size:clamp(2rem,3.8vw,3.55rem);max-width:860px}
body:not(.home) .e2e-lead{max-width:760px;font-size:1rem;line-height:1.72}
body:not(.home) .e2e-card h3{font-size:1.35rem;line-height:1.18}
body:not(.home) .e2e-btn{min-height:44px;padding:12px 19px;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease}
body:not(.home) .e2e-btn:hover{transform:translateY(-1px)}

/* Interior split heroes */
.e2e-interior-hero{min-height:0;background:#fff;display:block;overflow:hidden;border-bottom:1px solid #e8eeec}
.e2e-interior-hero__grid{display:grid;grid-template-columns:minmax(0,47%) minmax(0,53%);min-height:520px;align-items:stretch}
.e2e-interior-hero .e2e-hero__content{align-self:center;padding:72px clamp(34px,5vw,74px) 72px 0;max-width:none}
.e2e-interior-hero h1{font-size:clamp(2.75rem,5vw,4.75rem);line-height:1.02;max-width:720px}
.e2e-interior-hero .e2e-hero__text{font-size:1rem;line-height:1.68;max-width:650px}
.e2e-interior-hero__media{position:relative;min-height:520px;background:linear-gradient(135deg,#e9f0ed,#dce9e4);overflow:hidden}
.e2e-interior-hero__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.e2e-interior-hero__placeholder{height:100%;min-height:520px;background:radial-gradient(circle at 65% 35%,rgba(212,170,84,.26),transparent 23%),linear-gradient(135deg,#e8f1ee,#ccded7)}
.e2e-interior-hero .e2e-eyebrow{color:#c88b11}
.e2e-style--solutions-hero .e2e-interior-hero__grid,.e2e-style--about-hero .e2e-interior-hero__grid,.e2e-style--insights-hero .e2e-interior-hero__grid{min-height:460px}
.e2e-style--individual-coaching{background:#fbf8f2}.e2e-style--individual-coaching .e2e-eyebrow{color:#b97c16}
.e2e-style--speaking-hero .e2e-interior-hero__media:after{content:"Speaking • Workshops • Facilitation";position:absolute;right:24px;bottom:24px;background:rgba(7,49,96,.9);color:#fff;padding:12px 16px;border-radius:6px;font-size:.75rem;font-weight:800;letter-spacing:.05em}
.e2e-style--founder-hero .e2e-interior-hero__grid{grid-template-columns:44% 56%}.e2e-style--founder-hero .e2e-hero__content{padding-right:42px}
.e2e-style--contact-hero{background:#f8faf9}.e2e-style--contact-hero .e2e-interior-hero__grid{min-height:440px}

/* Path / solution cards */
.e2e-style--path-cards .e2e-grid{gap:20px}.e2e-style--path-cards .e2e-card{padding:32px;border-top:4px solid var(--e2e-green);min-height:250px;display:flex;flex-direction:column}.e2e-style--path-cards .e2e-card .e2e-btn{margin-top:auto;align-self:flex-start}
.e2e-style--solution-cards .e2e-card{padding:32px;min-height:285px;display:flex;flex-direction:column;border-radius:10px;box-shadow:0 8px 25px rgba(18,56,81,.055)}.e2e-style--solution-cards .e2e-card:nth-child(2n){border-top:3px solid #d9a01b}.e2e-style--solution-cards .e2e-card .e2e-btn{margin-top:auto;align-self:flex-start}
.e2e-style--topic-cards .e2e-grid{gap:18px}.e2e-style--topic-cards .e2e-card{border:0;border-radius:0;border-left:3px solid #d6a33a;box-shadow:none;background:#fff;padding:10px 24px 22px}
.e2e-style--mission-cards .e2e-card{box-shadow:none;border-radius:8px;border-top:4px solid var(--e2e-green)}.e2e-style--mission-cards .e2e-card:nth-child(2){border-color:#d4aa54}.e2e-style--mission-cards .e2e-card:nth-child(3){border-color:#5e5b9c}
.e2e-style--readiness-cards .e2e-card{box-shadow:none;background:#fffdf9;border-left:4px solid #d4aa54;min-height:190px}
.e2e-style--insight-categories .e2e-card{min-height:150px;padding:26px;display:grid;place-items:center;text-align:center;box-shadow:none;border-color:#d7e2df;background:rgba(255,255,255,.78)}

/* Needs/checklists */
.e2e-style--needs-grid .e2e-checklist__list{grid-template-columns:repeat(5,1fr);gap:0;margin-top:42px;border-top:1px solid #dce5e2;border-bottom:1px solid #dce5e2}
.e2e-style--needs-grid .e2e-checklist__list li{display:block;min-height:190px;padding:28px 22px;border:0;border-right:1px solid #dce5e2;font-weight:700;line-height:1.5;color:#29424e}.e2e-style--needs-grid .e2e-checklist__list li:last-child{border-right:0}.e2e-style--needs-grid .e2e-checklist__list span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#eaf3ef;margin-bottom:18px;font-size:0}.e2e-style--needs-grid .e2e-checklist__list span:before{content:"✓";font-size:1rem;color:#2b765d}
.e2e-style--icon-checklist .e2e-checklist__list,.e2e-style--audience-list .e2e-checklist__list{grid-template-columns:repeat(2,1fr);gap:10px 34px}.e2e-style--icon-checklist li,.e2e-style--audience-list li{background:#fff;border:1px solid #dce5e2;border-radius:8px;padding:16px 18px}.e2e-style--topic-list .e2e-checklist__list{grid-template-columns:repeat(3,1fr);gap:14px}.e2e-style--topic-list .e2e-checklist__list li{background:#fff;border:1px solid #dce5e2;border-radius:8px;padding:18px;min-height:92px;align-items:flex-start}

/* Frameworks and process bands */
.e2e-style--care-pillars .e2e-framework__grid{grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid #dce5e2;border-bottom:1px solid #dce5e2}.e2e-style--care-pillars .e2e-framework__item{border:0;border-right:1px solid #dce5e2;border-radius:0;padding:30px 28px;text-align:center}.e2e-style--care-pillars .e2e-framework__item:last-child{border-right:0}.e2e-style--care-pillars .e2e-framework__letter{margin:0 auto 18px;background:#fff;color:var(--e2e-green);border:2px solid #cfe0da}
.e2e-style--program-progression .e2e-framework__grid{gap:18px}.e2e-style--program-progression .e2e-framework__item{border:0;background:#fff;box-shadow:0 8px 25px rgba(18,56,81,.05)}
.e2e-style--process-band{padding:70px 0!important;background:linear-gradient(100deg,#062d5e,#073d6d)!important;color:#fff}.e2e-style--process-band h2,.e2e-style--process-band h3{color:#fff}.e2e-style--process-band .e2e-process__list{display:grid;grid-template-columns:repeat(5,1fr);border:0;margin-top:40px;gap:0}.e2e-style--process-band .e2e-process__list li{display:block;text-align:center;border:0;border-right:1px solid rgba(255,255,255,.18);padding:8px 24px}.e2e-style--process-band .e2e-process__list li:last-child{border-right:0}.e2e-style--process-band .e2e-process__list>li>span{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;margin:0 auto 16px;background:#2b745c;color:#fff;font-size:1rem}.e2e-style--process-band .e2e-process__list p{color:#d8e5eb;font-size:.84rem;line-height:1.55}
.e2e-style--partnership-process{padding:70px 0!important;background:#062f62!important;color:#fff}.e2e-style--partnership-process h2,.e2e-style--partnership-process h3{color:#fff}.e2e-style--partnership-process .e2e-process__list{display:grid;grid-template-columns:repeat(5,1fr);border:0;gap:16px}.e2e-style--partnership-process .e2e-process__list li{display:block;border:0;padding:18px}.e2e-style--partnership-process .e2e-process__list>li>span{color:#e4a719}.e2e-style--partnership-process p{color:#d8e5eb;font-size:.84rem}
.e2e-style--coaching-process{background:#0a355f!important;color:#fff}.e2e-style--coaching-process h2,.e2e-style--coaching-process h3{color:#fff}.e2e-style--coaching-process .e2e-process__list{border-color:rgba(255,255,255,.18)}.e2e-style--coaching-process .e2e-process__list li{border-color:rgba(255,255,255,.18)}.e2e-style--coaching-process p{color:#dce7eb}

/* Pricing / program options */
.e2e-style--engagement-cards .e2e-pricing__grid,.e2e-style--program-options .e2e-pricing__grid,.e2e-style--coaching-options .e2e-pricing__grid{align-items:stretch}.e2e-style--engagement-cards .e2e-price-card,.e2e-style--program-options .e2e-price-card,.e2e-style--coaching-options .e2e-price-card{padding:34px;border-top:4px solid var(--e2e-green);box-shadow:0 8px 24px rgba(18,56,81,.05)}.e2e-style--engagement-cards .e2e-price-card:nth-child(2),.e2e-style--program-options .e2e-price-card:nth-child(2),.e2e-style--coaching-options .e2e-price-card:nth-child(2){border-top-color:#d4aa54}.e2e-style--engagement-cards .e2e-price-card:nth-child(3),.e2e-style--coaching-options .e2e-price-card:nth-child(3){border-top-color:#5d5b97}.e2e-style--engagement-cards .e2e-price-card__price,.e2e-style--program-options .e2e-price-card__price,.e2e-style--coaching-options .e2e-price-card__price{margin-top:24px;padding-top:18px;border-top:1px solid #e4ebe8;font-family:Georgia,serif;color:#2c745d}

/* Data tables */
.e2e-data-table .e2e-table-scroll{overflow-x:auto;margin-top:38px;border:1px solid #d9e3df;border-radius:10px;background:#fff}.e2e-data-table table{width:100%;border-collapse:collapse;min-width:650px}.e2e-data-table th{background:#0b355f;color:#fff;text-align:left;padding:15px 18px;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}.e2e-data-table td{padding:17px 18px;border-top:1px solid #e2e9e6;color:#435660;line-height:1.45}.e2e-data-table tbody tr:nth-child(even){background:#f9fbfa}.e2e-style--program-table{padding-top:56px;padding-bottom:56px}

/* Stats */
.e2e-style--cohort-stats{padding:38px 0!important;background:#07315f!important}.e2e-style--cohort-stats .e2e-stats__grid{max-width:760px;margin:auto}.e2e-style--cohort-stats .e2e-stats__grid strong{font-size:2.2rem;color:#e3a519}.e2e-style--cohort-stats .e2e-stats__grid span{color:#fff;font-size:.8rem}.e2e-style--impact-stats .e2e-stats__grid strong{color:#2b765d}

/* Split / notes */
.e2e-style--editorial-split .e2e-split__grid,.e2e-style--founder-story .e2e-split__grid,.e2e-style--speaker-bio .e2e-split__grid{gap:0;background:#fff;border:1px solid #e0e7e4}.e2e-style--editorial-split .e2e-split__content,.e2e-style--founder-story .e2e-split__content,.e2e-style--speaker-bio .e2e-split__content{padding:48px}.e2e-style--editorial-split .e2e-split__media img,.e2e-style--founder-story .e2e-split__media img,.e2e-style--speaker-bio .e2e-split__media img{border-radius:0;height:100%;min-height:420px;aspect-ratio:auto}.e2e-style--program-addon .e2e-split__grid{background:#f7f4ed;border-radius:12px;overflow:hidden;gap:0}.e2e-style--program-addon .e2e-split__content{padding:45px}.e2e-style--program-addon .e2e-split__media img{border-radius:0;height:100%;min-height:360px}.e2e-style--personal-note .e2e-split__grid{grid-template-columns:36% 64%;gap:40px}.e2e-style--personal-note .e2e-split__media img{aspect-ratio:1/1}.e2e-style--support-note,.e2e-style--sponsor-note,.e2e-style--professional-approach{padding:58px 0!important}.e2e-style--support-note .e2e-wrap,.e2e-style--sponsor-note .e2e-wrap,.e2e-style--professional-approach .e2e-wrap{max-width:900px;text-align:center}.e2e-style--support-note h2,.e2e-style--sponsor-note h2,.e2e-style--professional-approach h2{margin-left:auto;margin-right:auto}

/* Feature grids */
.e2e-style--difference-grid .e2e-grid,.e2e-style--expectations-grid .e2e-grid,.e2e-style--values-grid .e2e-grid{gap:0;border-top:1px solid #dbe5e2;border-bottom:1px solid #dbe5e2}.e2e-style--difference-grid .e2e-card,.e2e-style--expectations-grid .e2e-card,.e2e-style--values-grid .e2e-card{box-shadow:none;border:0;border-right:1px solid #dbe5e2;border-radius:0;background:transparent;padding:28px}.e2e-style--difference-grid .e2e-card:last-child,.e2e-style--expectations-grid .e2e-card:last-child,.e2e-style--values-grid .e2e-card:last-child{border-right:0}

/* Timeline */
.e2e-timeline__track{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:44px;position:relative}.e2e-timeline__track:before{content:"";position:absolute;left:0;right:0;top:13px;height:1px;background:rgba(255,255,255,.28)}.e2e-timeline__item{position:relative;padding:40px 30px 20px 0}.e2e-timeline__dot{position:absolute;top:7px;left:0;width:13px;height:13px;border-radius:50%;background:#dda31d;box-shadow:0 0 0 6px rgba(221,163,29,.16)}.e2e-timeline__period{color:#e8b641;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.e2e-timeline__item h3{color:#fff;font-family:Georgia,serif;font-size:1.35rem;margin:0 0 8px}.e2e-timeline__item>p:last-child{color:#dce7eb;font-size:.88rem;line-height:1.6}.e2e-style--founder-timeline{background:#062f62!important;color:#fff}.e2e-style--founder-timeline h2{color:#fff}

/* Contact */
.e2e-style--contact-paths .e2e-contact-panel__grid{grid-template-columns:1fr 1fr}.e2e-style--contact-paths .e2e-contact-panel__grid>div{padding:34px;border-top:4px solid #2e765e;box-shadow:0 8px 24px rgba(18,56,81,.05)}.e2e-style--contact-paths .e2e-contact-panel__grid>div:nth-child(2){border-top-color:#d6a02d}.e2e-style--contact-form-card .e2e-form-shell{background:#fff;padding:40px;border:1px solid #dce5e2;border-radius:12px;box-shadow:0 12px 35px rgba(18,56,81,.06)}.e2e-style--direct-contact{padding:54px 0!important}.e2e-style--direct-contact .e2e-contact-panel__grid{grid-template-columns:repeat(3,1fr)}.e2e-style--direct-contact .e2e-contact-panel__grid>div{text-align:center;padding:25px;box-shadow:none}

/* Insights */
.e2e-style--curated-insights .e2e-card{min-height:300px;display:flex;flex-direction:column}.e2e-style--curated-insights .e2e-card .e2e-btn{margin-top:auto;align-self:flex-start}.e2e-style--curated-insights .e2e-card__eyebrow{color:#bd8114}

/* Quotes */
.e2e-style--testimonial-card figure{background:#fff;border:1px solid #dde6e3;border-radius:12px;padding:42px 48px;text-align:left;box-shadow:0 10px 30px rgba(18,56,81,.05)}.e2e-style--testimonial-card blockquote{font-size:1.45rem;line-height:1.5}.e2e-style--testimonial-card figcaption{margin-top:18px}

/* Formats */
.e2e-style--format-grid{background:#062f62!important;color:#fff}.e2e-style--format-grid h2,.e2e-style--format-grid .e2e-card h3{color:#fff}.e2e-style--format-grid .e2e-card{background:transparent;border-color:rgba(255,255,255,.2);box-shadow:none}.e2e-style--format-grid .e2e-card__text,.e2e-style--format-grid .e2e-card__meta{color:#d9e5ea}

/* Closing CTA */
.e2e-style--closing-cta{padding:58px 0!important;background:linear-gradient(90deg,#0a7169,#07305f)!important;text-align:left}.e2e-style--closing-cta .e2e-wrap{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:34px;align-items:center}.e2e-style--closing-cta h2{font-size:clamp(1.8rem,3vw,2.65rem);margin-bottom:8px}.e2e-style--closing-cta .e2e-lead{margin:0;max-width:760px}.e2e-style--closing-cta .e2e-actions{margin:0;justify-content:flex-end}.e2e-style--closing-cta .e2e-btn{background:#dea315!important;border-color:#dea315!important;color:#fff!important}

@media(max-width:1000px){.e2e-interior-hero__grid{grid-template-columns:1fr 1fr}.e2e-style--needs-grid .e2e-checklist__list{grid-template-columns:repeat(3,1fr)}.e2e-style--needs-grid .e2e-checklist__list li{border-bottom:1px solid #dce5e2}.e2e-style--process-band .e2e-process__list,.e2e-style--partnership-process .e2e-process__list{grid-template-columns:repeat(3,1fr)}.e2e-timeline__track{grid-template-columns:1fr 1fr}}
@media(max-width:760px){body:not(.home) .e2e-section{padding:64px 0}.e2e-interior-hero__grid{grid-template-columns:1fr}.e2e-interior-hero .e2e-hero__content{padding:56px 0 44px}.e2e-interior-hero__media{min-height:360px;margin-left:-20px;margin-right:-20px}.e2e-style--needs-grid .e2e-checklist__list,.e2e-style--topic-list .e2e-checklist__list,.e2e-style--process-band .e2e-process__list,.e2e-style--partnership-process .e2e-process__list{grid-template-columns:1fr 1fr}.e2e-style--care-pillars .e2e-framework__grid{grid-template-columns:1fr 1fr}.e2e-style--difference-grid .e2e-grid,.e2e-style--expectations-grid .e2e-grid,.e2e-style--values-grid .e2e-grid{grid-template-columns:1fr 1fr}.e2e-style--closing-cta .e2e-wrap{grid-template-columns:1fr}.e2e-style--closing-cta .e2e-actions{justify-content:flex-start}.e2e-timeline__track{grid-template-columns:1fr}.e2e-timeline__track:before{display:none}.e2e-style--direct-contact .e2e-contact-panel__grid{grid-template-columns:1fr}}
@media(max-width:520px){.e2e-style--needs-grid .e2e-checklist__list,.e2e-style--topic-list .e2e-checklist__list,.e2e-style--process-band .e2e-process__list,.e2e-style--partnership-process .e2e-process__list,.e2e-style--care-pillars .e2e-framework__grid,.e2e-style--difference-grid .e2e-grid,.e2e-style--expectations-grid .e2e-grid,.e2e-style--values-grid .e2e-grid{grid-template-columns:1fr}.e2e-style--needs-grid .e2e-checklist__list li{border-right:0}.e2e-style--contact-form-card .e2e-form-shell{padding:24px}.e2e-style--contact-paths .e2e-contact-panel__grid{grid-template-columns:1fr}}
/* 0.5.0 linked social icons + form notices */
.e2e-socials a,.e2e-socials span{width:28px;height:28px;border:1px solid rgba(255,255,255,.58);border-radius:50%;display:grid;place-items:center;color:#fff;text-decoration:none}
.e2e-socials a:hover{border-color:#fff;opacity:.86}
.e2e-socials a svg,.e2e-socials span svg{width:13px;height:13px;fill:#fff;stroke:#fff;stroke-width:1.2}
.e2e-socials a:nth-child(2) svg,.e2e-socials span:nth-child(2) svg,.e2e-socials a:last-child svg,.e2e-socials span:last-child svg{fill:none;stroke-width:1.7}
.e2e-form-success,.e2e-form-error{max-width:var(--e2e-width);margin:0 auto 24px;padding:14px 18px;border-radius:7px;font-weight:700}.e2e-form-success{background:#eaf5ef;color:#1d6149;border:1px solid #bcd9ca}.e2e-form-error{background:#fff1f0;color:#8a302b;border:1px solid #e7bfbc}

/* === E2E 0.6.0 — premium subpage art-direction layer ===
   Deliberately restrained: editorial hierarchy, finer surfaces, stronger rhythm,
   quieter shadows, and a signature closing CTA. Homepage 0.4 geometry remains intact. */
:root{
  --e2e-premium-shadow:0 18px 55px rgba(14,45,64,.075);
  --e2e-premium-shadow-soft:0 10px 34px rgba(14,45,64,.055);
  --e2e-premium-line:rgba(18,56,81,.13);
  --e2e-ivory:#fbfaf7;
  --e2e-sage:#eef4f1;
}
body:not(.home){background:#fff;color:#193541}
body:not(.home) .e2e-section{padding:104px 0}
body:not(.home) .e2e-section>.e2e-wrap>h2{letter-spacing:-.022em}
body:not(.home) .e2e-section>.e2e-wrap>.e2e-eyebrow{margin-bottom:16px;color:#b77a11;letter-spacing:.16em}
body:not(.home) .e2e-lead{font-size:1.055rem;line-height:1.82;color:#607079}
body:not(.home) .e2e-section p{line-height:1.72}
body:not(.home) .e2e-btn{border-radius:5px;padding:13px 22px;min-height:47px;letter-spacing:.005em;box-shadow:none;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease,background-color .2s ease,border-color .2s ease}
body:not(.home) .e2e-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(18,56,81,.12)}
body:not(.home) .e2e-btn--secondary:hover{background:#f6faf8}

/* Interior heroes: more editorial, less template-banner. */
body:not(.home) .e2e-interior-hero{background:linear-gradient(120deg,#fff 0%,#fff 56%,#f5f7f5 56%,#eef3f0 100%);border-bottom:0}
body:not(.home) .e2e-interior-hero__grid{min-height:570px;grid-template-columns:minmax(0,46%) minmax(0,54%);gap:54px;position:relative}
body:not(.home) .e2e-interior-hero .e2e-hero__content{padding:88px 0 92px;position:relative;z-index:2}
body:not(.home) .e2e-interior-hero h1{font-size:clamp(3rem,5vw,5rem);letter-spacing:-.032em;line-height:1.015;margin-bottom:25px}
body:not(.home) .e2e-interior-hero .e2e-hero__text{max-width:620px;font-size:1.04rem;line-height:1.78;color:#546771}
body:not(.home) .e2e-interior-hero .e2e-actions{margin-top:34px}
body:not(.home) .e2e-interior-hero__media{min-height:570px;margin:38px 0;border-radius:2px;box-shadow:var(--e2e-premium-shadow);overflow:hidden;isolation:isolate}
body:not(.home) .e2e-interior-hero__media:before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.38)}
body:not(.home) .e2e-interior-hero__media img{transition:transform 1.1s cubic-bezier(.22,1,.36,1)}
body:not(.home) .e2e-interior-hero:hover .e2e-interior-hero__media img{transform:scale(1.018)}
body:not(.home) .e2e-style--solutions-hero .e2e-interior-hero__grid,
body:not(.home) .e2e-style--about-hero .e2e-interior-hero__grid,
body:not(.home) .e2e-style--insights-hero .e2e-interior-hero__grid{min-height:510px}
body:not(.home) .e2e-style--solutions-hero .e2e-interior-hero__media,
body:not(.home) .e2e-style--about-hero .e2e-interior-hero__media,
body:not(.home) .e2e-style--insights-hero .e2e-interior-hero__media{min-height:510px}
body:not(.home) .e2e-style--speaking-hero .e2e-interior-hero__media:after{right:20px;bottom:20px;border-radius:3px;background:rgba(5,38,70,.92);padding:11px 15px;letter-spacing:.09em;box-shadow:0 8px 26px rgba(0,0,0,.14)}

/* Card families: thinner lines, no chunky template shadows, stronger typography. */
body:not(.home) .e2e-card,
body:not(.home) .e2e-price-card,
body:not(.home) .e2e-contact-panel__grid>div,
body:not(.home) .e2e-framework__item{border-color:var(--e2e-premium-line)}
body:not(.home) .e2e-card{border-radius:8px;box-shadow:var(--e2e-premium-shadow-soft);transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .32s ease,border-color .32s ease}
body:not(.home) .e2e-card:hover{transform:translateY(-4px);box-shadow:var(--e2e-premium-shadow);border-color:rgba(25,103,90,.2)}
body:not(.home) .e2e-card h3{letter-spacing:-.012em;font-size:1.42rem}
body:not(.home) .e2e-card__text{color:#60717a;line-height:1.72}
body:not(.home) .e2e-card__eyebrow,body:not(.home) .e2e-card__meta{letter-spacing:.12em}

/* Path and solution cards: subtle editorial markers instead of thick colored tops. */
body:not(.home) .e2e-style--path-cards .e2e-grid{gap:22px}
body:not(.home) .e2e-style--path-cards .e2e-card{min-height:275px;padding:36px 34px;border-top:1px solid var(--e2e-premium-line);position:relative;overflow:visible}
body:not(.home) .e2e-style--path-cards .e2e-card:before{content:"";position:absolute;left:34px;top:-1px;width:54px;height:2px;background:var(--e2e-green)}
body:not(.home) .e2e-style--path-cards .e2e-card:nth-child(2):before{background:#b88a2e}
body:not(.home) .e2e-style--path-cards .e2e-card:nth-child(3):before{background:#5f5c94}
body:not(.home) .e2e-style--path-cards .e2e-card:nth-child(4):before{background:#a87522}
body:not(.home) .e2e-style--solution-cards .e2e-grid{gap:24px}
body:not(.home) .e2e-style--solution-cards .e2e-card{min-height:310px;padding:36px;border-radius:8px;border-top:1px solid var(--e2e-premium-line);position:relative}
body:not(.home) .e2e-style--solution-cards .e2e-card:nth-child(2n){border-top:1px solid var(--e2e-premium-line)}
body:not(.home) .e2e-style--solution-cards .e2e-card:after{content:"";position:absolute;left:36px;bottom:0;width:42px;height:3px;background:linear-gradient(90deg,var(--e2e-green),#8fb8aa)}
body:not(.home) .e2e-style--topic-cards .e2e-card{border-left-width:1px;border-left-color:rgba(183,122,17,.42);padding:12px 28px 26px;box-shadow:none!important;transform:none!important}
body:not(.home) .e2e-style--topic-cards .e2e-card h3{font-size:1.3rem}
body:not(.home) .e2e-style--mission-cards .e2e-card{border-top:1px solid var(--e2e-premium-line);padding:34px;position:relative}
body:not(.home) .e2e-style--mission-cards .e2e-card:before{content:"";width:34px;height:2px;background:var(--e2e-green);position:absolute;left:34px;top:-1px}
body:not(.home) .e2e-style--mission-cards .e2e-card:nth-child(2):before{background:#b88a2e}
body:not(.home) .e2e-style--mission-cards .e2e-card:nth-child(3):before{background:#5e5b9c}
body:not(.home) .e2e-style--readiness-cards .e2e-card{background:var(--e2e-ivory);border-left:1px solid var(--e2e-premium-line);box-shadow:none;min-height:205px}
body:not(.home) .e2e-style--readiness-cards .e2e-card:hover{transform:none;box-shadow:none;border-color:rgba(183,122,17,.25)}
body:not(.home) .e2e-style--insight-categories .e2e-card{background:rgba(255,255,255,.58);backdrop-filter:blur(4px);min-height:165px;border-radius:6px;box-shadow:none}

/* Common-needs / checklists: more like an editorial diagnosis strip. */
body:not(.home) .e2e-style--needs-grid{background:linear-gradient(180deg,#fbfcfb,#f7f9f8)}
body:not(.home) .e2e-style--needs-grid .e2e-checklist__list{border-color:rgba(18,56,81,.12);margin-top:48px}
body:not(.home) .e2e-style--needs-grid .e2e-checklist__list li{min-height:210px;padding:32px 24px;border-color:rgba(18,56,81,.1);font-size:.96rem;font-weight:600;line-height:1.58}
body:not(.home) .e2e-style--needs-grid .e2e-checklist__list span{width:44px;height:44px;background:transparent;border:1px solid rgba(25,103,90,.25)}
body:not(.home) .e2e-style--needs-grid .e2e-checklist__list span:before{font-size:.9rem}
body:not(.home) .e2e-style--icon-checklist li,
body:not(.home) .e2e-style--audience-list li,
body:not(.home) .e2e-style--topic-list .e2e-checklist__list li{border-radius:6px;border-color:rgba(18,56,81,.11);box-shadow:0 8px 26px rgba(18,56,81,.035);background:#fff}

/* CARE / framework modules: quiet luxury rather than four generic cards. */
body:not(.home) .e2e-style--care-pillars .e2e-framework__grid{margin-top:54px;border-color:rgba(18,56,81,.12)}
body:not(.home) .e2e-style--care-pillars .e2e-framework__item{padding:38px 30px;border-color:rgba(18,56,81,.1);background:transparent}
body:not(.home) .e2e-style--care-pillars .e2e-framework__letter{width:58px;height:58px;border-width:1px;background:#fff;box-shadow:0 8px 25px rgba(18,56,81,.04)}
body:not(.home) .e2e-style--care-pillars .e2e-framework__item h3{font-size:1.42rem}
body:not(.home) .e2e-style--program-progression .e2e-framework__grid{gap:20px}
body:not(.home) .e2e-style--program-progression .e2e-framework__item{border:1px solid rgba(18,56,81,.1);border-radius:7px;box-shadow:var(--e2e-premium-shadow-soft);padding:34px}

/* Process bands: understated connecting line and refined nodes. */
body:not(.home) .e2e-style--process-band,
body:not(.home) .e2e-style--partnership-process{padding:82px 0!important;background:linear-gradient(112deg,#062b54 0%,#083d68 62%,#0e516f 100%)!important;position:relative;overflow:hidden}
body:not(.home) .e2e-style--process-band:after,
body:not(.home) .e2e-style--partnership-process:after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(255,255,255,.07);border-radius:50%;right:-180px;top:-230px}
body:not(.home) .e2e-style--process-band .e2e-process__list,
body:not(.home) .e2e-style--partnership-process .e2e-process__list{position:relative;z-index:1;margin-top:50px}
body:not(.home) .e2e-style--process-band .e2e-process__list:before,
body:not(.home) .e2e-style--partnership-process .e2e-process__list:before{content:"";position:absolute;left:8%;right:8%;top:30px;height:1px;background:linear-gradient(90deg,transparent,rgba(221,166,42,.65) 10%,rgba(221,166,42,.65) 90%,transparent);z-index:0}
body:not(.home) .e2e-style--process-band .e2e-process__list li,
body:not(.home) .e2e-style--partnership-process .e2e-process__list li{position:relative;z-index:1;border:0;background:transparent;padding:10px 24px 0}
body:not(.home) .e2e-style--process-band .e2e-process__list>li>span,
body:not(.home) .e2e-style--partnership-process .e2e-process__list>li>span{width:58px;height:58px;margin:0 auto 20px;background:#286a57;border:7px solid rgba(255,255,255,.08);box-shadow:0 0 0 1px rgba(223,169,47,.32);font-size:.9rem}
body:not(.home) .e2e-style--process-band .e2e-process__list h3,
body:not(.home) .e2e-style--partnership-process .e2e-process__list h3{font-family:Georgia,serif;font-size:1.18rem;letter-spacing:-.01em}

/* Program cards and tables: more consulting-proposal, less pricing-template. */
body:not(.home) .e2e-style--engagement-cards .e2e-price-card,
body:not(.home) .e2e-style--program-options .e2e-price-card,
body:not(.home) .e2e-style--coaching-options .e2e-price-card{padding:38px 36px;border-radius:7px;border-top:1px solid var(--e2e-premium-line);box-shadow:var(--e2e-premium-shadow-soft);position:relative;overflow:hidden}
body:not(.home) .e2e-style--engagement-cards .e2e-price-card:before,
body:not(.home) .e2e-style--program-options .e2e-price-card:before,
body:not(.home) .e2e-style--coaching-options .e2e-price-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#2b765d}
body:not(.home) .e2e-style--engagement-cards .e2e-price-card:nth-child(2):before,
body:not(.home) .e2e-style--program-options .e2e-price-card:nth-child(2):before,
body:not(.home) .e2e-style--coaching-options .e2e-price-card:nth-child(2):before{background:#c7952f}
body:not(.home) .e2e-style--engagement-cards .e2e-price-card:nth-child(3):before,
body:not(.home) .e2e-style--coaching-options .e2e-price-card:nth-child(3):before{background:#5d5b97}
body:not(.home) .e2e-style--engagement-cards .e2e-price-card__price,
body:not(.home) .e2e-style--program-options .e2e-price-card__price,
body:not(.home) .e2e-style--coaching-options .e2e-price-card__price{font-size:1.08rem;line-height:1.45}
body:not(.home) .e2e-data-table .e2e-table-scroll{border-radius:6px;border-color:rgba(18,56,81,.11);box-shadow:0 10px 30px rgba(18,56,81,.035)}
body:not(.home) .e2e-data-table th{background:#0b3458;padding:17px 20px;letter-spacing:.09em}
body:not(.home) .e2e-data-table td{padding:20px;border-color:rgba(18,56,81,.08)}
body:not(.home) .e2e-data-table tbody tr:nth-child(even){background:#fbfcfb}

/* Split/editorial modules: art-directed image blocks, refined hairlines. */
body:not(.home) .e2e-style--editorial-split .e2e-split__grid,
body:not(.home) .e2e-style--founder-story .e2e-split__grid,
body:not(.home) .e2e-style--speaker-bio .e2e-split__grid{border:0;box-shadow:var(--e2e-premium-shadow);background:#fff;position:relative}
body:not(.home) .e2e-style--editorial-split .e2e-split__grid:after,
body:not(.home) .e2e-style--founder-story .e2e-split__grid:after,
body:not(.home) .e2e-style--speaker-bio .e2e-split__grid:after{content:"";position:absolute;inset:12px;pointer-events:none;border:1px solid rgba(18,56,81,.055)}
body:not(.home) .e2e-style--editorial-split .e2e-split__content,
body:not(.home) .e2e-style--founder-story .e2e-split__content,
body:not(.home) .e2e-style--speaker-bio .e2e-split__content{padding:58px 56px;position:relative;z-index:1}
body:not(.home) .e2e-style--editorial-split .e2e-split__media,
body:not(.home) .e2e-style--founder-story .e2e-split__media,
body:not(.home) .e2e-style--speaker-bio .e2e-split__media{overflow:hidden}
body:not(.home) .e2e-style--editorial-split .e2e-split__media img,
body:not(.home) .e2e-style--founder-story .e2e-split__media img,
body:not(.home) .e2e-style--speaker-bio .e2e-split__media img{min-height:455px;transition:transform .9s cubic-bezier(.22,1,.36,1)}
body:not(.home) .e2e-style--editorial-split:hover .e2e-split__media img,
body:not(.home) .e2e-style--founder-story:hover .e2e-split__media img,
body:not(.home) .e2e-style--speaker-bio:hover .e2e-split__media img{transform:scale(1.018)}
body:not(.home) .e2e-style--program-addon .e2e-split__grid{border-radius:7px;background:linear-gradient(120deg,#f8f5ee,#f3f6f3);box-shadow:0 10px 34px rgba(18,56,81,.035)}
body:not(.home) .e2e-style--personal-note .e2e-split__media img{border-radius:6px;box-shadow:var(--e2e-premium-shadow-soft)}
body:not(.home) .e2e-style--support-note,
body:not(.home) .e2e-style--sponsor-note,
body:not(.home) .e2e-style--professional-approach{padding:74px 0!important;background:var(--e2e-ivory)}

/* Values / expectation rows: intentionally flat editorial panels. */
body:not(.home) .e2e-style--difference-grid .e2e-grid,
body:not(.home) .e2e-style--expectations-grid .e2e-grid,
body:not(.home) .e2e-style--values-grid .e2e-grid{border-color:rgba(18,56,81,.11);margin-top:50px}
body:not(.home) .e2e-style--difference-grid .e2e-card,
body:not(.home) .e2e-style--expectations-grid .e2e-card,
body:not(.home) .e2e-style--values-grid .e2e-card{padding:34px 30px;border-color:rgba(18,56,81,.1);transform:none!important;box-shadow:none!important}
body:not(.home) .e2e-style--difference-grid .e2e-card h3,
body:not(.home) .e2e-style--expectations-grid .e2e-card h3,
body:not(.home) .e2e-style--values-grid .e2e-card h3{font-size:1.28rem}

/* Timeline: more elegant, with lighter connecting rule and tighter prose. */
body:not(.home) .e2e-style--founder-timeline{background:linear-gradient(115deg,#072b54,#0a3b63)!important}
body:not(.home) .e2e-timeline__track{margin-top:54px}
body:not(.home) .e2e-timeline__track:before{background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(222,165,36,.42),rgba(255,255,255,.08))}
body:not(.home) .e2e-timeline__dot{width:11px;height:11px;top:8px;box-shadow:0 0 0 5px rgba(221,163,29,.11)}
body:not(.home) .e2e-timeline__item{padding:42px 38px 22px 0}
body:not(.home) .e2e-timeline__item h3{font-size:1.42rem}

/* Contact and testimonial surfaces. */
body:not(.home) .e2e-style--contact-paths .e2e-contact-panel__grid{gap:24px}
body:not(.home) .e2e-style--contact-paths .e2e-contact-panel__grid>div{padding:40px;border-top:1px solid var(--e2e-premium-line);border-radius:7px;box-shadow:var(--e2e-premium-shadow-soft);position:relative}
body:not(.home) .e2e-style--contact-paths .e2e-contact-panel__grid>div:before{content:"";position:absolute;left:40px;top:-1px;width:52px;height:2px;background:#2e765e}
body:not(.home) .e2e-style--contact-paths .e2e-contact-panel__grid>div:nth-child(2):before{background:#c3912b}
body:not(.home) .e2e-style--contact-form-card .e2e-form-shell{padding:48px;border-radius:7px;border-color:rgba(18,56,81,.1);box-shadow:var(--e2e-premium-shadow);background:linear-gradient(120deg,#fff,#fbfcfb)}
body:not(.home) .e2e-form-shell input,
body:not(.home) .e2e-form-shell select,
body:not(.home) .e2e-form-shell textarea{border-radius:4px;border-color:#cbd8d3;padding:13px 14px;transition:border-color .2s ease,box-shadow .2s ease}
body:not(.home) .e2e-form-shell input:focus,
body:not(.home) .e2e-form-shell select:focus,
body:not(.home) .e2e-form-shell textarea:focus{outline:none;border-color:#5b8f7d;box-shadow:0 0 0 3px rgba(25,103,90,.09)}
body:not(.home) .e2e-style--testimonial-card figure{border-radius:6px;padding:50px 54px;box-shadow:var(--e2e-premium-shadow-soft);position:relative;overflow:hidden}
body:not(.home) .e2e-style--testimonial-card figure:before{content:"“";position:absolute;right:34px;top:-22px;font-family:Georgia,serif;font-size:8rem;line-height:1;color:rgba(212,170,84,.12)}
body:not(.home) .e2e-style--testimonial-card blockquote{position:relative;z-index:1;font-size:1.52rem;line-height:1.55}

/* Insights / formats. */
body:not(.home) .e2e-style--curated-insights .e2e-card{min-height:325px;padding:34px}
body:not(.home) .e2e-style--format-grid{background:linear-gradient(116deg,#062b54,#083f68)!important}
body:not(.home) .e2e-style--format-grid .e2e-card{border-color:rgba(255,255,255,.14);border-radius:5px;background:rgba(255,255,255,.025)}
body:not(.home) .e2e-style--format-grid .e2e-card:hover{transform:translateY(-3px);background:rgba(255,255,255,.045);box-shadow:none}

/* Signature subpage closing CTA — intentionally more substantial and editorial. */
body:not(.home) .e2e-style--closing-cta{
  position:relative;overflow:hidden;padding:74px 0!important;text-align:left;
  background:linear-gradient(112deg,#0f6e66 0%,#0a4b61 42%,#082f5a 100%)!important;
  border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.08)
}
body:not(.home) .e2e-style--closing-cta:before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;right:-190px;top:-260px;border:1px solid rgba(255,255,255,.08);box-shadow:0 0 0 42px rgba(255,255,255,.018),0 0 0 84px rgba(255,255,255,.012)}
body:not(.home) .e2e-style--closing-cta .e2e-wrap{grid-template-columns:minmax(0,1fr) auto;gap:58px;align-items:center;position:relative;z-index:1}
body:not(.home) .e2e-closing-cta__main{display:grid;grid-template-columns:72px minmax(0,1fr);gap:26px;align-items:center}
body:not(.home) .e2e-closing-cta__icon{width:72px;height:72px;border:1px solid rgba(255,255,255,.35);border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.035);box-shadow:inset 0 0 0 6px rgba(255,255,255,.018)}
body:not(.home) .e2e-closing-cta__icon svg{width:42px;height:42px;fill:none;stroke:#fff;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
body:not(.home) .e2e-style--closing-cta .e2e-eyebrow{color:#f0c667;margin-bottom:9px;font-size:.69rem}
body:not(.home) .e2e-style--closing-cta h2{font-size:clamp(2rem,3vw,2.95rem);line-height:1.08;letter-spacing:-.022em;margin:0 0 10px;color:#fff;max-width:820px}
body:not(.home) .e2e-style--closing-cta .e2e-lead{margin:0;max-width:760px;color:rgba(255,255,255,.84);font-size:.98rem;line-height:1.65}
body:not(.home) .e2e-style--closing-cta .e2e-lead p{margin:0}
body:not(.home) .e2e-style--closing-cta .e2e-actions{margin:0;justify-content:flex-end;min-width:210px}
body:not(.home) .e2e-style--closing-cta .e2e-btn{min-width:205px;min-height:52px;background:#dca42c!important;border-color:#dca42c!important;color:#fff!important;border-radius:4px;box-shadow:0 10px 25px rgba(2,24,43,.17)}
body:not(.home) .e2e-style--closing-cta .e2e-btn:hover{background:#e3ae3a!important;transform:translateY(-2px);box-shadow:0 14px 30px rgba(2,24,43,.2)}

/* Header / dropdown refinement carried across all pages. */
.e2e-nav__menu{border-radius:5px;border-color:rgba(18,56,81,.1);box-shadow:0 18px 48px rgba(11,38,55,.13);padding:9px;transform-origin:top left}
.e2e-nav__menu a{padding:11px 13px;border-radius:3px;font-size:.86rem;transition:background-color .18s ease,color .18s ease}
.e2e-nav__menu a:hover{background:#f2f6f4;color:#145c50}
.e2e-nav__chevron{margin-left:7px;display:inline-flex;vertical-align:middle;transition:transform .22s ease}
.e2e-nav__drop.is-open .e2e-nav__chevron{transform:rotate(180deg)}
.e2e-nav__chevron svg{width:10px;height:7px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}

/* Footer refinement: a little more air, finer hierarchy. */
.e2e-site-footer{padding-top:72px}
.e2e-site-footer h3{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:#e0ac42;margin:0 0 18px}
.e2e-site-footer li{margin:9px 0}
.e2e-site-footer a{transition:color .18s ease,opacity .18s ease}
.e2e-site-footer a:hover{color:#fff}
.e2e-footer__bottom{margin-top:46px;padding-top:22px;color:rgba(216,227,230,.76)}

/* Subtle entrance motion. JS only adds classes when IntersectionObserver is available. */
.e2e-reveal{opacity:0;transform:translateY(14px);transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1)}
.e2e-reveal.is-visible{opacity:1;transform:none}
.e2e-reveal-item{opacity:0;transform:translateY(10px);transition:opacity .62s cubic-bezier(.22,1,.36,1),transform .62s cubic-bezier(.22,1,.36,1);transition-delay:var(--e2e-delay,0ms)}
.e2e-reveal.is-visible .e2e-reveal-item{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.e2e-reveal,.e2e-reveal-item{opacity:1!important;transform:none!important;transition:none!important}.e2e-interior-hero__media img,.e2e-split__media img{transition:none!important}.e2e-card,.e2e-btn{transition:none!important}}

@media(max-width:1000px){
 body:not(.home) .e2e-interior-hero__grid{gap:34px}
 body:not(.home) .e2e-style--closing-cta .e2e-wrap{gap:34px}
 body:not(.home) .e2e-closing-cta__main{grid-template-columns:60px 1fr;gap:20px}
 body:not(.home) .e2e-closing-cta__icon{width:60px;height:60px}
 body:not(.home) .e2e-closing-cta__icon svg{width:34px;height:34px}
}
@media(max-width:760px){
 body:not(.home) .e2e-section{padding:72px 0}
 body:not(.home) .e2e-interior-hero{background:#fff}
 body:not(.home) .e2e-interior-hero__grid{gap:0}
 body:not(.home) .e2e-interior-hero__media{margin:0 -20px;min-height:360px;border-radius:0;box-shadow:none}
 body:not(.home) .e2e-style--closing-cta{padding:62px 0!important}
 body:not(.home) .e2e-style--closing-cta .e2e-wrap{grid-template-columns:1fr}
 body:not(.home) .e2e-closing-cta__main{grid-template-columns:54px 1fr;gap:18px}
 body:not(.home) .e2e-closing-cta__icon{width:54px;height:54px}
 body:not(.home) .e2e-closing-cta__icon svg{width:31px;height:31px}
 body:not(.home) .e2e-style--closing-cta .e2e-actions{justify-content:flex-start;padding-left:72px}
 body:not(.home) .e2e-style--closing-cta .e2e-btn{min-width:190px}
 body:not(.home) .e2e-style--editorial-split .e2e-split__content,
 body:not(.home) .e2e-style--founder-story .e2e-split__content,
 body:not(.home) .e2e-style--speaker-bio .e2e-split__content{padding:38px 30px}
}
@media(max-width:520px){
 body:not(.home) .e2e-closing-cta__main{grid-template-columns:1fr}
 body:not(.home) .e2e-closing-cta__icon{width:50px;height:50px}
 body:not(.home) .e2e-style--closing-cta .e2e-actions{padding-left:0}
 body:not(.home) .e2e-style--closing-cta h2{font-size:2rem}
 body:not(.home) .e2e-style--contact-form-card .e2e-form-shell{padding:28px 22px}
}

/* ================================================================
   0.8.0 MOBILE RESPONSIVENESS PASS
   Site-wide small-screen behavior follows one simple rule:
   tablets may use two columns when content benefits from comparison;
   phones stack into one deliberate, readable column.
   ================================================================ */

@media (max-width: 900px){
  /* Prevent grid children from forcing page width. */
  .e2e-grid > *,
  .e2e-framework__grid > *,
  .e2e-pricing__grid > *,
  .e2e-checklist__list > *,
  .e2e-stats__grid > *,
  .e2e-credentials__list > *,
  .e2e-contact-panel__grid > *,
  .e2e-split__grid > *,
  .e2e-form-shell > *,
  .e2e-timeline__track > *{min-width:0}

  .e2e-grid--4,.e2e-grid--5,
  .e2e-framework__grid,
  .e2e-pricing__grid{grid-template-columns:repeat(2,minmax(0,1fr))}

  /* Mobile navigation occupies a clean full-width panel. */
  .e2e-header__inner{padding-inline:0}
  .e2e-nav{gap:0;max-height:calc(100vh - 82px);overflow-y:auto;-webkit-overflow-scrolling:touch}
  .e2e-nav>a,.e2e-nav__drop>button{width:100%;text-align:left;padding:13px 0;border-bottom:1px solid rgba(18,56,81,.08)}
  .e2e-nav__drop>button{display:flex;align-items:center;justify-content:space-between;gap:12px}
  .e2e-nav__menu{width:100%;min-width:0;margin:0;padding:6px 0 10px 14px;background:#f8faf9;border:0;border-radius:0}
  .e2e-nav__menu a{padding:10px 12px}
  .e2e-nav__cta{margin-top:10px;text-align:center!important;border-bottom:0!important}
}

@media (max-width: 760px){
  :root{--e2e-mobile-gutter:20px}
  .e2e-wrap{width:calc(100% - (var(--e2e-mobile-gutter) * 2));max-width:none}

  /* Global mobile type and rhythm. */
  .e2e-section{padding:58px 0}
  body:not(.home) .e2e-section{padding:62px 0}
  .e2e-section h2{font-size:clamp(2rem,9.5vw,2.75rem);line-height:1.08}
  .e2e-lead{font-size:1rem;line-height:1.7}
  .e2e-eyebrow{font-size:.69rem;letter-spacing:.13em}
  .e2e-actions{gap:10px}
  .e2e-actions .e2e-btn{width:100%;min-height:48px;padding:13px 18px}

  /* PHONE: all content grids become one clean column. */
  .e2e-grid,
  .e2e-grid--2,.e2e-grid--3,.e2e-grid--4,.e2e-grid--5,
  .e2e-framework__grid,
  .e2e-pricing__grid,
  .e2e-checklist__list,
  .e2e-stats__grid,
  .e2e-credentials__list,
  .e2e-contact-panel__grid,
  .e2e-style--needs-grid .e2e-checklist__list,
  .e2e-style--topic-list .e2e-checklist__list,
  .e2e-style--care-pillars .e2e-framework__grid,
  .e2e-style--difference-grid .e2e-grid,
  .e2e-style--expectations-grid .e2e-grid,
  .e2e-style--values-grid .e2e-grid,
  .e2e-style--process-band .e2e-process__list,
  .e2e-style--partnership-process .e2e-process__list,
  .e2e-style--contact-paths .e2e-contact-panel__grid,
  .e2e-style--direct-contact .e2e-contact-panel__grid{
    grid-template-columns:minmax(0,1fr)!important;
  }

  .e2e-grid,.e2e-pricing__grid,.e2e-framework__grid{gap:18px}
  .e2e-card,.e2e-price-card,.e2e-framework__item{min-height:0!important}

  /* Homepage stacks fully at phone widths instead of maintaining 2-up rows. */
  .e2e-home-hero__grid,
  .e2e-style--home-audience .e2e-grid,
  .e2e-style--home-solutions .e2e-grid,
  .e2e-style--home-outcomes .e2e-grid,
  .e2e-style--home-founder .e2e-split__grid,
  .e2e-style--home-cta .e2e-wrap{
    grid-template-columns:minmax(0,1fr)!important;
  }
  .e2e-home-hero__media{order:-1;min-height:280px;max-height:410px}
  .e2e-home-hero .e2e-hero__content{padding:38px var(--e2e-mobile-gutter) 44px}
  .e2e-home-hero h1{font-size:clamp(2.45rem,12vw,3.35rem);line-height:1.04}
  .e2e-style--home-audience,.e2e-style--home-solutions{padding-block:44px}
  .e2e-style--home-audience .e2e-card__image{height:auto;aspect-ratio:16/9}
  .e2e-style--home-audience .e2e-card h3,.e2e-style--home-audience .e2e-card__text{min-height:0}
  .e2e-style--home-solutions .e2e-card{padding:24px 22px;min-height:0}
  .e2e-style--home-solutions .e2e-card h3,.e2e-style--home-solutions .e2e-card__text,.e2e-style--home-solutions .e2e-card__meta{min-height:0}
  .e2e-style--home-outcomes .e2e-card{border-right:0;border-bottom:1px solid rgba(255,255,255,.2);padding:22px 14px}
  .e2e-style--home-outcomes .e2e-card:last-child{border-bottom:0}
  .e2e-style--home-founder .e2e-split__content{padding:42px var(--e2e-mobile-gutter)}
  .e2e-style--home-founder .e2e-split__media{min-height:320px;order:-1}
  .e2e-style--home-quote figure{grid-template-columns:28px minmax(0,1fr);gap:12px}
  .e2e-style--home-quote figure:before{font-size:3.4rem}
  .e2e-style--home-cta{padding:34px 0}
  .e2e-style--home-cta .e2e-actions{justify-content:flex-start}

  /* Interior hero: content and media stack with no side overflow. */
  body:not(.home) .e2e-interior-hero__grid{grid-template-columns:minmax(0,1fr)!important;min-height:0;gap:0}
  body:not(.home) .e2e-interior-hero .e2e-hero__content{padding:48px 0 38px}
  body:not(.home) .e2e-interior-hero__media{margin:0 calc(var(--e2e-mobile-gutter) * -1);min-height:300px;max-height:420px}
  body:not(.home) .e2e-interior-hero__media img{min-height:300px;max-height:420px}

  /* Split modules always stack. Image gets its own full-width visual beat. */
  .e2e-split__grid,
  body:not(.home) .e2e-style--editorial-split .e2e-split__grid,
  body:not(.home) .e2e-style--founder-story .e2e-split__grid,
  body:not(.home) .e2e-style--speaker-bio .e2e-split__grid,
  .e2e-style--personal-note .e2e-split__grid{
    grid-template-columns:minmax(0,1fr)!important;gap:0!important;
  }
  .e2e-split--left .e2e-split__media,.e2e-split__media{order:-1}
  body:not(.home) .e2e-style--editorial-split .e2e-split__content,
  body:not(.home) .e2e-style--founder-story .e2e-split__content,
  body:not(.home) .e2e-style--speaker-bio .e2e-split__content,
  .e2e-style--program-addon .e2e-split__content{padding:34px 26px}
  body:not(.home) .e2e-style--editorial-split .e2e-split__media img,
  body:not(.home) .e2e-style--founder-story .e2e-split__media img,
  body:not(.home) .e2e-style--speaker-bio .e2e-split__media img,
  .e2e-style--program-addon .e2e-split__media img{min-height:0;height:auto;aspect-ratio:4/3;object-fit:cover}
  .e2e-style--personal-note .e2e-split__media img{aspect-ratio:4/3}

  /* Process modules become a vertical sequence. Remove desktop connector line. */
  body:not(.home) .e2e-style--process-band .e2e-process__list:before,
  body:not(.home) .e2e-style--partnership-process .e2e-process__list:before{display:none}
  body:not(.home) .e2e-style--process-band .e2e-process__list,
  body:not(.home) .e2e-style--partnership-process .e2e-process__list{gap:0;margin-top:32px}
  body:not(.home) .e2e-style--process-band .e2e-process__list li,
  body:not(.home) .e2e-style--partnership-process .e2e-process__list li{
    display:grid;grid-template-columns:58px minmax(0,1fr);column-gap:18px;row-gap:4px;text-align:left;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.12)
  }
  body:not(.home) .e2e-style--process-band .e2e-process__list li:last-child,
  body:not(.home) .e2e-style--partnership-process .e2e-process__list li:last-child{border-bottom:0}
  body:not(.home) .e2e-style--process-band .e2e-process__list>li>span,
  body:not(.home) .e2e-style--partnership-process .e2e-process__list>li>span{grid-row:1/3;margin:0;width:52px;height:52px}
  body:not(.home) .e2e-style--process-band .e2e-process__list h3,
  body:not(.home) .e2e-style--partnership-process .e2e-process__list h3{margin:2px 0 3px}

  /* Cards breathe rather than looking squeezed. */
  body:not(.home) .e2e-style--path-cards .e2e-card,
  body:not(.home) .e2e-style--solution-cards .e2e-card,
  body:not(.home) .e2e-style--mission-cards .e2e-card,
  body:not(.home) .e2e-style--engagement-cards .e2e-price-card,
  body:not(.home) .e2e-style--program-options .e2e-price-card,
  body:not(.home) .e2e-style--coaching-options .e2e-price-card{padding:30px 26px}
  body:not(.home) .e2e-style--path-cards .e2e-card:before{left:26px}
  body:not(.home) .e2e-style--solution-cards .e2e-card:after{left:26px}
  body:not(.home) .e2e-style--mission-cards .e2e-card:before{left:26px}

  /* Needs/checklist modules are stacked, concise cards. */
  body:not(.home) .e2e-style--needs-grid .e2e-checklist__list li{min-height:0;padding:24px 20px}
  .e2e-checklist__list li{align-items:flex-start}

  /* Stats: full-width stack for readability on phones. */
  .e2e-stats__grid>div{padding:14px 0;border-bottom:1px solid rgba(18,56,81,.1)}
  .e2e-theme--navy .e2e-stats__grid>div,.e2e-theme--green .e2e-stats__grid>div{border-bottom-color:rgba(255,255,255,.14)}
  .e2e-stats__grid>div:last-child{border-bottom:0}

  /* Tables stay usable without forcing the page wider than viewport. */
  .e2e-data-table .e2e-table-scroll{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
  .e2e-data-table table{min-width:620px}
  .e2e-data-table th,.e2e-data-table td{padding:14px 15px}
  .e2e-data-table .e2e-table-scroll:after{content:"Swipe to view table →";display:block;padding:10px 14px;background:#f7f9f8;color:#66757c;font-size:.72rem;border-top:1px solid #e2e9e6}

  /* Forms: every field occupies its own row. */
  .e2e-form-shell{grid-template-columns:minmax(0,1fr);gap:30px}
  .e2e-form-shell form{grid-template-columns:minmax(0,1fr);gap:14px}
  .e2e-form-wide{grid-column:auto}
  body:not(.home) .e2e-style--contact-form-card .e2e-form-shell{padding:30px 22px}

  /* Timeline becomes a genuine vertical timeline. */
  .e2e-timeline__track{grid-template-columns:minmax(0,1fr);gap:0;padding-left:26px}
  .e2e-timeline__track:before{display:block;left:5px;right:auto;top:10px;bottom:10px;width:1px;height:auto;background:rgba(221,163,29,.28)}
  .e2e-timeline__item{padding:8px 0 28px 18px}
  .e2e-timeline__dot{left:-26px;top:10px}

  /* Testimonial and quote typography scales gracefully. */
  body:not(.home) .e2e-style--testimonial-card figure{padding:34px 26px}
  body:not(.home) .e2e-style--testimonial-card figure:before{right:16px;font-size:6rem}
  body:not(.home) .e2e-style--testimonial-card blockquote{font-size:1.28rem}
  .e2e-quote blockquote{font-size:clamp(1.45rem,7vw,2rem)}

  /* Closing CTA: centered coherent stack on phone. */
  body:not(.home) .e2e-style--closing-cta{padding:54px 0!important;text-align:left}
  body:not(.home) .e2e-style--closing-cta .e2e-wrap{grid-template-columns:minmax(0,1fr)!important;gap:26px}
  body:not(.home) .e2e-closing-cta__main{grid-template-columns:52px minmax(0,1fr);gap:16px}
  body:not(.home) .e2e-closing-cta__icon{width:52px;height:52px}
  body:not(.home) .e2e-style--closing-cta h2{font-size:clamp(1.9rem,9vw,2.4rem)}
  body:not(.home) .e2e-style--closing-cta .e2e-actions{padding-left:68px;justify-content:flex-start;width:100%}
  body:not(.home) .e2e-style--closing-cta .e2e-btn{width:auto;min-width:190px}

  /* Footer is one column on phones, with easy-tap links. */
  .e2e-site-footer{padding:56px 0 26px}
  .e2e-footer__grid{grid-template-columns:minmax(0,1fr)!important;gap:30px}
  .e2e-site-footer li{margin:4px 0}
  .e2e-site-footer a{display:inline-block;padding:5px 0}
  .e2e-footer__bottom{flex-direction:column;align-items:flex-start;gap:10px;margin-top:32px}
}

@media (max-width: 480px){
  :root{--e2e-mobile-gutter:17px}
  .e2e-section{padding:52px 0}
  body:not(.home) .e2e-section{padding:56px 0}
  .e2e-card,.e2e-price-card,.e2e-framework__item{padding-left:22px;padding-right:22px}
  .e2e-card__image{width:calc(100% + 44px);margin-left:-22px;margin-right:-22px}
  .e2e-home-hero__media{min-height:250px}
  .e2e-home-hero .e2e-hero__content{padding-top:34px}
  .e2e-home-hero h1{font-size:2.45rem}
  .e2e-wordmark{font-size:1.55rem}
  .e2e-logo--header{max-width:176px;height:auto}
  .e2e-menu-toggle{font-size:1.35rem;padding:8px}
  body:not(.home) .e2e-interior-hero__media{min-height:270px}
  body:not(.home) .e2e-interior-hero__media img{min-height:270px}
  body:not(.home) .e2e-closing-cta__main{grid-template-columns:minmax(0,1fr)}
  body:not(.home) .e2e-closing-cta__icon{margin-bottom:4px}
  body:not(.home) .e2e-style--closing-cta .e2e-actions{padding-left:0}
  body:not(.home) .e2e-style--closing-cta .e2e-btn{width:100%;min-width:0}
}

/* 0.8.0 — Legal pages and comprehensive premium motion */
.e2e-style--legal-hero{min-height:360px;background:linear-gradient(118deg,#0b304b 0%,#123851 58%,#176458 100%);color:#fff}
.e2e-style--legal-hero .e2e-hero__shade{background:radial-gradient(circle at 86% 30%,rgba(212,170,84,.16),transparent 28%),linear-gradient(90deg,rgba(5,37,57,.16),rgba(5,37,57,0))}
.e2e-style--legal-hero .e2e-hero__inner{padding:76px 0 72px}
.e2e-style--legal-hero .e2e-hero__content{max-width:820px}
.e2e-style--legal-hero h1{color:#fff;font-size:clamp(3rem,5.4vw,5rem);letter-spacing:-.035em}
.e2e-style--legal-hero .e2e-eyebrow{color:#e5b24d}
.e2e-style--legal-hero .e2e-hero__text{color:rgba(255,255,255,.82);font-size:1.04rem;max-width:720px}
.e2e-style--legal-copy{padding:68px 0!important}
.e2e-style--legal-copy .e2e-wrap{max-width:920px}
.e2e-style--legal-copy h2{font-size:clamp(1.8rem,3vw,2.75rem)!important;max-width:760px!important;letter-spacing:-.018em}
.e2e-style--legal-copy .e2e-lead{font-size:1rem!important;line-height:1.82!important;max-width:840px!important;color:#53656f}
.e2e-style--legal-copy .e2e-lead p:last-child{margin-bottom:0}

/* Progressive enhancement: elements remain visible until JS opts them into reveal classes. */
.e2e-reveal{will-change:opacity,transform}
.e2e-reveal-item{will-change:opacity,transform}
@media(max-width:760px){
 .e2e-style--legal-hero{min-height:300px}
 .e2e-style--legal-hero .e2e-hero__inner{padding:56px 0 52px}
 .e2e-style--legal-copy{padding:52px 0!important}
}


/* 0.9.2 — Client QA: brand header, outcomes consistency, mobile footer polish */
.e2e-style--home-outcomes .e2e-home-icon,
.e2e-style--home-outcomes .e2e-card:nth-child(3) .e2e-home-icon{
  color:#fff!important;
}

.e2e-header__inner{height:104px}
.e2e-brand{flex:0 0 auto;min-width:0}
.e2e-logo--header{
  display:block!important;
  width:auto!important;
  height:88px!important;
  max-height:88px!important;
  max-width:370px!important;
  object-fit:contain!important;
}

.e2e-socials{align-items:center}
.e2e-socials a,
.e2e-socials span{
  box-sizing:border-box;
  flex:0 0 30px;
  width:30px!important;
  height:30px!important;
  min-width:30px;
  min-height:30px;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  margin:0!important;
  line-height:1!important;
  vertical-align:middle;
}
.e2e-socials svg{
  display:block;
  width:14px!important;
  height:14px!important;
  margin:0!important;
  transform:none!important;
  transform-origin:center;
}
.e2e-social-email svg{
  fill:none!important;
  stroke:#fff!important;
  stroke-width:1.65!important;
  stroke-linecap:round;
  stroke-linejoin:round;
}

@media(max-width:1180px) and (min-width:901px){
  .e2e-header__inner{height:96px;gap:24px}
  .e2e-logo--header{height:68px!important;max-height:68px!important;max-width:285px!important}
  .e2e-nav{gap:17px}
  .e2e-nav>a,.e2e-nav__drop>button{font-size:.8rem}
}
@media(max-width:900px){
  .e2e-header__inner{height:82px}
  .e2e-nav{top:82px}
  .e2e-logo--header{height:64px!important;max-height:64px!important;max-width:268px!important}
  .e2e-site-footer li>a,.e2e-footer__bottom a{display:inline-block;padding:5px 0}
  .e2e-socials a,.e2e-socials span{display:grid!important;padding:0!important}
}
@media(max-width:520px){
  .e2e-header__inner{height:70px}
  .e2e-nav{top:70px}
  .e2e-logo--header{height:52px!important;max-height:52px!important;max-width:218px!important}
  .e2e-socials a,.e2e-socials span{
    flex-basis:32px;
    width:32px!important;height:32px!important;min-width:32px;min-height:32px;
  }
  .e2e-socials svg{width:15px!important;height:15px!important}
}
