:root{--bg: #ffffff;--fg: #111111;--muted: #5c5c5c;--subtle: #8a8a8a;--glass: rgb(255 255 255 / .62);--glass-strong: rgb(255 255 255 / .82);--line: rgb(17 17 17 / .1);--font: "Outfit", ui-sans-serif, system-ui, sans-serif;--display: "Syne", "Outfit", ui-sans-serif, system-ui, sans-serif;--radius: 22px;--shadow: 0 0 0 1px rgb(17 17 17 / .08), 0 10px 30px rgb(17 17 17 / .05), inset 0 1px 0 rgb(255 255 255 / .9);--shadow-hover: 0 0 0 1px rgb(17 17 17 / .14), 0 14px 36px rgb(17 17 17 / .07), inset 0 1px 0 rgb(255 255 255 / 1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100dvh;background:radial-gradient(80% 50% at 50% -10%,rgb(17 17 17 / .03),transparent 58%),var(--bg);color:var(--fg);font-family:var(--font);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--display);font-weight:600;letter-spacing:-.03em;text-wrap:balance;margin:0}p{text-wrap:pretty}.glass,.glass-strong{background:var(--glass);backdrop-filter:blur(28px) saturate(1.35);-webkit-backdrop-filter:blur(28px) saturate(1.35);box-shadow:var(--shadow)}.glass-strong{background:var(--glass-strong)}.glass:hover{box-shadow:var(--shadow-hover)}.nav-wrap{position:fixed;inset:0 0 auto;z-index:40;padding:16px 24px 0}.nav{max-width:1152px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:999px;padding:8px 16px 8px 12px}.brand img{width:40px;height:40px;object-fit:contain}.nav-links{display:none;gap:4px}.nav-links a,.mobile-nav a{display:inline-flex;align-items:center;min-height:44px;padding:0 16px;color:var(--muted);font-size:14px}.nav-links a:hover{color:var(--fg)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border-radius:999px;background:var(--fg);color:#fff;font:500 14px var(--font);border:0;cursor:pointer}.btn.ghost{background:var(--glass);color:var(--fg);box-shadow:var(--shadow)}.menu-btn{min-height:44px;background:none;border:0;color:var(--fg);font:500 14px var(--font);cursor:pointer}.mobile-nav{max-width:1152px;margin:8px auto 0;border-radius:var(--radius);display:flex;flex-direction:column;padding:8px}.mobile-nav[hidden]{display:none}.hero{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:128px 24px 96px}.hero-mark{width:min(42vw,220px);margin-bottom:32px}.hero h1{font-size:clamp(2rem,6vw,4.25rem);line-height:1.05}.lede{max-width:28rem;color:var(--muted);font-size:16px;line-height:1.6;margin:24px 0 0}.lede.left{text-align:left}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:40px;justify-content:center}section{padding:96px 24px;max-width:1200px;margin:0 auto}.kicker{margin:0;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--subtle);font-weight:500}section h2{margin-top:12px;font-size:clamp(2rem,4vw,3rem)}.grid-2,.grid-4{display:grid;gap:12px;margin-top:48px}.card{border-radius:22px;padding:28px}.card-top{display:flex;justify-content:space-between;color:var(--subtle);font-size:12px;letter-spacing:.16em;text-transform:uppercase}.card h3{margin-top:32px;font-size:1.75rem}.card p,.work-list p{color:var(--muted);line-height:1.6;font-size:15px}.idx{color:var(--subtle);font-family:var(--display);font-size:14px}.work-list{list-style:none;padding:0;margin:48px 0 0;border-top:1px solid var(--line)}.work-list li{border-bottom:1px solid var(--line)}.work-list a{display:block;padding:28px 0}.work-row{display:flex;flex-direction:column;gap:4px}.work-row strong{font-family:var(--display);font-size:1.75rem;font-weight:600}.work-row span{color:var(--muted);font-size:14px}.contact{display:grid;gap:40px}.form-wrap{border-radius:28px;padding:32px}form{display:flex;flex-direction:column;gap:16px}label{display:flex;flex-direction:column;gap:8px;color:var(--muted);font-size:14px}input,select,textarea{min-height:44px;border:0;border-radius:14px;padding:12px 16px;background:#f3f3f3;color:var(--fg);font:400 15px var(--font);box-shadow:0 0 0 1px #1111111a}textarea{min-height:120px;resize:vertical}.thanks-title{font-family:var(--display);font-size:1.75rem;margin:0 0 12px}footer{border-top:1px solid var(--line);padding:40px 24px;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:24px}footer img{width:64px;height:64px;object-fit:contain}footer div{display:flex;flex-direction:column;gap:4px;color:var(--muted);font-size:14px}footer a{color:var(--fg)}@media(min-width:768px){.nav-links{display:flex}.nav .btn{display:inline-flex}.menu-btn{display:none}.grid-2{grid-template-columns:1fr 1fr}.grid-4{grid-template-columns:repeat(4,1fr)}.work-row{flex-direction:row;justify-content:space-between;align-items:baseline}footer{flex-direction:row;justify-content:space-between;align-items:flex-end}}@media(min-width:1024px){.contact{grid-template-columns:1fr 1fr;gap:64px}}@media(max-width:767px){.nav .btn{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
