:root{--bg:#fff;--text:#000;--muted:#828282;--theme:#b509ac;--divider:#0000001a;--max-width:930px;color:var(--text);background:var(--bg);font-synthesis:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0;padding-top:56px;line-height:1.5}a{color:var(--theme);text-decoration:none}a:hover{text-decoration:underline}.container,.nav-inner,.footer-inner{width:min(var(--max-width), calc(100% - 2rem));margin-inline:auto}.navbar{z-index:10;background:color-mix(in srgb, var(--bg) 94%, transparent);border-bottom:1px solid var(--divider);backdrop-filter:blur(8px);height:56px;position:fixed;inset:0 0 auto}.nav-inner{justify-content:space-between;align-items:center;height:100%;display:flex}.brand{color:var(--text);font-size:1.1rem;font-weight:300}.nav-links{gap:1.5rem;display:flex}.nav-links a{color:var(--muted);font-size:.9rem}.nav-links a.active,.nav-links a:hover{color:var(--theme)}main.container{min-height:calc(100vh - 140px);padding-block:4rem}.hero{grid-template-columns:1fr 290px;align-items:center;gap:4rem;min-height:400px;display:grid}.hero h1,.page-header h1,.post-header h1{margin:.25rem 0 1rem;font-size:clamp(2.25rem,6vw,4rem);font-weight:300;line-height:1.1}.eyebrow{color:var(--theme);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:600}.lead{color:#333;max-width:680px;font-size:1.2rem;line-height:1.65}.brand-line{color:var(--theme);letter-spacing:.02em;margin:-.25rem 0 1rem;font-size:.95rem}.hero-actions{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:2rem;display:flex}.button{color:#fff;background:var(--theme);padding:.75rem 1rem;font-size:.9rem;display:inline-block}.button:hover{color:#fff;background:#8e0787;text-decoration:none}blockquote{border-left:4px solid var(--theme);max-width:620px;margin:2rem 0;padding:1rem 1.5rem;font-size:1.15rem;font-style:italic}blockquote cite{color:var(--muted);margin-top:.75rem;font-size:.9rem;display:block}.profile-image{border-radius:.25rem;width:100%}.latest-posts,.post-list{margin-top:4rem}.section-heading,.page-header{margin-bottom:2rem}.section-heading h2{margin:.25rem 0 0;font-size:2rem;font-weight:400}.intro-section{border-block:1px solid var(--divider);grid-template-columns:1fr 1fr;gap:4rem;margin-top:5rem;padding-block:3rem;display:grid}.intro-section h2,.service-grid h2,.callout h2{margin:.25rem 0 0;font-size:2rem;font-weight:400;line-height:1.25}.intro-section>p{margin:0;font-size:1.05rem}.service-overview,.process-section{margin-top:5rem}.service-cards{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.service-card{color:var(--text);border:1px solid var(--divider);padding:1.5rem;display:block}.service-card:hover{border-color:var(--theme);text-decoration:none}.service-card h3{margin:.25rem 0 .75rem;font-size:1.35rem;font-weight:400;line-height:1.3}.service-card p:not(.card-number){color:#444}.card-number,.process-card>span{color:var(--theme);letter-spacing:.08em;font-size:.8rem;font-weight:600}.process-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.process-card{border-top:2px solid var(--theme);padding:1.25rem 0}.process-card h3{margin:.6rem 0 .35rem;font-size:1.15rem;font-weight:500}.process-card p{color:#444;margin:0}.callout{border:1px solid var(--divider);background:#faf7fb;margin-top:5rem;padding:2.5rem}.callout p{max-width:620px;margin:.75rem 0 1.5rem}.service-hero{max-width:780px;margin-bottom:5rem}.service-hero h1{max-width:780px}.service-grid{border-block:1px solid var(--divider);grid-template-columns:1fr 1.3fr;gap:4rem;padding-block:3rem;display:grid}.feature-list{gap:1rem;margin:0;padding:0;list-style:none;display:grid}.feature-list li{border-bottom:1px solid var(--divider);padding:0 0 1rem 1.5rem}.feature-list li:before{content:"↗";width:1.5rem;color:var(--theme);margin-left:-1.5rem;display:inline-block}.post-card{border-top:1px solid var(--divider);padding:1.5rem 0}.post-card h2{margin:0 0 .5rem;font-size:1.35rem;font-weight:400}.post-card p{margin:.5rem 0}.post-meta{color:var(--muted);font-size:.85rem}.text-link{margin-top:1rem;display:inline-block}.post{max-width:760px;margin-inline:auto}.post-header{margin-bottom:3rem}.post-content{font-size:1.05rem;line-height:1.75}.post-content h2{margin-top:2.5rem;font-size:1.75rem;font-weight:500;line-height:1.25}.post-content h3{margin-top:2rem;font-size:1.3rem}.post-content img{max-width:100%;height:auto}.post-content pre{border:1px solid var(--divider);background:#faf7fb;padding:1rem;overflow-x:auto}.post-content code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.empty-state{text-align:center;padding:8rem 0}footer{color:#ddd;background:#1c1c1d;margin-top:3rem;padding:2rem 0;font-size:.85rem}.footer-inner{justify-content:space-between;gap:1rem;display:flex}footer a{color:#fff}@media (width<=700px){body{padding-top:104px}.navbar{height:auto}.nav-inner{flex-wrap:wrap;padding-block:.6rem 0}.nav-links{border-top:1px solid var(--divider);scrollbar-width:none;flex-basis:100%;gap:1rem;margin-top:.6rem;padding:.55rem 0 .65rem;overflow-x:auto}.nav-links::-webkit-scrollbar{display:none}.nav-links a{white-space:nowrap;font-size:.78rem}.hero{grid-template-columns:1fr;gap:2rem}.profile-image{width:200px}.intro-section,.service-grid{grid-template-columns:1fr;gap:1.5rem}.service-cards,.process-grid{grid-template-columns:1fr}.callout{padding:1.5rem}main.container{padding-block:2.5rem}.footer-inner{flex-direction:column}}
