.HomePage_page__LhSeu{display:flex;width:100%;flex-direction:column;transition:background .3s ease}.HomePage_section__zYlab{width:100%;padding:6rem 1.5rem;max-width:80rem;margin:0 auto}@media (max-width:768px){.HomePage_section__zYlab{padding:4rem 1.5rem}}.HomePage_heroSection__REpSb{min-height:90vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative}.HomePage_heroContent__do0nI{max-width:50rem}.HomePage_heroGreeting__gxjEL{font-size:1.25rem;font-weight:500;color:var(--primary);margin-bottom:1rem;display:block}.HomePage_heroTitle__eMOO4{font-size:clamp(3rem,8vw,6rem);font-weight:800;line-height:1;letter-spacing:-.04em;margin-bottom:2rem;color:var(--foreground)}.HomePage_heroDescription__demeB{font-size:clamp(1.1rem,2vw,1.5rem);line-height:1.6;color:var(--muted);margin-bottom:3rem}.HomePage_heroButtons__Hiwy8{display:flex;gap:1.5rem;flex-wrap:wrap}.HomePage_primaryButton__Nt8KT{display:inline-flex;align-items:center;background:var(--primary);color:var(--primary-foreground);padding:1rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:transform .2s ease,background .2s ease;gap:.5rem}.HomePage_primaryButton__Nt8KT:hover{transform:translateY(-2px);background:var(--primary-light)}.HomePage_secondaryButton__SRsI8{display:inline-flex;align-items:center;background:transparent;color:var(--foreground);padding:1rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;border:1px solid var(--border);transition:background .2s ease,border-color .2s ease}.HomePage_secondaryButton__SRsI8:hover{background:var(--muted-light);border-color:var(--foreground)}.HomePage_sectionTitle__uRCzp{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin-bottom:3rem;letter-spacing:-.02em}.HomePage_sectionHeader__EManr{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem}.HomePage_viewAll__Yci7M{color:var(--primary);text-decoration:none;font-weight:500;display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.HomePage_viewAll__Yci7M:hover{text-decoration:underline}.HomePage_thoughtsGrid__i1oIk{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:1024px){.HomePage_thoughtsGrid__i1oIk{grid-template-columns:repeat(2,1fr)}}.HomePage_thoughtCard__b96on{padding:2.5rem;background:var(--card-bg);border:1px solid var(--border);border-radius:1.5rem;transition:all .4s cubic-bezier(.2,1,.3,1);text-decoration:none;display:flex;flex-direction:column}.HomePage_thoughtCard__b96on:hover{transform:translateY(-10px);border-color:var(--primary);box-shadow:0 30px 60px rgba(var(--primary-rgb),.1)}html.HomePage_dark__k59dj .HomePage_thoughtCard__b96on{background:rgba(255,255,255,.02)}html.HomePage_dark__k59dj .HomePage_thoughtCard__b96on:hover{background:rgba(255,255,255,.05);box-shadow:0 30px 60px rgba(0,0,0,.4)}.HomePage_thoughtDate__mZSRK{font-size:.9rem;color:var(--muted);margin-bottom:1rem}.HomePage_thoughtTitle__40_4i{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:var(--foreground)}.HomePage_thoughtExcerpt__ewO8v{color:var(--muted);line-height:1.6;margin-bottom:2rem;flex-grow:1}.HomePage_projectsGrid__jgzVn{display:grid;grid-template-columns:1fr;grid-gap:4rem;gap:4rem}@media (min-width:1024px){.HomePage_projectsGrid__jgzVn{grid-template-columns:repeat(2,1fr)}}.HomePage_projectCard__kRy9r{display:flex;flex-direction:column;gap:2rem;text-decoration:none;padding:1.5rem;margin:-1.5rem;border-radius:2rem;transition:background .3s ease}.HomePage_projectCard__kRy9r:hover{background:rgba(var(--primary-rgb),.03)}html.HomePage_dark__k59dj .HomePage_projectCard__kRy9r:hover{background:rgba(255,255,255,.02)}.HomePage_projectImageContainer__v0i_Z{aspect-ratio:16/9;background:var(--card-bg);border-radius:1.5rem;overflow:hidden;border:1px solid var(--border);position:relative;transition:transform .5s cubic-bezier(.2,1,.3,1),border-color .3s ease}.HomePage_projectCard__kRy9r:hover .HomePage_projectImageContainer__v0i_Z{transform:translateY(-8px) scale(1.02);border-color:var(--primary)}.HomePage_projectImage__Fgmlr{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.HomePage_projectCard__kRy9r:hover .HomePage_projectImage__Fgmlr{transform:scale(1.05)}.HomePage_projectImagePlaceholder__poont{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--muted);font-weight:600;background:linear-gradient(135deg,var(--card-bg) 0,var(--muted-light) 100%);font-size:1.25rem;letter-spacing:-.02em}.HomePage_projectContent__zjyOx{display:flex;flex-direction:column;gap:1.25rem}.HomePage_projectName__hIuo0{font-size:2rem;font-weight:800;color:var(--foreground);letter-spacing:-.02em;transition:color .3s ease}.HomePage_projectCard__kRy9r:hover .HomePage_projectName__hIuo0{color:var(--primary)}.HomePage_projectDescription__7ro_x{color:var(--muted);line-height:1.7;font-size:1.1rem}.HomePage_projectFooter__U4UQh{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.HomePage_projectTech__30vFU{display:flex;flex-wrap:wrap;gap:.75rem}.HomePage_techTag__lFHom{font-size:.85rem;font-weight:500;padding:.4rem 1rem;background:rgba(var(--primary-rgb),.08);border-radius:100px;color:var(--primary);border:1px solid rgba(var(--primary-rgb),.1)}