.hero[data-astro-cid-lcdefpme]{min-height:100svh;padding:var(--pad);flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden}.hero[data-astro-cid-lcdefpme]:before{content:"";pointer-events:none;background:radial-gradient(circle,#c8f04222 0%,#0000 65%);border-radius:50%;width:55vw;height:55vw;position:absolute;top:-20%;right:-10%}.hero-kicker[data-astro-cid-lcdefpme]{color:var(--accent);margin-bottom:1.5rem}.hero[data-astro-cid-lcdefpme] h1[data-astro-cid-lcdefpme]{text-transform:uppercase;letter-spacing:-.04em;flex-direction:column;font-size:clamp(4rem,17vw,15rem);line-height:.88;display:flex}.line-outline[data-astro-cid-lcdefpme]{color:#0000;-webkit-text-stroke:2px var(--ink);margin-left:clamp(1rem,8vw,9rem)}.line-fill[data-astro-cid-lcdefpme]{color:var(--ink)}.hero-sub[data-astro-cid-lcdefpme]{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem 4rem;margin-top:clamp(1.5rem,4vw,3rem);display:flex}.hero-claim[data-astro-cid-lcdefpme]{letter-spacing:-.02em;gap:.5ch;font-size:clamp(1.4rem,3vw,2.2rem);font-weight:600;display:flex}.flip[data-astro-cid-lcdefpme]{vertical-align:bottom;height:1.35em;color:var(--accent);display:inline-block;overflow:hidden}.flip-track[data-astro-cid-lcdefpme]{flex-direction:column;animation:8s cubic-bezier(.8,0,.2,1) infinite flip;display:flex}.flip-track[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme]{height:1.35em}@keyframes flip{0%,20%{transform:translateY(0)}25%,45%{transform:translateY(-1.35em)}50%,70%{transform:translateY(-2.7em)}75%,95%{transform:translateY(-4.05em)}to{transform:translateY(-5.4em)}}@media (prefers-reduced-motion:reduce){.flip-track[data-astro-cid-lcdefpme]{animation:none}}.hero-text[data-astro-cid-lcdefpme]{max-width:34rem;color:var(--muted)}.hero-meta[data-astro-cid-lcdefpme]{bottom:1.5rem;left:var(--pad);right:var(--pad);color:var(--muted);justify-content:space-between;display:flex;position:absolute}.sr-only[data-astro-cid-lcdefpme]{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}section[data-astro-cid-lcdefpme]{padding-block:clamp(3rem,8vw,6rem)}.section-head[data-astro-cid-lcdefpme]{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:clamp(2rem,5vw,3.5rem);display:flex}.section-head[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme]{text-transform:uppercase;font-size:clamp(2.2rem,6vw,4.5rem)}.index[data-astro-cid-lcdefpme]{color:var(--accent);vertical-align:super;margin-right:.5rem}.project-list[data-astro-cid-lcdefpme]{list-style:none}.project-row[data-astro-cid-lcdefpme]{border-top:1px solid var(--line);grid-template-columns:3rem 1fr auto;align-items:center;gap:1.5rem;padding:clamp(1.2rem,3vw,2rem) 1rem;text-decoration:none;transition:background .3s,color .3s,padding-left .3s;display:grid;position:relative}.project-list[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]:last-child .project-row[data-astro-cid-lcdefpme]{border-bottom:1px solid var(--line)}.row-num[data-astro-cid-lcdefpme]{color:var(--muted)}.row-title[data-astro-cid-lcdefpme]{text-transform:uppercase;letter-spacing:-.03em;font-size:clamp(1.8rem,5vw,4rem);font-weight:600;line-height:1}.row-meta[data-astro-cid-lcdefpme]{text-align:right;color:var(--muted);flex-direction:column;gap:.2rem;display:flex}.row-peek[data-astro-cid-lcdefpme]{opacity:0;pointer-events:none;z-index:2;border-radius:10px;width:clamp(140px,18vw,260px);height:auto;transition:opacity .3s,transform .4s cubic-bezier(.2,.7,.2,1);position:absolute;top:50%;right:18%;transform:translateY(-50%)rotate(-5deg)scale(.85);box-shadow:0 20px 60px #0006}.project-row[data-astro-cid-lcdefpme]:hover,.project-row[data-astro-cid-lcdefpme]:focus-visible{background:var(--p-accent);color:var(--p-ink);padding-left:2rem}.project-row[data-astro-cid-lcdefpme]:hover .row-num[data-astro-cid-lcdefpme],.project-row[data-astro-cid-lcdefpme]:hover .row-meta[data-astro-cid-lcdefpme],.project-row[data-astro-cid-lcdefpme]:focus-visible .row-num[data-astro-cid-lcdefpme],.project-row[data-astro-cid-lcdefpme]:focus-visible .row-meta[data-astro-cid-lcdefpme]{color:inherit}.project-row[data-astro-cid-lcdefpme]:hover .row-peek[data-astro-cid-lcdefpme],.project-row[data-astro-cid-lcdefpme]:focus-visible .row-peek[data-astro-cid-lcdefpme]{opacity:1;transform:translateY(-50%)rotate(-5deg)scale(1)}@media (width<=700px){.row-peek[data-astro-cid-lcdefpme],.row-meta[data-astro-cid-lcdefpme]{display:none}.project-row[data-astro-cid-lcdefpme]{grid-template-columns:2rem 1fr;gap:.8rem}.row-title[data-astro-cid-lcdefpme]{overflow-wrap:anywhere;min-width:0;font-size:clamp(1.5rem,7vw,4rem)}}.note-grid[data-astro-cid-lcdefpme]{grid-template-columns:repeat(auto-fit,minmax(min(20rem,100%),1fr));gap:1.25rem;display:grid}.note-card[data-astro-cid-lcdefpme]{border:1px solid var(--line);background:var(--bg-raise);border-radius:16px;flex-direction:column;gap:1rem;padding:1.75rem;text-decoration:none;transition:transform .3s,border-color .3s;display:flex}.note-card[data-astro-cid-lcdefpme]:hover{border-color:var(--accent);transform:translateY(-4px)rotate(-.5deg)}.note-card--big[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme]{font-size:clamp(1.5rem,3vw,2.2rem)}.note-top[data-astro-cid-lcdefpme]{color:var(--muted);justify-content:space-between;align-items:center;display:flex}.note-card[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme]{font-size:1.35rem}.note-card[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--muted);flex-grow:1}.note-more[data-astro-cid-lcdefpme]{color:var(--accent)}.about-grid[data-astro-cid-lcdefpme]{grid-template-columns:minmax(240px,380px) 1fr;align-items:center;gap:clamp(2rem,6vw,5rem);display:grid}@media (width<=800px){.about-grid[data-astro-cid-lcdefpme]{grid-template-columns:1fr}}.about-portrait[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{border:1px solid var(--line);border-radius:18px;transform:rotate(-2deg)}.about-portrait[data-astro-cid-lcdefpme] figcaption[data-astro-cid-lcdefpme]{color:var(--muted);margin-top:1rem}.about-text[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme]{text-transform:uppercase;margin-bottom:1.5rem;font-size:clamp(1.9rem,4vw,3rem)}.about-text[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{max-width:38rem;margin-bottom:1.2rem}.about-text[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:not(.btn){color:var(--accent)}.about-text[data-astro-cid-lcdefpme] .btn[data-astro-cid-lcdefpme]{margin-top:.8rem}@media (width<=640px){.hero[data-astro-cid-lcdefpme]{padding-bottom:5rem}.hero-kicker[data-astro-cid-lcdefpme]{letter-spacing:.09em;margin-bottom:1rem;font-size:.6rem}.hero[data-astro-cid-lcdefpme] h1[data-astro-cid-lcdefpme]{font-size:clamp(3.2rem,19vw,15rem)}.line-outline[data-astro-cid-lcdefpme]{-webkit-text-stroke-width:1.5px;margin-left:1.25rem}.hero-sub[data-astro-cid-lcdefpme]{flex-direction:column;gap:1.25rem}.hero-meta[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme]:nth-child(2){display:none}.section-head[data-astro-cid-lcdefpme]{flex-direction:column;align-items:flex-start;gap:1.25rem}.project-row[data-astro-cid-lcdefpme]{padding-inline:.25rem}.row-meta[data-astro-cid-lcdefpme]{font-size:.6rem}.note-card[data-astro-cid-lcdefpme]{padding:1.35rem}.about-portrait[data-astro-cid-lcdefpme]{max-width:280px}}
