:root{color:#141414;font-synthesis:none;--paper:#f4f2ed;--ink:#141414;--muted:#6e6a63;--line:#d8d4cc;--accent:#ff5a36;--soft:#e9e5dd;--dark:#171717;background:#f4f2ed;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}.site-shell{border:1px solid var(--line);background:#faf9f6;border-radius:24px;width:min(1480px,100% - 32px);margin:16px auto;overflow:hidden}.site-header{border-bottom:1px solid var(--line);grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;min-height:78px;padding:0 32px;display:grid}.site-header .brand{letter-spacing:-.02em;font-size:16px;font-weight:800}.site-header nav{color:var(--muted);gap:26px;font-size:13px;display:flex}.site-header nav a:hover{color:var(--ink)}.preview-status{border:1px solid var(--line);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;justify-self:end;width:fit-content;padding:6px 10px;font-size:10px;font-weight:800;display:inline-flex}.preview-status--draft{background:#fff1c9}.preview-status--active{background:#dff6df}.preview-status--archived{background:#e2e2e2}.section{padding:100px clamp(28px,6vw,96px)}.eyebrow{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;margin:0 0 18px;font-size:11px;font-weight:800}h1,h2,h3,p{margin-top:0}h1,h2{letter-spacing:-.055em;line-height:.98}h1{max-width:900px;margin-bottom:28px;font-size:clamp(64px,10vw,150px);font-weight:650}h2{max-width:820px;margin-bottom:26px;font-size:clamp(42px,6vw,82px);font-weight:600}.hero{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:center;gap:40px;min-height:720px;display:grid}.hero-description,.body-large{max-width:680px;color:var(--muted);font-size:clamp(18px,2vw,24px);line-height:1.5}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:36px;display:flex}.button{border:1px solid var(--ink);border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-size:13px;font-weight:750;display:inline-flex}.button--primary{background:var(--ink);color:#fff}.button--ghost{background:0 0}.button--light{color:var(--ink);background:#fff;border-color:#fff;flex:none}.hero-art{aspect-ratio:1;justify-self:end;width:100%;max-width:520px;position:relative}.hero-orbit,.hero-core{border-radius:50%;position:absolute;inset:50%;transform:translate(-50%,-50%)}.hero-orbit{border:1px solid var(--line)}.hero-orbit--one{width:100%;height:100%}.hero-orbit--two{width:68%;height:68%}.hero-core{background:var(--accent);width:34%;height:34%;box-shadow:48px -58px 0 -20px #1e1e1e}.split-section{border-top:1px solid var(--line);grid-template-columns:.45fr 1fr;gap:60px;display:grid}.services{border-top:1px solid var(--line);background:var(--soft)}.section-heading{margin-bottom:56px}.service-grid{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.service-card{border-right:1px solid var(--line);min-height:300px;padding:30px 30px 10px 0}.service-card+.service-card{padding-left:30px}.service-card:last-child{border-right:0}.service-card>span{color:var(--muted);font-size:12px}.service-card h3{letter-spacing:-.03em;margin:90px 0 16px;font-size:28px}.service-card p{max-width:340px;color:var(--muted);line-height:1.6}.cta{background:var(--dark);color:#fff;justify-content:space-between;align-items:end;gap:40px;display:flex}.cta p:not(.eyebrow){color:#b8b8b8;max-width:720px;font-size:18px;line-height:1.6}.contact{min-height:480px}.site-footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;gap:24px;padding:28px 32px;font-size:12px;display:flex}.site-footer strong{color:var(--ink)}.preview-hub,.not-found{width:min(1000px,100% - 40px);margin:0 auto;padding:90px 0}.preview-hub__heading{margin-bottom:48px}.preview-hub__heading h1,.not-found h1{max-width:900px;font-size:clamp(52px,8vw,100px)}.preview-hub__heading>p:last-child,.not-found>p{max-width:650px;color:var(--muted);font-size:18px;line-height:1.6}.preview-list{gap:12px;display:grid}.preview-card{border:1px solid var(--line);background:#faf9f6;border-radius:18px;justify-content:space-between;align-items:center;gap:24px;min-height:160px;padding:24px;display:flex}.preview-card:hover{transform:translateY(-2px)}.preview-card h2{margin:16px 0 6px;font-size:34px}.preview-card p{color:var(--muted);margin:0}.preview-card>span:last-child{font-size:34px}.message-card{border:1px solid var(--line);background:#faf9f6;border-radius:16px;padding:24px}.message-card--error{background:#fff1ef;border-color:#e0a8a0}.not-found .button{margin-top:24px}@media (width<=900px){.site-header{grid-template-columns:1fr auto}.site-header nav{display:none}.hero{grid-template-columns:1fr;min-height:auto}.hero-art{justify-self:start;max-width:380px}.split-section{grid-template-columns:1fr;gap:20px}.service-grid{grid-template-columns:1fr}.service-card,.service-card+.service-card{border-right:0;border-bottom:1px solid var(--line);min-height:auto;padding:28px 0}.service-card:last-child{border-bottom:0}.service-card h3{margin-top:44px}.cta{flex-direction:column;align-items:start}}@media (width<=560px){.site-shell{border-radius:16px;width:calc(100% - 16px);margin:8px auto}.site-header{min-height:68px;padding:0 18px}.section{padding:70px 22px}h1{font-size:54px}h2{font-size:42px}.hero-art{max-width:300px}.site-footer{flex-direction:column;padding:24px 20px}.preview-hub,.not-found{width:min(100% - 28px,1000px);padding:64px 0}}
