.dashed-lines[data-astro-cid-olunqidp]{position:relative;width:100vw;background:transparent;display:flex;flex-direction:column;gap:var(--gap);hr{width:100%;border:none;border-top:2px dashed var(--color-primary-80);margin:0;background:transparent;opacity:var(--dot-opacity)}}.main-container[data-astro-cid-mmc7otgs]{display:flex;align-items:center;justify-content:center;min-height:80vh;padding:2rem}.content-container[data-astro-cid-mmc7otgs]{width:100%;max-width:650px;margin:0 auto}.content[data-astro-cid-mmc7otgs]{text-align:center;.greeting{font-size:clamp(1rem,2vw,1.2rem);font-weight:500;color:var(--color-text-secondary);margin:0 0 .5rem;letter-spacing:.05em;opacity:0;animation:fadeSlideUp .6s ease forwards;animation-delay:.1s}h1{font-size:clamp(2.8rem,6vw,4.5rem);font-weight:700;letter-spacing:-.03em;margin:0 0 1rem;color:var(--color-text-primary);line-height:1.05;opacity:0;animation:fadeSlideUp .7s ease forwards;animation-delay:.2s}.tagline{font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:400;color:var(--color-text-secondary);margin:0 0 3rem;line-height:1.4;opacity:0;animation:fadeSlideUp .7s ease forwards;animation-delay:.35s}}.social-links[data-astro-cid-mmc7otgs]{display:flex;justify-content:center;gap:1.5rem;margin:0 0 3rem;opacity:0;animation:fadeSlideUp .7s ease forwards;animation-delay:.5s}.social-link[data-astro-cid-mmc7otgs]{display:flex;align-items:center;justify-content:center;width:56px;height:56px;color:var(--color-text-secondary);text-decoration:none;border-radius:50%;transition:all .25s cubic-bezier(.4,0,.2,1);&[data-astro-cid-mmc7otgs]:hover{color:var(--color-text-primary);background:var(--color-surface-alt);transform:translateY(-2px)}}.social-icon[data-astro-cid-mmc7otgs]{width:28px;height:28px}.actions[data-astro-cid-mmc7otgs]{display:flex;justify-content:center;opacity:0;animation:fadeSlideUp .7s ease forwards;animation-delay:.65s}.btn[data-astro-cid-mmc7otgs]{display:inline-flex;align-items:center;padding:.8rem 2rem;font-size:1rem;font-weight:500;color:var(--color-text-primary);text-decoration:none;border:1px solid var(--color-text-primary);background:transparent;transition:all .2s ease;&[data-astro-cid-mmc7otgs]:hover{background:var(--color-text-primary);color:var(--color-background)}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.main-container[data-astro-cid-mmc7otgs]{padding:1.5rem;min-height:90vh}.social-links[data-astro-cid-mmc7otgs]{gap:1.2rem;margin:0 0 2.5rem}.social-link[data-astro-cid-mmc7otgs]{width:52px;height:52px}.social-icon[data-astro-cid-mmc7otgs]{width:26px;height:26px}}@media(max-width:480px){.main-container[data-astro-cid-mmc7otgs]{padding:1rem}.content[data-astro-cid-mmc7otgs] h1[data-astro-cid-mmc7otgs]{margin-bottom:.8rem}.tagline[data-astro-cid-mmc7otgs]{margin-bottom:2.5rem}.social-links[data-astro-cid-mmc7otgs]{gap:1rem;margin-bottom:2rem}.btn[data-astro-cid-mmc7otgs]{padding:.9rem 1.8rem;font-size:.95rem}}@media(prefers-reduced-motion:reduce){.content[data-astro-cid-mmc7otgs] .greeting[data-astro-cid-mmc7otgs],.content[data-astro-cid-mmc7otgs] h1[data-astro-cid-mmc7otgs],.content[data-astro-cid-mmc7otgs] .tagline[data-astro-cid-mmc7otgs],.social-links[data-astro-cid-mmc7otgs],.actions[data-astro-cid-mmc7otgs]{animation:none;opacity:1}}.theme-toggle{background:var(--color-icon);border:none;border-radius:50%;width:auto;height:100%;display:flex;align-items:center;justify-content:center;padding:8px;cursor:pointer;transition:background .3s ease,transform .2s ease;&:hover{transform:scale(1.1)}svg{width:24px;height:24px;transition:transform .3s ease,opacity .3s ease}}.navbar[data-astro-cid-ymhdp2rl]{display:flex;align-items:center;justify-content:space-between;padding:clamp(12px,2vh,24px) clamp(16px,4vw,48px);width:100%;position:relative}.navbar-title[data-astro-cid-ymhdp2rl]{display:flex;align-items:center}.navbar-main-title[data-astro-cid-ymhdp2rl]{color:var(--color-text-primary);font-size:1.5rem;font-weight:800;letter-spacing:1px;font-family:Outfit Variable,sans-serif}.nav-toggle[data-astro-cid-ymhdp2rl]{position:absolute!important;opacity:0!important;width:0!important;height:0!important;pointer-events:none!important}.menu-btn[data-astro-cid-ymhdp2rl]{display:none;background:none;border:none;cursor:pointer;padding:6px;margin-left:12px;align-items:center;justify-content:center}.hamburger[data-astro-cid-ymhdp2rl]{display:block;width:22px;height:2px;background:var(--color-text-primary);position:relative;transition:transform .16s ease-in-out}.hamburger[data-astro-cid-ymhdp2rl]:before,.hamburger[data-astro-cid-ymhdp2rl]:after{content:"";position:absolute;left:0;width:22px;height:2px;background:var(--color-text-primary);transition:transform .16s ease-in-out,top .16s ease-in-out,opacity .16s}.hamburger[data-astro-cid-ymhdp2rl]:before{top:-7px}.hamburger[data-astro-cid-ymhdp2rl]:after{top:7px}.nav-list[data-astro-cid-ymhdp2rl]{display:flex;gap:2rem;list-style:none;margin:0;padding:0;align-items:center}.nav-list[data-astro-cid-ymhdp2rl] li[data-astro-cid-ymhdp2rl] a[data-astro-cid-ymhdp2rl]{color:var(--color-text-primary);text-decoration:none;font-weight:500;transition:all .25s;&[data-astro-cid-ymhdp2rl]:hover{background:var(--color-icon-inverse)}}.theme-switch[data-astro-cid-ymhdp2rl]{display:flex;align-items:center}@media(max-width:768px){.menu-btn[data-astro-cid-ymhdp2rl]{display:flex}.nav-list[data-astro-cid-ymhdp2rl]{display:none;position:absolute;top:calc(100% + 8px);right:12px;flex-direction:column;gap:12px;padding:12px;min-width:180px;border-radius:8px;background:var(--color-border)}.nav-toggle[data-astro-cid-ymhdp2rl]:checked~.nav-list[data-astro-cid-ymhdp2rl]{display:flex}.nav-toggle[data-astro-cid-ymhdp2rl]:checked+.menu-btn[data-astro-cid-ymhdp2rl] .hamburger[data-astro-cid-ymhdp2rl]{background:transparent}.nav-toggle[data-astro-cid-ymhdp2rl]:checked+.menu-btn[data-astro-cid-ymhdp2rl] .hamburger[data-astro-cid-ymhdp2rl]:before{transform:rotate(45deg);top:0}.nav-toggle[data-astro-cid-ymhdp2rl]:checked+.menu-btn[data-astro-cid-ymhdp2rl] .hamburger[data-astro-cid-ymhdp2rl]:after{transform:rotate(-45deg);top:0}.nav-list[data-astro-cid-ymhdp2rl] li[data-astro-cid-ymhdp2rl]{width:100%}.nav-list[data-astro-cid-ymhdp2rl] a[data-astro-cid-ymhdp2rl]{display:block;padding:8px 4px}.theme-switch[data-astro-cid-ymhdp2rl]{padding-left:4px}}.menu-btn[data-astro-cid-ymhdp2rl]:focus{outline:2px solid rgba(0,0,0,.12);border-radius:6px}.skill-card[data-astro-cid-2loa4frs]{position:relative;display:flex;flex-direction:column;width:100%;height:100%;padding:18px 20px;background:var(--color-surface);border:2px dashed var(--color-border);transition:border-color .25s,transform .25s,box-shadow .25s}@media(hover:hover){.skill-card[data-astro-cid-2loa4frs]:hover{border-color:var(--color-primary);transform:translateY(-2px);box-shadow:0 4px 10px var(--color-shadow-soft)}}.skill-card[data-astro-cid-2loa4frs]:focus-within{outline:2px solid var(--color-focus-ring);outline-offset:2px}.skill-card-title[data-astro-cid-2loa4frs]{font-size:1.2rem;line-height:1.2;font-weight:800;display:flex;align-items:center;justify-content:flex-start;margin:0;letter-spacing:.5px;-webkit-background-clip:text;color:var(--color-text-primary);gap:.55rem}.skill-card-icon[data-astro-cid-2loa4frs]{width:1.6em;height:1.6em;margin-bottom:4px}.skill-card-content[data-astro-cid-2loa4frs]{font-size:1rem;line-height:1.8;color:var(--color-text-primary);margin:0}.skill-card[data-astro-cid-2loa4frs]{will-change:transform,opacity,filter}.introduction-main-container[data-astro-cid-nsjwu2yv]{display:grid;grid-template-columns:1fr;justify-items:center;width:100%;margin-top:10vh;padding-inline:42px;gap:24px;@media(min-width:768px){width:768px;padding-inline:32px}@media(min-width:1024px){width:80vw;grid-template-columns:repeat(2,1fr);grid-auto-rows:auto;gap:16px;.introduction-title{grid-column:1 / -1}.introduction-image-container{align-self:start;order:2}.introduction-content{align-self:start;order:1}}}.introduction-title[data-astro-cid-nsjwu2yv]{width:100%;text-align:left;font-size:clamp(2.4rem,4.4vw,3.4rem)}.introduction-image-container[data-astro-cid-nsjwu2yv]{position:relative;display:flex;justify-content:center;align-items:center;width:60%;@media(min-width:480px){max-width:280px}@media(min-width:768px){max-width:360px}@media(min-width:1024px){max-width:480px}.introduction-image{padding:16px;height:fit-content;background:var(--color-surface);border:3px dashed var(--color-primary-20);border-radius:64px 0;.intro-portrait{width:100%;height:auto;border-radius:50px 0;filter:grayscale(1) brightness(.98) contrast(1.05);animation:introImagePulse 6s ease-in-out infinite;transition:all .3s ease-in-out}&:hover{scale:1.01;box-shadow:0 0 0 1px var(--color-shadow),0 8px 24px var(--color-shadow-strong);border:2px dashed var(--color-primary);.intro-portrait{filter:none}}}}.introduction-content[data-astro-cid-nsjwu2yv]{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:16px}.introduction-description[data-astro-cid-nsjwu2yv]{font-size:1.05rem;line-height:1.7;font-weight:400;color:var(--color-text-secondary);letter-spacing:.2px;-webkit-hyphens:auto;&[data-astro-cid-nsjwu2yv]:first-of-type{text-indent:0;&[data-astro-cid-nsjwu2yv]:first-letter{float:left;font-size:3.4rem;line-height:.9;font-weight:700;margin:4px 8px 0 0;font-family:Outfit Variable,sans-serif;color:var(--color-text-primary)}}}.keyword-blurb[data-astro-cid-nsjwu2yv] strong[data-astro-cid-nsjwu2yv]{color:var(--color-text-primary);font-weight:600}.introduction-skills[data-astro-cid-nsjwu2yv]{display:grid;grid-template-columns:1fr;justify-items:center;gap:24px;width:100%;margin-top:16px}.introduction-skills[data-astro-cid-nsjwu2yv]>h3[data-astro-cid-nsjwu2yv]{width:100%;margin:0;font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.2}.skills-list[data-astro-cid-nsjwu2yv]{list-style:none;padding:0;margin:0;display:contents}@media(min-width:768px){.introduction-skills[data-astro-cid-nsjwu2yv]{grid-template-columns:repeat(2,1fr)}.introduction-skills[data-astro-cid-nsjwu2yv]>h3[data-astro-cid-nsjwu2yv]{grid-column:1 / -1}}.visually-hidden[data-astro-cid-nsjwu2yv]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}figcaption[data-astro-cid-nsjwu2yv]{position:absolute;bottom:-40px;left:0;right:0;font-size:.85rem;color:var(--color-text-secondary);text-align:center;padding:8px;background:var(--color-surface);border-radius:8px;opacity:0;visibility:hidden;transition:all .3s ease-in-out;box-shadow:0 2px 8px var(--color-shadow);border:1px solid var(--color-primary-20)}.introduction-image[data-astro-cid-nsjwu2yv]:hover figcaption[data-astro-cid-nsjwu2yv]{opacity:1;visibility:visible;bottom:-35px}[data-astro-cid-nsjwu2yv]{transition:all .3s ease-in-out}.experience-section[data-astro-cid-ikfu6dz7]{width:100%;display:flex;flex-direction:column;align-items:center;padding:3rem 1rem 4rem;gap:32px;margin-top:10vh}.section-title[data-astro-cid-ikfu6dz7]{font-size:clamp(2.4rem,4.5vw,3.4rem);letter-spacing:1px;font-weight:600;text-align:center;width:100%;margin-block:32px}.timeline[data-astro-cid-ikfu6dz7]{--line-width: 3px;width:min(1200px,80%);list-style:none;position:relative;display:flex;flex-direction:column;gap:32px}.timeline[data-astro-cid-ikfu6dz7]:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:var(--line-width);transform:translate(-50%);background:linear-gradient(to bottom,var(--color-primary-20) 0%,var(--color-primary-40) 40%,var(--color-primary-20) 100%)}.timeline-item[data-astro-cid-ikfu6dz7]{position:relative}.timeline-item[data-astro-cid-ikfu6dz7] .marker[data-astro-cid-ikfu6dz7]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;border-radius:50%;background:var(--color-primary);box-shadow:0 4px 10px -2px var(--color-shadow-strong)}.timeline-item[data-astro-cid-ikfu6dz7] .card[data-astro-cid-ikfu6dz7]{background:var(--color-surface);border:2px dashed var(--color-border);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1.25rem;width:100%;box-shadow:0 2px 8px -2px var(--color-shadow-soft),0 4px 12px -3px var(--color-shadow);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.timeline-item[data-astro-cid-ikfu6dz7] .card[data-astro-cid-ikfu6dz7]:hover{transform:translateY(-8px);border-color:var(--color-primary-40);box-shadow:0 12px 28px -4px var(--color-shadow),0 20px 40px -6px var(--color-shadow-strong)}.card-head[data-astro-cid-ikfu6dz7]{display:flex;flex-direction:column;gap:.5rem;border-bottom:1px solid var(--color-border);padding-bottom:1rem;margin-bottom:.5rem}.role[data-astro-cid-ikfu6dz7]{font-size:clamp(1.25rem,1vw + 1.05rem,1.55rem);line-height:1.3;font-weight:700;color:var(--color-text-primary);margin:0;letter-spacing:-.3px}.meta[data-astro-cid-ikfu6dz7]{display:flex;flex-wrap:wrap;gap:.65rem;font-size:.85rem;text-transform:capitalize;letter-spacing:.05em;font-weight:500;color:var(--color-text-muted);margin:0}.meta[data-astro-cid-ikfu6dz7] .company[data-astro-cid-ikfu6dz7]{position:relative}.meta[data-astro-cid-ikfu6dz7] .company[data-astro-cid-ikfu6dz7]:after{content:"•";margin-left:.6rem;opacity:.55}.meta[data-astro-cid-ikfu6dz7] .company[data-astro-cid-ikfu6dz7]:last-child:after{content:none}.meta[data-astro-cid-ikfu6dz7] .period[data-astro-cid-ikfu6dz7]:after{content:"•";margin-left:.6rem;opacity:.55}.meta[data-astro-cid-ikfu6dz7] .location[data-astro-cid-ikfu6dz7]{display:inline}.description[data-astro-cid-ikfu6dz7]{margin:0;font-size:1rem;line-height:1.8;color:var(--color-text-secondary);letter-spacing:.2px}.tech[data-astro-cid-ikfu6dz7]{--badge-bg: var(--color-surface-alt);display:flex;flex-wrap:wrap;gap:.6rem;padding:.5rem 0 0;margin:0;list-style:none}.tech[data-astro-cid-ikfu6dz7] div[data-astro-cid-ikfu6dz7]{font-size:.75rem;letter-spacing:.08em;font-weight:700;padding:.5rem .85rem;border-radius:12px;background:var(--badge-bg);border:1px solid var(--color-border);color:var(--color-text-muted);transition:all .2s ease}.tech[data-astro-cid-ikfu6dz7] div[data-astro-cid-ikfu6dz7]:hover{border-color:var(--color-primary-40);color:var(--color-text-primary)}@media(min-width:850px){.timeline[data-astro-cid-ikfu6dz7]{--center-gap: 4rem;gap:3.5rem;padding-inline:.5rem}.timeline-item[data-astro-cid-ikfu6dz7]{display:grid;grid-template-columns:1fr var(--line-width) 1fr;align-items:center;min-height:26px}.timeline-item[data-astro-cid-ikfu6dz7][data-index]:nth-of-type(odd) .card[data-astro-cid-ikfu6dz7]{grid-column:1/2;justify-self:end;max-width:calc(100% - var(--center-gap));margin-right:var(--center-gap)}.timeline-item[data-astro-cid-ikfu6dz7][data-index]:nth-of-type(2n) .card[data-astro-cid-ikfu6dz7]{grid-column:3/4;justify-self:start;max-width:calc(100% - var(--center-gap));margin-left:var(--center-gap)}}@media(max-width:850px){.timeline[data-astro-cid-ikfu6dz7]:before{left:.4rem;width:3px;transform:none;background:linear-gradient(to bottom,var(--color-primary-40) 0%,var(--color-primary-20) 100%);opacity:.4}.timeline-item[data-astro-cid-ikfu6dz7] .marker[data-astro-cid-ikfu6dz7]{left:.5rem;width:18px;height:18px;top:1.4rem;transform:translate(-50%);box-shadow:0 3px 8px -2px var(--color-shadow)}.timeline-item[data-astro-cid-ikfu6dz7] .card[data-astro-cid-ikfu6dz7]{margin-left:2.2rem}}@media(prefers-reduced-motion:reduce){.timeline-item[data-astro-cid-ikfu6dz7] .card[data-astro-cid-ikfu6dz7]{transition:none}.timeline-item[data-astro-cid-ikfu6dz7] .card[data-astro-cid-ikfu6dz7]:hover{transform:none}}.section-title[data-astro-cid-ikfu6dz7],.timeline-item[data-astro-cid-ikfu6dz7] .card[data-astro-cid-ikfu6dz7],.tech[data-astro-cid-ikfu6dz7] div[data-astro-cid-ikfu6dz7]{will-change:filter,opacity,transform}.tech-section[data-astro-cid-3qx6t4dw]{width:100%;display:flex;flex-direction:column;align-items:center;gap:2rem;padding:clamp(2rem,5vw,3rem) 1rem clamp(2.5rem,6vw,3.5rem)}.tech-title[data-astro-cid-3qx6t4dw]{font-size:clamp(2rem,5vw,3rem);margin:0;letter-spacing:1px;font-weight:600;text-align:center}.grid[data-astro-cid-3qx6t4dw]{width:min(1200px,92%);display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.group[data-astro-cid-3qx6t4dw]{height:max-content;display:flex;flex-direction:column;gap:.8rem}.badges[data-astro-cid-3qx6t4dw]{display:flex;flex-wrap:wrap;justify-content:center;gap:.9rem;width:100%}.badge[data-astro-cid-3qx6t4dw]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-height:clamp(120px,25vw,150px);width:clamp(100px,25%,140px);text-align:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;color:var(--color-text-muted);line-height:1.2;font-weight:600;letter-spacing:.02em;text-transform:none;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px var(--color-shadow-soft)}.badge[data-astro-cid-3qx6t4dw] span[data-astro-cid-3qx6t4dw]{font-size:clamp(.85rem,3vw,1rem)}@media(hover:hover){.badge[data-astro-cid-3qx6t4dw]:hover{transform:translateY(-4px);background:var(--color-surface-alt);border-color:var(--color-primary-40);color:var(--color-text-primary);box-shadow:0 8px 25px -5px var(--color-shadow)}}.icon[data-astro-cid-3qx6t4dw]{width:clamp(36px,10vw,56px);height:clamp(36px,10vw,56px);display:block}.tech-title[data-astro-cid-3qx6t4dw],.badge[data-astro-cid-3qx6t4dw]{will-change:filter,opacity,transform}.project-card[data-astro-cid-oeghznkx]{position:relative}.card[data-astro-cid-oeghznkx]{position:relative;background:var(--color-surface);border:2px dashed var(--color-border);border-radius:24px;padding:1.45rem 1.5rem 2rem;display:flex;flex-direction:column;gap:1.05rem;height:96%;box-shadow:0 3px 8px -2px var(--color-shadow-soft),0 6px 18px -3px var(--color-shadow);transition:border-color .25s,transform .25s,box-shadow .25s}@media(hover:hover){.card[data-astro-cid-oeghznkx]:hover{border-color:var(--color-primary-40);transform:translateY(-4px);box-shadow:0 10px 22px -4px var(--color-shadow),0 18px 36px -6px var(--color-shadow-strong)}.card[data-astro-cid-oeghznkx]:hover .media[data-astro-cid-oeghznkx] img[data-astro-cid-oeghznkx]{transform:scale(1.04);filter:brightness(.98) contrast(1.08) saturate(1.05)}}.media[data-astro-cid-oeghznkx]{position:relative;aspect-ratio:4/2;width:100%;margin:0;overflow:hidden;border-radius:14px;background:var(--color-surface-alt);border:1px solid var(--color-border)}.media[data-astro-cid-oeghznkx] img[data-astro-cid-oeghznkx]{width:100%;height:100%;object-fit:fill;display:block;filter:brightness(.92) contrast(1.05) saturate(.95);transition:transform .5s ease,filter .5s ease}.visually-hidden[data-astro-cid-oeghznkx]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.card-head[data-astro-cid-oeghznkx]{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.card-title[data-astro-cid-oeghznkx]{margin:0;font-size:1.39rem;line-height:1.25;font-weight:700;letter-spacing:.5px;width:100%}.year[data-astro-cid-oeghznkx]{font-size:.75rem;letter-spacing:.08em;padding:.4rem .65rem;border:1px solid var(--color-border);border-radius:999px;color:var(--color-text-muted);background:var(--color-surface-alt)}.card-desc[data-astro-cid-oeghznkx]{margin:0;font-size:1.05rem;line-height:1.68;color:var(--color-text-secondary);flex-grow:1}.stack[data-astro-cid-oeghznkx]{list-style:none;display:flex;flex-wrap:wrap;gap:.45rem;margin:0;padding:0}.badge[data-astro-cid-oeghznkx]{font-size:.7rem;letter-spacing:.07em;font-weight:600;padding:.5rem .65rem;border-radius:999px;background:var(--color-surface-alt);border:1px solid var(--color-border);color:var(--color-text-muted)}.links[data-astro-cid-oeghznkx]{display:flex;gap:.85rem;margin-top:.25rem}.link[data-astro-cid-oeghznkx]{position:relative;font-size:.78rem;letter-spacing:.08em;font-weight:600;text-transform:uppercase;padding:.55rem .85rem;border:1px dashed var(--color-border);border-radius:10px;background:var(--color-surface-alt);color:var(--color-text-primary);text-decoration:none;transition:background .25s,border-color .25s;display:inline-flex;align-items:center;gap:.45rem}.icon[data-astro-cid-oeghznkx]{width:1rem;height:1rem;display:block}@media(hover:hover){.link[data-astro-cid-oeghznkx]:hover{background:var(--color-primary-20);border-color:var(--color-primary-40)}}@media(prefers-reduced-motion:reduce){.card[data-astro-cid-oeghznkx],.link[data-astro-cid-oeghznkx],.media[data-astro-cid-oeghznkx] img[data-astro-cid-oeghznkx]{transition:none}}.projects-section[data-astro-cid-ayux7fr6]{width:100%;display:flex;flex-direction:column;align-items:center;padding:4rem 1.25rem 5rem;gap:2.5rem;margin-top:8vh}.section-title[data-astro-cid-ayux7fr6]{font-size:clamp(2.4rem,4.5vw,3.4rem);letter-spacing:1px;font-weight:600;margin:0;text-align:center;will-change:filter,opacity,transform}.section-intro[data-astro-cid-ayux7fr6]{max-width:860px;font-size:1.05rem;line-height:1.7;text-align:center;margin:0;color:var(--color-text-secondary);will-change:filter,opacity,transform}.projects-grid[data-astro-cid-ayux7fr6]{--min: clamp(340px, 40vw, 560px);--gap: 2.2rem;list-style:none;padding:0;margin:0;width:min(1500px,90%);display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--min),1fr));gap:var(--gap)}.reveal[data-astro-cid-ayux7fr6]{opacity:0;transform:translateY(16px);filter:blur(10px);transition:opacity .4s ease,transform .4s ease,filter .4s ease;will-change:opacity,transform,filter}.reveal[data-astro-cid-ayux7fr6].is-visible{opacity:1;transform:translateY(0);filter:blur(0)}@media(prefers-reduced-motion:reduce){.reveal[data-astro-cid-ayux7fr6],.reveal[data-astro-cid-ayux7fr6].is-visible{transition:none;filter:none;transform:none;opacity:1}}main[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column;justify-items:center;align-items:center;width:100vw}.background-image[data-astro-cid-j7pv25f6]{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:10;opacity:.25;pointer-events:none}
