/* LevRevenue launch: editorial rhythm, legible labels, inline campaign chapters. */
/* Shared sticky chrome. Replace the old wrapped flex header and scattered
   breakpoint overrides; keep the disclosure separate from the main row.
   Native behavior: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/details
   Anchor clearance: https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-padding-top */
:root{--header-height:5.5rem;--mobile-panel-height:12.5rem;--header-clearance:calc(var(--header-height) + 1px + .75rem)}
html{scroll-padding-top:var(--header-clearance)}
.header.site-header{position:sticky;top:0;z-index:40;display:block;height:auto;min-height:0;padding:0 4.6%;background:var(--ink);color:#fff;border-bottom:1px solid #ffffff35}
.site-header .header-inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:clamp(1rem,2vw,2rem);align-items:center;min-height:var(--header-height);padding-block:.75rem;min-width:0}
.site-header .header-inner>*{min-width:0;max-width:100%}
.site-header .wordmark{min-height:44px;white-space:nowrap}
.site-header .header-inner>.desktop-nav{display:flex;justify-content:center;flex-wrap:wrap;gap:0 clamp(.875rem,2vw,1.5rem);font-size:.875rem;line-height:1.5;color:#c9cbc5}
.site-header .desktop-nav>a{display:flex;align-items:center;min-height:44px;min-width:44px;padding-block:.5rem;overflow-wrap:anywhere}
.site-header .header-inner>.nav-cta{min-height:48px;padding:.625rem .875rem;gap:.75rem;font-size:.875rem;line-height:1.4;border-color:#ffffff60;white-space:normal;overflow-wrap:anywhere;transform:none}
.site-header>.mobile-menu{display:none;margin:0;padding:0;min-width:0;border:0}
.site-header>.mobile-menu>summary{display:flex;align-items:center;justify-content:space-between;min-height:3rem;margin:0;padding:.5rem .75rem;border:1px solid #ffffff60;list-style:none;font-size:.9375rem;font-weight:500;line-height:1.5;gap:1rem;cursor:pointer}
.site-header>.mobile-menu>summary::-webkit-details-marker{display:none}
.site-header>.mobile-menu>summary::marker{content:''}
.site-header>.mobile-menu>summary>span{font-size:1.375rem;line-height:1;transition:none}
.site-header>.mobile-menu[open]>summary>span{transform:rotate(45deg)}
.site-header .mobile-menu>.mobile-links{display:block;position:static;width:100%;min-width:0;block-size:var(--mobile-panel-height);padding:.25rem;margin:0;overflow-y:auto;overscroll-behavior-y:contain;scroll-padding-block:.25rem;color:#c9cbc5}
.site-header .mobile-menu:not([open])>.mobile-links{display:none}
.site-header .mobile-links>ul{display:grid;grid-template-columns:minmax(0,1fr);gap:0;list-style:none;margin:0;padding:0;width:100%}
.site-header .mobile-links>ul>li{display:block;min-width:0;width:100%;margin:0;padding:0}
.site-header .mobile-links>ul>li>a{display:flex;align-items:center;width:100%;min-width:44px;min-height:3rem;padding:.5rem .75rem;font-size:.9375rem;line-height:1.5;white-space:normal;overflow-wrap:anywhere}
.site-header nav a[aria-current]{color:var(--lime);text-decoration:underline;text-underline-offset:5px}
.site-header nav a:hover,.site-header summary:hover{color:var(--lime);background:#ffffff0a}
.site-header a,.site-header summary{touch-action:manipulation}
.site-header a:focus-visible,.site-header summary:focus-visible{outline:3px solid var(--lime);outline-offset:3px}
.site-header .mobile-links a:focus-visible{outline-offset:-3px}
@media(max-width:1100px){.site-header .header-inner{gap:1rem}.site-header .header-inner>.desktop-nav{gap:0 1rem}}
@media(max-width:900px){
 :root{--header-height:9rem;--mobile-panel-height:min(12.5rem,35svh)}
 /* Browsers without :has reserve the open height, so anchors remain reachable. */
 html{scroll-padding-top:calc(var(--header-clearance) + var(--mobile-panel-height))}
 .header.site-header{padding:.75rem 5%}
 .site-header .header-inner{grid-template-columns:minmax(0,1fr) auto;min-height:4rem;padding:0;gap:.75rem}
 .site-header .header-inner>.desktop-nav{display:none}
 .site-header>.mobile-menu{display:block;margin-top:.5rem}
 @supports selector(:has(*)){
  html{scroll-padding-top:var(--header-clearance)}
  html:has(.site-header>.mobile-menu[open]){scroll-padding-top:calc(var(--header-clearance) + var(--mobile-panel-height))}
 }
}
@media(max-width:700px){
 .site-header .header-inner{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
 .site-header .header-inner>.wordmark{flex:0 0 auto}
 .site-header .header-inner>.nav-cta{flex:0 1 8.5rem}
 .site-header .wordmark{font-size:1.125rem;letter-spacing:-.05em;gap:.375rem}
 .site-header .wordmark>.brand-logo{width:24px;height:24px}
 .site-header .header-inner>.nav-cta{padding:.625rem .75rem;gap:0}
 .site-header .nav-cta>span{display:none}
}

:root{--muted:#5f655b;--line:#dce0d6}

body{font-size:1rem;line-height:1.65}
h1,h2,h3{overflow-wrap:normal;text-wrap:balance}
p{font-size:1rem;line-height:1.75}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid #718b20;outline-offset:4px}
[hidden]{display:none!important}
.eyebrow,.mini-label,.hero-meta,.hero-footer,.signal-label,.signal-note{font-size:.875rem;letter-spacing:0;line-height:1.6;text-transform:none}
.site-footer a{touch-action:manipulation}
.site-footer a:focus-visible{outline:3px solid var(--lime);outline-offset:4px}
.hero h1{font-size:clamp(3rem,6.5vw,7rem);line-height:1.12;letter-spacing:-.055em}
.hero-copy p{font-size:1.1875rem;max-width:540px}
.hero-signal{transform:none}
.signal-item>span{font-size:.875rem}
.quiet-link,.text-link{font-size:.9375rem;line-height:1.5}
.button{font-size:.9375rem;min-height:52px;white-space:normal;line-height:1.4}
.section-pad{padding-top:96px;padding-bottom:96px}
.audiences p{font-size:1rem}
.page-hero{background:var(--ink);color:#fff;padding-top:70px;padding-bottom:76px}
.page-hero .eyebrow{color:#bdc7b0;margin-bottom:24px}
.page-hero h1{font-size:clamp(2.75rem,5.6vw,5.75rem);font-weight:500;letter-spacing:-.045em;line-height:1.1;margin:0;max-width:1150px}
.page-hero h1 .serif{color:var(--lime)}
.page-intro{font-size:1.1875rem;color:#c5cbbb;max-width:760px;margin:32px 0 0}
.pilot-section{background:#e7efcf;border-top:1px solid #ccd5b8;border-bottom:1px solid #ccd5b8}
.pilot-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:9%;align-items:center}
.pilot-layout h2{font-size:clamp(2.75rem,4.7vw,4.875rem);line-height:1.09}
.pilot-layout .lead{margin:28px 0 14px}
.pilot-layout>div>p:not(.lead){max-width:520px}
.pilot-layout .button{margin-top:20px;background:var(--ink);color:var(--lime);border-color:var(--ink)}
.pilot-ticket{background:var(--ink);color:white;padding:40px;box-shadow:14px 14px 0 #cbd8ad}
.pilot-ticket>.mini-label{color:#becba9}
.pilot-price{font-size:4rem;font-weight:500;letter-spacing:-.045em;line-height:1.1;margin:22px 0 12px;font-variant-numeric:tabular-nums}
.pilot-price>span{display:block;font-size:.9375rem;letter-spacing:0;line-height:1.5;color:#c6cfba;margin-top:14px}
.pilot-ticket>p{color:#ced6c5;margin:10px 0 26px}
.pilot-ticket dl{margin:0;border-top:1px solid #ffffff30}
.pilot-ticket dl>div{display:grid;grid-template-columns:90px 1fr;gap:20px;padding:17px 0;border-bottom:1px solid #ffffff25;font-size:.9375rem;line-height:1.5}
.pilot-ticket dt{color:#acb99a}
.pilot-ticket dd{margin:0;color:#f4f6ef}
.pilot-ticket p.scope-note{font-size:.875rem;line-height:1.6;margin:25px 0}
.pilot-ticket .text-link{color:var(--lime);border-color:#d9fe5290}
.section-top{display:grid;grid-template-columns:1.2fr 1fr;gap:10%;align-items:end;margin-bottom:44px}
.section-top .eyebrow{margin-bottom:22px}
.section-top h2{font-size:clamp(2.5rem,4.4vw,4rem)}
.section-top>p{max-width:450px;margin:0}
.pilot-timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));list-style:none;padding:0;margin:60px 0 0;gap:28px}
.pilot-timeline li{border-top:3px solid var(--ink);padding-top:22px;display:flex;flex-direction:column;min-width:0}
.pilot-timeline li:nth-child(3){border-color:#8ba439}
.timeline-period{font-size:.875rem;color:#606d4c}
.pilot-timeline h3{font-size:1.375rem;font-weight:500;letter-spacing:-.03em;line-height:1.25;margin:18px 0 0}
.pilot-timeline p{font-size:.9375rem;margin:16px 0 22px}
.timeline-output{font-size:.875rem;font-weight:500;line-height:1.5;margin-top:auto;padding-top:18px;border-top:1px solid var(--line)}
.case-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.case-preview h3{font-size:1.375rem}
.preview-metric{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:20px;margin-top:26px;border-top:1px solid #ffffff25;padding-top:20px;color:#bfcbae;font-size:.875rem}
.preview-metric>span:first-child{font-size:1.5rem;color:#fff;font-variant-numeric:tabular-nums}
.evidence-caption{font-size:.875rem;max-width:850px;margin:22px 0 0}
.scope-columns,.editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:9%}
.scope-columns h3{font-size:1.5rem;font-weight:500;margin:0 0 18px;letter-spacing:-.03em}
.scope-columns h3:not(:first-child){margin-top:34px}
.clean-list{padding:0;list-style:none;margin:0}
.clean-list li{padding:15px 0;border-bottom:1px solid var(--line);font-size:1rem;line-height:1.65}
.delivery-terms{margin-top:44px;border-top:1px solid var(--line)}
.delivery-terms>div{max-width:900px}
.delivery-terms p{font-size:1rem}
.alternatives,.knowledge-section{background:#f2f4ed;border-block:1px solid var(--line)}
.alternatives h2{font-size:clamp(2.5rem,4vw,4rem)}
.alternative-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-top:50px}
.alternative-grid article{display:flex;flex-direction:column;align-items:flex-start;padding-top:24px;border-top:2px solid var(--ink)}
.alternative-grid h3{font-size:1.75rem;font-weight:500;margin:18px 0;letter-spacing:-.03em}
.alternative-grid p{font-size:1rem;max-width:550px}
.alternative-grid .button{margin-top:auto}
.price{font-size:2.5rem;line-height:1.3}
.price span{font-size:.9375rem}
.smaller-offers{margin-top:48px}
.smaller-offers p{font-size:1rem;max-width:850px}
.faq{padding-top:80px}
.faq-list p{font-size:1rem;line-height:1.75}
.editorial-grid h2{font-size:clamp(2.5rem,4.4vw,4.2rem)}
.editorial-grid .eyebrow{margin-bottom:24px}
.editorial-grid p:first-child{margin-top:0}
.knowledge-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px}
.knowledge-grid article{border-top:1px solid #b6c0a7;padding-top:24px}
.knowledge-grid article>span{font-size:.9375rem;color:#677653}
.knowledge-grid h3{font-size:1.5rem;line-height:1.2;font-weight:500;margin:20px 0}
.case-jump{display:grid;grid-template-columns:1fr 1fr;gap:36px;padding-top:32px;padding-bottom:32px;background:#e7efcf}
.case-jump a{display:flex;justify-content:space-between;gap:16px;font-size:1rem;padding:12px 0;flex-wrap:wrap}
.case-jump b{font-size:.9375rem;font-weight:500}
.case-record{border-bottom:1px solid var(--line)}
.record-topline{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:.875rem;color:var(--muted);padding-bottom:25px;border-bottom:1px solid var(--line)}
.record-title{display:grid;grid-template-columns:1.5fr 1fr;gap:8%;margin-top:38px;align-items:center}
.record-title h2{font-size:clamp(2.5rem,4.1vw,4rem)}
.record-number{font-size:min(6.5rem,32.5vw);line-height:1;font-weight:500;letter-spacing:-.06em;text-align:right}
.record-number>span{display:block;font-size:1rem;letter-spacing:0;line-height:1.5;margin-top:16px;color:#59654b}
.record-context{max-width:800px;margin:32px 0 16px;font-size:1.125rem}
.record-role{font-size:.875rem;max-width:880px}
.record-charts{display:grid;grid-template-columns:1.3fr 1fr;gap:28px;margin:40px 0}
.record-charts figure{margin:0;padding:32px;background:#f2f4ed;min-width:0}
.record-charts h3{font-size:1.5rem;line-height:1.3;font-weight:500;letter-spacing:-.025em;margin:0 0 12px}
.aggregate-chart>p{font-size:.875rem;margin:0}
.aggregate-chart ol{list-style:none;padding:0;margin:30px 0}
.aggregate-chart li+li{margin-top:26px}
.metric-label{display:flex;justify-content:space-between;gap:20px;font-size:1rem}
.metric-label strong{font-weight:500;font-variant-numeric:tabular-nums}
.metric-track{height:14px;background:#d9dfd0;margin-top:12px}
.metric-track>span{display:block;height:100%;background:var(--ink)}
.aggregate-chart li:last-child .metric-track>span{background:#708b25}
.record-charts figcaption{font-size:.875rem;color:#5f6b52;line-height:1.6;margin-top:28px}
.record-charts .outcome-chart{background:var(--ink);color:#fff}
.outcome-chart>.mini-label{color:#bac7a8}
.outcome-chart h3{font-size:2rem;margin:22px 0 12px}
.outcome-chart h3>strong{font-size:5rem;line-height:1;letter-spacing:-.05em;font-weight:500;color:var(--lime)}
.outcome-chart p{color:#ccd6be;font-size:1rem}
.outcome-chart figcaption{color:#b4c1a4}
.outcome-split{display:block;width:100%;height:22px;background:#515d41;margin:28px 0 14px}

.split-labels{display:flex;justify-content:space-between;gap:20px;font-size:.875rem;flex-wrap:wrap}
.outcome-chart h3.serif{font-size:2.875rem;line-height:1.1;color:var(--lime)}
.positioning-pair{display:grid;gap:16px;border-top:1px solid #ffffff30;padding-top:20px;font-size:.875rem;color:#aebb9d}
.positioning-pair b{font-size:1rem;color:#fff;font-weight:400}
.record-details{border-top:1px solid var(--line)}
.record-details p{max-width:900px;font-size:.9375rem}
.table-scroll{overflow-x:auto;margin-bottom:24px}
table{width:100%;border-collapse:collapse;font-size:.9375rem;text-align:left}
caption{text-align:left;color:var(--muted);padding:12px 0}
th,td{padding:16px 12px;border-bottom:1px solid var(--line);vertical-align:top;font-weight:400}
thead th{font-weight:600}
.record-source{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-top:30px;font-size:.875rem;color:var(--muted)}
.evidence-explainer{background:#f2f4ed}
.evidence-explainer p{max-width:800px}
.evidence-explainer h2{font-size:clamp(2.5rem,4vw,4rem);margin-bottom:30px}
.start-layout{display:grid;grid-template-columns:1fr 1.15fr;gap:9%;align-items:start}
.start-layout h2{font-size:min(2.75rem,13.75vw)}
.start-layout h3{font-size:1.375rem;font-weight:500;line-height:1.3}
.start-layout>div>p{max-width:500px}
.start-layout .small-note{font-size:.875rem;line-height:1.6;margin-top:20px}
.start-expectations{margin-top:40px;padding-top:28px;border-top:1px solid var(--line)}
.start-expectations ol{padding-left:20px}
.start-expectations li{padding:6px 0 12px 6px}
.inquiry-panel{background:#f2f4ed;padding:32px}
.inquiry-panel>p{font-size:.9375rem}
form{display:grid;gap:10px}
form label{font-size:.9375rem;font-weight:500;margin-top:12px}
input,select,textarea{width:100%;max-width:100%;min-width:0;border:1px solid #a7b198;background:#fff;color:var(--ink);padding:12px;border-radius:0;line-height:1.5;font-size:1rem}
textarea{resize:vertical}
form .button{margin-top:18px;justify-content:space-between}
.optional{font-size:.875rem;color:#667059;font-weight:400;margin-left:4px}
#email-preview{margin-top:30px;padding-top:24px;border-top:1px solid #b6c2a5}
#email-preview p{font-size:.9375rem}
.email-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}
.email-actions .button{padding:14px;font-size:.875rem;gap:10px}
#email-status{min-height:1.7em;color:#455c25}
.email-fallback{overflow-wrap:anywhere}
.email-fallback a{text-decoration:underline;text-underline-offset:4px}
.optional-check{border-top:1px solid var(--line);display:flex;gap:40px;justify-content:space-between;align-items:center;padding-top:40px;padding-bottom:40px}
.optional-check h3{font-size:1.25rem;font-weight:500;margin:0}
.optional-check p{max-width:700px;margin-bottom:0}
.optional-check>a{flex-shrink:0}
@media(max-width:1100px){.pilot-timeline{grid-template-columns:1fr 1fr;gap:36px}.pilot-layout{gap:6%}.pilot-ticket{padding:28px}.start-layout{gap:5%}.section-pad{padding-left:5%;padding-right:5%}}
@media(max-width:900px){.section-top{gap:6%}.pilot-layout{grid-template-columns:1fr 1fr}.pilot-layout h2{font-size:min(2.8rem,14vw)}.knowledge-grid{gap:24px}.record-charts{grid-template-columns:1fr}.record-charts .outcome-chart{min-height:0}.start-layout{grid-template-columns:minmax(0,1fr);gap:42px}.start-expectations{max-width:650px}.inquiry-panel{max-width:750px}.optional-check{align-items:start;flex-direction:column;gap:22px}}
@media(max-width:700px){.section-pad{padding:58px 6%}.hero h1{font-size:clamp(2rem,8.7vw,3.9rem);line-height:1.13;letter-spacing:-.045em}.hero-copy p{font-size:1.0625rem}.hero-footer{font-size:.875rem}.page-hero h1{font-size:clamp(2.25rem,8.4vw,3.5rem);letter-spacing:-.04em}.page-intro{font-size:1.0625rem;margin-top:26px}.pilot-layout,.scope-columns,.editorial-grid,.alternative-grid,.section-top,.case-preview-grid,.knowledge-grid,.case-jump{grid-template-columns:minmax(0,1fr);gap:32px}.pilot-layout h2{font-size:min(2.75rem,13.75vw)}.pilot-ticket{padding:26px;box-shadow:7px 7px 0 #cbd8ad}.pilot-price{font-size:min(3.5rem,17.5vw)}.pilot-ticket dl>div{grid-template-columns:75px 1fr;gap:14px}.section-top{margin-bottom:28px}.pilot-timeline{margin-top:30px;gap:32px 22px}.pilot-timeline h3{font-size:1.25rem}.pilot-timeline p{font-size:.9375rem}.timeline-output{font-size:.875rem}.alternative-grid{margin-top:34px}.price{font-size:2.25rem}.price span{white-space:normal;display:block;margin-top:8px}.scope-columns{gap:34px}.case-jump{padding-top:22px;padding-bottom:22px;gap:0}.case-jump a+a{border-top:1px solid #bfcca7}.record-topline{gap:8px}.record-title{grid-template-columns:minmax(0,1fr);gap:26px;margin-top:28px}.record-title h2{font-size:min(2.5rem,12.5vw)}.record-number{text-align:left;font-size:min(5rem,25vw)}.record-number>span{font-size:1rem;margin-top:10px}.record-context{font-size:1rem}.record-charts{margin-top:30px;gap:20px}.record-charts figure{padding:24px}.metric-label{font-size:.9375rem}.record-source{gap:16px}.outcome-chart h3.serif{font-size:2.5rem}.case-record table{font-size:.875rem;table-layout:fixed}.case-record th,.case-record td{padding:12px 6px;overflow-wrap:anywhere}.inquiry-panel{padding:24px}.inquiry-panel h2{font-size:min(2.25rem,11.25vw)}.start-layout{gap:36px}.final-bottom{align-items:stretch}.final-bottom .dark-button{min-width:0;width:100%}.final-cta h2{font-size:clamp(2.5rem,8.7vw,3.75rem)}.final-bottom p{font-size:1rem}.faq h2{font-size:min(2.75rem,13.75vw)}}
@media(max-width:420px){.pilot-timeline{grid-template-columns:1fr}.pilot-ticket dl>div{grid-template-columns:1fr;gap:4px}.pilot-price{font-size:min(3.25rem,16.25vw)}.record-charts figure{padding:22px}.hero .button{width:100%}.email-actions{flex-direction:column}.email-actions .button{width:100%}.hero-meta{font-size:.875rem}.pilot-layout h2{font-size:min(2.5rem,12.5vw)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.chapter-visual{transform:none!important}}
@media print{.header,footer,.button,.skip{display:none!important}.section-pad{padding:24px 0}.page-hero,.pilot-section,.pilot-ticket,.outcome-chart{background:white!important;color:black!important}.page-hero p,.page-hero .serif,.pilot-ticket p,.pilot-ticket dd,.outcome-chart p{color:black!important}details>div{display:block}.record-charts,.pilot-layout{break-inside:avoid}}
/* Natural reflow also applies when browser text is enlarged. */
main,section,article,figure{min-width:0}
p,h1,h2,h3,h4,dd,li{overflow-wrap:break-word}
form fieldset{display:grid;gap:10px;min-width:0;border:0;padding:0;margin:0}
@media(max-width:700px){.record-topline>span{min-width:0}.hero-copy .quiet-link{font-size:.9375rem}}

/* Support routes use the same editorial type and an uninterrupted reading column. */
.policy-copy{max-width:1050px;margin-inline:auto}
.policy-copy h2{font-size:clamp(1.75rem,3vw,2.5rem);margin:40px 0 20px}
.policy-copy a:not(.button){text-decoration:underline;text-underline-offset:4px}
.policy-copy li{margin-block:12px}
.policy-copy article+article{border-top:1px solid var(--line);margin-top:40px}
.activity-context .activity-count{font-size:clamp(2.5rem,5vw,4rem);color:var(--ink);line-height:1.2;font-variant-numeric:tabular-nums}
.activity-count span{display:block;font-size:1rem;margin-top:14px}
#inquiry-error{color:#8a271e}
@media(max-width:420px){.policy-copy .button{max-width:100%}}

/* Home operator proof: one identity object, with the fuller profile on About. */
.strategist{background:#f2f4ed;border-block:1px solid var(--line)}
.strategist .strategist-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);grid-template-areas:'message proof' 'note proof';gap:2rem 7%;align-items:start}
.strategist-grid>*{min-width:0;overflow-wrap:anywhere}
.strategist-message{grid-area:message;align-self:end}
.strategist-message h2{font-size:clamp(2.75rem,4.5vw,4.5rem);line-height:1.06;letter-spacing:-.05em;text-wrap:balance}
.strategist-message p{margin:1.25rem 0 0;color:#535d47;font-size:1.125rem}
.strategist-proof{grid-area:proof;align-self:center;background:var(--ink);color:#fff;padding:clamp(1.5rem,3vw,2.75rem);border-top:3px solid var(--lime)}
.strategist .strategist-monogram{width:5rem;aspect-ratio:1;font-size:3rem;line-height:1;letter-spacing:-.08em;margin-bottom:2rem;background:var(--lime);color:var(--ink)}
.strategist-proof h3{font-size:clamp(1.875rem,2.5vw,2.5rem);font-weight:500;line-height:1.15;letter-spacing:-.04em;margin:0;text-wrap:balance}
.strategist-proof .strategist-role{margin:.5rem 0 0;color:#c9cec1;font-size:.9375rem;line-height:1.5}
.strategist-proof .strategist-experience{margin:1.75rem 0;color:#fff;font-size:1.0625rem;line-height:1.6}
.strategist-capabilities{display:flex;flex-wrap:wrap;gap:.375rem 1.25rem;list-style:none;margin:0;padding:1.25rem 0 0;border-top:1px solid #ffffff35;color:var(--lime);font-size:.875rem;line-height:1.5}
.strategist-note{grid-area:note;max-width:40ch}
.strategist-note p{margin:0 0 1rem;font-size:1rem;line-height:1.7}
.strategist-note .text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:1.5rem;max-width:100%;min-height:44px;padding-block:.5rem;touch-action:manipulation;overflow-wrap:anywhere}
.strategist-note .text-link:focus-visible{outline:3px solid #718b20;outline-offset:4px}
@media(min-width:1200px){
 .strategist .strategist-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr) minmax(0,.8fr);grid-template-areas:'message proof note';gap:4%;align-items:center}
 .strategist-message{align-self:center}
}
@media(max-width:767px){
 .strategist .strategist-grid{grid-template-columns:minmax(0,1fr);grid-template-areas:'message' 'proof' 'note';gap:2rem}
 .strategist-message h2{font-size:clamp(2.625rem,9vw,3.75rem)}
 .strategist-message p{margin-top:1rem}
 .strategist-proof{padding:1.5rem}
 .strategist .strategist-monogram{margin-bottom:1.5rem}
 .strategist-note{max-width:48ch}
}
