@font-face{font-family:Manrope;src:url('./assets/manrope.woff2') format('woff2');font-weight:200 800;font-style:normal;font-display:swap}
/* LP Factory v4: Human Academy hierarchy and navigation, Lando portrait/type scale,
   SilenceSide surface separation and Leone timing. Brand colors remain ProToken. */
:root{
 --pt-paper:#f5f3ef;--pt-ink:#1e1e1e;--pt-brand:#e44825;--pt-brand-light:#f2795b;
 --pt-accent-ink:#111111;--pt-stone:#c3bdb1;--pt-muted:#69655f;--pt-line:#d8d3cb;--pt-soft:#eae6de;
 --pt-surface:#282827;--pt-dark-line:#44443f;--pt-light:#f5f3ef;--pt-on-dark:#bbb8b1;
 --pt-focus:#b33419;--pt-transparent:transparent;
 --pt-sans:Manrope,'Helvetica Neue',Arial,sans-serif;--pt-radius:24px;--pt-pill:999px;
 --pt-fast:160ms;--pt-smooth:300ms;--pt-reveal:800ms;
 --pt-ease:cubic-bezier(.22,1,.36,1);--pt-snap:cubic-bezier(.5,0,0,1);
 --pt-section:104px;--pt-gap:64px;color-scheme:light;background:var(--pt-paper);color:var(--pt-ink);font-family:var(--pt-sans);font-synthesis:none;
}
*{box-sizing:border-box}html{scroll-padding-top:120px}body{margin:0;-webkit-font-smoothing:antialiased}a{color:inherit}img{display:block;max-width:100%}ul,ol{padding:0;margin:0;list-style:none}figure{margin:0}button,summary{font:inherit}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:400;text-wrap:pretty}h1{font-size:clamp(54px,5.9vw,86px);line-height:1.07;letter-spacing:-.052em}h2{font-size:clamp(36px,4vw,54px);line-height:1.12;letter-spacing:-.045em}h3{font-size:24px;line-height:1.25;letter-spacing:-.03em}p{font-size:17px;line-height:1.75;letter-spacing:-.012em}p+p{margin-top:22px}a:focus-visible,summary:focus-visible{outline:2px solid var(--pt-focus);outline-offset:6px}::selection{background:var(--pt-brand);color:var(--pt-ink)}.wrap{width:min(1200px,calc(100% - 112px));margin-inline:auto}.dark{background:var(--pt-ink);color:var(--pt-light)}.dark p{color:var(--pt-on-dark)}.eyebrow,.hero-label{font-size:12px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;line-height:1.5}.eyebrow{display:flex;gap:12px;align-items:center}.eyebrow:before{content:'';width:6px;height:6px;background:var(--pt-brand);border-radius:50%;flex-shrink:0}.skip{position:fixed;left:20px;top:10px;z-index:60;background:var(--pt-paper);padding:12px;transform:translateY(-200%)}.skip:focus{transform:none}.icon{display:block;width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.icon-inline{display:inline-block;vertical-align:-.15em}
/* Compact navigation; original logo sits on its own charcoal color. */
.site-header{position:sticky;top:0;z-index:30;background:var(--pt-ink);color:var(--pt-light)}.header-inner{height:96px;display:flex;align-items:center;justify-content:space-between;gap:28px}.logo{position:relative;width:190px;height:55px;overflow:hidden;display:block;background:var(--pt-ink);flex-shrink:0}.logo img{position:absolute;width:124%;max-width:none;height:auto;left:50%;top:50%;transform:translate(-50%,-50%)}.desktop-nav{display:flex;gap:2px;padding:5px;border:1px solid var(--pt-dark-line);border-radius:var(--pt-pill)}.desktop-nav a{font-size:12px;text-decoration:none;padding:12px 18px;border-radius:var(--pt-pill);transition:background var(--pt-smooth),color var(--pt-smooth)}.desktop-nav a:hover{background:var(--pt-light);color:var(--pt-ink)}.button{display:inline-flex;align-items:center;gap:28px;border:0;border-radius:var(--pt-pill);min-height:56px;padding:7px 8px 7px 25px;background:var(--pt-ink);color:var(--pt-light);font-size:14px;font-weight:600;text-decoration:none;transition:transform var(--pt-fast) var(--pt-ease),background var(--pt-smooth),color var(--pt-smooth)}.button>span{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--pt-brand);color:var(--pt-ink);font:400 23px/1 var(--pt-sans);transition:transform var(--pt-smooth) var(--pt-ease),background var(--pt-smooth)}.button:hover{transform:translateY(-2px)}.button:hover>span{transform:rotate(45deg);background:var(--pt-brand-light)}.header-cta{background:var(--pt-light);color:var(--pt-ink);min-height:46px;font-size:12px;gap:16px;padding:5px 5px 5px 20px}.header-cta>span{width:34px;height:34px;font-size:20px}.mobile-menu{display:none}
/* Large, light display and a compact, functional method index. */
.hero{background:var(--pt-ink);color:var(--pt-light);border-radius:0 0 40px 40px}.hero-inner{padding:68px 0 40px;text-align:center}.hero-label{color:var(--pt-on-dark);margin-bottom:30px}.hero h1{max-width:1190px;margin:auto}.hero h1>span{display:block}.hero-accent{color:var(--pt-brand)}.hero-description{max-width:605px;margin:32px auto 0;font-size:17px;color:var(--pt-on-dark);line-height:1.7}.hero-copy>.button{margin-top:30px;background:var(--pt-light);color:var(--pt-ink)}.hero-method{display:flex;align-items:center;gap:0;margin-top:70px;border-top:1px solid var(--pt-dark-line);text-align:left;padding-top:25px}.method-caption{color:var(--pt-on-dark);font-size:11px;text-transform:uppercase;letter-spacing:.13em;width:22%}.hero-method a{display:flex;align-items:center;gap:16px;width:26%;padding:14px 24px;border-left:1px solid var(--pt-dark-line);text-decoration:none;font-size:17px;transition:color var(--pt-smooth)}.hero-method a>span{color:var(--pt-on-dark);font-size:10px}.hero-method b{margin-left:auto;font-weight:400;transition:transform var(--pt-smooth) var(--pt-ease)}.hero-method a:hover{color:var(--pt-brand-light)}.hero-method a:hover b{transform:translate(3px,-3px)}
/* Each part of the narrative has its own composition. */
.section.wrap,.section>.wrap{padding:var(--pt-section) 0}.section-heading{margin-bottom:32px}.section.wrap>.eyebrow,.section>.wrap>.eyebrow{margin-bottom:32px}.editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--pt-gap)}.editorial-grid h2{max-width:530px}.prose p{color:var(--pt-muted)}.prose .lead{color:var(--pt-ink);font-size:21px;line-height:1.55;margin-bottom:28px}#protoken{padding-bottom:88px}.problem>.wrap{border-top:1px solid var(--pt-line);padding-top:72px}.problem h2{font-size:42px}.growth-chain{display:grid;grid-template-columns:repeat(5,1fr);margin-top:54px}.growth-chain li{position:relative;padding:28px 16px 20px 0;border-top:1px solid var(--pt-line);font-size:17px;letter-spacing:-.03em}.growth-chain li:before{content:'';position:absolute;top:-5px;left:0;width:9px;height:9px;background:var(--pt-brand);border-radius:50%}.problem-note{max-width:680px;color:var(--pt-muted);margin:30px 0 0 auto;font-size:15px}
.thesis{background:var(--pt-brand);color:var(--pt-accent-ink);margin:0 20px;border-radius:var(--pt-radius)}.thesis>.wrap{padding:80px 0}.thesis .eyebrow:before{background:var(--pt-ink)}.thesis h2{font-size:clamp(36px,4.9vw,66px);max-width:1050px;line-height:1.14;letter-spacing:-.05em}.thesis-body{display:grid;grid-template-columns:1fr 1.4fr;gap:var(--pt-gap);margin-top:45px}.thesis-body p+p{margin-top:0}.thesis-signoff{margin-top:44px;padding-top:28px;border-top:1px solid var(--pt-ink);display:flex;justify-content:space-between;gap:24px;font-size:15px}.thesis-signoff strong{font-weight:700}.difference .prose p{font-size:16px}.difference .prose .lead{font-size:21px}
/* Oversized A3 typesetting, paired with three distinct operational stages. */
.framework{border-radius:40px 40px 0 0}.framework>.wrap{display:grid;grid-template-columns:1fr 1.3fr;gap:0 var(--pt-gap);padding:88px 0 54px}.framework .section-heading{grid-column:1 / -1}.framework-heading{grid-column:1 / -1;display:grid;grid-template-columns:1.4fr 1fr;align-items:end;gap:70px}.framework-heading h2{max-width:650px;font-size:56px}.framework-heading>p{font-size:16px;max-width:380px}.framework-wordmark{font-size:clamp(180px,26vw,360px);line-height:1.1;font-weight:500;letter-spacing:-.09em;align-self:center;color:var(--pt-stone);padding-right:30px;user-select:none}.framework-wordmark span{color:var(--pt-brand)}.a3-columns{margin-top:48px}.a3-columns article{border-top:1px solid var(--pt-dark-line);padding:28px 0 30px;transition:padding-left var(--pt-smooth) var(--pt-ease),border-color var(--pt-smooth)}.a3-columns article:hover{padding-left:12px;border-color:var(--pt-brand)}.a3-columns h3{font-size:34px;margin-bottom:14px}.a3-columns p{font-size:15px;line-height:1.6}.a3-columns .a3-intro{color:var(--pt-light)}.a3-columns p+p{margin-top:8px}.framework-rule{grid-column:1 / -1;margin-top:25px;padding-top:25px;border-top:1px solid var(--pt-dark-line);font-size:14px}
.journey{padding-top:80px!important}.journey-steps{display:grid;grid-template-columns:repeat(4,1fr);position:relative;gap:30px;padding-top:32px;margin-top:35px}.journey-steps:before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:var(--pt-brand);transform:scaleX(.1);transform-origin:left;transition:transform 1.2s var(--pt-ease)}.journey.in-view .journey-steps:before{transform:scaleX(1)}.step-number{font-size:12px;color:var(--pt-muted);display:block;margin-bottom:28px}.journey-steps h3{font-size:21px;min-height:57px;max-width:240px}.journey-steps p{font-size:15px;color:var(--pt-muted);line-height:1.65;margin-top:15px}.journey-note{margin-top:45px;color:var(--pt-muted);font-size:14px;max-width:640px}
.solutions{background:var(--pt-soft);border-radius:var(--pt-radius);margin:0 20px}.solutions-grid{display:grid;grid-template-columns:1fr 2fr;gap:64px}.solutions h2{font-size:46px}.text-link{display:inline-block;margin-top:24px;font-size:14px;text-underline-offset:7px;line-height:1.8;padding:5px 0}.text-link span{display:inline-block;margin-left:10px;transition:transform var(--pt-smooth)}.text-link:hover span{transform:translate(3px,-3px)}.solution-list details{border-bottom:1px solid var(--pt-line);transition:background var(--pt-smooth),padding var(--pt-smooth)}.solution-list details:first-child{border-top:1px solid var(--pt-line)}.solution-list summary{display:flex;align-items:baseline;gap:22px;cursor:pointer;list-style:none;padding:26px 0}.solution-list summary::-webkit-details-marker{display:none}.item-number{font-size:11px;color:var(--pt-muted)}.solution-list h3{font-size:28px;letter-spacing:-.04em;font-weight:500}.expand{position:relative;width:30px;height:30px;flex-shrink:0;margin-left:auto;align-self:center;border:1px solid var(--pt-line);border-radius:50%;transition:background var(--pt-smooth),transform var(--pt-smooth)}.expand:before,.expand:after{content:'';position:absolute;left:8px;top:14px;width:12px;height:1px;background:currentColor}.expand:after{transform:rotate(90deg)}details[open] .expand:after{transform:rotate(0)}.solution-list summary:hover .expand{background:var(--pt-brand);transform:rotate(90deg)}.solution-list details[open]{margin:8px 0;padding:0 22px;background:var(--pt-paper);border-radius:16px;border-bottom-color:var(--pt-transparent)}.solution-list details>p{padding:0 32px 30px;font-size:16px;color:var(--pt-muted);line-height:1.7;max-width:700px}
.audience{display:grid;grid-template-columns:1fr 1fr;gap:0 var(--pt-gap)}.audience>.eyebrow,.audience>.editorial-grid{grid-column:1 / -1}.audience .editorial-grid{align-items:start}.audience .editorial-grid>div>p{color:var(--pt-muted);padding-top:8px}.audience-range{align-self:center;line-height:1;margin-top:50px}.audience-range>span{display:block;font-size:clamp(80px,8.5vw,126px);letter-spacing:-.08em;font-weight:400}.range-dash{color:var(--pt-brand);font-weight:300}.audience-range small{font-size:15px;color:var(--pt-muted);display:block;margin-top:14px}.audience-bottom{margin-top:44px}.audience-bottom .lead{font-size:14px;margin-bottom:16px}.check-list li{font-size:16px;line-height:1.6;padding:18px 0 18px 26px;border-top:1px solid var(--pt-line);position:relative}.check-list li:before{content:'';position:absolute;left:2px;top:27px;width:8px;height:8px;background:var(--pt-brand);border-radius:50%}.audience-note{grid-column:1 / -1;margin-top:46px;padding:24px 28px;background:var(--pt-soft);border-radius:16px;font-size:14px;max-width:850px}
.methods{background:var(--pt-soft)}.methods h2{max-width:740px}.methods-intro{max-width:660px;margin-top:26px;color:var(--pt-muted)}.competencies{margin-top:45px;border-top:1px solid var(--pt-line)}.competencies article{display:grid;grid-template-columns:40px 1fr 1.3fr;gap:30px;align-items:baseline;padding:28px 0;border-bottom:1px solid var(--pt-line)}.competencies article>span{font-size:11px;color:var(--pt-muted)}.competencies article h3{font-size:26px}.competencies article p{font-size:16px;color:var(--pt-muted)}.competencies-note{margin:28px 0 0 auto;max-width:620px;font-size:14px;color:var(--pt-muted)}.mapping{display:grid;grid-template-columns:1fr 1.5fr;gap:80px;margin-top:100px}.mapping>div{align-self:start;position:sticky;top:140px}.mapping h3{font-size:40px;line-height:1.15;margin-bottom:24px}.mapping-note{font-size:14px;color:var(--pt-muted);padding-top:22px;border-top:1px solid var(--pt-line)}.layers{counter-reset:layers}.layers li{display:grid;grid-template-columns:40px 1fr;gap:0 20px;padding:24px 0;border-bottom:1px solid var(--pt-line)}.layers li:first-child{border-top:1px solid var(--pt-line)}.layers li>span{font-size:11px;color:var(--pt-muted);padding-top:6px}.layers strong{font-size:25px;font-weight:500;letter-spacing:-.035em}.layers p{grid-column:2;font-size:15px;color:var(--pt-muted);margin-top:8px}.delivery{display:grid;grid-template-columns:1fr 1.5fr;gap:80px;padding:40px;margin-top:80px;background:var(--pt-paper);border-radius:var(--pt-radius)}.delivery>.eyebrow{align-self:start}.delivery p{font-size:16px;color:var(--pt-muted)}.delivery p.lead{font-size:19px;color:var(--pt-ink)}.principles{margin-top:70px}.principles>.eyebrow{margin-bottom:35px}.principles>div{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.principles article{border-top:1px solid var(--pt-line);padding-top:25px}.principles h3{font-size:23px;line-height:1.3;max-width:260px}.principles p{font-size:14px;color:var(--pt-muted);margin-top:18px}
.team .editorial-grid{align-items:center}.team .lead{font-size:17px;color:var(--pt-muted)}.team-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--pt-gap);margin-top:52px}.team figure{position:relative;align-self:start;max-width:500px}.team figure img{width:100%;height:560px;object-fit:cover;object-position:center 30%;border-radius:var(--pt-radius);filter:saturate(.65)}.team figcaption{position:absolute;left:24px;bottom:24px;background:var(--pt-paper);padding:14px 18px;border-radius:12px;font-size:13px}.team figcaption span{display:block;color:var(--pt-muted);font-size:11px;margin-top:3px}.founders h3{font-size:30px}.founders .role{font-size:12px;color:var(--pt-muted);margin-top:7px}.founders article>p:last-child{font-size:16px;color:var(--pt-muted);margin-top:22px}.founders article+article{padding-top:35px;margin-top:35px;border-top:1px solid var(--pt-line)}
.movement>.wrap{border-top:1px solid var(--pt-line);display:grid;grid-template-columns:1fr 2fr;gap:80px}.movement-coordinate .eyebrow{margin-bottom:24px}.movement-coordinate p:last-child{font-size:13px;color:var(--pt-muted)}.movement h2{font-size:46px;max-width:770px;margin-bottom:30px}.movement .prose p{font-size:16px}.movement .prose .lead{font-size:20px}.contact{background:var(--pt-ink);color:var(--pt-light);border-radius:40px 40px 0 0}.contact>.wrap{padding:92px 0}.contact h2{font-size:clamp(38px,5.3vw,72px);max-width:1060px;line-height:1.12}.contact-action{display:flex;gap:60px;align-items:center;justify-content:space-between;margin-top:45px}.contact-action p{color:var(--pt-on-dark);font-size:16px;max-width:570px}.contact-action .button{background:var(--pt-light);color:var(--pt-ink);flex-shrink:0}
.site-footer{padding:10px 0 26px}.footer-top{border-top:1px solid var(--pt-dark-line);padding-top:45px;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:60px}.footer-logo{width:225px;height:48px;margin-left:-10px;margin-bottom:22px}.footer-top p{font-size:13px;line-height:1.7}.footer-top nav{display:flex;flex-direction:column;align-items:flex-start;gap:0}.footer-top nav a{padding:10px 0;min-height:40px;font-size:14px;text-decoration:none;transition:color var(--pt-smooth)}.footer-top nav a:hover{color:var(--pt-brand-light)}.footer-location{padding-top:10px}.footer-bottom{display:flex;justify-content:space-between;gap:24px;padding-top:24px;margin-top:36px;border-top:1px solid var(--pt-dark-line);font-size:11px;color:var(--pt-on-dark);align-items:center}.footer-bottom a{text-decoration:none;display:inline-block;padding:12px 0}.footer-bottom a:hover{color:var(--pt-brand-light)}
@media(max-width:1099px){:root{--pt-section:80px;--pt-gap:40px}.wrap{width:calc(100% - 80px)}.header-inner{gap:18px;height:88px}.logo{width:160px;height:48px}.desktop-nav a{font-size:11px;padding:11px 12px}.hero-inner{padding-top:60px}.hero h1{font-size:66px}.hero-method{margin-top:55px}.hero-method a{font-size:14px;padding:14px 18px}.method-caption{width:20%}.hero-method a{width:26.666%}.framework-heading{gap:40px;grid-template-columns:1.3fr 1fr}.framework-heading h2{font-size:44px}.framework-wordmark{font-size:260px}.framework>.wrap{gap:0 40px}.framework-heading>p{font-size:15px}.solutions-grid{grid-template-columns:1fr 2fr;gap:40px}.solution-list h3{font-size:23px}.solution-list summary{gap:16px}.mapping,.delivery{gap:40px}.team figure img{height:500px}.movement>.wrap{gap:40px}.movement h2{font-size:40px}.contact-action{gap:35px}.contact-action .button{font-size:12px;gap:16px}.footer-top{gap:40px}}
@media(max-width:899px){.desktop-nav{display:none}.header-inner{width:92%;justify-content:start;gap:18px}.header-cta{margin-left:auto}.mobile-menu{display:block}.mobile-menu summary{display:flex;flex-direction:column;justify-content:center;gap:6px;width:44px;height:44px;align-items:center;cursor:pointer;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary>span{width:24px;height:1px;background:var(--pt-light)}.mobile-menu nav{position:absolute;top:82px;left:4%;width:92%;background:var(--pt-surface);border:1px solid var(--pt-dark-line);border-radius:20px;padding:16px 22px;z-index:40;display:flex;flex-direction:column}.mobile-menu nav a{text-decoration:none;padding:15px 0;border-bottom:1px solid var(--pt-dark-line);font-size:16px;min-height:50px}.mobile-menu nav a:last-child{border:0}.hero h1{font-size:58px}.hero-method .method-caption{display:none}.hero-method a{width:33.333%}.hero-method a:first-of-type{border:0}.journey-steps{gap:18px}.journey-steps h3{font-size:18px}.journey-steps p{font-size:14px}.framework>.wrap{grid-template-columns:.8fr 1.2fr;gap:0 30px}.framework-wordmark{font-size:200px}.framework-heading{display:block}.framework-heading>p{max-width:550px;margin-top:24px}.solution-list h3{font-size:22px}.solutions h2{font-size:36px}.team-grid{grid-template-columns:.9fr 1.1fr;gap:35px}.team figure img{height:460px}.founders article>p:last-child{font-size:15px}.founders h3{font-size:25px}.contact-action{align-items:start;flex-direction:column}.mapping{gap:35px}.principles>div{gap:25px}.principles h3{font-size:20px}}
@media(max-width:649px){:root{--pt-section:64px;--pt-gap:28px}.wrap{width:calc(100% - 40px)}html{scroll-padding-top:100px}h1{font-size:42px}h2{font-size:36px;line-height:1.15}p{font-size:16px;line-height:1.7}.header-inner{height:80px;gap:13px}.logo{width:138px;height:44px}.header-cta{font-size:11px;gap:11px;padding-left:16px}.header-cta>span{width:30px;height:30px;font-size:19px}.header-cta{min-height:42px}.mobile-menu summary{width:25px}.mobile-menu nav{top:75px}.hero{border-radius:0 0 24px 24px}.hero-inner{padding:44px 0 30px}.hero-label{font-size:10px;letter-spacing:.14em;margin-bottom:25px}.hero h1{font-size:44px;line-height:1.12;letter-spacing:-.048em}.hero h1>span{max-width:520px;margin:auto}.hero-description{font-size:15px;line-height:1.7;margin-top:25px;max-width:460px}.hero-copy>.button{margin-top:26px}.button{font-size:13px;min-height:52px;gap:22px}.button>span{width:38px;height:38px;font-size:22px}.header-cta{font-size:11px;gap:11px;min-height:42px}.header-cta>span{width:30px;height:30px;font-size:19px}.hero-method{margin-top:46px;padding-top:16px}.hero-method a{padding:8px 10px;justify-content:center;font-size:11px;gap:0}.hero-method a>span,.hero-method b{display:none}.editorial-grid{display:block}.editorial-grid>h2{margin-bottom:26px;max-width:550px}.section-heading,.section.wrap>.eyebrow,.section>.wrap>.eyebrow{margin-bottom:24px}.eyebrow{font-size:10px}.prose .lead{font-size:19px;margin-bottom:23px}.prose p{font-size:16px}#protoken{padding-bottom:58px}.problem>.wrap{padding-top:54px}.problem h2{font-size:34px}.growth-chain{grid-template-columns:1fr;gap:0;margin-top:32px}.growth-chain li{padding:14px 0 14px 24px;border-top:0;border-left:1px solid var(--pt-line);font-size:17px}.growth-chain li:before{top:21px;left:-5px}.growth-chain li:not(:last-child):after{content:'';float:right;width:7px;height:7px;margin:3px 4px 0 0;border-right:1.5px solid var(--pt-muted);border-bottom:1.5px solid var(--pt-muted);transform:rotate(45deg)}.problem-note{font-size:14px;margin-top:25px}.thesis{margin:0 10px;border-radius:20px}.thesis>.wrap{padding:48px 0;width:calc(100% - 40px)}.thesis h2{font-size:34px}.thesis-body{display:block;margin-top:30px}.thesis-body p+p{margin-top:20px}.thesis-body p{font-size:15px}.thesis-signoff{display:block;font-size:14px;margin-top:30px;padding-top:24px}.thesis-signoff strong{display:block;margin-top:8px}.difference .prose .lead{font-size:19px}.framework{border-radius:24px 24px 0 0}.framework>.wrap{display:block;padding:58px 0 38px}.framework-heading h2{font-size:40px;max-width:480px}.framework-heading>p{font-size:15px;margin-top:24px}.framework-wordmark{font-size:190px;line-height:1.2;margin-top:15px;padding:0;letter-spacing:-.1em}.a3-columns{margin-top:12px}.a3-columns article{padding:24px 0}.a3-columns h3{font-size:30px}.a3-columns p{font-size:15px}.framework-rule{font-size:13px;margin-top:0}.journey{padding-top:58px!important}.journey-steps{grid-template-columns:1fr;gap:0;margin-top:28px;padding:0 0 0 26px}.journey-steps:before{width:2px;height:auto;bottom:0;right:auto;transform:scaleY(.1);transform-origin:top}.journey.in-view .journey-steps:before{transform:scaleY(1)}.journey-steps li{padding:0 0 28px 0}.journey-steps li:last-child{padding-bottom:0}.step-number{font-size:10px;margin-bottom:10px}.journey-steps h3{font-size:23px;min-height:0;max-width:100%}.journey-steps p{font-size:15px;margin-top:10px}.journey-note{font-size:13px;margin-top:30px}.solutions{margin:0 10px;border-radius:20px}.solutions>.wrap{width:calc(100% - 36px)}.solutions-grid{display:block}.solutions h2{font-size:38px}.text-link{margin-top:15px;margin-bottom:30px;font-size:14px}.solution-list summary{gap:12px;padding:23px 0}.solution-list h3{font-size:21px;line-height:1.25}.solution-list .item-number{font-size:10px}.expand{width:26px;height:26px}.expand:before,.expand:after{left:6px;top:12px}.solution-list details[open]{padding:0 14px}.solution-list details>p{padding:0 0 25px 22px;font-size:15px}.audience{display:block}.audience .editorial-grid>div>p{padding:0;font-size:16px}.audience-range{margin-top:34px}.audience-range>span{font-size:100px}.audience-range small{font-size:13px;margin-top:6px}.audience-bottom{margin-top:34px}.check-list li{font-size:15px;padding:16px 0 16px 24px}.audience-note{font-size:13px;padding:22px;margin-top:28px}.methods-intro{font-size:16px;margin-top:22px}.competencies{margin-top:30px}.competencies article{grid-template-columns:22px 1fr;gap:0 13px;padding:22px 0}.competencies article h3{font-size:23px}.competencies article p{grid-column:2;font-size:15px;margin-top:12px}.competencies-note{font-size:13px;margin-top:24px}.mapping{display:block;margin-top:60px}.mapping>div{position:static}.mapping h3{font-size:32px;margin-bottom:20px}.mapping>div>p{font-size:16px}.mapping .mapping-note{font-size:14px}.layers{margin-top:30px}.layers li{padding:20px 0;grid-template-columns:24px 1fr;gap:0 15px}.layers strong{font-size:24px}.layers p{font-size:14px}.delivery{display:block;padding:26px 24px;margin-top:44px;border-radius:20px}.delivery>.eyebrow{margin-bottom:22px}.delivery p.lead{font-size:18px}.delivery p{font-size:15px}.principles{margin-top:44px}.principles>div{grid-template-columns:1fr;gap:25px}.principles>.eyebrow{margin-bottom:26px}.principles h3{font-size:23px;max-width:none}.principles p{font-size:14px;margin-top:12px}.team .lead{font-size:16px}.team-grid{display:block;margin-top:30px}.team figure{max-width:430px;margin-bottom:36px}.team figure img{height:450px;border-radius:20px}.team figcaption{left:18px;bottom:18px;padding:12px 16px}.founders h3{font-size:28px}.founders article>p:last-child{font-size:16px;margin-top:18px}.founders article+article{margin-top:28px;padding-top:28px}.movement>.wrap{display:block}.movement-coordinate{display:flex;justify-content:space-between;gap:25px;margin-bottom:28px}.movement-coordinate p:last-child{font-size:11px}.movement-coordinate .eyebrow{align-self:start;margin:0}.movement h2{font-size:36px}.movement .prose p{font-size:16px}.movement .prose .lead{font-size:19px}.contact{border-radius:24px 24px 0 0}.contact>.wrap{padding:58px 0}.contact h2{font-size:40px;line-height:1.13}.contact-action{gap:27px;margin-top:28px}.contact-action p{font-size:15px}.contact-action .button{font-size:13px;gap:22px}.footer-top{grid-template-columns:1fr 1fr;gap:30px;padding-top:32px}.footer-top>div{grid-column:1 / -1}.footer-logo{width:220px;height:48px;margin-bottom:18px}.footer-top p{font-size:12px}.footer-top nav a{font-size:13px}.footer-bottom{font-size:10px;margin-top:25px;padding-top:18px}}
@media(max-width:374px){.wrap{width:calc(100% - 36px)}.logo{width:112px;height:40px}.header-inner{gap:10px}.header-cta{padding-left:12px;gap:8px}.header-cta>span{width:28px;height:28px}.hero h1{font-size:37px}.hero-description{font-size:14px}.hero-method a{font-size:10px;padding-inline:8px}.audience-range>span{font-size:88px}.solution-list h3{font-size:19px}.contact h2{font-size:35px}.team figure img{height:400px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.journey-steps:before{transform:none!important}}

.site-header :focus-visible,.dark :focus-visible,.hero :focus-visible,.contact :focus-visible{outline-color:var(--pt-brand-light)}

.solution-list details[open] summary:hover .expand{transform:scale(1.08)}

/* Composition study v4: real portrait, editorial hierarchy, explicit mobile crop. */
.hero{border-radius:0}
.hero-inner{padding:48px 0 32px;text-align:left}
.hero-stage{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:64px;align-items:center}
.hero-label{display:flex;align-items:center;gap:10px;margin-bottom:26px;font-size:11px;letter-spacing:.16em}
.hero-label:before{content:'';width:6px;height:6px;flex-shrink:0;background:var(--pt-brand)}
.hero h1{font-size:clamp(52px,5.1vw,74px);line-height:1.04;letter-spacing:-.057em;font-weight:400;margin:0;max-width:720px}
.hero h1>span{animation:none;max-width:none;margin:0}
.hero-description{margin:28px 0 0;max-width:490px;font-size:16px;line-height:1.7}
.hero-copy>.button{margin-top:28px;background:var(--pt-brand);color:var(--pt-accent-ink);min-height:56px;font-weight:700}
.hero-copy>.button>span{background:var(--pt-accent-ink);color:var(--pt-paper)}
.hero-copy>.button:hover{background:var(--pt-brand-light)}
.hero-copy>.button:hover>span{background:var(--pt-accent-ink)}
.hero-portrait{position:relative;align-self:stretch;display:flex;flex-direction:column;justify-content:end;padding-top:20px}
.portrait-frame{position:relative;overflow:hidden;border-radius:120px 8px 8px 8px;background:var(--pt-surface)}
.portrait-frame img{width:100%;height:490px;object-fit:cover;object-position:50% 8%;filter:saturate(.55);transition:filter .5s var(--pt-ease),transform .8s var(--pt-ease)}
.hero-portrait:hover img{filter:saturate(.9);transform:scale(1.025)}
.hero-portrait figcaption{display:flex;justify-content:space-between;align-items:center;padding:17px 0 0;font-size:12px;line-height:1.5;color:var(--pt-light)}
.hero-portrait figcaption strong{display:block;font-size:11px;font-weight:400;color:var(--pt-on-dark);margin-top:2px}
.hero-portrait figcaption a{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--pt-dark-line);border-radius:50%;font-size:24px;text-decoration:none;transition:transform var(--pt-smooth) var(--pt-ease),background var(--pt-smooth)}
.hero-portrait figcaption a:hover{background:var(--pt-surface);transform:rotate(45deg)}
.hero-method{margin-top:48px;padding-top:18px}
.hero-method a{min-height:52px}
@media(min-width:1100px){#protoken .editorial-grid{grid-template-columns:1.35fr 1fr;gap:100px}#protoken h2{max-width:660px;font-size:64px;line-height:1.07}}
@media(max-width:1099px){.hero-stage{gap:44px;grid-template-columns:1.25fr 1fr}.hero-inner{padding-top:35px}.hero h1{font-size:58px}.portrait-frame img{height:485px}.portrait-frame{border-top-left-radius:88px}.hero-description{font-size:16px}}
@media(max-width:899px){.hero-stage{gap:30px;grid-template-columns:1.2fr 1fr}.hero h1{font-size:46px}.portrait-frame img{height:440px}.hero-label{font-size:10px;letter-spacing:.12em}.hero-method{margin-top:40px}.hero-copy>.button{font-size:12px;gap:18px}.hero-description{margin-top:23px}.hero-portrait{padding-top:0}}
@media(max-width:649px){.hero-inner{padding:32px 0 24px}.hero-stage{display:block}.hero-label{margin-bottom:24px}.hero h1{font-size:clamp(39px,10.6vw,62px);line-height:1.08;letter-spacing:-.052em;max-width:500px}.hero-description{font-size:16px;line-height:1.65;max-width:470px;margin-top:26px}.hero-copy>.button{font-size:13px;margin-top:24px;min-height:56px}.hero-portrait{margin-top:42px;padding:0}.portrait-frame{border-radius:72px 8px 8px 8px}.portrait-frame img{height:340px;object-fit:cover;object-position:50% 8%;filter:saturate(.55)}.hero-portrait figcaption{padding-top:12px}.hero-method{margin-top:30px;padding-top:12px}.hero-method a{font-size:12px;min-height:44px}.mobile-menu summary{width:44px;height:44px;align-items:center}.header-inner{gap:8px}.header-cta{min-height:44px}.header-inner .logo{width:130px}.section p:not(.eyebrow):not(.role),.check-list li{font-size:16px}.section .prose .lead{font-size:19px}.footer-top nav a{min-height:44px}}
@media(max-width:374px){.header-inner .logo{width:106px}.hero h1{font-size:37px}.hero-label{font-size:9px}.hero-method a{font-size:11px}.portrait-frame img{height:300px}.header-cta{padding-left:10px;gap:6px}.header-inner{width:calc(100% - 26px)}}

/* Full-width thesis and paired founder biographies follow the editorial rhythm. */
.thesis{margin:0;border-radius:0}
.thesis h2{max-width:1100px}
.team-grid{display:block;margin-top:56px}
.founders{display:grid;grid-template-columns:1fr 1fr;gap:64px;counter-reset:founder}
.founders article,.founders article+article{border-top:1px solid var(--pt-line);padding-top:28px;margin:0}
.founders article:before{counter-increment:founder;content:'0' counter(founder);display:block;color:var(--pt-muted);font-size:12px;margin-bottom:30px}
.founders .founder-photo{max-width:none;margin-bottom:28px}
.founders .founder-photo img{width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;object-position:center 12%;border-radius:var(--pt-radius);filter:saturate(.72)}
.founders .founder-photo--rodrigo img{object-position:center 18%}
.founders h3{font-size:38px;letter-spacing:-.045em}
.founders .role{font-size:12px;letter-spacing:.06em;text-transform:uppercase}
.founders article>p:last-child{max-width:530px}
@media(max-width:899px){.founders{gap:36px}.founders h3{font-size:30px}}
@media(max-width:649px){.thesis{margin:0;border-radius:0}.thesis>.wrap{width:calc(100% - 40px)}.founders{display:block}.founders article+article{margin-top:32px}.founders article:before{margin-bottom:20px}.founders .founder-photo img{height:auto}.founders h3{font-size:32px}.team-grid{margin-top:36px}}
