.fhome{--cream:#ddd6c8;--paper:#f1ece2;--ink-day:#171512;--muted-day:#625b51;--night:#0f0e0c;--ink-night:#f2eee6;--muted-night:#9a938a;--clay-base:#a88c69;--clay-light:#d9c1a0;--sky:#b9d2e2;--sand:#e7ddcd;--bg:var(--cream);--fg:var(--ink-day);--mu:var(--muted-day);--hair:#1715121f;--clay:var(--clay-base);--clay-t:#735734;--fg-i:var(--cream);--serif:var(--font-newsreader), Georgia, serif;--sans:var(--font-figtree), system-ui, sans-serif;--g:clamp(18px, 4.6vw, 72px);--ease:cubic-bezier(.16, 1, .3, 1);background:var(--bg);color:var(--fg);font-family:var(--sans);-webkit-font-smoothing:antialiased;min-height:100vh}.fhome *,.fhome :before,.fhome :after{box-sizing:border-box;margin:0;padding:0}.fhome a{color:inherit;text-decoration:none}.fhome ::selection{background:var(--clay);color:#fff}.fhome :focus-visible{outline:2px solid var(--clay);outline-offset:4px}.fhome .stage{z-index:0;pointer-events:none;position:fixed;inset:0}.fhome .stage canvas{width:100%;height:100%;display:block}.fhome .stage.flat{background:radial-gradient(60% 50% at 72% 34%,#a88c694d,#0000 70%),radial-gradient(46% 40% at 78% 62%,#b9d2e238,#0000 72%)}.fhome nav{z-index:60;padding:20px var(--g);color:var(--fg);justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.fhome .mark{font-family:var(--serif);letter-spacing:.005em;align-items:baseline;gap:0;font-size:21px;font-weight:400;display:inline-flex}.fhome .mark i{background:var(--fg);width:.650667em;height:.72em;margin-right:-.04em;transition:background .6s;-webkit-mask:url(/brand/forge-mark-ink.png) 50%/contain no-repeat;mask:url(/brand/forge-mark-ink.png) 50%/contain no-repeat}.fhome nav ul{gap:26px;font-size:13px;font-weight:500;list-style:none;display:flex}.fhome nav ul a{opacity:.7;transition:opacity .3s}.fhome nav ul a:hover{opacity:1}.fhome nav .book{background:var(--fg);color:var(--fg-i);opacity:1;transition:transform .5s var(--ease), background .6s, color .6s;border-radius:999px;padding:9px 15px;font-weight:600}.fhome nav .book:hover{transform:translateY(-2px)}@media (max-width:820px){.fhome nav ul li:not(:last-child){display:none}}.fhome main{z-index:2;position:relative}.fhome section{padding:0 var(--g)}.fhome .wrap{max-width:1280px;margin:0 auto}.fhome .btn{background:var(--fg);color:var(--fg-i);transition:transform .5s var(--ease), box-shadow .5s var(--ease), background .6s, color .6s;cursor:pointer;font-size:14px;font-weight:600;font-family:var(--sans);border:0;border-radius:999px;align-items:center;gap:10px;padding:14px 24px;display:inline-flex;position:relative;overflow:hidden}.fhome .btn:before{content:"";transition:transform 1s var(--ease);background:linear-gradient(115deg,#0000 35%,#ffffff59 50%,#0000 65%);position:absolute;inset:0;transform:translate(-130%)}.fhome .btn:hover{transform:translateY(-3px);box-shadow:0 18px 34px -20px #00000073}.fhome .btn:hover:before{transform:translate(130%)}.fhome .btn.quiet{background:color-mix(in srgb, var(--fg) 7%, transparent);color:var(--fg)}.fhome .btn svg{width:13px;height:13px}.fhome .pill{z-index:70;opacity:0;transition:transform .7s var(--ease), opacity .5s;display:flex;position:fixed;bottom:28px;right:98px;transform:translateY(130%)}.fhome .pill .btn{min-height:56px;padding:0 26px}.fhome .pill.show{opacity:1;transform:none}.fhome .hero{align-items:center;min-height:100vh;display:grid;position:relative}.fhome .hero .wrap{grid-template-columns:minmax(0,6fr) minmax(0,6fr);width:100%;padding:100px 0 70px;display:grid}.fhome .hero h1{font-family:var(--serif);letter-spacing:-.025em;font-size:clamp(44px,6.6vw,100px);font-weight:300;line-height:.94}.fhome .hero h1 em{font-style:italic;font-weight:300}.fhome .hero h1 .clean{display:inline-block;position:relative}.fhome .hero p{max-width:42ch;color:var(--mu);margin-top:24px;font-size:clamp(15px,1.05vw,17px);line-height:1.55}.fhome .hero .row{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.fhome .hero .cue{left:var(--g);color:var(--mu);align-items:center;gap:10px;font-size:11.5px;display:flex;position:absolute;bottom:22px}.fhome .hero .cue i{background:var(--mu);transform-origin:top;width:1px;height:32px;animation:fh-cue 2.2s var(--ease) infinite}@keyframes fh-cue{0%{opacity:0;transform:scaleY(0)}30%{opacity:1}to{opacity:0;transform:scaleY(1)}}.fhome .story{position:relative}.fhome .story .chapters{grid-template-columns:minmax(0,5fr) minmax(0,7fr);display:grid}.fhome .story .ch{align-items:center;min-height:100vh;padding:12vh 0;display:grid}.fhome .story .ch>div{opacity:.18;max-width:460px;transition:opacity .9s var(--ease), transform .9s var(--ease);transform:translateY(24px)}.fhome .story .ch.on>div{opacity:1;transform:none}.fhome .story .k{color:var(--clay-t);align-items:center;gap:9px;margin-bottom:14px;font-size:12px;font-weight:600;display:flex}.fhome .story .k:before{content:"";background:var(--clay);width:20px;height:1px}.fhome .story h2{font-family:var(--serif);letter-spacing:-.02em;font-size:clamp(30px,3.5vw,52px);font-weight:300;line-height:1.02}.fhome .story p{color:var(--mu);margin-top:18px;font-size:15.5px;line-height:1.62}.fhome .story ul{color:var(--mu);gap:9px;margin-top:18px;font-size:14px;list-style:none;display:grid}.fhome .story ul li{gap:11px;display:flex}.fhome .story ul li:before{content:"";background:var(--clay);border-radius:50%;flex:none;width:5px;height:5px;margin-top:8px}.fhome .demos{gap:2px;margin-top:22px;display:grid}.fhome .demos a{transition:padding .5s var(--ease);grid-template-columns:1fr auto 18px;align-items:center;gap:16px;padding:12px 0;display:grid}.fhome .demos a:hover{padding-left:10px}.fhome .demos b{font-family:var(--serif);font-size:21px;font-weight:400}.fhome .demos span{color:var(--mu);font-size:12.5px}.fhome .demos i{opacity:.5;width:12px;height:12px;transition:transform .5s var(--ease), opacity .5s;border-top:1.5px solid;border-right:1.5px solid;transform:rotate(45deg)}.fhome .demos a:hover i{opacity:1;transform:rotate(45deg)translate(3px,-3px)}.fhome .band{min-height:52vh;padding:10vh var(--g);align-items:center;display:grid;position:relative}.fhome .band .cap{max-width:20ch;font-family:var(--serif);letter-spacing:-.02em;color:var(--fg);font-size:clamp(24px,2.9vw,44px);font-weight:300;line-height:1.06}.fhome .band .cap em{font-style:italic}.fhome .platforms{padding-top:15vh;padding-bottom:12vh}.fhome .lede{max-width:56ch;margin-bottom:46px}.fhome .lede h2{font-family:var(--serif);letter-spacing:-.02em;font-size:clamp(32px,3.8vw,56px);font-weight:300;line-height:1}.fhome .lede p{color:var(--mu);margin-top:16px;font-size:15.5px;line-height:1.65}.fhome .lede p b{color:var(--fg);font-weight:600}.fhome .rail{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.fhome .plat{aspect-ratio:3/4.1;background:var(--pbg);color:var(--pfg);transition:transform .7s var(--ease), box-shadow .7s var(--ease);border-radius:22px;display:block;position:relative;overflow:hidden;box-shadow:0 26px 52px -46px #00000080}.fhome .plat:hover{transform:translateY(-9px)scale(1.01);box-shadow:0 52px 78px -46px #0000008c}.fhome .plat .ui{transition:transform .8s var(--ease);gap:8px;display:grid;position:absolute;inset:16% 12% auto;transform:translateY(12px)}.fhome .plat:hover .ui{transform:none}.fhome .plat .ui i{opacity:.13;background:currentColor;border-radius:5px;height:9px;display:block}.fhome .plat .ui i.w{width:58%}.fhome .plat .ui i.a{background:var(--pac);opacity:1;width:36%;height:12px}.fhome .plat .ui i.t{opacity:.07;border-radius:10px;height:52px}.fhome .plat .txt{position:absolute;bottom:22px;left:22px;right:22px}.fhome .plat .txt strong{font-family:var(--serif);font-size:30px;font-weight:400;line-height:1;display:block}.fhome .plat .txt span{opacity:.7;margin-top:7px;font-size:12.5px;display:block}.fhome .plat .txt small{opacity:0;transition:all .6s var(--ease);margin-top:15px;font-size:12.5px;font-weight:600;display:block;transform:translateY(6px)}.fhome .plat:hover .txt small{opacity:1;transform:none}.fhome .ledgerly{--pbg:#f4eee0;--pfg:#1e3a2e;--pac:#b8963e}.fhome .coverly{--pbg:#0f1b33;--pfg:#eaf3fb;--pac:#9fd0f0}.fhome .crewflow{--pbg:#2a2a2a;--pfg:#ede8e1;--pac:#b87333}.fhome .counselcore{--pbg:#ece8e0;--pfg:#1a1a1a;--pac:#8c7a5b}.fhome .note{color:var(--mu);max-width:70ch;margin-top:18px;font-size:12.5px;line-height:1.6}@media (max-width:1100px){.fhome .rail{grid-template-columns:1fr 1fr}}@media (max-width:600px){.fhome .rail{grid-template-columns:1fr}}.fhome .build{padding:11vh var(--g)}.fhome .build .wrap{grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:48px;display:grid}.fhome .build .lede{margin:0;position:sticky;top:96px}.fhome .feat{grid-template-columns:1fr 1fr;gap:34px 32px;display:grid}.fhome .feat div{max-width:34ch}.fhome .feat h3{font-family:var(--serif);letter-spacing:-.01em;font-size:24px;font-weight:400;line-height:1.1}.fhome .feat p{color:var(--mu);margin-top:10px;font-size:14px;line-height:1.6}.fhome .feat i{background:var(--clay);transform-origin:0;width:28px;height:2px;transition:transform 1.1s var(--ease);margin-bottom:14px;display:block;transform:scaleX(0)}.fhome .feat div.on i{transform:none}@media (max-width:900px){.fhome .build .wrap{grid-template-columns:1fr}.fhome .build .lede{position:static}}@media (max-width:600px){.fhome .feat{grid-template-columns:1fr}}.fhome .calc{padding:9vh var(--g)}.fhome .calc .wrap{grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:center;gap:48px;display:grid}.fhome .calc h2{font-family:var(--serif);letter-spacing:-.02em;font-size:clamp(30px,3.5vw,52px);font-weight:300;line-height:1.02}.fhome .calc p{color:var(--mu);max-width:44ch;margin-top:16px;font-size:15.5px;line-height:1.6}.fhome .panel{background:color-mix(in srgb, var(--fg) 5%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:26px;padding:34px}.fhome .panel label{justify-content:space-between;margin-bottom:10px;font-size:13px;font-weight:600;display:flex}.fhome .panel label output{font-family:var(--serif);font-size:20px;font-weight:400}.fhome .panel input[type=range]{appearance:none;background:var(--hair);border-radius:2px;width:100%;height:2px;margin:6px 0 28px}.fhome .panel input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--clay);border:4px solid var(--bg);cursor:pointer;border-radius:50%;width:20px;height:20px;transition:background .6s}.fhome .panel input[type=range]::-moz-range-thumb{background:var(--clay);border:4px solid var(--bg);cursor:pointer;border-radius:50%;width:20px;height:20px}.fhome .panel .out{grid-template-columns:1fr 1fr;gap:20px;padding-top:22px;display:grid}.fhome .panel .out b{font-family:var(--serif);font-size:clamp(34px,3.6vw,52px);font-weight:300;line-height:1;display:block}.fhome .panel .out b em{color:var(--clay-t);font-style:normal}.fhome .panel .out span{color:var(--mu);margin-top:6px;font-size:12.5px;display:block}.fhome .panel .fine{color:var(--mu);margin-top:18px;font-size:11.5px;line-height:1.5}@media (max-width:900px){.fhome .calc .wrap{grid-template-columns:1fr}}.fhome .founder{padding:11vh var(--g)}.fhome .founder .wrap{grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:start;gap:56px;display:grid}.fhome .teamside{align-content:start;gap:24px;display:grid;position:sticky;top:96px}.fhome .teamside .k{color:var(--clay-t);align-items:center;gap:9px;margin-bottom:2px;font-size:12px;font-weight:600;display:flex}.fhome .teamside .k:before{content:"";background:var(--clay);width:20px;height:1px}.fhome .teamside .fact b{font-family:var(--serif);font-size:20px;font-weight:400;line-height:1.15;display:block}.fhome .teamside .fact span{color:var(--mu);margin-top:7px;font-size:13px;line-height:1.55;display:block}.fhome .founder h2{font-family:var(--serif);letter-spacing:-.02em;max-width:12ch;font-size:clamp(34px,4.1vw,62px);font-weight:300;line-height:.98}.fhome .founder .bio{color:var(--mu);max-width:58ch;margin-top:28px;font-size:15.5px;line-height:1.7}.fhome .founder .bio p{margin-bottom:15px}.fhome .founder .bio b{color:var(--fg);font-weight:600}.fhome .founder .pull{font-family:var(--serif);max-width:24ch;margin-top:30px;font-size:clamp(20px,1.9vw,27px);font-weight:300;line-height:1.3}.fhome .founder .pull em{color:var(--clay-t)}.fhome .founder .follow{color:var(--mu);margin-top:22px;font-size:12.5px}@media (max-width:900px){.fhome .founder .wrap{grid-template-columns:1fr}.fhome .teamside{position:static}}.fhome .process{padding:9vh var(--g) 11vh}.fhome .steps{grid-template-columns:repeat(4,1fr);gap:32px 24px;margin-top:8px;display:grid}.fhome .step .n{font-family:var(--serif);color:var(--clay-t);font-size:48px;font-weight:300;line-height:1}.fhome .step h3{margin-top:11px;font-size:17px;font-weight:600}.fhome .step .price{font-family:var(--serif);margin-top:5px;font-size:24px;font-weight:300}.fhome .step .price small{font-family:var(--sans);color:var(--mu);margin-left:6px;font-size:11.5px;font-weight:500}.fhome .step p{color:var(--mu);margin-top:10px;font-size:13.5px;line-height:1.6}@media (max-width:1000px){.fhome .steps{grid-template-columns:1fr 1fr}}@media (max-width:560px){.fhome .steps{grid-template-columns:1fr}}.fhome .closer{min-height:100vh;padding:12vh var(--g);align-items:center;display:grid}.fhome .closer .wrap{grid-template-columns:minmax(0,6fr) minmax(0,6fr);align-items:center;display:grid}.fhome .closer h2{font-family:var(--serif);letter-spacing:-.025em;font-size:clamp(36px,5vw,80px);font-weight:300;line-height:.96}.fhome .closer h2 em{font-style:italic}.fhome .closer p{max-width:42ch;color:var(--mu);margin-top:20px;font-size:15.5px;line-height:1.65}.fhome .closer ul{color:var(--mu);gap:9px;margin-top:18px;font-size:14px;list-style:none;display:grid}.fhome .closer ul li{gap:11px;display:flex}.fhome .closer ul li:before{content:"";background:var(--sky);border-radius:50%;flex:none;width:5px;height:5px;margin-top:8px}.fhome .closer .row{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}@media (max-width:900px){.fhome .closer .wrap{grid-template-columns:1fr}}.fhome footer{padding:30px var(--g) 36px;color:var(--mu);flex-wrap:wrap;justify-content:space-between;gap:20px;font-size:12.5px;display:flex}.fhome footer .links{gap:20px;display:flex}.fhome footer a:hover{color:var(--fg)}.fhome .rv{opacity:0;transition:opacity 1s var(--ease), transform 1s var(--ease);transform:translateY(20px)}.fhome .rv.on{opacity:1;transform:none}@media (max-width:900px){.fhome .hero .wrap{grid-template-columns:1fr;padding-top:44vh;padding-bottom:50px}.fhome .hero h1{font-size:clamp(36px,10.5vw,58px)}.fhome .hero p{max-width:100%;font-size:15px}.fhome .hero .row .btn{justify-content:center;width:100%}.fhome .hero .cue{display:none}.fhome .pill{bottom:92px;left:14px;right:14px}.fhome .pill .btn{flex:1;justify-content:center;width:100%}.fhome .band{min-height:46vh}.fhome .band .cap{max-width:16ch;font-size:25px}.fhome .panel{padding:22px}.fhome .panel .out{grid-template-columns:1fr}.fhome .steps{gap:24px}.fhome .closer .row .btn{justify-content:center;width:100%}.fhome footer{flex-direction:column;gap:10px}.fhome .story .chapters{grid-template-columns:1fr}.fhome .story .ch{min-height:70vh;padding:7vh 0}}@media (prefers-reduced-motion:reduce){.fhome *,.fhome :before,.fhome :after{transition:none!important;animation:none!important}.fhome .rv,.fhome .story .ch>div{opacity:1;transform:none}}.fhome .btn:active,.fhome nav .book:active,.fhome .demos a:active{transform:translateY(-1px)scale(.985)}.fhome .btn,.fhome nav .book{transition:transform .32s var(--ease), box-shadow .32s var(--ease), background .6s, color .6s}.fhome .demos a{transition:transform .3s var(--ease), opacity .3s}.fhome nav ul a{transition:opacity .25s var(--ease)}
