.hero[data-astro-cid-6j4t5vag]{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-top:calc(72px - 2rem);min-height:calc(90vh - 72px);display:flex;align-items:center;overflow:hidden;background:var(--bg)}@media(min-width:768px){.hero[data-astro-cid-6j4t5vag]{margin-top:calc(72px - 2.5rem)}}@media(max-width:768px){.hero[data-astro-cid-6j4t5vag]{min-height:calc(85vh - 72px)}}.hero__fade-top[data-astro-cid-6j4t5vag]{position:absolute;top:0;left:0;right:0;height:220px;background:linear-gradient(to bottom,var(--bg) 0%,rgba(7,11,18,.85) 25%,rgba(7,11,18,.5) 50%,rgba(7,11,18,.2) 75%,transparent 100%);z-index:1;pointer-events:none}.hero__media[data-astro-cid-6j4t5vag]{position:absolute;inset:0}.hero__media[data-astro-cid-6j4t5vag] img[data-astro-cid-6j4t5vag]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 35%;object-position:center 35%;filter:saturate(.82) contrast(1.08) brightness(.85)}.hero__grade[data-astro-cid-6j4t5vag]{position:absolute;inset:0;background:linear-gradient(180deg,#070b1240,#070b121a 40%,#070b124d);mix-blend-mode:multiply}.hero__overlay[data-astro-cid-6j4t5vag]{position:absolute;inset:0;background:linear-gradient(110deg,#070b12e0,#070b12a6 40%,#070b1259)}.hero__text-grad[data-astro-cid-6j4t5vag]{position:absolute;inset:0;background:linear-gradient(to right,rgba(7,11,18,.6) 0%,rgba(7,11,18,.15) 55%,transparent 100%)}.hero__content[data-astro-cid-6j4t5vag]{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:640px){.hero__content[data-astro-cid-6j4t5vag]{padding:0 2rem}}.hero__inner[data-astro-cid-6j4t5vag]{max-width:680px}.hero__kicker[data-astro-cid-6j4t5vag]{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--accent);opacity:0;transform:translateY(10px);animation:hero-enter .6s ease-out .1s forwards}.hero__accent-line[data-astro-cid-6j4t5vag]{width:3rem;height:2px;margin:1rem 0 1.25rem;background:linear-gradient(90deg,var(--accent),transparent);opacity:0;animation:hero-enter .6s ease-out .2s forwards}.hero__headline[data-astro-cid-6j4t5vag]{font-size:clamp(2.8rem,5vw,4rem);font-weight:780;line-height:1.06;letter-spacing:-.025em;margin-left:-.04em;color:#fffffff5;margin-bottom:1.25rem;opacity:0;transform:translateY(12px);animation:hero-enter .7s ease-out .3s forwards}.hero__sub[data-astro-cid-6j4t5vag]{font-size:clamp(.95rem,1.2vw,1.125rem);line-height:1.75;color:#ffffffb8;max-width:540px;margin-bottom:0;word-break:keep-all;overflow-wrap:break-word;opacity:0;transform:translateY(10px);animation:hero-enter .7s ease-out .45s forwards}.hero__mobile-br[data-astro-cid-6j4t5vag]{display:none}@media(max-width:639px){.hero__mobile-br[data-astro-cid-6j4t5vag]{display:block}}.hero__fade-bottom[data-astro-cid-6j4t5vag]{position:absolute;left:0;right:0;bottom:0;height:160px;background:linear-gradient(to bottom,transparent 0%,var(--bg) 100%);z-index:1;pointer-events:none}@keyframes hero-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.hero__kicker[data-astro-cid-6j4t5vag],.hero__accent-line[data-astro-cid-6j4t5vag],.hero__headline[data-astro-cid-6j4t5vag],.hero__sub[data-astro-cid-6j4t5vag]{animation:none;opacity:1;transform:none}}.home-section[data-astro-cid-dhfotatx]{padding:var(--section-py) 0;position:relative}.home-section[data-astro-cid-dhfotatx]+.home-section[data-astro-cid-dhfotatx]{border-top:none}.home-heading[data-astro-cid-dhfotatx]{position:relative;padding-top:.75rem;font-size:var(--font-h2-size);font-weight:var(--font-h2-weight);letter-spacing:-.015em;color:var(--text);margin-bottom:.5rem}.home-heading[data-astro-cid-dhfotatx]:before{content:"";position:absolute;top:0;left:0;width:2.5rem;height:2px;background:linear-gradient(90deg,var(--accent),transparent)}.home-lead[data-astro-cid-dhfotatx]{font-size:1.05rem;color:var(--text-muted);margin-bottom:2.5rem}.home-lead--wide[data-astro-cid-dhfotatx]{max-width:480px}.home-layout[data-astro-cid-dhfotatx]{display:grid;gap:3.5rem;align-items:start}@media(min-width:768px){.home-layout[data-astro-cid-dhfotatx]{grid-template-columns:5fr 7fr}}@media(min-width:1024px){.home-layout[data-astro-cid-dhfotatx]{grid-template-columns:4fr 8fr}}.home-core[data-astro-cid-dhfotatx]{display:flex;flex-direction:column;gap:.75rem;position:relative;padding-left:1rem}.home-core[data-astro-cid-dhfotatx]:before{content:"";position:absolute;left:0;top:.25rem;bottom:.25rem;width:1px;background:linear-gradient(to bottom,#4bae7a59,#4bae7a0f)}.home-core__item[data-astro-cid-dhfotatx]{display:flex;align-items:flex-start;gap:1rem;padding:1.1rem 1.25rem;border-radius:var(--radius-card);border:1px solid transparent;text-decoration:none;transition:border-color .3s cubic-bezier(.25,.46,.45,.94),background .3s cubic-bezier(.25,.46,.45,.94)}.home-core__item[data-astro-cid-dhfotatx]:hover{border-color:#4bae7a26;background:#4bae7a0d}.home-core__badge[data-astro-cid-dhfotatx]{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:10px;background:var(--accent-soft);color:var(--accent);font-size:.82rem;font-weight:700;flex-shrink:0;border:1px solid rgba(75,174,122,.06)}.home-core__text[data-astro-cid-dhfotatx]{display:flex;flex-direction:column;gap:.2rem}.home-core__title[data-astro-cid-dhfotatx]{font-size:1rem;font-weight:650;color:var(--text)}.home-core__desc[data-astro-cid-dhfotatx]{font-size:.88rem;color:var(--text-muted);line-height:1.5}.home-portfolio-grid[data-astro-cid-dhfotatx]{display:grid;gap:1.25rem}@media(min-width:640px){.home-portfolio-grid[data-astro-cid-dhfotatx]{grid-template-columns:repeat(3,1fr)}}.home-card[data-astro-cid-dhfotatx]{background:linear-gradient(168deg,rgba(52,211,153,.03) 0%,rgba(59,130,246,.02) 50%,transparent 100%),linear-gradient(to bottom,#0c1924,#0a141c);border:1px solid rgba(94,234,212,.08);border-radius:var(--radius-card);padding:1.75rem;display:flex;flex-direction:column;gap:1rem;position:relative;overflow:hidden;box-shadow:inset 0 1px #5eead40a,0 2px 4px #0003,0 16px 48px #00000073;transition:border-color .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s cubic-bezier(.25,.46,.45,.94)}.home-card[data-astro-cid-dhfotatx]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(94,234,212,.12) 50%,transparent 100%);z-index:1}.home-card[data-astro-cid-dhfotatx]:after{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:radial-gradient(ellipse 100% 80% at 50% 0%,rgba(52,211,153,.02),transparent 70%);pointer-events:none}.home-card[data-astro-cid-dhfotatx]:hover{border-color:#5eead42e;box-shadow:inset 0 1px #5eead40f,0 0 30px #34d3990f,0 24px 56px #0006}.home-card__title[data-astro-cid-dhfotatx]{font-size:1.15rem;font-weight:700;color:var(--text);line-height:1.35;position:relative;z-index:1}.home-card__desc[data-astro-cid-dhfotatx]{font-size:.88rem;line-height:1.6;color:var(--text-muted);flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;position:relative;z-index:1}.home-card__desc[data-astro-cid-dhfotatx] strong[data-astro-cid-dhfotatx]{color:var(--text);font-weight:600}.home-card__link[data-astro-cid-dhfotatx]{display:inline-flex;align-items:center;gap:.4rem;font-size:.88rem;font-weight:600;color:#6ee7de;text-decoration:none;margin-top:auto;position:relative;z-index:1;transition:gap .15s ease,color .2s ease}.home-card__link[data-astro-cid-dhfotatx]:hover{gap:.65rem;color:#99f6e4}.desc-text[data-astro-cid-dhfotatx]{font-size:.9rem;color:var(--text-muted);line-height:1.6;margin-bottom:.5rem}
