:root{--paper:#f6f5ef;--white:#fffef8;--ink:#183537;--ink-deep:#132b2d;--muted:#526361;--line:#ced4c9;--accent:#daed96;--serif:Georgia, "Times New Roman", serif;--sans:Arial, Helvetica, sans-serif;--header-height:88px;--tint:#eeeee5;--surface-soft:#edf0e7;--surface-hover:#e6eadb;--contrast-surface:#183537;--contrast-ink:#f6f5ef;--contrast-muted:#d4dfd4;--accent-ink:#183537;--link-hover:#385b3e;--focus:#657e2d;--button-hover:#29494b;--button-hover-ink:#fffef8;--chart-track:#e8eae0;--chart-prior:#92a479;--chart-current:#315343;--chart-negative:#9b714d;--chart-positive:#779047;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--paper:#102521;--white:#172d29;--ink:#edf0e3;--muted:#aebdae;--line:#3b534a;--tint:#1c322c;--surface-soft:#213b31;--surface-hover:#2b473a;--contrast-surface:#183537;--link-hover:#daed96;--focus:#c5dc8e;--button-hover:#d5e2c6;--button-hover-ink:#102521;--chart-track:#2c4239;--chart-prior:#7d9772;--chart-current:#d1e39c;--chart-negative:#d7aa7e;--chart-positive:#a9c476;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--paper:#102521;--white:#172d29;--ink:#edf0e3;--muted:#aebdae;--line:#3b534a;--tint:#1c322c;--surface-soft:#213b31;--surface-hover:#2b473a;--contrast-surface:#183537;--link-hover:#daed96;--focus:#c5dc8e;--button-hover:#d5e2c6;--button-hover-ink:#102521;--chart-track:#2c4239;--chart-prior:#7d9772;--chart-current:#d1e39c;--chart-negative:#d7aa7e;--chart-positive:#a9c476;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-height)}body{background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.6}::selection{background:var(--accent);color:var(--accent-ink)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}img{max-width:100%;height:auto}p,h1,h2,h3,h4{margin:0}p+p{margin-top:1em}h1,h2,h3,h4{letter-spacing:-.045em;font-weight:500;line-height:1.12}h2{font-size:clamp(32px,4.2vw,58px)}h3{font-size:27px}a,button,summary,input,textarea,select{touch-action:manipulation}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,.table-scroll:focus-visible{outline:3px solid var(--focus);outline-offset:5px}.dark-section a:focus-visible,.home-hero a:focus-visible,.closing a:focus-visible{outline-color:var(--accent)}.container{width:min(1220px,100% - 112px);margin-inline:auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:100;background:var(--accent);color:var(--accent-ink);padding:12px 20px;position:fixed;top:12px;left:16px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:600;line-height:1.5}.section{padding:72px 0}.section-heading{max-width:850px;margin-bottom:36px}.section-heading .eyebrow{margin-bottom:22px}.text-link{border-bottom:1px solid;justify-content:space-between;align-items:center;gap:24px;min-height:44px;padding:8px 0;font-size:14px;font-weight:600;line-height:1.4;display:inline-flex}.arrow{font-family:Arial,sans-serif;font-size:21px;font-weight:400;transition:transform .2s}.text-link:hover .arrow{transform:translate(3px,-3px)}.text-link:hover{color:var(--link-hover)}.button{background:var(--ink);color:var(--paper);border:1px solid #0000;border-radius:2px;justify-content:center;align-items:center;min-height:54px;padding:17px 23px;display:inline-flex}.button:hover{background:var(--button-hover);color:var(--button-hover-ink)}.button-accent{background:var(--accent);color:var(--accent-ink)}.button-accent:hover{color:var(--accent-ink);background:#e6f5b8}.light-link{color:var(--contrast-ink)}.light-link:hover{color:var(--accent)}.hero-actions{flex-wrap:wrap;align-items:center;gap:22px;margin-top:32px;display:flex}.large-copy{letter-spacing:-.025em;font-size:clamp(24px,2.5vw,34px);line-height:1.35}.prose{max-width:780px}.prose p{color:var(--muted);font-size:18px}.prose h2{margin:48px 0 20px;font-size:34px}.prose h3{margin:30px 0 14px;font-size:25px}.prose ul,.prose ol{padding-left:23px}.prose li{color:var(--muted);margin:10px 0}.prose a:not(.button):not(.text-link){text-underline-offset:4px;text-decoration:underline}.two-column{grid-template-columns:1fr 1fr;gap:64px;display:grid}.three-column{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.two-column p,.three-column p{color:var(--muted);margin-top:16px}.two-column .text-link,.three-column .text-link{margin-top:20px}.two-column h3,.three-column h3{font-size:29px}.feature-list{gap:30px;display:grid}.feature-list article{padding-top:0}.feature-list p{color:var(--muted);margin-top:15px}.section-cream,.section-tinted{background:var(--tint)}.site-header{height:var(--header-height);background:var(--paper);z-index:30;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:30px;width:calc(100% - 80px);max-width:1400px;height:100%;margin:auto;display:flex}.wordmark{letter-spacing:-.045em;flex-shrink:0;align-items:center;gap:12px;font-size:20px;font-weight:650;line-height:1.01;display:flex}.brand-period{color:#7f9342}.logo-mark{background:#060b14;border-radius:50%;flex:none;width:52px;height:52px;display:block;position:relative;overflow:hidden}.logo-mark img{width:148.4%;max-width:none;height:auto;position:absolute;top:-18.8%;left:-24.9%}.navigation{align-items:center;gap:22px;display:flex}.navigation>a{white-space:nowrap;align-items:center;min-height:44px;font-size:13px;display:inline-flex;position:relative}.navigation>a:not(.nav-cta):after{content:"";background:var(--ink);height:1px;transition:right .2s;position:absolute;bottom:7px;left:0;right:100%}.navigation>a:hover:after,.navigation>a[aria-current]:after{right:0}.navigation .nav-cta{background:var(--ink);color:var(--paper);gap:24px;margin-left:6px;padding:10px 18px;transition:background .2s}.nav-cta:hover{background:var(--button-hover);color:var(--button-hover-ink)}.menu-toggle{display:none}.home-hero{isolation:isolate;background:var(--ink-deep);color:var(--contrast-ink);min-height:calc(100svh - var(--header-height));align-items:center;padding:54px 0 74px;display:flex;position:relative;overflow:hidden}.hero-container{z-index:2;position:relative}.hero-copy{width:60%;max-width:650px}.hero-copy>.eyebrow{color:var(--accent);margin-bottom:23px}.hero-copy h1{letter-spacing:-.065em;font-size:clamp(62px,7.4vw,108px);font-weight:500;line-height:.99}.hero-copy h1>span{color:var(--accent)}.hero-promise{font-family:var(--serif);letter-spacing:-.035em;margin-top:28px;font-size:clamp(25px,2.8vw,37px);font-style:italic;font-weight:400}.hero-description{color:#d9e0d5;max-width:480px;margin-top:18px;font-size:16px;line-height:1.65}.hero-photo{z-index:0;width:51%;position:absolute;inset:0 0 0 auto}.hero-photo:after{content:"";background:linear-gradient(90deg, var(--ink-deep) 0%, #132b2d40 22%, #132b2d08 70%), linear-gradient(0deg, #132b2da6, transparent 28%);position:absolute;inset:0}.hero-photo img{object-fit:cover;object-position:52% 42%;filter:saturate(.65)}.photo-caption{z-index:1;text-align:right;color:#fff;letter-spacing:.04em;flex-direction:column;font-size:10px;display:flex;position:absolute;bottom:27px;right:38px}.photo-caption span:first-child{font-size:13px;font-weight:500}.hero-scroll{color:#c3cec5;text-transform:uppercase;letter-spacing:.14em;z-index:3;align-items:center;gap:18px;font-size:10px;display:flex;position:absolute;bottom:25px;left:56px}.hero-scroll span{font-size:20px;transition:transform .2s}.hero-scroll:hover span{transform:translateY(4px)}.intro-section>.container{grid-template-columns:1fr 1fr;gap:100px;display:grid}.intro-section .section-heading{margin:0}.intro-section h2{max-width:450px}.intro-body{padding-top:38px}.intro-body>p+p{max-width:465px;color:var(--muted);margin-top:24px;font-size:17px}.audience-section{padding-bottom:24px}.audience-heading{justify-content:space-between;align-items:center;padding-bottom:20px;display:flex}.audience-heading>span{letter-spacing:.12em;font-size:11px}.audience-row{grid-template-columns:50px 1.3fr 1fr;align-items:start;gap:32px;padding:32px 0;display:grid}.row-number{color:var(--muted);letter-spacing:.05em;padding-top:5px;font-size:12px}.audience-row .eyebrow{color:var(--muted);margin-bottom:14px}.audience-row h2{font-size:clamp(27px,3vw,41px);line-height:1.2}.audience-description{max-width:390px;padding-top:29px}.audience-description>p{color:var(--muted);font-size:16px}.audience-description .text-link{margin-top:20px}.audience-description .relationship-promise{color:var(--ink);margin-top:14px;font-size:13px;font-weight:600}.dark-section{background:var(--contrast-surface);color:var(--contrast-ink)}.dark-section .eyebrow,.dark-section .text-link:hover{color:var(--accent)}.dark-section .button-accent:hover{color:var(--accent-ink)}.product-section .section-heading{margin-bottom:20px}.analytics-note{justify-content:space-between;align-items:center;gap:24px 50px;margin-top:36px;padding-top:0;display:flex}.analytics-note p{max-width:740px;color:var(--contrast-muted);font-size:14px}.analytics-note strong{color:var(--contrast-ink);font-weight:600}.analytics-note a{flex-shrink:0}.example-reference{margin-top:28px;padding-top:0}.example-reference p{font-size:15px}@media (max-width:900px){.analytics-note{flex-direction:column;align-items:flex-start;gap:14px}}.product-intro{justify-content:space-between;align-items:start;gap:60px;display:flex}.product-intro>p{max-width:570px;color:var(--contrast-muted);font-size:20px}.product-pair{grid-template-columns:1fr 1fr;gap:70px;margin-top:44px;display:grid}.product-entry{padding-top:0}.product-state{text-transform:uppercase;letter-spacing:.13em;align-items:center;gap:9px;margin-bottom:28px;font-size:11px;display:flex}.status-dot{background:currentColor;border-radius:50%;width:7px;height:7px}.status-dot.outlined{background:0 0;border:1px solid}.product-entry h3{letter-spacing:-.035em;font-size:35px;line-height:1.15}.product-entry h3 em{font-family:var(--serif);font-weight:400}.product-entry p{max-width:460px;margin-top:25px;font-size:17px}.product-entry .product-detail{opacity:.77;max-width:410px;margin-top:18px;font-size:13px;line-height:1.7}.product-entry .text-link{margin-top:26px}.practice-layout{grid-template-columns:1fr 1fr;gap:100px;display:grid}.practice-lead>p+p{color:var(--muted);margin-top:25px;font-size:17px}.practice-lead .text-link{margin-top:22px}.practice-notes>div{grid-template-columns:32px 1fr;gap:10px 15px;padding:24px 0;display:grid}.practice-notes>div>span{color:var(--muted);grid-row:span 2;padding-top:4px;font-size:11px}.practice-notes h3{font-size:23px}.practice-notes p{color:var(--muted);font-size:15px}.home-faq{padding-top:0}.home-faq>.container{grid-template-columns:.8fr 1.2fr;gap:100px;display:grid}.home-faq h2{font-size:40px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:25px;padding:23px 0;font-size:17px;font-weight:500;line-height:1.4;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{font-size:24px;font-weight:300;transition:transform .2s}.faq-list details[open] summary>span{transform:rotate(45deg)}.faq-answer{color:var(--muted);padding:0 35px 25px 0;font-size:15px}.closing{background:var(--contrast-surface);color:var(--contrast-ink);padding:64px 0}.closing-inner{grid-template-columns:1.2fr .8fr;align-items:center;gap:80px;display:grid}.closing .eyebrow{color:var(--accent);margin-bottom:22px}.closing h2{max-width:680px}.closing p:not(.eyebrow){color:#ced8cc;max-width:570px;margin-top:22px}.closing-actions{flex-direction:column;align-items:flex-end;gap:22px;display:flex}.closing-actions .button{min-width:195px}.email-link{text-underline-offset:5px;font-size:14px;text-decoration:underline}.page-hero{padding:68px 0 48px}.page-hero .eyebrow{color:var(--muted);margin-bottom:26px}.page-hero h1{letter-spacing:-.05em;text-wrap:balance;max-width:1010px;font-size:clamp(43px,6vw,82px);line-height:1.08}.page-intro{max-width:750px;color:var(--muted);margin-top:28px;font-size:22px;line-height:1.55}.service-row{grid-template-columns:60px 1fr;gap:25px;padding:32px 0;display:grid}.service-row h3{margin-bottom:16px}.service-row p{color:var(--muted);max-width:820px;font-size:18px}.service-row .text-link{margin-top:18px}.page-hero+.section,.section:not(.dark-section):not(.section-tinted):not(.section-cream)+.section:not(.dark-section):not(.section-tinted):not(.section-cream):not(.home-faq){padding-top:24px}.section img{border-radius:2px}.section .portrait{object-fit:cover;width:100%;max-width:480px}.statement{font-family:var(--serif);max-width:850px;font-size:clamp(30px,4vw,50px);font-style:italic;line-height:1.25}.resource-row{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:20px;padding:30px 0;display:grid}.resource-row h2,.resource-row h3{font-size:28px}.resource-row p{color:var(--muted)}.resource-row a{align-self:start}.resource-grid{grid-template-columns:1fr 1fr;gap:50px;display:grid}.resource-grid article{padding-top:0}.resource-grid h2,.resource-grid h3{font-size:28px}.resource-grid p{color:var(--muted);margin-top:18px}.article-content{max-width:780px;margin:auto;font-size:18px}.article-content p,.article-content li{color:var(--muted)}.article-content h2{margin:48px 0 22px;font-size:34px}.article-content h3{margin:34px 0 18px;font-size:26px}.article-content p{margin:20px 0}.article-content a{text-underline-offset:4px;text-decoration:underline}.article-content ul,.article-content ol{padding-left:24px}.article-content li{margin:9px 0;padding-left:5px}.article-content blockquote{border-left:3px solid var(--ink);margin:35px 0;padding:8px 0 8px 26px;font-size:24px}.article-content table,.prose table{border-collapse:collapse;width:100%;font-size:15px;display:block;overflow:auto}.article-content td,.article-content th,.prose td,.prose th{border:1px solid var(--line);text-align:left;min-width:120px;padding:12px}.article-content img{max-width:100%;height:auto}.article-content pre{background:var(--surface-soft);max-width:100%;padding:20px;font-size:14px;overflow:auto}.article-content code{overflow-wrap:anywhere}.article-content hr{border:0;margin:28px 0}.article-content iframe{max-width:100%}.legal-content{max-width:820px}.legal-content h2{margin:40px 0 18px;font-size:29px}.legal-content h3{margin:28px 0 14px;font-size:22px}.legal-content p,.legal-content li{color:var(--muted)}.legal-content a{text-underline-offset:4px;text-decoration:underline}.site-footer{padding:64px 0 30px}.footer-top{grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:36px;display:grid}.footer-wordmark{letter-spacing:-.06em;align-items:center;gap:14px;font-size:30px;font-weight:500;line-height:1.02;display:inline-flex}.footer-wordmark .logo-mark{width:64px;height:64px}.footer-brand-name{white-space:nowrap}.footer-top>div:first-child>p{color:var(--muted);margin-top:22px;font-size:13px}.footer-top nav,.footer-contact{flex-direction:column;align-items:flex-start;gap:5px;display:flex}.footer-top nav>a,.footer-contact>a{padding:9px 0;font-size:13px}.footer-top a:hover{text-underline-offset:4px;text-decoration:underline}.footer-contact>a:first-child{overflow-wrap:anywhere}.footer-bottom{color:var(--muted);grid-template-columns:1.4fr 1.4fr .8fr;gap:30px;margin-top:32px;padding-top:0;font-size:10px;line-height:1.7;display:grid}.footer-bottom>a{text-align:right}@keyframes enter{0%{opacity:1;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.enter{animation:.7s both enter}.enter-2{animation-delay:80ms}.enter-3{animation-delay:.16s}.enter-4{animation-delay:.24s}.will-reveal{opacity:1;transition:opacity .6s,transform .6s;transform:translateY(15px)}.will-reveal.revealed{opacity:1;transform:none}@media (min-width:1550px){.hero-copy h1{font-size:120px}.hero-description{max-width:550px;font-size:19px}.home-hero{min-height:760px}.hero-scroll{left:calc(50vw - 610px)}}@media (max-width:1100px){.container{width:calc(100% - 72px)}.header-inner{width:calc(100% - 48px)}.navigation{gap:19px}.navigation>a{font-size:12px}.wordmark{font-size:18px}.wordmark .logo-mark{width:44px;height:44px}.hero-scroll{left:36px}.hero-photo{width:49%}.hero-copy{width:62%}.hero-copy h1{font-size:82px}.hero-description{max-width:395px;font-size:15px}.intro-section>.container,.practice-layout,.home-faq>.container{gap:60px}.section{padding:64px 0}.product-pair{gap:50px}.audience-row{grid-template-columns:30px 1.1fr 1fr;gap:23px}.footer-top{grid-template-columns:1.1fr 1fr 1fr;gap:30px}.footer-contact{flex-direction:row;grid-column:2/4;gap:25px}.closing-inner{gap:35px}}@media (max-width:1240px){:root{--header-height:78px}.menu-toggle{cursor:pointer;background:0 0;border:0;align-items:center;gap:15px;padding:12px 0 12px 12px;font-size:13px;display:flex}.menu-lines{width:24px;height:18px;display:inline-block;position:relative}.menu-lines i{background:var(--ink);width:24px;height:1px;transition:transform .2s,top .2s;position:absolute;left:0}.menu-lines i:first-child{top:4px}.menu-lines i:last-child{top:12px}.menu-lines.is-open i:first-child{top:8px;transform:rotate(45deg)}.menu-lines.is-open i:last-child{top:8px;transform:rotate(-45deg)}.navigation{top:calc(var(--header-height) - 1px);background:var(--paper);border-bottom:1px solid var(--line);max-height:calc(100svh - var(--header-height));padding:22px 36px 30px;display:none;position:absolute;left:0;right:0;overflow:auto}.navigation.is-open{flex-direction:column;align-items:stretch;gap:0;display:flex}.navigation>a{border-bottom:1px solid var(--line);min-height:52px;padding:13px 0;font-size:18px}.navigation>a:after{display:none}.navigation .nav-cta{justify-content:space-between;margin:18px 0 0;padding:15px 18px}}@media (max-width:900px){.two-column{gap:40px}.three-column{gap:25px}.home-hero{padding:44px 0 74px}.hero-copy h1{font-size:70px}.hero-promise{font-size:27px}.hero-description{max-width:345px}.hero-photo img{object-position:57% center}.hero-photo:after{background:linear-gradient(90deg, var(--ink-deep), #132b2d26 42%), linear-gradient(0deg, #132b2dcc, transparent 35%)}.photo-caption{font-size:8px;right:25px}.hero-actions{gap:16px}.hero-actions .button{padding:16px 20px}.hero-actions>.text-link:not(.button){gap:12px;font-size:12px}.intro-section>.container{gap:40px}.intro-body{padding-top:36px}.audience-row{grid-template-columns:28px 1.1fr 1fr;gap:18px}.audience-row h2{font-size:30px}.audience-description{padding-top:30px}.audience-description p{font-size:14px}.audience-description .text-link{gap:15px;font-size:12px}.product-intro{gap:40px}.product-intro>p{font-size:18px}.product-intro .text-link{min-width:230px;font-size:12px}.product-entry h3{font-size:31px}.product-entry p{font-size:15px}.closing-actions .email-link{font-size:12px}}@media (max-width:700px){.container,.header-inner{width:calc(100% - 40px)}.section{padding:48px 0}.section-heading{margin-bottom:30px}.eyebrow{font-size:10px}.home-hero{min-height:calc(100svh - var(--header-height));align-items:flex-start;padding:36px 0 68px}.hero-photo{opacity:.22;width:100%;height:100%}.hero-photo img{object-position:67% center}.hero-photo:after{background:linear-gradient(90deg, var(--ink-deep), #132b2d59 65%), linear-gradient(0deg, var(--ink-deep), transparent 70%)}.photo-caption{display:none}.hero-copy{width:100%;max-width:520px}.hero-copy h1{font-size:clamp(65px,15vw,95px)}.hero-copy>.eyebrow{margin-bottom:21px}.hero-promise{margin-top:26px;font-size:28px}.hero-description{max-width:430px;font-size:15px;line-height:1.65}.hero-actions{gap:20px;margin-top:28px}.hero-actions>.text-link:not(.button){font-size:13px}.hero-scroll{bottom:20px;left:20px}.intro-section>.container,.practice-layout,.home-faq>.container,.two-column,.three-column,.closing-inner{grid-template-columns:1fr;gap:30px}.intro-section h2{max-width:360px}.intro-body{padding-top:0}.intro-body .large-copy{font-size:25px}.intro-body p+p{font-size:15px}.audience-section{padding-bottom:12px}.audience-row{grid-template-columns:25px 1fr;gap:14px;padding:33px 0}.audience-row h2{font-size:31px}.audience-description{grid-column:2;max-width:100%;padding-top:2px}.audience-description>p{font-size:15px}.audience-description .text-link{font-size:13px}.audience-row .eyebrow{margin-bottom:11px}.product-intro{display:block}.product-intro>p{font-size:17px}.product-intro .text-link{min-width:0;margin-top:20px}.product-pair{grid-template-columns:1fr;gap:38px;margin-top:38px}.product-entry h3{font-size:34px}.product-entry p{font-size:16px}.product-state{margin-bottom:20px}.product-entry .text-link{font-size:13px}.practice-lead .large-copy{font-size:27px}.practice-lead>p+p{font-size:15px}.practice-notes h3{font-size:23px}.home-faq{padding-top:0}.home-faq .section-heading{margin-bottom:0}.home-faq h2{font-size:34px}.faq-list summary{padding:22px 0;font-size:16px}.closing{padding:48px 0}.closing h2{font-size:40px}.closing-actions{align-items:flex-start}.closing-actions .email-link{font-size:14px}.page-hero{padding:44px 0 32px}.page-hero h1{max-width:600px;font-size:45px}.page-intro{margin-top:22px;font-size:18px}.page-hero .eyebrow{margin-bottom:22px}.service-row{grid-template-columns:25px 1fr;gap:15px}.service-row h3{font-size:26px}.service-row p{font-size:16px}.resource-row{grid-template-columns:1fr;gap:15px}.resource-grid{grid-template-columns:1fr;gap:35px}.article-content{font-size:16px}.article-content h2{font-size:28px}.article-content h3{font-size:23px}.article-content blockquote{font-size:21px}.site-footer{padding:48px 0 25px}.footer-top{grid-template-columns:1fr 1fr;gap:32px 25px}.footer-top>div:first-child{flex-wrap:wrap;grid-column:1/-1;justify-content:space-between;gap:22px;display:flex}.footer-wordmark{font-size:34px}.footer-top>div:first-child>p{align-self:flex-end;margin-top:4px;font-size:12px}.footer-contact{flex-wrap:wrap;grid-column:1/-1}.footer-top nav>a,.footer-contact>a{min-height:40px;font-size:12px}.footer-bottom{grid-template-columns:1fr;gap:14px;margin-top:33px;padding-top:0}.footer-bottom>a{text-align:left;padding:8px 0}.prose p{font-size:16px}.two-column h3,.three-column h3{font-size:26px}}@media (max-width:380px){.hero-copy h1{font-size:60px}.hero-promise{font-size:24px}.hero-description{font-size:14px}.hero-actions{gap:10px}.hero-actions .button{padding:15px 16px;font-size:13px}.hero-actions>.text-link:not(.button){font-size:12px}.home-hero{padding-top:29px}.page-hero h1{font-size:38px}.footer-top>div:first-child{display:block}.footer-top>div:first-child>p{margin-top:18px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}.will-reveal{opacity:1;transform:none}}.resource-date{color:var(--muted);margin:12px 0;font-size:13px}.article-author{text-underline-offset:.2em;text-decoration:underline}.table-scroll{margin:24px 0;overflow-x:auto}.table-scroll table{border-collapse:collapse;width:100%;min-width:520px}.table-scroll th,.table-scroll td{text-align:left;border-bottom:1px solid var(--line);vertical-align:top;padding:12px}.table-scroll th{font-size:14px}.resource-row>div{max-width:820px}.series-row{grid-template-columns:100px 1fr}.resource-grid.category-grid{flex-wrap:wrap;gap:12px 32px;margin-bottom:36px;display:flex}@media (max-width:700px){.series-row{grid-template-columns:1fr}}.charter-question .eyebrow{color:var(--ink);margin-bottom:12px;font-size:11px}.charter-deliverable{max-width:820px;margin-top:54px;padding:0}.charter-deliverable h3{margin:16px 0}.charter-deliverable>p:not(.eyebrow){color:var(--muted);font-size:18px}.charter-deliverable .text-link{margin-top:22px}.intro-body .text-link{margin-top:24px}.header-controls{flex-shrink:0;align-items:center;gap:18px;display:flex}.theme-control{color:var(--muted);align-items:center;gap:5px;display:inline-flex}.theme-control>span[aria-hidden]{font-size:19px;line-height:1}.theme-control select{color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:0;max-width:85px;min-height:44px;padding:8px 2px;font-size:12px}.theme-control option{background:var(--paper);color:var(--ink)}@media (max-width:700px){.header-inner{gap:16px}.header-controls{gap:10px}.menu-toggle{gap:10px;padding-left:0}}@media (max-width:420px){.theme-control{gap:0}.theme-control>span[aria-hidden],.menu-toggle>span:first-child{display:none}.menu-toggle{justify-content:flex-end;min-width:36px}}@media print{:root,:root[data-theme=dark],:root:not([data-theme]){--paper:#fff;--white:#fff;--ink:#183537;--muted:#526361;--line:#ced4c9;--tint:#eeeee5;--surface-soft:#edf0e7;--surface-hover:#e6eadb;--chart-track:#e8eae0;--chart-prior:#92a479;--chart-current:#315343;--chart-negative:#9b714d;--chart-positive:#779047;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.header-controls{display:none}}
