:root{--bg: #faf8f4;--bg-rgb: 250, 248, 244;--surface: #ffffff;--text: #1a1f17;--text-secondary: #4d554a;--muted: #656e63;--accent: #8a7224;--accent-hover: #6e5c1c;--accent-rgb: 138, 114, 36;--border: #e6e2da;--font-sans: "Source Sans 3", "Source Sans Pro", system-ui, sans-serif;--font-mono: ui-monospace, "Cascadia Code", monospace;--radius: 10px;--max: 42rem;--wide: 72rem}html[data-theme=dark]{color-scheme:dark;--bg: #111410;--bg-rgb: 17, 20, 16;--surface: #171b17;--text: #e8ebe4;--text-secondary: #b8bfb0;--muted: #97a090;--accent: #c4a54a;--accent-hover: #d4b86a;--accent-rgb: 196, 165, 74;--border: #2a3128;background-color:#080a07;background-image:radial-gradient(ellipse 95% 52% at 50% -18%,rgba(var(--accent-rgb),.09),transparent 52%),radial-gradient(rgba(232,235,228,.038) 1px,transparent 1px),linear-gradient(168deg,#171b15,#111410 38%,#0a0d09 78%,#080a07);background-repeat:no-repeat,repeat,no-repeat;background-size:auto,22px 22px,100% 100%}*,*:before,*:after{box-sizing:border-box}html{min-height:100%;color-scheme:light;font-family:var(--font-sans);color:var(--text);line-height:1.65;-webkit-font-smoothing:antialiased;background-color:#f3efe8;background-image:radial-gradient(ellipse 95% 52% at 50% -18%,rgba(var(--accent-rgb),.07),transparent 52%),radial-gradient(rgba(26,31,23,.045) 1px,transparent 1px),linear-gradient(180deg,#fdfcfa,#f8f5ef 48%,#f2ede6);background-repeat:no-repeat,repeat,no-repeat;background-size:auto,22px 22px,100% 100%}body{margin:0;min-height:100vh;background:transparent}a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:3px}a:hover{color:var(--accent-hover)}img{max-width:100%;height:auto;border-radius:6px}code{font-family:var(--font-mono);font-size:.92em;background:var(--surface);padding:.12em .35em;border-radius:4px}pre{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem;overflow-x:auto;font-size:.88rem;line-height:1.5}pre code{background:none;padding:0}.site-wrap{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1;width:100%;max-width:var(--wide);margin:0 auto;padding:2rem 1.25rem 4rem}.site-main--narrow{max-width:var(--max)}.site-header{border-bottom:1px solid var(--border);background:rgba(var(--bg-rgb),.88);backdrop-filter:blur(10px);position:sticky;top:0;z-index:20}.site-header__inner{max-width:var(--wide);margin:0 auto;padding:.85rem 1.25rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem 1.5rem;flex-wrap:wrap}.site-header__tools{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.65rem 1.15rem;align-self:center}.theme-toggle{display:inline-flex;align-items:center;gap:.45rem;padding:.32rem .6rem .32rem .45rem;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--muted);font:inherit;font-size:.78rem;font-weight:600;letter-spacing:.03em;cursor:pointer;transition:border-color .15s ease,color .15s ease}.theme-toggle:hover{border-color:rgba(var(--accent-rgb),.45);color:var(--text)}.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.theme-toggle__track{display:flex;align-items:center;width:2.35rem;height:1.28rem;padding:2px;border-radius:999px;background:var(--border);background:color-mix(in srgb,var(--border) 75%,var(--muted));flex-shrink:0;transition:background .2s ease}html[data-theme=dark] .theme-toggle__track{background:rgba(var(--accent-rgb),.32)}.theme-toggle__thumb{width:1.05rem;height:1.05rem;border-radius:50%;background:var(--surface);box-shadow:0 1px 3px #0000002e;transition:margin-inline-start .2s ease;margin-inline-start:0}html[data-theme=dark] .theme-toggle__thumb{margin-inline-start:auto}html[data-theme=light] .theme-toggle__text--dark,html[data-theme=dark] .theme-toggle__text--light{display:none}@media(prefers-reduced-motion:reduce){.theme-toggle__thumb{transition:none}}.site-brand{min-width:0;flex:1 1 12rem}.site-tagline{margin:.2rem 0 0;font-size:.68rem;font-weight:600;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;line-height:1.35;max-width:26rem}.site-title{margin:0;font-size:1.15rem;font-weight:600;letter-spacing:-.02em}.site-title a{display:inline-block;color:var(--text);text-decoration:none}.site-title a:hover,.site-title span{color:var(--accent)}.nav{display:flex;flex-wrap:wrap;gap:.35rem 1.1rem;align-items:center;list-style:none;margin:0;padding:0}.nav a{color:var(--muted);text-decoration:none;font-weight:500;font-size:.95rem}.nav a:hover,.nav a[aria-current=page]{color:var(--text)}.site-footer{border-top:1px solid var(--border);padding:1.5rem 1.25rem;text-align:center;color:var(--muted);font-size:.9rem}.site-footer a{color:var(--muted)}.prose{max-width:var(--max);margin:0 auto}.prose h1{font-size:clamp(1.75rem,4vw,2.35rem);line-height:1.2;margin:0 0 .5rem;letter-spacing:-.03em}.prose h2{margin-top:2rem;margin-bottom:.65rem;font-size:1.35rem;letter-spacing:-.02em}.prose h3{margin-top:1.5rem;font-size:1.12rem}.prose p,.prose ul,.prose ol{margin:.85rem 0;color:var(--text-secondary)}.prose ul,.prose ol{padding-left:1.25rem}.prose li{margin:.35rem 0}.prose hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.prose blockquote{margin:1.25rem 0;padding-left:1rem;border-left:3px solid var(--accent);color:var(--muted)}.post-meta{color:var(--muted);font-size:.92rem;margin-bottom:1.5rem}.hero{max-width:var(--max);margin:0 auto 2.5rem}.hero--home{max-width:var(--wide);margin-bottom:2.25rem;display:grid;gap:1.75rem 2.25rem;align-items:center}@media(min-width:768px){.hero--home{grid-template-columns:1fr minmax(220px,min(32vw,320px))}.hero__content{order:1}.hero__portrait-wrap{order:2}}.hero__portrait-wrap{display:flex;justify-content:center}.hero__portrait-ring{border-radius:50%;padding:4px;background:linear-gradient(145deg,rgba(var(--accent-rgb),.55),rgba(var(--accent-rgb),.2) 45%,rgba(var(--accent-rgb),.4));box-shadow:0 0 0 1px rgba(var(--accent-rgb),.18),0 10px 40px rgba(var(--accent-rgb),.12)}html[data-theme=dark] .hero__portrait-ring{background:linear-gradient(145deg,rgba(var(--accent-rgb),.85),rgba(var(--accent-rgb),.25) 45%,rgba(var(--accent-rgb),.5));box-shadow:0 0 0 1px rgba(var(--accent-rgb),.22),0 12px 48px rgba(var(--accent-rgb),.18)}.hero__portrait{display:block;width:100%;max-width:320px;height:auto;aspect-ratio:1;object-fit:cover;border-radius:50%;border:3px solid var(--surface);box-sizing:border-box}.hero__content{min-width:0}.hero__services-link{margin:1.1rem 0 0;font-size:.95rem;font-weight:600}.hero__services-link a{text-decoration:none}.hero__services-link a:hover{text-decoration:underline;text-underline-offset:3px}.hero__services-link--btn{display:inline-flex;align-items:center;padding:.55rem 1rem;border-radius:8px;border:1px solid var(--border);background:var(--surface);transition:border-color .15s ease,background .15s ease}.hero__services-link--btn:hover{border-color:rgba(var(--accent-rgb),.45);background:rgba(var(--accent-rgb),.08);text-decoration:none}.section--teaser,.section--teaser .section__heading{text-align:center}.section--teaser .section__lede{margin-left:auto;margin-right:auto;text-align:center;max-width:38rem}.section__cta-row{margin:0;display:flex;justify-content:center}.hero__eyebrow{margin:0 0 .5rem;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero__eyebrow a{color:var(--accent);text-decoration:none}.hero__eyebrow a:hover{color:var(--accent-hover);text-decoration:underline;text-underline-offset:3px}.hero h1{font-size:clamp(2rem,5vw,2.85rem);line-height:1.12;margin:0 0 .65rem;letter-spacing:-.035em}.hero__tagline{font-size:clamp(1rem,2.4vw,1.15rem);font-weight:600;color:var(--accent);margin:0 0 .85rem;letter-spacing:-.02em;line-height:1.35}.hero__positioning{font-size:clamp(1rem,2.4vw,1.12rem);font-weight:600;color:var(--accent);margin:0 0 .85rem;letter-spacing:-.02em;line-height:1.4;max-width:40rem}.hero__lead{font-size:clamp(1rem,2.2vw,1.08rem);color:var(--text-secondary);line-height:1.65;margin:0 0 1.35rem;max-width:38rem}.focus-pills{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0}.focus-pills li{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:.35rem .75rem;background:var(--surface)}.section-intro{max-width:var(--max);margin:-.5rem auto 1.25rem;font-size:.95rem;color:var(--muted);line-height:1.55}.cta-strip{max-width:var(--max);margin:0 auto 3rem;padding:1.35rem 1.35rem 1.45rem;border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(165deg,rgba(var(--accent-rgb),.1),transparent 55%)}.cta-strip__title{margin:0 0 .5rem;font-size:1.05rem;font-weight:700;letter-spacing:-.02em}.cta-strip__body{margin:0 0 1.1rem;font-size:.95rem;color:var(--text-secondary);line-height:1.55;max-width:36rem}.cta-strip__actions{display:flex;flex-wrap:wrap;gap:.65rem}.cta-strip__btn{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.1rem;font-size:.92rem;font-weight:600;text-decoration:none;border-radius:8px;border:1px solid var(--border);color:var(--text);background:transparent;transition:background .15s ease,border-color .15s ease,color .15s ease}.cta-strip__btn:hover{border-color:var(--accent);background:rgba(var(--accent-rgb),.14);color:var(--text)}.cta-strip__btn--primary{border-color:var(--accent);background:rgba(var(--accent-rgb),.22)}.cta-strip__btn--primary:hover{background:rgba(var(--accent-rgb),.32);border-color:var(--accent-hover)}.work-lead{font-size:1.02rem;line-height:1.6;color:var(--text-secondary)}.blog-index{max-width:var(--max);margin:0 auto}.blog-index__title{font-size:clamp(1.75rem,4vw,2.35rem);line-height:1.2;margin:0 0 1.75rem;letter-spacing:-.03em;font-weight:700}.post-list{list-style:none;padding:0;margin:0;display:grid;gap:0}.post-list--blog{margin-top:0}.post-list__item{border-bottom:1px solid var(--border)}.post-list__item:last-child{border-bottom:none}.post-list__link{display:flex;align-items:center;gap:1rem 1.15rem;padding:.85rem .5rem;margin:0 -.5rem;text-decoration:none;color:inherit;border-radius:var(--radius);transition:background .15s ease}.post-list__link:hover{background:var(--surface)}.post-list__media{flex:0 0 7.25rem;width:7.25rem;max-width:32vw}.post-list__thumb{display:block;width:100%;height:auto;aspect-ratio:16 / 10;object-fit:cover;border-radius:6px;border:1px solid var(--border);background:var(--surface);background:color-mix(in srgb,var(--border) 35%,var(--surface))}.post-list__body{flex:1;min-width:0}.post-list__title{font-weight:600;font-size:1.05rem;margin:0 0 .25rem;line-height:1.35}.post-list__meta{font-size:.88rem;color:var(--muted);margin:0;line-height:1.45}@media(max-width:520px){.post-list__media{flex-basis:5.5rem;width:5.5rem}}.section-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin:0 0 1rem}.section-title--spaced{margin-top:3rem}.section{max-width:52rem;margin:0 auto 3.25rem;padding:0 .25rem}.section__heading{font-size:clamp(1.2rem,3vw,1.45rem);font-weight:700;letter-spacing:-.03em;margin:0 0 .5rem}.section__lede{margin:0 0 1.35rem;font-size:.98rem;color:var(--text-secondary);line-height:1.6;max-width:44rem}.section--clients{max-width:52rem}.client-strip__lede{margin-bottom:1.15rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.client-logo-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(10.5rem,1fr));gap:.65rem .85rem}.client-logo-card{display:flex;flex-direction:column;align-items:stretch;justify-content:center;min-height:5.15rem;padding:.65rem .55rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);text-decoration:none;color:var(--text);transition:border-color .15s ease,box-shadow .15s ease;box-shadow:0 1px #00000008}html[data-theme=dark] .client-logo-card{box-shadow:none}.client-logo-card:hover{border-color:rgba(var(--accent-rgb),.38)}.client-logo-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.client-logo-card__logo-slot{display:flex;align-items:center;justify-content:center;width:100%;flex:1;min-height:3.15rem;padding:.5rem .6rem;box-sizing:border-box;border-radius:8px;color:#1a1f17;background:color-mix(in srgb,var(--surface) 88%,var(--border));border:1px solid color-mix(in srgb,var(--border) 55%,transparent)}html[data-theme=dark] .client-logo-card__logo-slot{background:#fffffff7;border-color:#00000012;color:#1a1f17}.client-logo-card__logo{display:block;width:auto;max-width:min(9.25rem,100%);max-height:1.85rem;height:auto;object-fit:contain;object-position:center}html[data-theme=light] .client-logo-card__logo--for-dark-ui,html[data-theme=dark] .client-logo-card__logo--for-light-ui{display:none!important}.client-logo-card__name{font-size:.76rem;font-weight:700;text-align:center;line-height:1.3;letter-spacing:.02em}.proof-strip{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.proof-strip{grid-template-columns:repeat(3,1fr);gap:1.15rem}}.proof-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem}.proof-item__label{margin:0 0 .45rem;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--accent)}.proof-item__outcome{margin:0;font-size:.92rem;line-height:1.55;color:var(--text-secondary)}.card-grid{display:grid;grid-template-columns:1fr;gap:1.15rem}@media(min-width:860px){.card-grid{grid-template-columns:repeat(3,1fr);align-items:stretch}}.service-card{display:flex;flex-direction:column;height:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.2rem 1.25rem 1.35rem}.service-card__title{margin:0 0 .35rem;font-size:1.08rem;font-weight:700;letter-spacing:-.02em}.service-card__subtitle{margin:0 0 .5rem;font-size:.92rem;color:var(--muted);line-height:1.45}.service-card__timeline{margin:0 0 .65rem;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--accent)}.service-card__bullets{margin:0 0 1rem;padding-left:1.1rem;flex:1;font-size:.92rem;line-height:1.55;color:var(--text-secondary)}.service-card__bullets li{margin:.35rem 0}.service-card__cta{font-size:.9rem;font-weight:600;text-decoration:none;margin-top:auto;color:var(--accent)}.service-card__cta:hover{color:var(--accent-hover)}.tech-strip{display:flex;flex-wrap:wrap;gap:.45rem;list-style:none;margin:0 0 1.25rem;padding:0}.tech-strip li{font-size:.82rem;font-weight:600;padding:.35rem .65rem;border-radius:6px;border:1px solid var(--border);background:var(--bg);background:color-mix(in srgb,var(--bg) 88%,var(--border));color:var(--text)}.authority-diagram{max-width:100%;margin:0 0 1.25rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg);background:color-mix(in srgb,var(--bg) 78%,var(--border));overflow:hidden}.authority-diagram__svg{display:block;width:100%;height:auto;max-height:140px}.authority-links{display:flex;flex-wrap:wrap;gap:.65rem 1.25rem;list-style:none;margin:0;padding:0;font-size:.95rem;font-weight:600}.authority-links a{text-decoration:none}.prose--about>p:first-of-type img{display:block;width:min(200px,55vw);height:auto;margin:0 auto 1.25rem;border-radius:50%;border:3px solid var(--border);object-fit:cover;aspect-ratio:1}.deck-embed{margin:1.5rem 0;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);aspect-ratio:16 / 9;max-width:100%}.deck-embed iframe{width:100%;height:100%;border:0}
