@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
:root{color-scheme:dark;--background:#07070f;--surface:#101020;--surface-subtle:#191728;--foreground:#efece4;--muted:#a9a3b8;--border:#23233a;--primary:#c9a227;--primary-foreground:#07070f;--accent:#cdb45a;--signal:#b9a8e3;--control:#77718c;--section-space:96px;--gutter:clamp(24px,6.6667vw,96px)}
:root[data-theme=light]{color-scheme:light;--background:#f7f5ee;--surface:#edeae0;--surface-subtle:#e7ddbe;--foreground:#1c1a22;--muted:#5f5b54;--border:#dcd7c9;--primary:#a8861d;--primary-foreground:#1c1a22;--accent:#7a6410;--signal:#6f5cbd;--control:#8e8473}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:124px}body{margin:0;background:var(--background);color:var(--foreground);font-family:Inter,Arial,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:600}h1{font-size:clamp(44px,4.1667vw,60px);letter-spacing:-.03em;line-height:1.08}h2{font-size:clamp(36px,3.333vw,48px);letter-spacing:-.021em;line-height:1.25}h3{font-size:24px;letter-spacing:-.01em;line-height:1.25}p{color:var(--muted)}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}a,button{touch-action:manipulation}a:focus-visible,button:focus-visible{outline:2px solid var(--signal);outline-offset:6px}img{display:block;max-width:100%;height:auto}.container{width:100%;max-width:1440px;padding-inline:var(--gutter);margin-inline:auto}.section{padding-block:var(--section-space)}.section>.container{display:flex;flex-direction:column;gap:32px}.lead{font-size:20px;line-height:1.5}.small{font-size:14px;line-height:1.45}.eyebrow{font-size:14px;line-height:1.45;font-weight:500;color:var(--accent)}.gold{color:var(--accent)}.signal{color:var(--signal)}.themed-image{display:block;flex-shrink:0}.light-image{display:none}:root[data-theme=light] .dark-image{display:none}:root[data-theme=light] .light-image{display:block}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;max-width:100%;padding:10px 24px;border:1px solid transparent;border-radius:999px;font-size:16px;line-height:24px;font-weight:500;text-align:center;transition:background .18s ease,border-color .18s ease,transform .18s ease}.button:hover{transform:translateY(-2px)}.primary{background:var(--primary);color:#FCFBF7}.primary:hover{background:var(--accent)}.secondary{background:var(--surface);color:var(--foreground);border-color:var(--control)}.secondary:hover{border-color:var(--accent);background:var(--surface-subtle)}.text-link{font-size:14px;font-weight:500;color:var(--signal);width:fit-content}.text-link:hover{text-decoration:underline;text-underline-offset:5px}.logo{display:block;flex-shrink:0}.logo img{width:201px;height:auto}header{position:sticky;top:0;z-index:50;max-height:100dvh;overflow-y:auto}.nav{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:100px;padding-block:24px}.desktop-nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:500}.desktop-nav a:hover,.footer-links a:hover{color:var(--signal)}.nav-actions{display:flex;align-items:center;gap:14px}.nav-cta{font-size:14px;padding-inline:20px}.theme-toggle{width:44px;height:44px;border:1px solid var(--border);border-radius:50%;background:transparent;color:var(--foreground);display:grid;place-items:center;flex-shrink:0}.theme-toggle:hover{background:var(--surface)}.theme-glyph{font-size:24px;line-height:1}.menu-toggle{display:none;width:44px;height:44px;background:transparent;border:1px solid var(--border);border-radius:50%;align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-toggle span{height:1px;width:17px;background:var(--foreground);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3px) rotate(-45deg)}.mobile-nav[hidden]{display:none}.mobile-nav{padding-bottom:24px;display:flex;flex-direction:column;gap:0}.mobile-nav>a:not(.button){padding:14px 0;border-bottom:1px solid var(--border)}.mobile-nav .button{margin-top:20px;align-self:flex-start}.skip-link{position:absolute;top:8px;left:8px;padding:12px 20px;background:var(--primary);color:var(--primary-foreground);transform:translateY(-160%);z-index:100;border-radius:6px}.skip-link:focus{transform:translateY(0)}
.hero>.container{display:grid;grid-template-columns:minmax(0,632fr) minmax(0,552fr);gap:64px;align-items:center}.hero-copy{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.hero-copy h1 span{color:var(--signal)}.hero-art{width:100%}.hero-art img{width:100%;height:auto}.hero .audience{max-width:560px}.proof{padding-block:32px}.proof>.container{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px}.proof p{font-size:20px;line-height:1.5;color:var(--foreground)}.proof strong,.proof span{display:block}.proof strong{font-weight:400}.grid-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.problem-card{padding:24px;border:1px solid var(--border);border-radius:16px;background:var(--background);min-height:238px;display:flex;flex-direction:column;gap:20px}.card-index{font-size:14px;color:var(--accent);letter-spacing:.1em}.foundation-intro{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.context-diagram{display:flex;flex-direction:column;gap:32px;padding:32px;border:1px solid var(--border);border-radius:24px;background:var(--background)}.context-flow{display:grid;grid-template-columns:320fr 480fr 320fr;gap:32px;align-items:center;position:relative}.context-node{padding:24px;background:var(--surface);border-radius:24px;display:flex;flex-direction:column;gap:24px;min-width:0}.context-node h3{font-size:14px;font-weight:500;line-height:1.45}.context-node p{font-size:20px;line-height:1.5}.context-core{padding:32px 24px;border-radius:24px;background:var(--surface-subtle);display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;min-width:0}.context-core h3{font-size:36px;line-height:1.25;letter-spacing:-.015em;color:var(--accent)}.context-core p{color:var(--foreground)}.context-core img{width:79px;height:60px}.context-connectors{position:absolute;left:0;top:50%;transform:translateY(-50%);width:100%;pointer-events:none}.context-connectors img{width:100%;height:32px}.human-review{display:grid;grid-template-columns:400fr 712fr;gap:24px;background:var(--surface);border-radius:24px;padding:24px;align-items:center}.human-review .eyebrow{color:var(--signal)}.human-review p:last-child{color:var(--foreground)}.service-card{padding:32px;border-radius:24px;background:var(--surface);display:flex;flex-direction:column;gap:24px}.service-tags{color:var(--accent);font-size:14px;line-height:1.45;margin-top:auto}.also-available{font-size:14px;line-height:1.65}.also-available span{margin-right:16px}.also-available i{font-style:normal;margin-inline:10px;color:var(--control)}.workflow>.container{display:grid;grid-template-columns:472fr 712fr;align-items:center;gap:64px}.workflow-copy{display:flex;flex-direction:column;gap:24px}.workflow-panel{display:flex;flex-direction:column;gap:24px;padding:32px;background:var(--background);border:1px solid var(--border);border-radius:24px}.workflow-step{font-size:14px;font-weight:500;color:var(--foreground)}.workflow-step.gold{color:var(--accent)}.workflow-step.signal{color:var(--signal)}.drafts{padding:24px;border-radius:24px;background:var(--surface);display:flex;flex-direction:column;gap:24px}.draft{font-size:20px;line-height:1.5;color:var(--foreground)}.draft strong{font-weight:400;display:block}.draft span{display:block}.engagement-card{display:flex;flex-direction:column;align-items:flex-start;gap:24px;padding:32px;border:1px solid var(--border);border-radius:24px;background:var(--surface)}.engagement-card.featured{background:var(--surface-subtle)}.engagement-card h3{font-size:36px;letter-spacing:-.015em;line-height:1.25}.engagement-card ul{padding:0;margin:0;list-style:none;line-height:1.5}.engagement-card .timeline{margin-top:auto}.engagement-card .button{padding-inline:20px}.process{padding-block:64px}.process h2{font-size:36px;line-height:1.25;letter-spacing:-.015em}.process-stages{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px;padding:0;margin:0;list-style:none}.process-stages strong{font-weight:400}.process-stages p{color:var(--foreground)}.about>.container{display:grid;grid-template-columns:472fr 712fr;gap:64px;align-items:center}.profile{padding:32px;background:var(--surface);border-radius:24px;display:flex;flex-direction:column;gap:24px;min-width:0}.profile>.eyebrow{font-size:12px;font-weight:400;line-height:1.5}.profile .themed-image{width:100%}.profile img{border-radius:16px;width:100%;height:auto;aspect-ratio:1;object-fit:cover}.profile figcaption{display:flex;flex-direction:column;gap:24px}.founder-story{display:flex;flex-direction:column;gap:24px}.founder-signoff{font-size:24px;line-height:1.25;font-weight:600;color:var(--accent)}.faq>.container{display:grid;grid-template-columns:408fr 776fr;gap:64px;align-items:start}.faq h2{margin-top:24px}.faq-answers{display:flex;flex-direction:column;gap:24px}.faq-answers article{padding-bottom:24px;display:flex;flex-direction:column;gap:12px}.closing>.container{align-items:center;text-align:center;gap:24px}.closing h2{max-width:1056px}.closing .lead{max-width:860px}.footer{display:flex;align-items:center;gap:32px;padding-block:32px}.footer>.small:not(.copyright){max-width:380px}.footer-links{display:flex;gap:20px;font-size:14px;margin-left:auto;white-space:nowrap}.copyright{white-space:nowrap}
@media(min-width:1600px){:root{--gutter:96px}}
@media(max-width:1199px){:root{--gutter:48px;--section-space:80px}.nav{gap:20px}.desktop-nav{gap:20px}.nav-cta{display:none}.hero>.container{gap:40px}.hero h1{font-size:52px}.hero .lead{font-size:18px}.proof>.container{gap:24px}.proof p{font-size:18px}.foundation-intro,.workflow>.container,.about>.container,.faq>.container{gap:40px}.context-diagram{padding:24px}.context-flow{gap:24px;grid-template-columns:1fr 1.2fr 1fr}.context-node{padding:20px}.context-node p{font-size:16px}.context-core{padding:28px 16px}.context-core h3{font-size:30px}.service-card,.engagement-card{padding:24px}.engagement-card h3{font-size:30px}.engagement-card .button{font-size:14px;padding-inline:16px}.process-stages{gap:16px}.process h2{font-size:32px}.profile{padding:24px}.footer{flex-wrap:wrap}.footer-links{margin-left:auto}.copyright{width:100%}.context-connectors{display:none}}
@media(max-width:899px){:root{--gutter:32px;--section-space:64px}.hero>.container{gap:24px;grid-template-columns:1.15fr 1fr}.hero h1{font-size:44px}.hero-copy .eyebrow{font-size:12px}.hero-copy .button{font-size:14px;padding-inline:16px}.desktop-nav{gap:18px}.logo img{width:180px}.grid-three{gap:16px}.problem-card{padding:20px;min-height:255px}.problem-card h3,.service-card h3{font-size:21px}.service-card,.engagement-card{padding:24px 20px}.engagement-card h3{font-size:27px}.foundation-intro{grid-template-columns:1fr 1.15fr;gap:32px}.context-diagram{padding:24px;gap:24px}.context-flow{gap:16px}.context-node{padding:16px}.context-node p{font-size:14px}.context-core h3{font-size:26px}.context-core p{font-size:14px}.human-review{grid-template-columns:1fr;gap:12px}.workflow>.container,.about>.container{grid-template-columns:1fr 1.2fr;gap:32px}.workflow-panel{padding:24px}.workflow .lead{font-size:18px}.drafts{padding:20px}.draft{font-size:18px}.process-stages{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.founder-story h2{font-size:34px}.founder-story .lead{font-size:18px}.faq>.container{grid-template-columns:1fr 1.6fr;gap:32px}.faq h2{font-size:34px}.faq h3{font-size:21px}.footer>.small:not(.copyright){max-width:280px}.footer-links{margin-left:0}}
@media(max-width:699px){html{scroll-padding-top:112px}:root{--gutter:24px;--section-space:56px}h1{font-size:44px}h2{font-size:34px;line-height:1.2}h3{font-size:24px}.lead{font-size:18px}.section>.container{gap:28px}.nav{min-height:88px;padding-block:20px;gap:16px}.logo img{width:168px}.desktop-nav{display:none}.menu-toggle{display:flex}.nav-actions{gap:8px}.hero{padding-top:40px;padding-bottom:40px}.hero>.container{display:flex;flex-direction:column;gap:20px;align-items:stretch}.hero h1{font-size:clamp(38px,9.3vw,52px);max-width:570px}.hero-copy{gap:24px}.hero-copy .eyebrow{font-size:12px;max-width:330px}.hero-copy .button{font-size:14px;min-height:48px;padding-inline:20px}.hero-art{max-width:430px;align-self:center;margin-top:0}.hero-art img{width:100%;height:auto}.proof{padding-block:32px}.proof>.container{display:flex;flex-direction:column;gap:24px}.proof p{font-size:16px;padding-left:20px;border-left:1px solid var(--border)}.proof strong{font-size:20px}.proof span{color:var(--muted);margin-top:4px}.grid-three{grid-template-columns:1fr;gap:16px}.problem-card{padding:24px;min-height:0;gap:16px}.problem-card h3,.service-card h3{font-size:24px}.problem h2 br{display:none}.foundation-intro{grid-template-columns:1fr;gap:24px}.context-diagram{padding:20px;border-radius:20px;gap:24px}.context-flow{display:flex;flex-direction:column;align-items:stretch;gap:20px}.context-node{padding:24px;gap:16px}.context-node p{font-size:18px}.context-core{padding:28px 20px}.context-core h3{font-size:32px}.context-core p{font-size:16px}.human-review{padding:20px;gap:12px;border-radius:20px}.human-review p:last-child{line-height:1.75}.diagram-label{font-size:12px}.service-card{padding:28px;gap:20px}.service-tags{margin-top:4px}.also-available{line-height:1.85}.also-available span{display:block;margin:0 0 8px}.also-available i{margin-inline:5px}.workflow>.container,.about>.container,.faq>.container{display:flex;flex-direction:column;gap:32px;align-items:stretch}.workflow-panel{padding:20px;border-radius:20px;gap:24px}.drafts{padding:20px;border-radius:16px}.draft{font-size:18px}.workflow-step{line-height:1.6}.engagement-card{padding:28px;gap:24px}.engagement-card h3{font-size:34px}.engagement-card .button{font-size:16px}.engagement-card .timeline{margin-top:0}.process{padding-block:48px}.process h2{font-size:28px}.process-stages{grid-template-columns:1fr;gap:24px}.process-stages li{padding-left:20px;border-left:1px solid var(--border)}.process-stages strong{font-weight:500}.process-stages p{color:var(--muted);margin-top:4px}.profile{max-width:472px;width:100%;margin-inline:auto;padding:24px}.profile figcaption{gap:12px}.founder-story h2{font-size:34px}.founder-signoff{font-size:22px}.faq h2{font-size:34px}.faq-answers{gap:8px}.faq-answers h3{font-size:22px}.faq-answers article{padding-bottom:24px}.closing h2{font-size:34px}.closing .button{font-size:14px;padding-inline:20px;min-height:48px}.closing .small{max-width:300px}.footer{flex-direction:column;align-items:flex-start;gap:24px;padding-block:32px}.footer>.small:not(.copyright){max-width:none}.copyright{width:auto}.footer-links{gap:24px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}.button:hover{transform:none}}
:root[data-theme=dark] .band-0{background:linear-gradient(180deg,rgb(2,2,4) 0%,#020204 40%,#020204 70%,rgb(4,4,8) 100%)}
:root[data-theme=dark] .band-1{background:linear-gradient(180deg,rgb(4,4,8) 0%,#05050B 40%,#05050B 70%,rgb(11,11,22) 100%)}
:root[data-theme=dark] .band-2{background:linear-gradient(180deg,rgb(11,11,22) 0%,#101020 40%,#101020 70%,rgb(9,9,18) 100%)}
:root[data-theme=dark] .band-3{background:linear-gradient(180deg,rgb(9,9,18) 0%,#020204 40%,#020204 70%,rgb(9,9,18) 100%)}
:root[data-theme=dark] .band-4{background:linear-gradient(180deg,rgb(9,9,18) 0%,#101020 40%,#101020 70%,rgb(10,10,19) 100%)}
:root[data-theme=dark] .band-5{background:linear-gradient(180deg,rgb(10,10,19) 0%,#030306 40%,#030306 70%,rgb(13,12,20) 100%)}
:root[data-theme=dark] .band-6{background:linear-gradient(180deg,rgb(13,12,20) 0%,#171422 40%,#171422 70%,rgb(13,11,19) 100%)}
:root[data-theme=dark] .band-7{background:linear-gradient(180deg,rgb(13,11,19) 0%,#020204 40%,#020204 70%,rgb(8,8,15) 100%)}
:root[data-theme=dark] .band-8{background:linear-gradient(180deg,rgb(8,8,15) 0%,#0D0D19 40%,#0D0D19 70%,rgb(8,8,15) 100%)}
:root[data-theme=dark] .band-9{background:linear-gradient(180deg,rgb(8,8,15) 0%,#020204 40%,#020204 70%,rgb(8,8,16) 100%)}
:root[data-theme=dark] .band-10{background:linear-gradient(180deg,rgb(8,8,16) 0%,#0E0D1B 40%,#0E0D1B 70%,rgb(20,17,33) 100%)}
:root[data-theme=dark] .band-11{background:linear-gradient(180deg,rgb(20,17,33) 0%,#191526 40%,#191526 70%,rgb(14,12,21) 100%)}
:root[data-theme=dark] .band-12{background:linear-gradient(180deg,rgb(14,12,21) 0%,#020204 40%,#020204 70%,rgb(2,2,4) 100%)}
:root[data-theme=light] .band-0{background:linear-gradient(180deg,rgb(254,253,251) 0%,#FEFDFB 40%,#FEFDFB 70%,rgb(253,252,249) 100%)}
:root[data-theme=light] .band-1{background:linear-gradient(180deg,rgb(253,252,249) 0%,#FCFBF7 40%,#FCFBF7 70%,rgb(246,243,236) 100%)}
:root[data-theme=light] .band-2{background:linear-gradient(180deg,rgb(246,243,236) 0%,#EFEBE1 40%,#EFEBE1 70%,rgb(247,244,238) 100%)}
:root[data-theme=light] .band-3{background:linear-gradient(180deg,rgb(247,244,238) 0%,#FEFDFB 40%,#FEFDFB 70%,rgb(248,246,240) 100%)}
:root[data-theme=light] .band-4{background:linear-gradient(180deg,rgb(248,246,240) 0%,#F1EEE5 40%,#F1EEE5 70%,rgb(248,246,240) 100%)}
:root[data-theme=light] .band-5{background:linear-gradient(180deg,rgb(248,246,240) 0%,#FEFDFB 40%,#FEFDFB 70%,rgb(247,242,227) 100%)}
:root[data-theme=light] .band-6{background:linear-gradient(180deg,rgb(247,242,227) 0%,#EFE6CA 40%,#EFE6CA 70%,rgb(247,242,227) 100%)}
:root[data-theme=light] .band-7{background:linear-gradient(180deg,rgb(247,242,227) 0%,#FEFDFB 40%,#FEFDFB 70%,rgb(248,246,241) 100%)}
:root[data-theme=light] .band-8{background:linear-gradient(180deg,rgb(248,246,241) 0%,#F2EFE6 40%,#F2EFE6 70%,rgb(248,246,241) 100%)}
:root[data-theme=light] .band-9{background:linear-gradient(180deg,rgb(248,246,241) 0%,#FEFDFB 40%,#FEFDFB 70%,rgb(249,247,242) 100%)}
:root[data-theme=light] .band-10{background:linear-gradient(180deg,rgb(249,247,242) 0%,#F3F0E8 40%,#F3F0E8 70%,rgb(240,234,215) 100%)}
:root[data-theme=light] .band-11{background:linear-gradient(180deg,rgb(240,234,215) 0%,#EDE3C5 40%,#EDE3C5 70%,rgb(246,240,224) 100%)}
:root[data-theme=light] .band-12{background:linear-gradient(180deg,rgb(246,240,224) 0%,#FEFDFB 40%,#FEFDFB 70%,rgb(254,253,251) 100%)}

