:root{color-scheme:light;--ink:#12100d;--ink-2:#2a231c;--muted:#655b50;--paper:#f8f1e6;--cream:#f3dfbd;--sky:#d6edf4;--mint:#d9f0d5;--orange:#8f431c;--yellow:#f5e86d;--panel:#ffffff;--line:#12100d;--dark:#12100d;--shadow:0 16px 34px rgba(18,16,13,.12);--soft-shadow:0 24px 60px rgba(18,16,13,.14);--pressed-shadow:0 2px 0 var(--line);--max:1160px;--rail-width:76px;--header-height:78px;--radius:8px;--ease:cubic-bezier(.22,1,.36,1)}*,*::before,*::after{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth;background:var(--paper)}body{min-height:100%;margin:0;padding-left:var(--rail-width);color:var(--ink);background:linear-gradient(90deg,rgba(18,16,13,.035) 1px,transparent 1px),linear-gradient(180deg,rgba(18,16,13,.035) 1px,transparent 1px),var(--paper);background-size:34px 34px,34px 34px,auto;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;text-rendering:optimizeLegibility}body::selection{background:var(--orange);color:#fff}img,svg{display:block;max-width:100%}img{height:auto}button,input,textarea,select{font:inherit}button{color:inherit}a{color:inherit;text-underline-offset:.18em}:focus{outline:none}:focus-visible{outline:3px solid var(--orange);outline-offset:4px}.skip-link{position:fixed;z-index:90;top:.8rem;left:.8rem;transform:translateY(-140%);border:2px solid var(--line);border-radius:999px;background:var(--yellow);padding:.7rem 1rem;font-weight:900;text-decoration:none;transition:transform 160ms var(--ease)}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;z-index:70;top:0;min-height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:3px solid var(--line);background:rgba(255,248,234,.94);padding:0 max(1rem,calc((100vw - var(--max)) / 2));backdrop-filter:blur(14px)}.brand{display:inline-flex;align-items:center;gap:.75rem;min-width:0;text-decoration:none}.brand-mark{display:block;flex:0 0 auto;width:44px;height:44px}.brand-mark img{display:block;width:100%;height:100%;object-fit:contain}.brand-type{display:grid;color:var(--ink);font-family:"Space Grotesk",Inter,sans-serif;font-size:.95rem;font-weight:700;letter-spacing:0;line-height:.94}.product-brand .brand-type{gap:.14rem;line-height:1}.product-brand .brand-type span:first-child{font-size:1rem;font-weight:800}.product-brand .brand-type span:last-child{color:var(--ink-2);font-size:.68rem;font-weight:900}.product-status-cta{cursor:default;white-space:nowrap}.site-header .header-cta{min-height:46px;border-radius:8px;padding:.78rem 1rem;box-shadow:0 6px 0 var(--line)}.site-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.35rem}.site-nav a{border-radius:999px;padding:.55rem .85rem;color:var(--ink-2);font-weight:900;white-space:nowrap;text-decoration:none;transition:background 150ms var(--ease),color 150ms var(--ease),transform 150ms var(--ease)}.site-nav a:hover,.site-nav a[aria-current="page"]{background:var(--ink);color:#fff}.site-nav a:hover{transform:translateY(-1px)}.side-rail{position:fixed;z-index:80;top:0;left:0;width:var(--rail-width);height:100svh;display:flex;flex-direction:column;align-items:center;gap:.7rem;border-right:3px solid var(--line);background:#fffdf7;padding:calc(var(--header-height) + 1.2rem) .7rem 1rem}.side-rail a{position:relative;display:grid;place-items:center;width:48px;height:48px;border:3px solid var(--line);border-radius:8px;background:var(--panel);color:var(--ink);box-shadow:0 5px 0 var(--line);text-decoration:none;transition:transform 150ms var(--ease),box-shadow 150ms var(--ease),background 150ms var(--ease)}.side-rail a:nth-child(2n){background:var(--sky)}.side-rail a:nth-child(3n){background:var(--cream)}.side-rail a:hover{transform:translateY(-2px);box-shadow:0 8px 0 var(--line);background:var(--mint)}.side-rail a.is-current{background:var(--orange);color:#fff}.rail-badge{position:absolute;top:-6px;right:-6px;width:14px;height:14px;border:3px solid var(--line);border-radius:50%;background:var(--mint)}.side-rail a::after{content:attr(data-tooltip);position:absolute;left:calc(100% + .75rem);top:50%;width:max-content;max-width:12rem;transform:translateY(-50%) scale(.96);border:2px solid var(--line);border-radius:999px;background:var(--ink);color:#fff;padding:.38rem .6rem;font-size:.74rem;font-weight:900;opacity:0;pointer-events:none;transition:opacity 130ms var(--ease),transform 130ms var(--ease)}.side-rail a:hover::after,.side-rail a:focus-visible::after{opacity:1;transform:translateY(-50%) scale(1)}.side-rail svg{width:24px;height:24px}.rail-app-icon img{width:33px;height:33px;border-radius:6px;object-fit:cover}.rail-app-icon.is-current img,.rail-app-icon:focus-visible img,.rail-app-icon:hover img{background:#fffdf7;padding:3px;box-shadow:inset 0 0 0 2px rgba(18,16,13,.16)}.button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:3.1rem;border:3px solid var(--line);border-radius:999px;padding:.78rem 1.1rem;color:var(--ink);background:var(--panel);box-shadow:0 5px 0 var(--line);cursor:pointer;font-weight:900;line-height:1;text-decoration:none;transition:transform 150ms var(--ease),box-shadow 150ms var(--ease),background 150ms var(--ease),color 150ms var(--ease)}.button:hover,.button:focus-visible{transform:translateY(-2px);box-shadow:0 8px 0 var(--line)}.button:active{transform:translateY(2px);box-shadow:var(--pressed-shadow)}.button:disabled,.button[aria-disabled="true"]{cursor:not-allowed;opacity:.62;transform:none;box-shadow:0 3px 0 rgba(18,16,13,.55)}.button-dark{background:linear-gradient(180deg,#241f19 0%,#0f0d0b 100%);color:#fff}.button-light{background:linear-gradient(180deg,#ecffe9 0%,var(--mint) 100%)}.button-dark:hover,.button-dark:focus-visible{background:linear-gradient(180deg,#332a21 0%,#17130f 100%)}.button-light:hover,.button-light:focus-visible{background:linear-gradient(180deg,#f8fff6 0%,#c7e9c7 100%)}.eyebrow{display:inline-flex;align-items:center;width:fit-content;border:2px solid rgba(18,16,13,.22);border-radius:999px;background:rgba(255,255,255,.82);padding:.45rem .7rem;color:var(--ink);font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.hero{position:relative;min-width:0;overflow-x:clip}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem}.now-primary{background:var(--cream) !important}.now-waitlist{background:var(--sky) !important}.section-grid,.page-shell{padding:5.5rem max(1rem,calc((100vw - var(--max)) / 2))}.lean-section{background:var(--paper)}.section-heading{display:grid;gap:.75rem;max-width:48rem;margin-bottom:2rem}.section-heading h1,.section-heading h2,.page-hero h1,.final-cta h2,.contact-copy h1,.detail-copy h1{margin:0;font-family:"Space Grotesk",Inter,sans-serif;font-size:4.7rem;line-height:.94;letter-spacing:0;text-wrap:balance}.section-heading p,.page-hero p,.contact-copy p,.detail-copy>p{margin:0;max-width:42rem;color:var(--muted);font-size:1.06rem;font-weight:750}.direction-grid article,.work-card,.contact-form,.process-timeline article,.process-note,.detail-list div,.legal-page{border:3px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.84);box-shadow:var(--shadow)}.section-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.25rem}.dark-section{background:linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.08) 1px,transparent 1px),var(--dark);background-size:34px 34px,34px 34px,auto;color:#fff}.dark-section .eyebrow{border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.08);color:var(--mint)}.dark-section .section-heading p{color:rgba(255,255,255,.72)}.single-work,.single-grid{max-width:560px}.featured-work-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:980px}.work-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.single-grid{grid-template-columns:1fr}.status{display:inline-flex;align-items:center;gap:.42rem;width:fit-content;max-width:100%;color:var(--ink-2);font-size:.75rem;font-weight:900;text-transform:uppercase;white-space:nowrap}.status span,.pill span{width:.55rem;flex:0 0 .55rem;height:.55rem;border-radius:50%;background:var(--orange)}.status b{min-width:0;overflow:hidden;text-overflow:ellipsis}.tags,.card-actions,.detail-actions,.contact-proof,.update-meta{display:flex;flex-wrap:wrap;gap:.5rem}.page-hero.compact{display:grid;gap:1rem;max-width:58rem;margin-bottom:2rem}.final-cta{display:grid;justify-items:start;gap:1rem;border-top:3px solid var(--line);border-bottom:3px solid var(--line);background:var(--mint);padding:5rem max(1rem,calc((100vw - var(--max)) / 2))}.final-cta p{max-width:46rem;margin:0;color:var(--ink-2);font-size:1.05rem;font-weight:750}.final-actions{display:flex;flex-wrap:wrap;gap:.85rem}.waitlist-form{display:grid;gap:.75rem}.form-honeypot{display:none !important}.waitlist-form label{display:grid;gap:.35rem;font-weight:850}.waitlist-form label span{color:var(--muted);font-size:.78rem}.waitlist-form .check-row span{color:var(--ink);font-size:.9rem}.waitlist-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(22rem,.75fr);gap:2rem;align-items:center;border-top:3px solid var(--line);border-bottom:3px solid var(--line);background:var(--sky);padding:5rem max(1rem,calc((100vw - var(--max)) / 2))}.waitlist-panel h2{margin:.85rem 0 .7rem;font-family:"Space Grotesk",Inter,sans-serif;font-size:4.5rem;line-height:.94}.waitlist-panel p{max-width:38rem;margin:0;color:var(--ink-2);font-weight:800}.waitlist-panel .waitlist-form{border:3px solid var(--line);border-radius:var(--radius);background:#fffdf7;box-shadow:var(--shadow);padding:1.2rem}.detail-layout,.contact-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(22rem,.9fr);gap:4rem;align-items:center}input,select,textarea{width:100%;border:2px solid rgba(18,16,13,.24);border-radius:8px;background:#fff;padding:.82rem .9rem}.check-row{grid-template-columns:auto 1fr;align-items:start}.check-row input{width:auto;margin-top:.25rem}.empty-state{color:var(--muted);font-weight:750}.focus-list{display:grid;gap:.65rem;margin:.25rem 0 0}.focus-list div{display:grid;gap:.22rem;border:2px solid rgba(18,16,13,.82);border-radius:8px;background:rgba(255,255,255,.72);box-shadow:0 4px 0 rgba(18,16,13,.18);padding:.75rem}.focus-list dt{font-family:"Space Grotesk",Inter,sans-serif;font-size:1.05rem;font-weight:800}.focus-list dd{margin:0;color:var(--muted);font-weight:760}.focus-card-actions{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;margin-top:.25rem}.focus-card-actions .button{min-height:2.8rem}@keyframes targetPulse{0%{box-shadow:0 9px 0 var(--line),0 0 0 0 rgba(245,232,109,0),var(--shadow)}55%{box-shadow:0 12px 0 var(--line),0 0 0 8px rgba(245,232,109,.62),var(--soft-shadow)}100%{box-shadow:0 12px 0 var(--line),0 0 0 6px rgba(245,232,109,.55),var(--soft-shadow)}}.notes-hero h1,.note-detail-hero h1,.admin-hero h1,.admin-login h1{margin:.85rem 0 0;font-family:"Space Grotesk",Inter,sans-serif;font-size:clamp(3rem,6vw,5rem);line-height:.94}.notes-hero p,.note-detail-hero p,.admin-hero p,.admin-login p{margin:0;color:var(--ink-2);font-size:1.1rem;font-weight:800}.start-build-layout{align-items:start}.site-footer{display:grid;grid-template-columns:minmax(0,1.35fr) repeat(3,minmax(10rem,.65fr));gap:2rem;background:var(--dark);color:#fff;padding:4.6rem max(1rem,calc((100vw - var(--max)) / 2))}.site-footer>div:not(.footer-bottom){display:grid;align-content:start;gap:.65rem}.site-footer h2{margin:0 0 .4rem;font-family:"Space Grotesk",Inter,sans-serif}.site-footer p{max-width:34rem;margin:0;color:rgba(255,255,255,.72);font-weight:700}.site-footer a{color:#fff;font-weight:800}.footer-brand-lockup .brand-type,.site-footer .brand-type{color:#fff}.footer-bottom{grid-column:1 / -1;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;border-top:1px solid rgba(255,255,255,.16);padding-top:1.2rem;color:rgba(255,255,255,.7)}.status-dot::before{content:"";display:inline-block;width:.55rem;height:.55rem;border-radius:50%;background:var(--orange);margin-right:.45rem}@media (max-width:900px){body{padding-left:0;padding-bottom:76px}.site-header{position:relative;flex-wrap:wrap;padding-block:.85rem}.header-cta{display:none}.site-nav{order:3;width:100%;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding-bottom:0;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}.side-rail{inset:auto 0 0 0;width:auto;height:72px;flex-direction:row;justify-content:flex-start;gap:clamp(.22rem,1.3vw,.38rem);overflow-x:auto;overflow-y:hidden;scrollbar-width:none;border-top:3px solid var(--line);border-right:0;padding:.55rem}.side-rail::-webkit-scrollbar{display:none}.side-rail a{flex:0 0 36px;width:36px;height:36px}.side-rail a::after{display:none}.side-rail svg{width:20px;height:20px}.rail-app-icon img{width:27px;height:27px}.atlas-hero,.home-route-section,.new-app-spotlight,.direction-hero,.expertise-strip,.direction-method,.app-status-section,.fit-section,.proof-fragments,.trust-layer,.lowball-funnel,.collectory-hero,.collectory-location-section,.collectory-pro-section,.portfolio-system,.notes-hero,.admin-login,.admin-hero,.launch-hero,.product-hero,.case-problem,.case-split,.detail-layout,.contact-layout,.product-strip,.product-detail-grid,.waitlist-panel{grid-template-columns:1fr}.direction-grid,.home-route-grid,.status-board,.ai-focus-grid,.reading-trail-grid,.answer-briefs-grid,.capability-grid,.case-output-grid,.fragment-grid,.trust-proof-grid,.funnel-steps,.portfolio-checks,.notes-grid,.related-note-grid,.note-takeaways,.admin-metrics,.admin-grid,.launch-grid,.work-grid,.featured-work-grid,.collectory-feature-grid,.collectory-location-board,.collectory-pro-list,.collectory-trust-grid,.now-grid,.status-card,.feature-band,.site-footer{grid-template-columns:1fr}}@media (max-width:560px){:root{--header-height:70px}html,body{overflow-x:hidden}body,main,.atlas-hero,.signal-board,.command-board,.command-console,.page-shell,.section-grid,.contact-layout,.contact-copy,.contact-form,.notes-hero,.note-detail,.note-detail-hero,.note-takeaways,.note-body,.note-next,.admin-shell,.admin-login,.admin-hero,.collectory-page,.collectory-hero,.collectory-feature-section,.collectory-location-section,.collectory-pro-section,.collectory-trust-section{max-width:100%;min-width:0}main{overflow:hidden}body{background-size:24px 24px,24px 24px,auto}.site-header .brand-mark{width:44px;height:44px}.direction-hero-copy,.product-hero-copy{width:min(100%,22rem);max-width:100%;min-width:0}.direction-hero-copy>p,.product-hero-copy>p{width:100%;max-width:100%;font-size:1.05rem;overflow-wrap:break-word}.hero-actions{display:grid;width:min(100%,21rem);grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.hero-actions .button:first-child{grid-column:1 / -1}.hero-actions .button{min-height:2.85rem;padding-inline:.58rem;font-size:.92rem;text-align:center}.button{width:100%}.command-facts div,.app-card-facts div{grid-template-columns:1fr;gap:.18rem}.section-grid,.page-shell,.home-route-section,.expertise-strip,.ai-focus-section,.reading-trail-section,.new-app-spotlight,.case-problem,.case-split,.proof-fragments,.trust-layer,.lowball-funnel,.collectory-hero,.collectory-feature-section,.collectory-location-section,.collectory-pro-section,.collectory-trust-section,.notes-hero,.note-detail-hero,.note-takeaways,.note-body,.note-next,.final-cta,.waitlist-panel{padding:3.7rem 1rem}.section-heading h1,.section-heading h2,.final-cta h2,.contact-copy h1,.notes-hero h1,.note-detail-hero h1,.admin-hero h1,.admin-login h1,.detail-copy h1{max-width:100%;font-size:clamp(2.55rem,11vw,2.85rem);overflow-wrap:break-word}.page-hero h1{max-width:100%;font-size:clamp(2.12rem,9vw,2.35rem);line-height:1;text-wrap:wrap;overflow-wrap:break-word}.section-heading p,.page-hero p,.contact-copy p,.notes-hero p,.note-detail-hero p,.admin-hero p,.admin-login p,.detail-copy>p{max-width:100%;white-space:normal;overflow-wrap:break-word}input,select,textarea{min-width:0}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto !important;transition-duration:.01ms !important;animation-duration:.01ms !important;animation-iteration-count:1 !important}}@media (max-width:500px){.site-header .brand-mark{width:42px;height:42px}}