.pills[data-astro-cid-rd7extwc]{justify-content:center;padding-top:40px;display:flex}.pills__track[data-astro-cid-rd7extwc]{background-color:var(--surface-track);box-shadow:var(--shadow-track);border-radius:32px;gap:4px;padding:6px;display:flex;position:relative}.pills__tab[data-astro-cid-rd7extwc]{z-index:1;font-family:var(--font-sans);color:color-mix(in srgb, var(--fg) 70%, transparent);border-radius:60px;place-items:center;padding:12px 24px;font-size:16px;font-weight:600;line-height:24px;text-decoration:none;display:grid;position:relative}.pills__label[data-astro-cid-rd7extwc]{grid-area:1/1;transition:opacity .25s}.pills__label--active[data-astro-cid-rd7extwc],.pills__tab[data-astro-cid-rd7extwc][aria-current=page] .pills__label--idle[data-astro-cid-rd7extwc]{opacity:0}.pills__tab[data-astro-cid-rd7extwc][aria-current=page] .pills__label--active[data-astro-cid-rd7extwc]{opacity:1}.pills__tab[data-astro-cid-rd7extwc][data-tab=work] .pills__label--active[data-astro-cid-rd7extwc]{--grad:var(--grad-pill-work)}.pills__tab[data-astro-cid-rd7extwc][data-tab=play] .pills__label--active[data-astro-cid-rd7extwc]{--grad:var(--grad-pill-play)}.pills__thumb[data-astro-cid-rd7extwc]{z-index:0;background-color:var(--surface-solid);box-shadow:var(--shadow-pill);border-radius:60px;width:0;position:absolute;top:6px;bottom:6px;left:6px}@media (prefers-reduced-motion:reduce){.pills__label[data-astro-cid-rd7extwc]{transition:none}}.hero[data-astro-cid-ge2uvauf]{justify-content:center;align-items:center;gap:var(--space-gutter);text-align:center;flex-direction:column;min-height:500px;display:flex;position:relative}.hero__shapes[data-astro-cid-ge2uvauf]{pointer-events:none;position:absolute;inset:0}.hero__shape[data-astro-cid-ge2uvauf]{transform:rotate(var(--rot));will-change:transform, border-radius, background-color;display:block;position:absolute}@media (width<=767px){.hero__shape--desktop[data-astro-cid-ge2uvauf]{display:none}}.hero__title[data-astro-cid-ge2uvauf] .hero__char{transform-style:preserve-3d;will-change:transform;display:inline-block}.hero__title[data-astro-cid-ge2uvauf]{perspective:600px;font-family:var(--font-sans);font-size:var(--step-hero);letter-spacing:-.01em;text-wrap:balance;margin:0;padding-bottom:.08em;font-weight:600;line-height:1.12}.hero__location[data-astro-cid-ge2uvauf]{font-family:var(--font-sans);font-size:var(--step-meta);color:var(--fg);align-items:center;gap:8px;margin:0;font-weight:500;line-height:1;display:flex}.hero__tagline[data-astro-cid-ge2uvauf]{max-width:625px;font-family:var(--font-sans);font-size:var(--step-body);color:var(--fg-body);text-wrap:pretty;margin:0;font-weight:500;line-height:1.7}.hero[data-astro-cid-ge2uvauf][data-view=play] .hero__tagline[data-astro-cid-ge2uvauf]{max-width:700px}@media (width<=1024px){.hero__tagline[data-astro-cid-ge2uvauf]{max-width:485px}.hero[data-astro-cid-ge2uvauf][data-view=play] .hero__tagline[data-astro-cid-ge2uvauf]{max-width:520px}}@media (width<=767px){.hero__tagline[data-astro-cid-ge2uvauf],.hero[data-astro-cid-ge2uvauf][data-view=play] .hero__tagline[data-astro-cid-ge2uvauf]{max-width:265px}}.card[data-astro-cid-y2vllrex]{border-radius:var(--radius-card);background-color:var(--surface-card);grid-template-columns:minmax(0,464px) 1fr;min-height:530px;transition:background-color .3s,transform .3s,box-shadow .3s;display:grid;position:relative;overflow:clip}.card[data-astro-cid-y2vllrex]:hover{background-color:var(--surface-card-hover);box-shadow:var(--shadow-card-hover);transform:scale(1.02)}.card__text[data-astro-cid-y2vllrex]{flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;padding:clamp(1.875rem,1.1rem + 3.2vw,4rem);display:flex}.card__logo[data-astro-cid-y2vllrex]{object-fit:contain;width:auto;height:auto;max-height:48px}.card__title[data-astro-cid-y2vllrex]{font-family:var(--font-sans);font-size:var(--step-title);margin:0;font-weight:700;line-height:1}.card__meta[data-astro-cid-y2vllrex]{font-family:var(--font-sans);font-size:var(--step-meta);letter-spacing:1.1px;color:var(--fg-body);flex-wrap:wrap;align-items:center;gap:4px 10px;margin:0;font-weight:600;line-height:1.3;display:flex}.card__dot[data-astro-cid-y2vllrex]{background-color:var(--fg-bullet);border-radius:100px;width:5px;height:5px;display:block}.card__tagline[data-astro-cid-y2vllrex]{max-width:336px;font-family:var(--font-tight);font-size:var(--step-lead);letter-spacing:1.1px;color:var(--fg-body);margin:0;font-weight:400;line-height:1.7}.card__button[data-astro-cid-y2vllrex]{background-color:var(--surface-solid);width:336px;max-width:100%;font-family:var(--font-sans);color:var(--fg-muted);border-radius:5px;justify-content:center;align-items:center;gap:12px;padding:20px 40px;font-size:18px;font-weight:500;line-height:18px;text-decoration:none;display:inline-flex}.card__arrow[data-astro-cid-y2vllrex]{transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.card[data-astro-cid-y2vllrex]:hover .card__arrow[data-astro-cid-y2vllrex]{transform:translate(4px)}.card__media[data-astro-cid-y2vllrex]{justify-content:center;align-items:center;min-width:0;padding:30px 30px 0 0;display:flex;position:relative}.card__media[data-astro-cid-y2vllrex] img{object-fit:contain;object-position:center bottom;width:100%;height:100%;max-height:470px;display:block}.sr-only[data-astro-cid-y2vllrex]{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=1024px){.card[data-astro-cid-y2vllrex]{grid-template-columns:minmax(0,380px) 1fr}}@media (width<=767px){.card[data-astro-cid-y2vllrex]{grid-template-columns:1fr;min-height:0}.card__media[data-astro-cid-y2vllrex]{order:-1;padding:24px 24px 0}.card__media[data-astro-cid-y2vllrex] img{max-height:260px}.card__button[data-astro-cid-y2vllrex]{width:100%}}@media (prefers-reduced-motion:reduce){.card[data-astro-cid-y2vllrex],.card__arrow[data-astro-cid-y2vllrex]{transition:none}.card[data-astro-cid-y2vllrex]:hover,.card[data-astro-cid-y2vllrex]:hover .card__arrow[data-astro-cid-y2vllrex]{transform:none}}.play-card[data-astro-cid-uzsvj6tx]{background-color:var(--surface-card);text-align:center;border-radius:24px;flex-direction:column;align-items:center;gap:30px;padding:50px;transition:background-color .3s,transform .3s,box-shadow .3s;display:flex}.play-card[data-astro-cid-uzsvj6tx]:hover{background-color:var(--surface-card-hover);box-shadow:var(--shadow-card-hover);transform:scale(1.02)}.play-card__media[data-astro-cid-uzsvj6tx]{border-radius:24px;width:100%;overflow:hidden}.play-card__media[data-astro-cid-uzsvj6tx] img{width:100%;height:auto;transition:transform .4s;display:block}.play-card[data-astro-cid-uzsvj6tx]:hover .play-card__media[data-astro-cid-uzsvj6tx] img{transform:scale(1.04)}.play-card__title[data-astro-cid-uzsvj6tx]{font-family:var(--font-sans);font-size:var(--step-title);margin:0;font-weight:700;line-height:1}.play-card__button[data-astro-cid-uzsvj6tx]{background-color:var(--surface-solid);min-width:200px;font-family:var(--font-sans);color:var(--fg-muted);border-radius:5px;justify-content:center;align-items:center;gap:12px;padding:20px 40px;font-size:18px;font-weight:500;line-height:18px;text-decoration:none;display:inline-flex}.play-card__arrow[data-astro-cid-uzsvj6tx]{transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.play-card[data-astro-cid-uzsvj6tx]:hover .play-card__arrow[data-astro-cid-uzsvj6tx]{transform:translate(4px)}.sr-only[data-astro-cid-uzsvj6tx]{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (width<=767px){.play-card[data-astro-cid-uzsvj6tx]{padding:30px}}@media (prefers-reduced-motion:reduce){.play-card[data-astro-cid-uzsvj6tx],.play-card__arrow[data-astro-cid-uzsvj6tx],.play-card__media[data-astro-cid-uzsvj6tx] img{transition:none}.play-card[data-astro-cid-uzsvj6tx]:hover,.play-card[data-astro-cid-uzsvj6tx]:hover .play-card__arrow[data-astro-cid-uzsvj6tx],.play-card[data-astro-cid-uzsvj6tx]:hover .play-card__media[data-astro-cid-uzsvj6tx] img{transform:none}}.home[data-astro-cid-7aropxhg]{padding-bottom:var(--space-section)}.panel[data-astro-cid-7aropxhg][hidden]{display:none}.panel__projects[data-astro-cid-7aropxhg]{flex-direction:column;gap:96px;display:flex}.panel__play[data-astro-cid-7aropxhg]{grid-template-columns:1fr 1fr;gap:50px;display:grid}@media (width<=767px){.panel__projects[data-astro-cid-7aropxhg]{gap:50px}.panel__play[data-astro-cid-7aropxhg]{grid-template-columns:1fr;gap:30px}}
