:root{--charcoal:#111827;--gold:#C8A24A;--background:#FAFAF7;--text:#0B0F19;--muted:#4B5563;--border:#E5E7EB;--serif:'Cormorant Garamond',Georgia,serif;--sans:'Manrope',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:112px}body{margin:0;background:var(--background);color:var(--text);font-family:var(--sans);font-size:16px;line-height:1.7}body.dialog-open{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit}button,a,summary{-webkit-tap-highlight-color:transparent}button,summary{cursor:pointer}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--gold);outline-offset:6px}::selection{background:#e8d9b5;color:var(--text)}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:400}h1,h2,h3{font-family:var(--serif)}h2{font-size:clamp(3rem,4.4vw,4.5rem);line-height:1.03;letter-spacing:-.035em}em{font-weight:400}p{color:var(--muted)}.container{width:min(1320px,calc(100% - 112px));margin-inline:auto}.section{padding-block:120px}.eyebrow{font-size:12px;line-height:1.6;letter-spacing:.16em;font-weight:600;color:var(--muted)}.site-header{position:sticky;top:0;background:rgba(250,250,247,.97);z-index:20;border-bottom:1px solid var(--border)}.header-inner{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:30px}.wordmark{font-family:var(--serif);font-size:39px;font-weight:500;line-height:1;letter-spacing:.075em;display:inline-flex;flex-direction:column;align-items:center}.wordmark span{font-family:var(--sans);font-size:8px;letter-spacing:.18em;font-weight:600;margin-top:8px}.header-inner nav{display:flex;gap:38px;align-items:center;font-size:14px}.header-inner nav>a:not(.header-cta){padding-block:10px;position:relative}.header-inner nav>a:not(.header-cta)::after{content:'';position:absolute;bottom:2px;left:0;width:0;height:1px;background:var(--gold);transition:width .25s}.header-inner nav>a:hover::after{width:100%}.header-cta{padding:12px 0 12px 35px;border-left:1px solid var(--border);display:flex;align-items:center;gap:45px}.header-cta span{color:#927225;font-size:23px}.menu-toggle{display:none}.hero{display:grid;grid-template-columns:1.06fr 1fr;gap:65px;padding-top:48px;padding-bottom:64px;align-items:stretch}.hero-copy{padding-top:44px;display:flex;flex-direction:column;align-items:flex-start}.hero .eyebrow{display:flex;gap:14px;align-items:center;font-size:11px;letter-spacing:.17em}.hero .eyebrow>span{width:31px;height:1px;background:var(--gold)}h1{font-size:clamp(4.6rem,6.85vw,6.75rem);line-height:.97;letter-spacing:-.047em;margin:30px 0 27px}h1 em{color:#98772f}.hero-intro{font-size:16px;line-height:1.8;max-width:430px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:34px;padding:18px 25px;font-size:14px;font-weight:600;min-height:58px;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.button-dark{background:var(--charcoal);color:white;margin-top:29px}.button-dark:hover{background:#293244}.button span{font-size:22px;line-height:1}.button-note{font-size:12px;margin-top:12px}.explore-link{font-size:12px;display:flex;gap:13px;align-items:center;margin-top:35px;color:var(--muted)}.explore-link span{font-size:22px;color:var(--text)}.hero-portrait{position:relative;background:#e7dac7;min-height:650px;overflow:hidden}.hero-portrait img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 42%;position:absolute}.hero-portrait::after{content:'';position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(11,15,25,.6));pointer-events:none}.portrait-caption{position:absolute;left:34px;bottom:35px;color:#fff;z-index:1;display:flex;align-items:center;gap:17px}.caption-line{height:48px;width:1px;background:var(--gold)}.portrait-name{font:30px/1.2 var(--serif);display:block}.portrait-role{font-size:9px;letter-spacing:.16em;display:block;margin-top:9px}.image-index{position:absolute;right:22px;top:20px;color:#504936;font-size:11px;letter-spacing:.12em}.credentials{display:grid;grid-template-columns:1.25fr .75fr .75fr 1.05fr;gap:35px;padding:37px 0 42px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);align-items:center}.credentials>p{font-size:13px;line-height:1.9}.credentials>p strong{font-weight:500;color:var(--text)}.credentials>div{display:flex;flex-direction:column;padding-left:36px;border-left:1px solid var(--border)}.credentials>div>strong{font:42px/1.15 var(--serif);letter-spacing:-.03em}.credentials>div>span{font-size:12px;color:var(--muted);margin-top:5px}.credentials .mentoring-credential strong{font:500 13px/1.7 var(--sans);letter-spacing:0}.credentials .mentoring-credential .small-rule{margin:0 0 8px}.small-rule{height:1px;width:30px;background:var(--gold);display:block}.section-heading{display:grid;grid-template-columns:1fr 2.2fr;gap:45px;align-items:start;margin-bottom:57px}.section-heading>.eyebrow{padding-top:9px}.section-heading>div{display:flex;justify-content:space-between;gap:40px;align-items:flex-end}.section-heading h2{flex-shrink:0}.section-heading>div>p{font-size:14px;max-width:290px;line-height:1.9;padding-bottom:3px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--border)}.service-card{padding:35px 32px 28px;display:flex;flex-direction:column;transition:background .25s}.service-card:hover{background:#f2f2ed}.service-card+.service-card{border-left:1px solid var(--border)}.service-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:43px}.service-meta>span:first-child{font:26px var(--serif);color:#96762f}.service-meta>span:last-child{font-size:10px;letter-spacing:.16em;color:var(--muted)}.service-card h3{font-size:36px;line-height:1.08;letter-spacing:-.025em;min-height:78px;margin-bottom:22px}.service-card>p{font-size:14px;line-height:1.8;max-width:300px}.service-card ul{padding:0;margin:23px 0 31px;list-style:none;display:grid;gap:13px}.service-card li{font-size:13px;color:var(--muted);position:relative;padding-left:17px;line-height:1.7}.service-card li::before{content:'—';color:#98772f;position:absolute;left:0}.service-bottom{margin-top:auto;display:flex;flex-direction:column;border-top:1px solid var(--border);padding-top:20px;gap:11px}.service-bottom>span{font-size:11px;color:var(--muted)}.service-bottom>a{font-size:13px;font-weight:600;display:flex;justify-content:space-between;align-items:center}.service-bottom>a>span{color:#96762f;font-size:23px}.services-footnote{font-size:13px;text-align:center;margin-top:28px}.approach{background:var(--charcoal);color:var(--background)}.approach .eyebrow{color:var(--gold)}.approach .section-heading{grid-template-columns:1fr 2.2fr}.approach .section-heading>div{display:block}.approach .section-heading>div>p{max-width:580px;margin-top:25px;color:#c0c5cf;font-size:16px}.approach h2 em{color:#d0b56f}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:55px;margin-top:70px}.process-grid article{border-top:1px solid #3b414e;padding-top:26px}.step-number{font-size:12px;letter-spacing:.12em;color:var(--gold)}.process-grid h3{font-size:40px;line-height:1.2;margin:26px 0 15px}.process-grid p{color:#bec4cf;font-size:14px;line-height:1.9;max-width:340px}.process-result{display:block;color:#dfc98f;font-size:12px;margin-top:28px}.about{display:grid;grid-template-columns:1fr 1fr;gap:115px}.about-heading .eyebrow{margin-bottom:33px}.about-heading h2{font-size:clamp(3rem,4.2vw,4.3rem)}.text-link{font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:40px;border-bottom:1px solid var(--gold);padding-bottom:10px;margin-top:35px}.text-link span[aria-hidden]{font-size:23px;color:#96762f}.about-copy{padding-top:5px}.about-copy h3{font-size:40px;line-height:1.15}.about-copy .about-lead{color:var(--text);font-size:16px;margin:10px 0 27px}.about-copy>p{font-size:15px;line-height:1.95;margin-top:18px}.founder-signoff{display:flex;align-items:center;gap:23px;margin-top:30px}.founder-signoff>span:last-child{font:italic 25px/1.2 var(--serif)}.difference{background:#f0f0e9}.compact{grid-template-columns:1fr 2.2fr}.difference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.difference-grid article{border-top:1px solid #d8d9d2;padding-top:25px}.difference-grid article>span{font-size:12px;color:#896b2b}.difference-grid h3{font-size:30px;line-height:1.2;margin:22px 0 15px}.difference-grid p{font-size:14px;line-height:1.9}.faq{display:grid;grid-template-columns:1fr 1.7fr;gap:85px}.faq h2{margin-top:28px}.faq-list{border-top:1px solid var(--border)}details{border-bottom:1px solid var(--border)}summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:25px 0;font-size:15px;font-weight:500}summary::-webkit-details-marker{display:none}summary>span{font-size:25px;font-weight:400;line-height:1;color:#98772f;transition:transform .2s}details[open] summary>span{transform:rotate(45deg)}details p{font-size:14px;line-height:1.9;padding:0 35px 26px 0}.contact{background:var(--charcoal);color:var(--background);text-align:center;padding-block:95px}.contact .eyebrow{color:var(--gold);font-size:10px}.contact h2{font-size:clamp(3.5rem,5.6vw,5.5rem);margin:28px 0 25px}.contact h2 em{color:#d0b56f}.contact p:not(.eyebrow){color:#bec4cf;font-size:15px;line-height:1.9}.button-gold{background:var(--gold);color:var(--charcoal);margin-top:33px}.button-gold:hover{background:#d5b66b}.contact-note{display:block;font-size:11px;color:#c0c5cf;margin-top:15px}footer{padding:53px 0 23px}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-inner .wordmark{font-size:31px}.footer-inner .wordmark span{font-size:7px}.footer-inner>p{font-size:13px}.footer-inner>a:last-child{font-size:13px}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--border);padding-top:23px;margin-top:42px;font-size:11px;color:var(--muted)}dialog{border:0;padding:0;width:min(760px,calc(100% - 32px));max-height:92dvh;background:var(--background);color:var(--text);box-shadow:0 20px 90px #0004}dialog::backdrop{background:rgba(11,15,25,.7);backdrop-filter:blur(4px)}.dialog-header{position:sticky;top:0;z-index:1;display:flex;justify-content:space-between;align-items:center;background:var(--background);border-bottom:1px solid var(--border);padding:24px 30px}.dialog-header h2{font-size:38px;margin-top:6px}.dialog-header .eyebrow{font-size:10px}.dialog-close{border:1px solid var(--border);background:transparent;width:44px;height:44px;font-size:28px;line-height:1}.dialog-close:hover{background:var(--border)}.form-intro{padding:22px 30px 15px;font-size:14px}.form-intro a{display:inline-block;margin-top:6px;text-decoration:underline;text-underline-offset:4px}.form-wrap{height:67dvh;min-height:320px;background:white}.form-wrap iframe{display:block;width:100%;height:100%;border:0;background:white}.skip-link{position:fixed;top:-80px;left:20px;padding:14px 20px;background:var(--charcoal);color:white;z-index:100}.skip-link:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(min-width:1600px){.hero{padding-top:60px}.hero-portrait{min-height:710px}.hero-copy{padding-top:55px}.explore-link{margin-top:45px}}
@media(max-width:1200px){.container{width:calc(100% - 72px)}.hero{gap:38px}.hero-portrait{min-height:610px}h1{font-size:clamp(4rem,7.2vw,5.5rem)}.hero-copy{padding-top:34px}.section-heading{grid-template-columns:.8fr 2.2fr;gap:30px}.section-heading>div{display:block}.section-heading>div>p{max-width:550px;margin-top:25px}.service-card{padding:28px 23px}.service-card h3{font-size:31px}.credentials{gap:22px}.credentials>div{padding-left:22px}.about{gap:70px}.service-meta{margin-bottom:32px}.section{padding-block:95px}}
@media(max-width:900px){.header-inner nav{gap:24px}.header-cta{padding-left:22px;gap:22px}.hero{gap:28px}.hero-copy{padding-top:20px}.hero .eyebrow{font-size:9px}h1{font-size:clamp(3.7rem,7.7vw,5rem)}.hero-intro{font-size:14px}.desktop-break{display:none}.hero-portrait{min-height:570px}.portrait-caption{left:24px;bottom:27px}.portrait-name{font-size:26px}.portrait-role{font-size:8px}.button{gap:24px;font-size:13px;padding:16px 19px}.credentials{grid-template-columns:1.15fr .75fr .75fr}.credentials .mentoring-credential{display:none}.section-heading{grid-template-columns:1fr 2fr}.service-card{padding:25px 20px}.service-card h3{font-size:29px;min-height:90px}.service-card li{font-size:12px}.service-card>p{font-size:13px}.service-bottom>a{font-size:12px}.process-grid{gap:28px}.about{gap:45px}.about-copy h3{font-size:34px}.difference-grid{gap:28px}.faq{gap:45px;grid-template-columns:1fr 1.6fr}.footer-inner>p{max-width:190px}.footer-inner .wordmark{font-size:28px}}
@media(max-width:700px){html{scroll-padding-top:90px}.container{width:calc(100% - 40px)}.header-inner{min-height:84px}.wordmark{font-size:32px}.wordmark span{font-size:7px}.menu-toggle{display:flex;align-items:center;gap:14px;background:none;border:0;padding:12px 0;font-size:13px;min-height:44px}.menu-lines{display:block;width:22px;height:10px;border-top:1px solid var(--text);border-bottom:1px solid var(--text)}.header-inner nav{display:none;position:absolute;left:0;right:0;top:100%;background:var(--background);padding:24px 20px 30px;border-bottom:1px solid var(--border);align-items:stretch;gap:12px}.header-inner nav.is-open{display:flex;flex-direction:column}.header-inner nav>a{padding:10px 0}.header-cta{border-left:0;border-top:1px solid var(--border);margin-top:7px;justify-content:space-between}.hero{padding-top:34px;padding-bottom:36px;grid-template-columns:1fr;gap:35px}.hero-copy{padding:0}.hero .eyebrow{font-size:10px}.hero h1{font-size:clamp(3.9rem,13.5vw,6rem);line-height:.97;margin:25px 0 24px}.hero-intro{font-size:16px;max-width:365px}.hero .button{margin-top:25px;min-width:270px}.button{font-size:14px;padding:17px 23px}.button-note{font-size:11px}.explore-link{display:none}.hero-portrait{min-height:0;height:520px;max-height:120vw}.hero-portrait img{object-position:center 35%}.portrait-caption{left:25px;bottom:27px}.portrait-name{font-size:30px}.portrait-role{font-size:9px}.credentials{grid-template-columns:1fr 1fr;padding:24px 0 28px;gap:22px 30px}.credentials>p{grid-column:1/-1;font-size:14px}.credentials>p br{display:none}.credentials>p strong{display:block}.credentials>div{padding-left:0;border:0}.credentials>div>strong{font-size:42px}.credentials>div>span{font-size:12px}.credentials .mentoring-credential{display:flex;grid-column:1/-1;border-top:1px solid var(--border);padding-top:18px;gap:0}.credentials .mentoring-credential .small-rule{display:none}.section{padding-block:70px}h2{font-size:clamp(2.8rem,10vw,3.6rem)}.section-heading,.approach .section-heading,.compact{display:block;margin-bottom:35px}.section-heading>.eyebrow{margin-bottom:25px;padding:0}.section-heading>div>p{font-size:15px;margin-top:22px;line-height:1.8}.service-grid{grid-template-columns:1fr}.service-card{padding:28px}.service-card+.service-card{border-left:0;border-top:1px solid var(--border)}.service-meta{margin-bottom:25px}.service-card h3{font-size:37px;min-height:0;margin-bottom:18px}.service-card>p{font-size:15px;max-width:100%}.service-card ul{gap:12px;margin:21px 0 26px}.service-card li{font-size:14px}.service-bottom>span{font-size:12px}.service-bottom>a{font-size:14px}.services-footnote{font-size:12px;text-align:left}.process-grid{grid-template-columns:1fr;gap:35px;margin-top:38px}.process-grid h3{font-size:36px;margin:17px 0 12px}.process-grid p{font-size:15px;max-width:100%}.process-result{margin-top:18px}.about{grid-template-columns:1fr;gap:38px}.about-heading h2{font-size:clamp(2.8rem,10vw,3.6rem)}.about-heading .eyebrow{font-size:10px;margin-bottom:25px}.about-copy h3{font-size:36px}.about-copy p{font-size:15px}.text-link{margin-top:24px}.difference-grid{grid-template-columns:1fr;gap:30px}.difference-grid h3{font-size:32px;margin-top:15px}.difference-grid p{font-size:15px}.faq{grid-template-columns:1fr;gap:32px}.faq h2{margin-top:25px}.faq h2 br{display:none}.faq h2 em{margin-left:.15em}summary{font-size:15px;padding-block:22px}details p{font-size:14px}.contact .eyebrow{font-size:9px;max-width:270px;margin:auto}.contact h2{font-size:clamp(3rem,11.5vw,4.4rem);margin-top:25px}.contact p:not(.eyebrow){font-size:14px}.footer-inner{flex-wrap:wrap;align-items:flex-start;gap:26px}.footer-inner>p{order:3;max-width:none;flex-basis:100%;font-size:12px}.footer-inner>a:last-child{margin-top:5px}.footer-bottom{font-size:10px;gap:25px;margin-top:27px}footer{padding-top:35px}.dialog-header{padding:20px}.dialog-header h2{font-size:33px}.form-intro{padding:18px 20px;font-size:13px}.form-wrap{height:65dvh}.dialog-close{flex-shrink:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}


.guide-page{padding-top:70px;padding-bottom:90px;max-width:900px}.guide-page h1{font-size:clamp(3rem,6vw,5rem);margin:25px 0}.guide-page>p:not(.eyebrow){font-size:16px}.guide-form{margin-top:35px;border:1px solid var(--border);background:white}.guide-form iframe{width:100%;height:1000px;border:0;display:block}.guide-back{margin-top:40px}.guide-page .text-link{margin-top:20px}@media(max-width:700px){.guide-page{padding-block:45px}.guide-form iframe{height:1050px}}
.section-heading>div>p,.service-card>p,.process-grid p,.about-copy>p,.difference-grid p,details p,.contact p:not(.eyebrow){font-size:1rem}.service-card li,.service-bottom>a,.text-link,.services-footnote{font-size:.875rem}.service-meta>span:last-child,.step-number,.image-index,.hero .eyebrow,.eyebrow,.contact .eyebrow{font-size:.75rem}.service-meta>span:last-child{letter-spacing:.1em}.hero-copy,.service-card,.section-heading>div,.about-copy{min-width:0}@media(max-width:700px){.hero .eyebrow{font-size:.6875rem}.hero-copy .eyebrow{letter-spacing:.12em}.service-card h3{overflow-wrap:break-word}.contact .eyebrow{font-size:.6875rem}}
/* Refinements following desktop, tablet and mobile review. */
html{scrollbar-gutter:stable;scroll-padding-top:104px}body{-webkit-font-smoothing:antialiased}h1,h2,h3{text-wrap:balance}.site-header{background:var(--background)}.header-inner{min-height:96px}.wordmark span{font-size:.625rem;letter-spacing:.13em}.header-inner nav>a{min-height:44px;display:flex;align-items:center}
.hero{grid-template-columns:1.16fr 1fr;gap:64px;padding:44px 0 54px}.hero-copy{padding:12px 0;justify-content:center}.hero .eyebrow{font-size:.75rem;letter-spacing:.13em;line-height:1.6}.hero .eyebrow>span{width:24px;flex-shrink:0}.hero h1{font-size:clamp(3.375rem,6.25vw,5.625rem);line-height:1.04;letter-spacing:-.043em;margin:28px 0 26px;width:100%}.hero h1>span{display:block}.hero h1 em{color:#896d30}.hero-intro{font-size:1rem;line-height:1.85;max-width:440px;text-wrap:pretty}.hero-portrait{height:clamp(34rem,43vw,38rem);min-height:0}.hero-portrait img{object-position:50% 39%}.hero .button{margin-top:27px}.button{font-size:.875rem;min-height:58px;gap:32px;padding:17px 24px}.button-note{font-size:.75rem;line-height:1.7;margin-top:13px}.explore-link{font-size:.875rem;margin-top:29px;min-height:32px}.portrait-caption{left:32px;right:24px;bottom:31px}.portrait-name{font-size:2rem}.portrait-role{font-size:.75rem;letter-spacing:.025em;line-height:1.6;margin-top:5px}.caption-line{height:53px;flex-shrink:0}
.credentials{gap:30px;grid-template-columns:1.25fr .7fr .8fr 1.25fr;padding:31px 0 34px}.credentials>p{font-size:.875rem;line-height:1.85}.credentials>div{padding-left:30px}.credentials>div>span{font-size:.8125rem;line-height:1.65}.credentials .mentoring-credential strong{font-size:.875rem}.credentials .mentoring-credential>span:last-child{font-size:.75rem}
.section{padding-block:100px}h2{font-size:clamp(2.75rem,4.25vw,4.25rem);line-height:1.07;letter-spacing:-.03em}.section-heading{gap:38px;margin-bottom:48px}.section-heading>div>p{line-height:1.85;text-wrap:pretty}.service-card{padding:30px 29px}.service-meta{margin-bottom:33px}.service-card h3{font-size:2.1875rem;line-height:1.14;min-height:80px;margin-bottom:19px;text-wrap:pretty}.service-card>p{max-width:100%}.service-card ul{margin:24px 0 28px;gap:12px}.service-card li{line-height:1.85}.service-bottom>span{font-size:.75rem}.service-bottom>a{min-height:44px;gap:14px}.service-bottom>a>span{flex-shrink:0}.process-grid{margin-top:56px}.process-grid p,.about-copy>p,details p{line-height:1.85}.process-result{font-size:.875rem;margin-top:23px}.about-heading .eyebrow{font-size:.75rem;max-width:370px}.text-link{min-height:44px}summary{font-size:1rem;padding:23px 0}summary>span{flex-shrink:0}.contact .eyebrow{font-size:.75rem;line-height:1.8}.contact h2{font-size:clamp(3rem,5.3vw,5rem);line-height:1.08}.contact p:not(.eyebrow){max-width:600px;margin:auto;text-wrap:pretty}.contact-note{font-size:.75rem}.footer-inner .wordmark span{font-size:.5625rem}.footer-inner>a:last-child,.footer-inner>p{font-size:.875rem}.footer-bottom{font-size:.75rem;align-items:center;padding-top:15px}.footer-bottom a{min-height:44px;display:flex;align-items:center}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid #896d30;outline-offset:5px}.contact a:focus-visible{outline-color:var(--gold)}
dialog{width:min(740px,calc(100% - 40px));height:min(900px,calc(100dvh - 48px));max-height:none;overflow:hidden}dialog[open]{display:flex;flex-direction:column}.dialog-header{position:static;flex-shrink:0;padding:24px 28px}.dialog-header .eyebrow{font-size:.75rem}.dialog-header h2{font-size:2.375rem;line-height:1.12;margin-top:5px}.form-intro{flex-shrink:0;padding:20px 28px;font-size:.875rem;line-height:1.75}.form-intro>p{max-width:560px}.form-intro a{font-size:.8125rem;margin-top:9px}.form-wrap{position:relative;height:auto;flex:1;min-height:0}.form-status{position:absolute;inset:0;display:grid;place-items:center;background:white;color:var(--muted);font-size:.875rem;pointer-events:none;padding:24px;text-align:center}.form-status[hidden]{display:none}
@media(max-width:1250px){.hero{gap:38px}.hero h1{font-size:clamp(3.4rem,6.4vw,5.3rem)}.section-heading>div{display:block}.section-heading>div>p{max-width:580px;margin-top:23px}.service-card{padding:27px 24px}.service-card h3{font-size:2rem;min-height:110px}.credentials{gap:20px}.credentials>div{padding-left:20px}.section{padding-block:85px}}
@media(max-width:1000px){.hero{gap:30px;grid-template-columns:1.13fr 1fr}.hero h1{font-size:clamp(3rem,6.1vw,4rem)}.hero .eyebrow{font-size:.75rem;letter-spacing:.085em;gap:10px}.hero .eyebrow>span{width:18px}.hero-portrait{height:550px}.portrait-caption{left:22px;bottom:26px;gap:13px}.portrait-name{font-size:1.75rem}.portrait-role{font-size:.75rem;max-width:230px}.hero-intro{font-size:1rem}.button{padding:17px 20px;gap:22px}.credentials{grid-template-columns:1.2fr .7fr .8fr}.credentials .mentoring-credential{display:flex;grid-column:1/-1;border-left:0;border-top:1px solid var(--border);padding:20px 0 0;flex-direction:row;align-items:center;gap:12px}.credentials .mentoring-credential .small-rule{margin:0}.credentials .mentoring-credential>span:last-child{margin:0}.service-grid{grid-template-columns:1fr}.service-card{display:grid;grid-template-columns:1fr 1.12fr;column-gap:42px;padding:30px}.service-card+.service-card{border-left:0;border-top:1px solid var(--border)}.service-meta{grid-column:1/-1;margin-bottom:22px}.service-card h3{grid-column:1;grid-row:2;min-height:0;font-size:2.25rem;margin-bottom:18px}.service-card>p{grid-column:1;grid-row:3}.service-card ul{grid-column:2;grid-row:2/4;margin:0;align-content:start;gap:15px}.service-bottom{grid-column:1/-1;margin-top:25px;flex-direction:row;align-items:center;justify-content:space-between;padding-top:16px;gap:25px}.service-bottom>a{min-width:210px}}
@media(max-width:800px){html{scroll-padding-top:96px}.container{width:calc(100% - 48px)}.header-inner{min-height:84px}.wordmark{font-size:2rem}.wordmark span{font-size:.5625rem}.menu-toggle{display:flex;align-items:center;gap:14px;background:none;border:0;padding:12px 0;font-size:.875rem;min-height:44px}.menu-lines{display:block;width:22px;height:10px;border-top:1px solid var(--text);border-bottom:1px solid var(--text)}.header-inner nav{display:none;position:absolute;left:0;right:0;top:100%;background:var(--background);padding:18px 24px 25px;border-bottom:1px solid var(--border);align-items:stretch;gap:4px;max-height:calc(100dvh - 84px);overflow:auto}.header-inner nav.is-open{display:flex;flex-direction:column}.header-inner nav>a{padding:12px 0;min-height:48px}.header-cta{border-left:0;border-top:1px solid var(--border);margin-top:8px;justify-content:space-between}.hero{grid-template-columns:1fr;gap:35px;padding-top:39px;padding-bottom:36px}.hero-copy{padding:0}.hero h1{font-size:clamp(3rem,7.8vw,4.75rem);margin:25px 0}.hero-intro{max-width:530px}.hero-portrait{height:600px;max-height:105vw;min-height:0}.hero-portrait img{object-position:50% 34%}.portrait-name{font-size:2rem}.portrait-role{max-width:none}.hero .button{min-width:0}.explore-link{display:none}.button-note{font-size:.75rem}.hero .eyebrow{font-size:.75rem}.section{padding-block:72px}.section-heading,.approach .section-heading{display:block;margin-bottom:35px}.section-heading>.eyebrow{margin-bottom:24px;padding-top:0}.section-heading>div>p{margin-top:21px}.about{grid-template-columns:1fr;gap:37px}.about-heading h2{font-size:clamp(2.75rem,6vw,3.4rem)}.about-heading .eyebrow{margin-bottom:25px;max-width:none}.about-copy{max-width:620px}.about-copy h3{font-size:2.5rem}.process-grid{grid-template-columns:1fr;gap:32px;margin-top:40px}.process-grid article{padding-top:22px}.process-grid h3{font-size:2.375rem;margin:16px 0 12px}.process-grid p{max-width:590px}.process-result{margin-top:17px}.difference-grid{grid-template-columns:1fr;gap:30px}.difference-grid h3{font-size:2rem;margin-top:14px}.difference-grid p{max-width:600px}.faq{grid-template-columns:1fr;gap:28px}.faq h2{margin-top:22px}.faq h2 br{display:none}.faq h2 em{margin-left:.15em}.footer-inner>p{max-width:250px}.contact .eyebrow{max-width:420px;margin:auto}}
@media(max-width:600px){.container{width:calc(100% - 40px)}.hero{padding-top:32px;gap:31px}.hero h1{font-size:clamp(2.2rem,12vw,4rem);line-height:1.09;letter-spacing:-.04em;margin:23px 0}.hero h1>span{text-wrap:balance}.hero .eyebrow{font-size:.75rem;letter-spacing:.075em;gap:9px}.hero .eyebrow>span{width:16px}.hero-intro{font-size:1rem;line-height:1.85}.hero .button{margin-top:24px}.hero-portrait{height:480px;max-height:123vw}.portrait-caption{left:23px;bottom:26px;right:16px}.portrait-name{font-size:1.875rem}.portrait-role{font-size:.75rem;letter-spacing:0}.caption-line{height:51px}.credentials{grid-template-columns:1fr 1fr;gap:23px 26px;padding:27px 0}.credentials>p{grid-column:1/-1;font-size:.875rem}.credentials>p strong{display:block}.credentials>div{padding-left:0;border-left:0}.credentials>div>span{font-size:.8125rem}.credentials .mentoring-credential{display:block;padding-top:18px}.credentials .mentoring-credential .small-rule{display:none}.credentials .mentoring-credential strong{font-size:.875rem}.credentials .mentoring-credential>span:last-child{font-size:.8125rem;display:block;margin-top:4px}.section{padding-block:64px}h2,.about-heading h2{font-size:clamp(2.5rem,10vw,3.25rem);line-height:1.1}.eyebrow,.about-heading .eyebrow{font-size:.75rem;letter-spacing:.11em}.service-card{display:flex;padding:27px 23px}.service-meta{margin-bottom:25px}.service-card h3{font-size:2.1875rem;line-height:1.13;margin-bottom:19px}.service-card>p{font-size:1rem}.service-card ul{margin:22px 0 24px;gap:12px}.service-card li{font-size:.875rem}.service-bottom{display:flex;flex-direction:column;align-items:stretch;gap:7px;margin-top:auto;padding-top:16px}.service-bottom>a{min-width:0}.service-bottom>span{font-size:.75rem}.services-footnote{text-align:left;line-height:1.8}.about-copy h3{font-size:2.125rem}.about-copy>p,.about-copy .about-lead{font-size:1rem}.contact h2{font-size:clamp(2.5rem,10.5vw,3.75rem)}.contact .eyebrow{font-size:.75rem;letter-spacing:.1em;max-width:300px}.contact .button{padding-inline:23px}.contact-note{font-size:.75rem}.footer-inner{flex-wrap:wrap;gap:22px;align-items:flex-start}.footer-inner>p{order:3;flex-basis:100%;max-width:none;font-size:.875rem}.footer-inner .wordmark span{font-size:.5625rem}.footer-inner>a:last-child{font-size:.875rem;margin-top:4px}.footer-bottom{font-size:.75rem;gap:18px;margin-top:27px;align-items:flex-start}.footer-bottom>span{padding-top:12px}.footer-bottom>a{white-space:nowrap}dialog{width:calc(100% - 24px);height:calc(100dvh - 24px)}.dialog-header{padding:19px 20px;gap:15px}.dialog-header h2{font-size:1.9375rem;line-height:1.12;text-wrap:pretty}.dialog-header .eyebrow{font-size:.75rem}.dialog-close{width:44px;min-width:44px;height:44px}.form-intro{padding:17px 20px;font-size:.875rem;line-height:1.65}.form-intro a{font-size:.8125rem}.form-wrap{height:auto;min-height:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transform:none!important}}

.service-card li{font-size:1rem;line-height:1.75}

/* Keep form fields usable on landscape phones and short browser windows. */
@media(max-height:500px){dialog{height:calc(100dvh - 16px)}.dialog-header{padding:12px 20px;gap:14px}.dialog-header .eyebrow{display:none}.dialog-header h2{font-size:1.5rem;margin:0}.dialog-close{flex-shrink:0}.form-intro{padding:8px 20px}.form-intro>p{display:none}.form-intro a{margin:0;min-height:32px;display:inline-flex;align-items:center}}

/* Client recommendations: one featured excerpt and a quiet editorial grid. */
.testimonials{padding-bottom:0}.testimonials figure,.testimonials blockquote{margin:0}.testimonials blockquote p{color:var(--text);font-family:var(--serif);font-weight:400;letter-spacing:-.012em;text-wrap:pretty}.testimonial-featured{display:grid;grid-template-columns:70px 1fr;gap:0 24px;background:#f0f0e9;padding:46px 54px 43px;border-top:1px solid #d5c49a}.testimonial-mark{grid-row:1/3;font:6rem/.85 var(--serif);color:#896d30;padding-top:6px}.testimonial-featured blockquote{grid-column:2}.testimonial-featured blockquote p{font-size:clamp(1.8rem,2.8vw,2.5rem);line-height:1.32;max-width:1010px}.testimonial-featured figcaption{grid-column:2;display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-top:28px}.testimonials figcaption strong{display:block;font-size:.9375rem;font-weight:600;color:var(--text)}.testimonials figcaption span{display:block;font-size:.875rem;color:var(--muted);line-height:1.65;margin-top:3px}.testimonials time{display:block;font-size:.75rem;color:var(--muted);line-height:1.7}.testimonial-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:58px}.testimonial-card{padding:39px 0 33px;border-bottom:1px solid var(--border);display:flex;flex-direction:column;min-width:0}.testimonial-card blockquote{position:relative;padding-top:20px}.testimonial-card blockquote::before{content:'';position:absolute;left:0;top:0;width:30px;height:1px;background:var(--gold)}.testimonial-card blockquote p{font-size:1.625rem;line-height:1.4}.testimonial-card blockquote p+p{margin-top:15px}.testimonial-card figcaption{margin-top:auto;padding-top:24px}.testimonial-card time{margin-top:8px}.testimonial-source{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-top:22px}.testimonial-source p{font-size:.8125rem;line-height:1.8}.testimonial-source .text-link{margin-top:0;flex-shrink:0;font-size:.875rem;gap:25px}
@media(max-width:1000px){.testimonial-featured{grid-template-columns:45px 1fr;padding:35px 32px;gap:15px}.testimonial-mark{font-size:5rem}.testimonial-grid{column-gap:35px}.testimonial-card blockquote p{font-size:1.5rem}}
@media(max-width:700px){.testimonial-featured{display:block;padding:26px 25px 29px}.testimonial-mark{display:block;font-size:4.5rem;height:42px;padding-top:0}.testimonial-featured blockquote p{font-size:1.8125rem;line-height:1.35}.testimonial-featured figcaption{display:block;margin-top:23px}.testimonial-featured time{margin-top:9px}.testimonial-grid{grid-template-columns:1fr}.testimonial-card{padding-block:31px}.testimonial-card blockquote p{font-size:1.5625rem}.testimonial-source{display:block;margin-top:24px}.testimonial-source .text-link{margin-top:12px}.testimonials .section-heading h2{font-size:clamp(2.4rem,9.8vw,3.25rem)}}

/* Clear routes to client evidence and the existing business guides. */
.header-inner nav{gap:30px}.footer-resources{display:flex;align-items:center;flex-wrap:wrap;column-gap:36px;row-gap:8px;margin-top:32px;padding-top:20px;border-top:1px solid var(--border)}.footer-resources>span{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-right:auto}.footer-resources a{display:inline-flex;align-items:center;gap:16px;min-height:44px;font-size:.875rem;line-height:1.6}.footer-resources a span{color:#896d30}.footer-resources a:hover{text-decoration:underline;text-underline-offset:5px}.footer-bottom{margin-top:20px}
@media(min-width:801px) and (max-width:1100px){.header-inner{gap:22px}.header-inner nav{gap:19px;white-space:nowrap}.header-cta{padding-left:19px;gap:18px}}
@media(max-width:800px){.header-inner nav{gap:4px}.footer-resources{column-gap:28px}.footer-resources>span{flex-basis:100%;margin-bottom:3px}}
@media(max-width:600px){.footer-resources{display:grid;grid-template-columns:1fr;gap:4px;margin-top:27px;padding-top:19px}.footer-resources>span{margin-bottom:6px}.footer-resources a{justify-content:space-between}.footer-bottom{margin-top:19px}}
