html,body{height:100%}body{padding-top:0}:target:before{content:"";display:block;height:80px;margin-top:-80px;pointer-events:none}*:focus-visible{outline:2px solid var(--rust);outline-offset:3px;border-radius:2px}*{-webkit-tap-highlight-color:transparent}:root{--ink: #FFF8E7;--ink-raised: #FFFFFF;--ink-card: #FFF8E7;--ink-border: #D4CFC6;--ink-border-md: #BFB9B0;--rust: #C84B1F;--rust-lt: rgba(200, 75, 31, .09);--rust-border: rgba(200, 75, 31, .28);--steel: #7A756C;--steel-lt: rgba(122, 117, 108, .1);--steel-border: rgba(122, 117, 108, .22);--slate: #1F6FAE;--slate-lt: rgba(31, 111, 174, .08);--slate-border: rgba(31, 111, 174, .25);--pebble: #3A3732;--ash: #0F0E0C;--white: #FFFFFF;--font-serif: "DM Serif Display", Georgia, "Times New Roman", serif;--font-sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "DM Mono", "Courier New", monospace;--section-pad: 6rem 1.5rem;--max-width: 1100px;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:112.5%}body{font-family:var(--font-sans);background-color:var(--ink);color:var(--pebble);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}section[id]{scroll-margin-top:120px}.app{min-height:100vh;width:100%}.container{max-width:var(--max-width);margin:0 auto;width:100%}section{padding:var(--section-pad);width:100%}section.alt{background:var(--ink)}.eyebrow{font-family:var(--font-mono);font-size:.8rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--rust)}.section-title{font-family:var(--font-serif);font-size:clamp(1.8rem,5vw,2.9rem);font-weight:400;line-height:1.15;color:var(--ash)}.headline-rust{color:var(--rust)}.impact-blue{color:var(--slate);font-weight:600}.section-subtitle{font-size:1.05rem;color:var(--pebble);line-height:1.75;max-width:760px}.btn{display:inline-block;padding:.75rem 1.75rem;font-family:var(--font-sans);font-size:.95rem;font-weight:500;border-radius:var(--radius-sm);text-decoration:none;cursor:pointer;border:none;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .15s ease;line-height:1}.btn-primary{background:var(--rust);color:var(--white);border:1px solid transparent}.btn-primary:hover{background:#d05e32;transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--ash);border:1px solid var(--ink-border-md)}.btn-outline:hover{border-color:var(--rust);color:var(--rust)}.card{background:var(--ink-card);border:1px solid var(--ink-border);border-radius:var(--radius-md);padding:2rem;transition:border-color .2s ease}.card:hover{border-color:var(--ink-border-md)}@media(max-width:768px){:root{--section-pad: 4rem 1.25rem}}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 1.5rem;background:var(--ash);border-bottom:1px solid rgba(255,248,231,.1);transition:background .3s ease,border-color .3s ease,backdrop-filter .3s ease}.nav--scrolled{background:#0f0e0cf2;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom-color:#fff8e726}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:120px;gap:1.5rem}.nav-logo{display:flex;align-items:center;flex-shrink:0}.nav-logo img{height:100px;width:auto;opacity:.9;transition:opacity .2s}.nav-logo:hover img{opacity:1}.nav-links{display:flex;list-style:none;gap:1.25rem;margin:0;padding:0;align-items:center}.nav-links a{font-family:var(--font-sans);font-size:.875rem;font-weight:400;color:#fff8e7b3;text-decoration:none;letter-spacing:.01em;transition:color .2s ease;white-space:nowrap}.nav-links a:hover{color:var(--ink)}.nav-mobile-cta{display:none}.nav-cta{flex-shrink:0;padding:.5rem 1.25rem;font-size:.85rem}.nav-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:6px;flex-shrink:0}.nav-hamburger span{display:block;width:22px;height:1.5px;background:var(--ink);transition:all .2s ease;transform-origin:center}.nav-hamburger--open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.nav-hamburger--open span:nth-child(2){opacity:0}.nav-hamburger--open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}@media(max-width:768px){.nav-links{display:none;position:absolute;top:68px;left:0;right:0;flex-direction:column;align-items:flex-start;background:var(--ash);border-bottom:1px solid rgba(255,248,231,.12);padding:1.5rem;gap:1.25rem}.nav-links--open{display:flex}.nav-links a{font-size:1rem;color:var(--ink)}.nav-mobile-cta{display:block;margin-top:.5rem;width:100%}.nav-mobile-cta .btn{width:100%;text-align:center}.nav-cta{display:none}.nav-hamburger{display:flex}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:8rem 1.5rem 6rem;overflow:hidden}.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 55% 50% at 85% 20%,rgba(192,82,42,.07) 0%,transparent 65%),radial-gradient(ellipse 45% 55% at 15% 85%,rgba(90,139,176,.06) 0%,transparent 65%),var(--ink);z-index:0}.hero-inner{position:relative;z-index:1}.hero-content{display:flex;flex-direction:column;gap:0;width:100%}.hero-content .eyebrow{margin-bottom:1.25rem}.hero-headline{font-family:var(--font-serif);font-size:clamp(2.5rem,7vw,4.45rem);font-weight:400;line-height:1.1;color:var(--ash);margin-bottom:1.75rem;letter-spacing:-.01em}.hero-sub{font-size:1.05rem;color:var(--pebble);line-height:1.8;margin-bottom:1.25rem}.hero-stat-num{font-family:var(--font-mono);font-size:1.05em;font-weight:500;color:var(--rust);letter-spacing:-.01em}.hero-stat-source{font-family:var(--font-mono);font-size:.72rem;color:var(--pebble);opacity:.55;text-decoration:none;letter-spacing:.04em;transition:opacity .2s}.hero-stat-source:hover{opacity:.85;text-decoration:underline}.hero-stat-callout{margin-bottom:1.25rem;padding:1rem 1.25rem;border-left:2px solid var(--ink-border-md);background:var(--ink-raised);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.hero-stat-callout p{font-size:1.05rem;color:var(--pebble);line-height:1.75}.hero-who{margin-bottom:1.75rem}.hero-who-label{font-family:var(--font-sans);font-size:1rem;font-weight:600;color:var(--ash);margin-bottom:.5rem}.hero-who-list{list-style:none;display:flex;flex-direction:column;gap:.35rem}.hero-who-list li{font-size:1.05rem;color:var(--pebble);line-height:1.6;padding-left:1rem;position:relative}.hero-who-list li:before{content:"→";position:absolute;left:0;color:var(--rust);font-size:.85em}.hero-thesis{display:flex;flex-direction:column;gap:.4rem;margin-bottom:2rem;padding:1.125rem 1.375rem;border-left:3px solid var(--rust);background:var(--rust-lt);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.hero-thesis-bridge{font-size:.925rem;color:var(--pebble);font-style:italic;line-height:1.5}.hero-thesis-anchor{font-size:1rem;color:var(--ash);line-height:1.45}.hero-thesis-anchor strong{font-weight:600}.hero-actions{display:flex;gap:.875rem;flex-wrap:wrap}@media(max-width:768px){.hero{padding:7rem 1.25rem 4rem;min-height:auto}.hero-content{max-width:100%}.hero-headline{font-size:clamp(2rem,10vw,2.67rem)}.hero-sub,.hero-stat-callout p{font-size:1rem}}.fast-header{margin-bottom:4rem;display:flex;flex-direction:column;gap:1rem}.fast-sub{margin-top:.25rem}.fast-flow{display:flex;flex-direction:column;gap:0;margin-bottom:3rem}.fast-component{display:flex;flex-direction:column;align-items:stretch}.fast-component-inner{display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem}.fast-card--cyan{border-color:var(--ink-border)}.fast-card--orange{border-color:var(--ink-border);background:var(--rust-lt)}.fast-component-top{display:flex;flex-direction:column;gap:.75rem}.fast-meta{display:flex;align-items:center;gap:1rem}.fast-phase{font-family:var(--font-mono);font-size:.72rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--rust);padding:.2rem .6rem;background:var(--rust-lt);border:1px solid var(--rust-border);border-radius:2px}.fast-name{font-size:1.4rem;font-weight:600;color:var(--ash);line-height:1.25;display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.fast-abbr{font-family:var(--font-mono);font-size:.8rem;font-weight:500;color:var(--rust);letter-spacing:.08em;background:var(--rust-lt);border:1px solid var(--rust-border);padding:.15rem .5rem;border-radius:2px;vertical-align:middle}.fast-body{font-size:1rem;color:var(--pebble);line-height:1.75;max-width:72ch}.fast-output{display:flex;align-items:flex-start;gap:.75rem;padding-top:1.25rem;border-top:1px solid var(--ink-border);flex-wrap:wrap}.fast-output-label{font-family:var(--font-mono);font-size:.72rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--pebble);white-space:nowrap;padding-top:.1rem}.fast-output-value{font-size:.9rem;color:var(--ash);line-height:1.55}.fast-connector{text-align:center;font-size:1.25rem;color:var(--rust);padding:.75rem 0;line-height:1;opacity:.6}.fast-thesis{max-width:800px;padding:1.75rem 2rem;border-left:3px solid var(--rust);background:var(--rust-lt)}.fast-thesis p{font-size:1rem;color:var(--ash);line-height:1.75}@media(max-width:768px){.fast-name{font-size:1.2rem}.fast-component-inner{padding:1.5rem}}.offerings-header{margin-bottom:3.5rem;display:flex;flex-direction:column;gap:1rem}.offerings-sub{margin-top:.25rem;margin-bottom:.75rem}.offerings-path-label{font-size:1rem;font-weight:600;color:var(--ash);margin-bottom:.5rem}.offerings-path-list{list-style:none;display:flex;flex-direction:column;gap:.3rem}.offerings-path-list li{font-size:1rem;color:var(--pebble);line-height:1.6;padding-left:1.25rem;position:relative}.offerings-path-list li:before{content:"→";position:absolute;left:0;color:var(--rust);font-size:.8em;top:.15em}.offerings-steps{display:flex;flex-direction:row;align-items:stretch;gap:0;margin-bottom:2.5rem}.offerings-steps>.offering-card{flex:1;min-width:0}.offerings-step-arrow{flex-shrink:0;display:flex;align-items:center;font-family:var(--font-mono);font-size:1.5rem;color:var(--rust);opacity:.5;padding:0 .75rem}@media(max-width:960px){.offerings-steps{flex-direction:column}.offerings-step-arrow{justify-content:center;padding:.5rem 0;transform:rotate(90deg)}}.offering-card{display:flex;flex-direction:column;width:100%}.offering-top{padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid var(--ink-border);display:flex;flex-direction:column;gap:.5rem}.offering-top-row{display:flex;align-items:center;gap:.875rem}.offering-step-label{color:var(--steel)}.offering-start-badge{font-family:var(--font-mono);font-size:.68rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--rust);padding:.2rem .6rem;background:var(--rust-lt);border:1px solid var(--rust-border);border-radius:var(--radius-sm)}.offering-tagline{font-family:var(--font-sans);font-size:1.05rem;font-weight:600;color:var(--ash);line-height:1.4}.offering-intro{font-size:.95rem;color:var(--pebble);line-height:1.75;margin-bottom:1rem;font-style:italic}.offering-bullets{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.offering-bullets li{font-size:.95rem;color:var(--ash);line-height:1.6;padding-left:1.25rem;position:relative}.offering-bullets li:before{content:"→";position:absolute;left:0;color:var(--rust);font-size:.8em;top:.15em}.offering-note-inline{font-family:var(--font-mono);font-size:.75rem;color:var(--steel);letter-spacing:.04em;margin-bottom:1rem}.offering-credit{display:flex;align-items:baseline;gap:.5rem;font-family:var(--font-mono);font-size:.75rem;font-weight:500;letter-spacing:.04em;color:var(--rust);background:var(--rust-lt);border:1px solid var(--rust-border);border-radius:var(--radius-sm);padding:.6rem .875rem;line-height:1.5}.offering-credit-arrow{flex-shrink:0;opacity:.7}.offerings-cta-block{padding:2.5rem;background:var(--ink);border:1px solid var(--ink-border);border-radius:var(--radius-md);display:flex;flex-direction:column;gap:.75rem}.offerings-cta-headline{font-family:var(--font-serif);font-size:1.4rem;font-weight:400;color:var(--ash);line-height:1.3}.offerings-cta-sub{font-size:1rem;color:var(--pebble);line-height:1.7;max-width:560px}.offerings-cta-actions{display:flex;gap:.875rem;flex-wrap:wrap;margin-top:.5rem}@media(max-width:768px){.offerings-cta-block{padding:1.75rem}.offerings-cta-actions .btn{width:100%;text-align:center}}.aim-backdrop{position:fixed;inset:0;background:#0f0e0ce0;z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem;overflow-y:auto;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.aim-modal{position:relative;background:var(--ink-raised);border:1px solid var(--ink-border-md);border-radius:var(--radius-lg);width:100%;max-width:680px;padding:2.5rem 2.5rem 3rem;margin:auto;box-shadow:0 24px 80px #0009}.aim-close{position:absolute;top:1.25rem;right:1.25rem;background:transparent;border:1px solid var(--ink-border);color:var(--pebble);font-size:1rem;width:2rem;height:2rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s,color .2s;line-height:1}.aim-close:hover{border-color:var(--rust);color:var(--rust)}.aim-phase{display:flex;flex-direction:column;gap:1.5rem}.aim-headline{font-family:var(--font-serif);font-size:clamp(1.5rem,4vw,2.1rem);font-weight:400;color:var(--ash);line-height:1.2}.aim-subhead{font-size:1rem;color:var(--pebble);line-height:1.75;max-width:54ch}.aim-checks{list-style:none;display:flex;flex-direction:column;gap:.5rem}.aim-checks li{font-size:.95rem;color:var(--ash);padding-left:1.4rem;position:relative}.aim-checks li:before{content:"✓";position:absolute;left:0;color:var(--rust);font-family:var(--font-mono);font-size:.8rem}.aim-start{align-self:flex-start;margin-top:.5rem}.aim-phase--questions{gap:1.75rem}.aim-progress{display:flex;flex-direction:column;gap:.5rem}.aim-progress-meta{display:flex;justify-content:space-between;align-items:baseline}.aim-progress-dim{font-family:var(--font-mono);font-size:.72rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--rust)}.aim-progress-count{font-family:var(--font-mono);font-size:.72rem;color:var(--pebble)}.aim-dim-context{font-size:.8rem;color:var(--color-text-subtle, #a3a3a3);margin:2px 0 0;font-style:italic}.aim-progress-track{height:3px;background:var(--ink-border);border-radius:2px;overflow:hidden}.aim-progress-fill{height:100%;background:var(--rust);border-radius:2px;transition:width .3s ease}.aim-q-text{font-size:1.1rem;color:var(--ash);line-height:1.6;font-weight:400}.aim-choices{display:flex;flex-direction:column;gap:.6rem}.aim-choice{display:flex;align-items:flex-start;gap:1rem;padding:.9rem 1.1rem;background:var(--ink-card);border:1px solid var(--ink-border);border-radius:var(--radius-sm);cursor:pointer;text-align:left;transition:border-color .15s,background .15s;width:100%}.aim-choice:hover:not(:disabled){border-color:var(--rust-border);background:var(--rust-lt)}.aim-choice--selected{border-color:var(--rust);background:var(--rust-lt)}.aim-choice:disabled{cursor:default}.aim-choice-letter{font-family:var(--font-mono);font-size:.72rem;font-weight:500;color:var(--rust);background:var(--rust-lt);border:1px solid var(--rust-border);border-radius:3px;padding:.15rem .45rem;flex-shrink:0;margin-top:.1rem}.aim-choice-text{font-size:.95rem;color:var(--ash);line-height:1.5}.aim-back{background:transparent;border:none;color:var(--pebble);font-size:.88rem;cursor:pointer;padding:0;align-self:flex-start;transition:color .2s;font-family:var(--font-sans)}.aim-back:hover{color:var(--ash)}.aim-phase--calculating{align-items:center;justify-content:center;min-height:200px;gap:1.5rem}.aim-calc-bar{width:100%;max-width:320px;height:3px;background:var(--ink-border);border-radius:2px;overflow:hidden}.aim-calc-fill{height:100%;background:var(--rust);border-radius:2px;animation:aim-sweep 1.5s ease-in-out forwards}@keyframes aim-sweep{0%{width:0%}60%{width:75%}to{width:100%}}.aim-calc-text{font-size:.95rem;color:var(--pebble);text-align:center}.aim-phase--result{gap:2rem}.aim-result-top{display:flex;flex-direction:column;gap:1rem}.aim-level-row{display:flex;align-items:center;gap:1.25rem}.aim-level-num{font-family:var(--font-mono);font-size:4rem;font-weight:500;color:var(--rust);line-height:1;flex-shrink:0}.aim-level-meta{display:flex;flex-direction:column;gap:.2rem}.aim-level-label{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--pebble)}.aim-level-name{font-family:var(--font-serif);font-size:1.4rem;color:var(--ash);line-height:1.2}.aim-result-summary{font-size:1rem;color:var(--ash);line-height:1.75}.aim-dims{display:flex;flex-direction:column;gap:.85rem;padding:1.5rem;background:var(--ink-card);border:1px solid var(--ink-border);border-radius:var(--radius-md)}.aim-dims-label{margin-bottom:.25rem}.aim-dim{display:flex;flex-direction:column;gap:.35rem}.aim-dim-top{display:flex;align-items:center;gap:.75rem}.aim-dim-name{font-size:.9rem;color:var(--ash)}.aim-focus-badge{font-family:var(--font-mono);font-size:.65rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--rust);background:var(--rust-lt);border:1px solid var(--rust-border);border-radius:3px;padding:.15rem .5rem}.aim-dim-track{height:4px;background:var(--ink-border-md);border-radius:2px;overflow:hidden}.aim-dim-fill{height:100%;background:var(--rust);border-radius:2px;transition:width .6s ease}.aim-dim--lowest .aim-dim-fill{background:#c0522a8c}.aim-cta{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;border:1px solid var(--rust-border);border-radius:var(--radius-md);background:var(--rust-lt)}.aim-cta-headline{font-family:var(--font-serif);font-size:1.15rem;color:var(--ash);line-height:1.3}.aim-cta-body{font-size:.95rem;color:var(--ash);line-height:1.7}.aim-cta-btn{align-self:flex-start}.aim-id-section{display:flex;flex-direction:column;gap:1.5rem;padding-top:1.5rem;border-top:1px solid var(--ink-border)}.aim-id-block{display:flex;flex-direction:column;gap:.5rem}.aim-id-label{font-family:var(--font-mono);font-size:.72rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--pebble)}.aim-id-row{display:flex;align-items:center;gap:.75rem}.aim-id-code{font-family:var(--font-mono);font-size:1.2rem;font-weight:500;color:var(--rust);letter-spacing:.1em;background:var(--ink-card);border:1px solid var(--ink-border-md);border-radius:var(--radius-sm);padding:.35rem .75rem}.aim-copy{font-family:var(--font-mono);font-size:.72rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--pebble);background:transparent;border:1px solid var(--ink-border-md);border-radius:var(--radius-sm);padding:.3rem .65rem;cursor:pointer;transition:color .2s,border-color .2s}.aim-copy:hover{color:var(--rust);border-color:var(--rust-border)}.aim-id-note{font-size:.88rem;color:var(--pebble);line-height:1.6;max-width:52ch}.aim-lead-form{display:flex;flex-direction:column;gap:.75rem}.aim-lead-title{font-size:.95rem;font-weight:500;color:var(--ash)}.aim-lead-sub{font-size:.88rem;color:var(--pebble);line-height:1.55;margin-top:-.25rem}.aim-lead-fields{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.aim-lead-fields input{background:var(--ink-card);border:1px solid var(--ink-border-md);border-radius:var(--radius-sm);padding:.6rem .85rem;font-family:var(--font-sans);font-size:.9rem;color:var(--ash);outline:none;transition:border-color .2s;width:100%}.aim-lead-fields input::placeholder{color:var(--pebble)}.aim-lead-fields input:focus{border-color:var(--rust-border)}.aim-lead-btn{align-self:flex-start;font-size:.88rem}.aim-lead-confirmed{padding:1rem 1.25rem;background:var(--ink-card);border:1px solid var(--ink-border-md);border-radius:var(--radius-sm);font-size:.95rem;color:var(--ash);line-height:1.6}.aim-lead-confirmed strong{color:var(--rust);font-family:var(--font-mono)}.aim-consent-note{font-family:var(--font-mono);font-size:.68rem;color:var(--steel);letter-spacing:.03em;line-height:1.65;text-align:center;opacity:.8}.aim-consent-note a{text-decoration:underline;text-underline-offset:2px}.aim-result-footer{display:flex;justify-content:center;padding-top:.5rem}.aim-reset{background:transparent;border:none;color:var(--pebble);font-size:.85rem;cursor:pointer;font-family:var(--font-sans);transition:color .2s}.aim-reset:hover{color:var(--ash)}@media(max-width:640px){.aim-backdrop{padding:0;align-items:flex-start}.aim-modal{border-radius:0;min-height:100dvh;padding:2rem 1.25rem 2.5rem;border:none}.aim-level-num{font-size:3rem}.aim-lead-fields{grid-template-columns:1fr}.aim-cta-btn{align-self:stretch;text-align:center}}.adopter-index-section{padding:var(--section-pad);background:var(--ink);border-top:1px solid var(--ink-border);border-bottom:1px solid var(--ink-border)}.adopter-index-header{margin-bottom:3rem;display:flex;flex-direction:column;gap:1rem}.adopter-index-intro{font-size:1rem;color:var(--pebble);line-height:1.75}.adopter-level-row{display:flex;gap:1rem;margin-bottom:3rem;align-items:stretch}.adopter-level-card{flex:1;min-width:0;display:flex;flex-direction:column;gap:.5rem;border-left:3px solid var(--rust-border);background:var(--ink-card);padding:1.5rem 1.25rem}.adopter-level-num{font-family:var(--font-mono);font-size:1.75rem;font-weight:500;color:var(--rust);line-height:1;letter-spacing:-.02em}.adopter-level-name{font-family:var(--font-sans);font-size:.9rem;font-weight:600;color:var(--ash);line-height:1.3}.adopter-level-desc{font-size:.875rem;color:var(--pebble);line-height:1.65;flex:1}.adopter-index-cta{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;padding-top:2rem;border-top:1px solid var(--ink-border)}.adopter-index-cta-text{flex:1;min-width:220px;font-size:1rem;color:var(--pebble);line-height:1.6}@media(max-width:900px){.adopter-level-row{flex-wrap:wrap}.adopter-level-card{flex:1 1 calc(50% - .5rem)}}@media(max-width:600px){.adopter-level-card{flex:1 1 100%}.adopter-index-cta{flex-direction:column;align-items:flex-start;gap:1.25rem}.adopter-index-cta .btn{width:100%;text-align:center}}.testimonial{border-top:1px solid var(--ink-border)}.testimonial-inner{display:flex;flex-direction:column;gap:2rem}.case-study-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.case-study-item{display:flex;flex-direction:column;gap:.625rem;padding:1.5rem;background:var(--ink-card);border:1px solid var(--ink-border);border-radius:var(--radius-md)}.case-study-item--impact{border-color:var(--slate-border);background:var(--slate-lt)}.case-study-label{font-family:var(--font-mono);font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--steel)}.case-study-item--impact .case-study-label{color:var(--slate)}.case-study-text{font-size:1rem;color:var(--pebble);line-height:1.7}.case-study-result-text{font-size:1rem;color:var(--slate);font-weight:500;line-height:1.7}.case-study-attribution{font-family:var(--font-mono);font-size:.72rem;font-weight:500;letter-spacing:.08em;color:var(--rust)}@media(max-width:768px){.case-study-grid{grid-template-columns:1fr}}.faq{border-top:1px solid var(--ink-border)}.faq-header{margin-bottom:3rem}.faq-header .eyebrow{margin-bottom:.75rem}.faq-items{border-top:1px solid var(--ink-border)}.faq-item{border-bottom:1px solid var(--ink-border)}.faq-item[open] .faq-icon:before{transform:rotate(90deg)}.faq-question{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem 0;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s ease}.faq-question::-webkit-details-marker{display:none}.faq-q-text{font-family:var(--font-serif);font-size:clamp(1.05rem,1.6vw,1.3rem);font-weight:400;color:var(--ash);line-height:1.4}.faq-question:hover .faq-q-text{color:var(--rust)}.faq-icon{position:relative;width:14px;height:14px;flex-shrink:0}.faq-icon:before,.faq-icon:after{content:"";position:absolute;background:var(--rust);transition:transform .25s ease}.faq-icon:before{top:50%;left:0;width:100%;height:1.5px;transform:translateY(-50%)}.faq-icon:after{left:50%;top:0;width:1.5px;height:100%;transform:translate(-50%)}.faq-item[open] .faq-icon:after{transform:translate(-50%) scaleY(0)}.faq-answer{padding:0 0 1.75rem;max-width:760px;color:var(--pebble);font-size:.975rem;line-height:1.8}.faq-list{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin:.25rem 0 0;padding:0}.faq-list li{padding-left:1.25rem;position:relative}.faq-list li:before{content:"—";position:absolute;left:0;color:var(--rust)}.faq-list strong{color:var(--ash);font-weight:500}@media(max-width:768px){.faq-question{padding:1.25rem 0;gap:1rem}}.about{border-top:1px solid var(--ink-border)}.about-grid{display:grid;grid-template-columns:1fr;gap:4.5rem;align-items:start}.about-photo-wrap{border-radius:var(--radius-md);overflow:hidden;background:var(--ink);aspect-ratio:3 / 4;position:sticky;top:100px}.about-photo{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(15%)}.about-content{display:flex;flex-direction:column;gap:1.25rem}.about-title{margin-top:.25rem}.about-title em{color:var(--rust);font-style:normal}.about-body{display:flex;flex-direction:column;gap:1rem;margin:.25rem 0 .5rem}.about-body p{font-size:.975rem;color:var(--pebble);line-height:1.85}.about-thesis{border-left:2px solid var(--rust);padding-left:1.25rem;color:var(--ash)!important;font-size:1rem!important}.about-actions{display:flex;gap:.875rem;flex-wrap:wrap;padding-top:.25rem}.about-footnote{padding-top:1.5rem;border-top:1px solid var(--ink-border);margin-top:.25rem}.about-footnote p{font-size:.8rem;color:var(--pebble);line-height:1.6}.about-footnote a{color:var(--steel);text-decoration:none;transition:color .2s}.about-footnote a:hover{color:var(--ash)}@media(max-width:900px){.about-grid{grid-template-columns:1fr;gap:2.5rem}.about-photo-wrap{max-width:260px;aspect-ratio:1 / 1;position:static}}.contact{border-top:1px solid var(--ink-border)}.contact-inner{display:flex;flex-direction:column;gap:1.25rem}.contact-title{margin-top:.25rem}.contact-title em{color:var(--rust);font-style:normal}.contact-body{font-size:1rem;color:var(--pebble);line-height:1.85;margin:.25rem 0}.contact-cta{padding-top:.25rem}.contact-btn{font-size:.975rem;padding:.875rem 2rem}.contact-alt{display:flex;align-items:center;gap:.875rem;padding-top:1.5rem;border-top:1px solid var(--ink-border);flex-wrap:wrap}.contact-alt>p{font-size:.85rem;color:var(--pebble)}.contact-links{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.contact-links a{font-size:.85rem;color:var(--ash);text-decoration:none;transition:color .2s ease}.contact-links a:hover{color:var(--rust)}.contact-links span{color:var(--pebble);font-size:.75rem}.contact-location{font-size:.75rem;color:var(--pebble);line-height:1.6}@media(max-width:768px){.contact-btn{width:100%;text-align:center}.contact-alt{flex-direction:column;align-items:flex-start;gap:.5rem}}.footer{border-top:1px solid rgba(255,248,231,.1);background:var(--ash)}.footer-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap;padding:3.5rem 1.5rem 2rem}.footer-left{display:flex;flex-direction:column;align-items:flex-start;gap:.875rem}.footer-logo{height:80px;width:auto;opacity:.8;display:block;transition:opacity .2s}.footer-logo:hover{opacity:1}.footer-tagline{font-family:var(--font-sans);font-size:.9rem;color:#fff8e799;line-height:1.65;max-width:280px}.footer-referral{font-family:var(--font-sans);font-size:.825rem;color:#fff8e773;line-height:1.5}.footer-referral a{color:#fff8e799;text-decoration:none;transition:color .2s}.footer-referral a:hover{color:var(--ink)}.footer-links{display:flex;gap:1.75rem;align-items:center;flex-wrap:wrap;padding-top:.25rem}.footer-links a{font-family:var(--font-sans);font-size:.925rem;color:#fff8e799;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:var(--ink)}.footer-bottom{border-top:1px solid rgba(255,248,231,.1);padding:1.25rem 1.5rem}.footer-bottom p{font-family:var(--font-mono);font-size:.8rem;color:#fff8e759;letter-spacing:.02em}@media(max-width:600px){.footer-inner{flex-direction:column;gap:2rem;padding:2.5rem 1.25rem 1.5rem}.footer-links{gap:1.25rem}}
