:root{--bg:#f7f4ef;--surface:#fff;--surface-soft:#fbf8f3;--ink:#131313;--muted:#5d5750;--line:#1313131c;--line-strong:#13131333;--accent:#141414;--header-height:4.6rem;--hero-viewport-height:100svh;--font-headline:"Avenir Next", "Segoe UI", "Trebuchet MS", sans-serif;--font-body:"Avenir Next", "Segoe UI", "Trebuchet MS", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-height:100vh;color:var(--ink);font-family:var(--font-body);margin:0}a{color:inherit;text-decoration:none}main{display:grid}h1,h2,h3{font-family:var(--font-headline);letter-spacing:-.03em;margin:0;font-weight:500;line-height:1.02}h1{max-width:14ch;font-size:clamp(2.35rem,7vw,5rem)}h2{max-width:13ch;font-size:clamp(1.85rem,5.5vw,3.6rem)}h3{font-size:clamp(1.16rem,3.2vw,1.62rem)}p,li,label,input,textarea,button{font-size:1rem;line-height:1.7}.shell{width:min(1200px,100vw - 1.5rem);margin:0 auto}.flow{gap:.9rem;display:grid}.site-header{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);background:#f7f4efeb;position:sticky;top:0}.header-bar{min-height:var(--header-height);justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 0;display:flex}.brandmark,.header-link,.eyebrow,.capability-label,.approach-label{letter-spacing:.16em;text-transform:uppercase;font-size:.78rem;font-weight:600}.header-link,.eyebrow,.capability-label,.approach-label{color:var(--muted)}.header-links{align-items:center;gap:.9rem;display:inline-flex}.brandmark-lockup{align-items:center;gap:.75rem;display:inline-flex}.brandmark-logo{object-fit:contain;width:2rem;height:2rem;display:block}.hero{min-height:calc(var(--hero-viewport-height) - var(--header-height));height:calc(var(--hero-viewport-height) - var(--header-height));position:relative;overflow:hidden}.hero:before{content:"";z-index:3;background:linear-gradient(110deg,#111111ad 0%,#1111116b 45%,#1111112e 100%);position:absolute;inset:0}.section{padding:2.4rem 0}.hero-stack,.split-grid,.capability-list,.hero-highlights{gap:1.35rem;display:grid}.hero-copy{max-width:64rem;color:var(--bg);text-align:left;margin:0;padding:0}.hero-media{z-index:0;margin:0;position:absolute;inset:0}.hero-media:before{content:"";pointer-events:none;z-index:1;mix-blend-mode:soft-light;opacity:.5;background-image:linear-gradient(#ffffff14 1px,#0000 1px),linear-gradient(90deg,#ffffff14 1px,#0000 1px);background-size:8px 8px;animation:14s linear infinite hero-grid-drift;position:absolute;inset:0}.hero-image{object-fit:cover;object-position:center;opacity:.82;filter:saturate(.82)contrast(1.08)brightness(.78);width:100%;height:100%;display:block;transform:scale(1.02)}.hero-overlay{z-index:4;align-items:center;height:100%;min-height:100%;display:grid;position:relative}.hero-overlay .shell{display:grid}.hero .eyebrow{color:var(--bg)}.hero h1{letter-spacing:-.02em;max-width:14ch;margin:0;line-height:1.04}.hero .lede{max-width:48rem;color:var(--bg);margin:0}.hero .hero-actions{justify-content:flex-start}@keyframes hero-grid-drift{0%{transform:translate(0,0)}to{transform:translate(8px,8px)}}.lede,.capability-copy p,.approach-copy p,.highlight-card p{margin:0}.lede{max-width:42rem;font-size:1.05rem}.compact{max-width:34rem}.hero-actions,.form-actions{flex-wrap:wrap;gap:.85rem;display:flex}.button,button{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:3.05rem;padding:.9rem 1.22rem;font-weight:600;transition:background-color .14s,border-color .14s,transform .14s;display:inline-flex}.button:hover,button:hover{transform:translateY(-1px)}.button-primary,button{background:var(--accent);color:#fff}.text-link{letter-spacing:.01em;border-bottom:1px solid #ffffff73;align-items:center;gap:.45rem;width:fit-content;padding-bottom:.25rem;font-weight:500;display:inline-flex}.text-link span{transition:transform .14s}.text-link:hover span{transform:translate(3px)}.button-secondary{border-color:var(--line);background:0 0}.hero-highlights{grid-template-columns:1fr}.highlight-card{border:1px solid var(--line);background:var(--surface);border-radius:1rem;gap:.55rem;padding:1.15rem 1rem;display:grid}.section-heading{gap:.65rem;margin-bottom:1.1rem;display:grid}.capability-row{gap:.95rem;padding:1.45rem 0;display:grid}.capability-icon{width:8.5rem;max-width:100%;height:6rem;color:var(--ink);justify-self:start;place-items:center;display:grid}.problem-motion{width:100%;height:100%;display:block}.capability-copy{gap:.6rem;display:grid}.approach-row{gap:.95rem;padding:1.45rem 0;display:grid}.approach-copy{gap:.6rem;display:grid}.section-eyebrow{margin:0 0 1.1rem}.contact-section{padding-bottom:3.5rem}.contact-layout{gap:2.5rem;display:grid}.contact-direct{color:var(--muted);margin:0}.contact-direct a{border-bottom:1px solid var(--line-strong)}.site-footer{padding:0 0 2rem}.footer-bar{border-top:1px solid var(--line);gap:.9rem;padding-top:1.25rem;display:grid}.footer-links{flex-wrap:wrap;gap:1rem;display:flex}.footer-links a,.footer-copy{color:var(--muted);font-size:.94rem}.footer-copy{margin:0}.contact-form{background:0 0;border:none;border-radius:0;gap:1.8rem;padding:0;display:grid}.form-row{gap:1rem;display:grid}label{letter-spacing:.13em;text-transform:uppercase;color:var(--muted);gap:.55rem;font-size:.74rem;font-weight:500;display:grid}input,textarea{border:none;border-bottom:1px solid var(--line-strong);width:100%;color:var(--ink);font:inherit;box-shadow:none;background:0 0;border-radius:0;padding:.58rem 0}textarea{resize:vertical;min-height:8.5rem}input:focus,textarea:focus{border-bottom-color:var(--ink);outline:none}button:focus,.button:focus,.brandmark:focus,.header-link:focus{outline-offset:2px;outline:2px solid #1313132e}.contact-form button{border-radius:0;min-height:2.8rem;padding-inline:1.2rem}.form-status{margin:0}.form-status-success{color:#12653e}.form-status-error{color:#9f2914}.legal-page,.blog-page{padding:1.4rem 0 2.8rem}.blog-shell,.blog-post-shell{gap:1.1rem;display:grid}.blog-shell{max-width:52rem}.blog-grid{gap:.95rem;display:grid}.blog-empty{border:1px dashed var(--line-strong);background:var(--surface-soft);color:var(--muted);border-radius:.9rem;margin:0;padding:1.1rem 1rem}.blog-card{border:1px solid var(--line);background:var(--surface);border-radius:1rem;gap:.55rem;padding:1.15rem 1rem;display:grid}.blog-card h2{max-width:100%;font-size:clamp(1.35rem,3.4vw,2rem)}.blog-card p{margin:0}.blog-date{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.9rem}.blog-link{width:fit-content;margin-top:.15rem;font-weight:600;display:inline-flex}.blog-body{gap:1rem;display:grid}.blog-body p,.blog-body ul{margin:0}.blog-body ul{padding-left:1.15rem}.blog-body h1,.blog-body h2,.blog-body h3{max-width:100%}.legal-shell{gap:1rem;max-width:52rem;display:grid}.legal-body{gap:1rem;display:grid}.legal-body h2{max-width:100%;margin:.8rem 0 0;font-size:clamp(1.2rem,2.8vw,1.6rem)}.legal-body p{margin:0}.legal-body ul{margin:0;padding-left:1.2rem}.legal-body li+li{margin-top:.45rem}.legal-body a{color:inherit;text-underline-offset:.14em;text-decoration-thickness:.08em}@media (min-width:760px){.shell{width:min(1200px,100vw - 4rem)}.site-header{background:#f7f4efd1}.section{padding:3.25rem 0}h1{max-width:11ch}.hero-highlights{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-copy{max-width:62rem}.split-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start;gap:3rem}.contact-layout{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start;gap:3.25rem}.capability-row,.approach-row{grid-template-columns:9.5rem minmax(0,1fr);align-items:start;gap:1.6rem}.form-row:first-child{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-bar{grid-template-columns:1fr auto;align-items:center}.legal-page,.blog-page{padding:2.2rem 0 3.5rem}}@media (max-width:759px){.capability-icon{justify-self:center;width:min(100%,22rem);height:clamp(6rem,28vw,8rem)}.site-header{-webkit-backdrop-filter:none;background:#f7f4effa}}@media (min-width:1100px){.section{padding:3rem 0}h1{max-width:12ch;font-size:clamp(3.1rem,4.2vw,4.8rem)}}@media (prefers-reduced-motion:reduce){.hero-media:before{animation:none}}
