.skills-section:where(.astro-AB4IHPZS){display:flex;flex-direction:column;gap:2.5rem}.skills-header:where(.astro-AB4IHPZS){text-align:center}.skills-title:where(.astro-AB4IHPZS){font-size:var(--text-2xl);color:var(--gray-0);margin:0 0 .5rem}.skills-subtitle:where(.astro-AB4IHPZS){color:var(--gray-400);font-size:var(--text-md);margin:0}.skills-grid:where(.astro-AB4IHPZS){display:grid;gap:1.5rem}.skill-card:where(.astro-AB4IHPZS){position:relative;border:1px solid var(--gray-800);border-radius:1.25rem;padding:2rem;background-color:var(--gray-999_40);box-shadow:var(--shadow-sm);transition:transform var(--theme-transition),box-shadow var(--theme-transition),border-color var(--theme-transition);overflow:hidden}.skill-card:where(.astro-AB4IHPZS):before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradient-accent);opacity:0;transition:opacity var(--theme-transition)}.skill-card:where(.astro-AB4IHPZS):hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--gray-700)}.skill-card:where(.astro-AB4IHPZS):hover:before{opacity:1}.skill-icon:where(.astro-AB4IHPZS){margin-bottom:1rem}.skill-card:where(.astro-AB4IHPZS) h3:where(.astro-AB4IHPZS){font-size:var(--text-lg);color:var(--gray-0);margin:0 0 .75rem}.skill-card:where(.astro-AB4IHPZS) p:where(.astro-AB4IHPZS){color:var(--gray-300);line-height:1.6;margin:0 0 1.25rem;font-size:var(--text-base)}.skill-tags:where(.astro-AB4IHPZS){display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0}.skill-tags:where(.astro-AB4IHPZS) li:where(.astro-AB4IHPZS){padding:.25rem .75rem;background:var(--accent-subtle-overlay);color:var(--accent-dark);font-size:var(--text-sm);font-family:var(--font-brand);font-weight:500;border-radius:999rem}.skill-card-1:where(.astro-AB4IHPZS){animation:fadeInUp .6s ease-out .3s forwards;opacity:0}.skill-card-2:where(.astro-AB4IHPZS){animation:fadeInUp .6s ease-out .45s forwards;opacity:0}.skill-card-3:where(.astro-AB4IHPZS){animation:fadeInUp .6s ease-out .6s forwards;opacity:0}@media (min-width: 50em){.skills-header:where(.astro-AB4IHPZS){text-align:left}.skills-title:where(.astro-AB4IHPZS){font-size:var(--text-3xl)}.skills-grid:where(.astro-AB4IHPZS){grid-template-columns:repeat(3,1fr);gap:2rem}.skill-card:where(.astro-AB4IHPZS){padding:2.5rem}.skill-card:where(.astro-AB4IHPZS) h3:where(.astro-AB4IHPZS){font-size:var(--text-xl)}}.hero:where(.astro-J7PV25F6){display:flex;flex-direction:column;align-items:center;gap:3rem;padding-top:2rem}.hero-content:where(.astro-J7PV25F6){display:flex;flex-direction:column;gap:1.5rem;text-align:center}.intro-label:where(.astro-J7PV25F6){font-family:var(--font-brand);font-size:var(--text-sm);font-weight:500;text-transform:uppercase;letter-spacing:.2em;color:var(--accent-regular);margin:0}.hero-title:where(.astro-J7PV25F6){font-size:clamp(2.5rem,8vw,4.5rem);line-height:1;margin:0;color:var(--gray-0)}.hero-title:where(.astro-J7PV25F6) .accent:where(.astro-J7PV25F6){background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-tagline:where(.astro-J7PV25F6){font-size:var(--text-lg);color:var(--gray-300);max-width:40ch;margin:0 auto;line-height:1.6}.hero-cta:where(.astro-J7PV25F6){display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:.5rem}.cta-primary:where(.astro-J7PV25F6){display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:var(--gradient-accent);color:var(--gray-999);font-family:var(--font-brand);font-weight:500;font-size:var(--text-base);text-decoration:none;border-radius:999rem;transition:transform var(--theme-transition),box-shadow var(--theme-transition)}.cta-primary:where(.astro-J7PV25F6):hover{transform:translateY(-2px);box-shadow:0 8px 24px var(--accent-overlay)}.cta-secondary:where(.astro-J7PV25F6){display:inline-flex;align-items:center;padding:.875rem 1.75rem;background:transparent;color:var(--gray-0);font-family:var(--font-brand);font-weight:500;font-size:var(--text-base);text-decoration:none;border:1px solid var(--gray-700);border-radius:999rem;transition:border-color var(--theme-transition),background-color var(--theme-transition)}.cta-secondary:where(.astro-J7PV25F6):hover{border-color:var(--accent-regular);background-color:var(--accent-subtle-overlay)}.hero-image-wrapper:where(.astro-J7PV25F6){position:relative;width:100%;max-width:320px}.image-frame:where(.astro-J7PV25F6){position:relative;z-index:2;border-radius:2rem;overflow:hidden;box-shadow:var(--shadow-lg)}.image-frame:where(.astro-J7PV25F6) img:where(.astro-J7PV25F6){width:100%;aspect-ratio:3 / 4;object-fit:cover;object-position:top;display:block}.image-accent:where(.astro-J7PV25F6){position:absolute;inset:1rem;border:2px solid var(--accent-regular);border-radius:2rem;z-index:1;opacity:.5;transform:translate(1rem,1rem)}.fade-in:where(.astro-J7PV25F6){animation:fadeInUp .8s ease-out forwards}.fade-in-delayed:where(.astro-J7PV25F6){animation:fadeInUp .8s ease-out .2s forwards;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 50em){.hero:where(.astro-J7PV25F6){display:grid;grid-template-columns:1fr 1fr;padding-inline:2.5rem;gap:4rem;align-items:center;min-height:60vh}.hero-content:where(.astro-J7PV25F6){text-align:left}.hero-tagline:where(.astro-J7PV25F6){margin:0}.hero-cta:where(.astro-J7PV25F6){justify-content:flex-start}.hero-image-wrapper:where(.astro-J7PV25F6){max-width:400px;justify-self:end}}@media (min-width: 70em){.hero:where(.astro-J7PV25F6){grid-template-columns:1.2fr 1fr}.hero-image-wrapper:where(.astro-J7PV25F6){max-width:450px}}
