.svc-hero[data-astro-cid-yvbahnfj]{position:relative;overflow:hidden;padding-top:clamp(2rem,1rem + 3vw,3.5rem);padding-bottom:clamp(3rem,2rem + 4vw,5rem);background:var(--paper)}.svc-hero__inner[data-astro-cid-yvbahnfj]{position:relative;z-index:1}.crumbs[data-astro-cid-yvbahnfj]{display:flex;gap:.6rem;align-items:center;font-family:var(--font-mono);font-size:.78rem;color:var(--text-muted);margin-bottom:2rem}.crumbs[data-astro-cid-yvbahnfj] a[data-astro-cid-yvbahnfj]:hover{color:var(--star)}.svc-hero__grid[data-astro-cid-yvbahnfj]{display:grid;grid-template-columns:1.4fr .9fr;gap:clamp(2rem,1rem + 4vw,4rem);align-items:center}.svc-hero__text[data-astro-cid-yvbahnfj] h1[data-astro-cid-yvbahnfj]{font-size:var(--fs-h1);margin-top:1rem}.svc-hero__intro[data-astro-cid-yvbahnfj]{color:var(--text-dim);font-size:var(--fs-lead);margin-top:1.4rem;max-width:60ch}.svc-hero__cta[data-astro-cid-yvbahnfj]{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2rem}.svc-hero__badges[data-astro-cid-yvbahnfj]{display:flex;gap:1.4rem;align-items:center;margin-top:2rem}.svc-hero__media[data-astro-cid-yvbahnfj]{position:relative}.svc-hero__media[data-astro-cid-yvbahnfj] img[data-astro-cid-yvbahnfj]{width:100%;height:auto;border-radius:var(--r-lg)}.svc-hero__polaris[data-astro-cid-yvbahnfj]{position:absolute;top:-14px;right:-14px;color:var(--star);animation:pulse-star 4s var(--ease) infinite}.grid-3[data-astro-cid-yvbahnfj]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:clamp(2rem,1rem + 3vw,3.5rem)}.grid-auto[data-astro-cid-yvbahnfj]{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.1rem;margin-top:clamp(2rem,1rem + 3vw,3.5rem)}.card--sm[data-astro-cid-yvbahnfj]{padding:1.5rem}.card--sm[data-astro-cid-yvbahnfj] h3[data-astro-cid-yvbahnfj]{font-size:1.15rem;margin-bottom:.6rem}.section--alt[data-astro-cid-yvbahnfj] .card--pov[data-astro-cid-yvbahnfj]{border-left:3px solid var(--star)}.svc-list[data-astro-cid-yvbahnfj]{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 2.5rem;margin-top:clamp(2rem,1rem + 3vw,3.5rem)}.svc-row[data-astro-cid-yvbahnfj]{display:flex;gap:1rem;align-items:flex-start}.svc-row__star[data-astro-cid-yvbahnfj]{color:var(--star);flex:0 0 auto;margin-top:.25rem}.svc-row[data-astro-cid-yvbahnfj] h3[data-astro-cid-yvbahnfj]{font-size:1.15rem;color:var(--ink-text);margin-bottom:.4rem}.svc-row[data-astro-cid-yvbahnfj] p[data-astro-cid-yvbahnfj]{color:var(--ink-dim);font-size:.95rem}.method[data-astro-cid-yvbahnfj]{display:flex;flex-direction:column;gap:0;margin-top:clamp(2rem,1rem + 3vw,3.5rem);counter-reset:step}.method__step[data-astro-cid-yvbahnfj]{display:grid;grid-template-columns:auto 1fr;gap:1.5rem;padding:1.6rem 0;border-top:1px solid var(--line);position:relative}.method__step[data-astro-cid-yvbahnfj]:last-child{border-bottom:1px solid var(--line)}.method__num[data-astro-cid-yvbahnfj]{font-family:var(--font-mono);font-size:1rem;color:var(--star);padding-top:.2rem}.method__body[data-astro-cid-yvbahnfj] h3[data-astro-cid-yvbahnfj]{font-size:var(--fs-h3);margin-bottom:.6rem}.method__body[data-astro-cid-yvbahnfj] p[data-astro-cid-yvbahnfj]{color:var(--text-dim);max-width:75ch}.tech-grid[data-astro-cid-yvbahnfj]{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;margin-top:2.5rem}.tech-item[data-astro-cid-yvbahnfj]{display:flex;flex-direction:column;align-items:center;gap:.7rem;padding:1.4rem .5rem;border:1px solid var(--line);border-radius:var(--r-md);transition:border-color .3s,transform var(--dur) var(--ease)}.tech-item[data-astro-cid-yvbahnfj]:hover{border-color:var(--star);transform:translateY(-3px)}.tech-grid[data-astro-cid-yvbahnfj] img[data-astro-cid-yvbahnfj]{height:40px;width:auto}.tech-grid[data-astro-cid-yvbahnfj] span[data-astro-cid-yvbahnfj]{font-size:.85rem;color:var(--text-dim);font-weight:600}.prose[data-astro-cid-yvbahnfj]{margin-top:1.8rem;display:flex;flex-direction:column;gap:1.1rem}.prose[data-astro-cid-yvbahnfj] p[data-astro-cid-yvbahnfj]{color:var(--ink-dim)}.mini-proj[data-astro-cid-yvbahnfj]{display:flex;flex-direction:column;gap:.9rem}.mini-proj__media[data-astro-cid-yvbahnfj]{aspect-ratio:16 / 10;border-radius:var(--r-md);overflow:hidden;border:1px solid var(--line)}.mini-proj__media[data-astro-cid-yvbahnfj] img[data-astro-cid-yvbahnfj]{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.mini-proj[data-astro-cid-yvbahnfj]:hover .mini-proj__media[data-astro-cid-yvbahnfj] img[data-astro-cid-yvbahnfj]{transform:scale(1.05)}.mini-proj[data-astro-cid-yvbahnfj] h3[data-astro-cid-yvbahnfj]{font-size:1.05rem}.proj-grid[data-astro-cid-yvbahnfj]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:clamp(2rem,1rem + 3vw,3rem)}@media(max-width:900px){.svc-hero__grid[data-astro-cid-yvbahnfj]{grid-template-columns:1fr}.svc-hero__media[data-astro-cid-yvbahnfj]{order:-1;max-width:360px}.grid-3[data-astro-cid-yvbahnfj],.svc-list[data-astro-cid-yvbahnfj],.proj-grid[data-astro-cid-yvbahnfj]{grid-template-columns:1fr 1fr}.tech-grid[data-astro-cid-yvbahnfj]{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.grid-3[data-astro-cid-yvbahnfj],.svc-list[data-astro-cid-yvbahnfj],.proj-grid[data-astro-cid-yvbahnfj]{grid-template-columns:1fr}.tech-grid[data-astro-cid-yvbahnfj]{grid-template-columns:repeat(2,1fr)}.method__step[data-astro-cid-yvbahnfj]{grid-template-columns:1fr;gap:.5rem}}
