.app{min-height:100vh;background:radial-gradient(ellipse 80% 50% at 50% -20%,var(--accent-glow),transparent),linear-gradient(180deg,var(--bg-alt) 0,var(--bg) 40%,#050508 100%)}.app__main{width:min(1120px,calc(100% - 2.5rem));margin:0 auto;padding:2rem 0 5rem;display:flex;flex-direction:column;gap:5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.35rem;border-radius:999px;font-weight:600;font-size:.92rem;letter-spacing:.02em;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.btn--primary{background:linear-gradient(135deg,var(--accent),var(--accent-soft));color:#0b0b12;box-shadow:0 0 0 0 transparent}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 8px 28px var(--accent-glow)}.btn--ghost{background:transparent;color:var(--text);border:1px solid rgba(255,255,255,.45);border-radius:10px;padding:.65rem 1.25rem}.btn--ghost:hover{border-color:rgba(255,255,255,.85);background:rgba(255,255,255,.04);transform:translateY(-1px)}.icon-btn{width:42px;height:42px;border-radius:999px;border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;color:var(--text-muted);transition:border-color .2s ease,color .2s ease,background .2s ease}.icon-btn:hover{border-color:var(--accent);color:var(--text);background:var(--surface)}.pill{display:inline-flex;padding:.35rem .75rem;border-radius:999px;border:1px solid var(--border);background:rgba(255,255,255,.03);font-size:.75rem;color:var(--text-muted);letter-spacing:.02em}.site-header{--header-height:72px;position:-webkit-sticky;position:sticky;top:0;z-index:100;height:var(--header-height);background:rgba(11,11,18,.55);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.site-header__inner{width:min(1120px,calc(100% - 2.5rem));margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.site-header__logo{font-family:var(--font-display);font-weight:700;font-size:1.25rem;letter-spacing:.04em;display:inline-flex;align-items:center;gap:.7rem;min-width:0}.site-header__logo img{width:40px;height:40px;object-fit:cover;border-radius:10px;flex-shrink:0}.site-header__logo span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-header__nav{display:flex;align-items:center;gap:1.75rem}.site-header__nav a{font-size:.9rem;color:var(--text-muted);transition:color .2s ease}.site-header__nav a:hover{color:var(--text)}.site-header__cta-mobile{display:none}.site-header__actions{display:flex;align-items:center;gap:.75rem}.site-header__menu{display:none;width:42px;height:42px;align-items:center;justify-content:center;border-radius:10px;border:1px solid var(--border);color:var(--text)}.section-title{margin:0 0 2rem;text-align:center;font-family:var(--font-display);font-size:clamp(.85rem,1.5vw,.95rem);font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--text)}.section-title--left{text-align:left;margin-bottom:0}.hero{position:relative;padding-top:1.25rem}.hero__glow{position:absolute;inset:-8% 5% auto;height:320px;background:radial-gradient(circle,var(--accent-glow),transparent 70%);pointer-events:none;filter:blur(24px);opacity:.85}.hero__grid{position:relative;display:grid;grid-template-columns:minmax(240px,300px) minmax(0,1fr);grid-gap:clamp(2rem,5vw,3.5rem);gap:clamp(2rem,5vw,3.5rem);align-items:center}.hero__profile-stage{perspective:1200px;padding:1.25rem .5rem 1.25rem 0;animation:hero-enter .85s cubic-bezier(.22,1,.36,1) both}.hero__profile{position:relative;background:linear-gradient(165deg,rgba(32,30,42,.95),rgba(18,16,26,.98));border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:28px;text-align:center;transform-style:preserve-3d;transform:perspective(1100px) rotateX(8deg) rotateY(14deg);transition:transform .18s ease-out,box-shadow .25s ease;box-shadow:0 28px 50px rgba(0,0,0,.45),0 0 0 1px rgba(167,139,250,.08),inset 0 1px 0 rgba(255,255,255,.06);will-change:transform;cursor:default}.hero__profile-shine{pointer-events:none;position:absolute;inset:0;border-radius:inherit;background:radial-gradient(420px circle at var(--hero-glow-x,65%) var(--hero-glow-y,25%),rgba(167,139,250,.18),transparent 55%);opacity:.9;z-index:1}.hero__avatar-wrap{position:relative;z-index:2;aspect-ratio:1;border-radius:12px;overflow:hidden;margin-bottom:1.15rem;transform:translateZ(28px);box-shadow:none}.hero__avatar,.hero__avatar-wrap{width:100%;background:transparent}.hero__avatar{height:100%;object-fit:contain;display:block}.hero__name{position:relative;z-index:2;margin:0;font-family:var(--font-display);font-size:clamp(1.35rem,2.4vw,1.7rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;transform:translateZ(20px)}.hero__subtitle{position:relative;z-index:2;margin:.4rem 0 1.15rem;color:var(--text-muted);font-size:.88rem;letter-spacing:.01em;transform:translateZ(16px)}.hero__socials{position:relative;z-index:2;display:flex;justify-content:center;gap:.55rem;transform:translateZ(22px)}.hero__social{width:36px;height:36px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(10,10,16,.65);display:inline-flex;align-items:center;justify-content:center;color:var(--text-muted);transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease}.hero__social:hover{color:var(--accent);border-color:var(--accent);background:rgba(167,139,250,.1);transform:translateY(-2px)}.hero__content{padding-top:.25rem;min-width:0}.hero__greeting{margin:0 0 1.85rem;font-family:var(--font-display);font-size:clamp(1.85rem,4.2vw,3.05rem);font-weight:700;line-height:1.22;letter-spacing:-.035em;max-width:none;animation:hero-enter .9s cubic-bezier(.22,1,.36,1) .08s both}.hero__greeting-line{display:inline;text-wrap:pretty}.hero__highlight{color:var(--accent);text-shadow:0 0 32px var(--accent-glow)}.hero__boxed{display:inline-block;position:relative;margin-left:.12em;padding:.06em .22em .1em;border:1.5px dashed rgba(255,255,255,.72);vertical-align:baseline;animation:boxed-pulse 2.8s ease-in-out infinite}.hero__boxed-text{display:inline-block;letter-spacing:-.03em}.hero__boxed-handle{position:absolute;width:7px;height:7px;background:#0b0b12;border:1.5px solid rgba(255,255,255,.9);z-index:1}.hero__boxed-handle--tl{top:-4px;left:-4px}.hero__boxed-handle--tr{top:-4px;right:-4px}.hero__boxed-handle--bl{bottom:-4px;left:-4px}.hero__boxed-handle--br{bottom:-4px;right:-4px}.hero__stats-row{flex-wrap:wrap;gap:1.5rem 2rem;margin-bottom:2rem;animation:hero-enter .9s cubic-bezier(.22,1,.36,1) .18s both}.hero__stat,.hero__stats-row{display:flex;align-items:center}.hero__stat{flex-direction:row;gap:.7rem}.hero__stat-value{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,2.55rem);font-weight:700;line-height:1;letter-spacing:-.04em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hero__stat-label{max-width:7.2rem;font-size:.78rem;line-height:1.3;color:var(--text-muted);letter-spacing:.01em}.hero__about{animation:hero-enter .9s cubic-bezier(.22,1,.36,1) .28s both}.hero__about-label{margin:0 0 .7rem;font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted)}.hero__bio{margin:0;max-width:52ch;color:var(--text-muted);line-height:1.75;font-size:1.02rem;letter-spacing:.01em}.skills__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.skill-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.2rem 1rem;transition:background .2s ease,border-color .2s ease}.skill-card:hover{background:var(--surface-hover);border-color:rgba(167,139,250,.25)}.skill-card__top{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:.75rem;gap:.75rem;margin-bottom:.85rem}.skill-card__icon{width:50px;height:50px;color:var(--accent);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:none}.skill-card__img{width:50px;height:50px;object-fit:cover;display:block}.skill-card__img-fallback{width:18px;height:18px;border-radius:4px;background:rgba(255,255,255,.15)}.skill-card__name{font-weight:600;font-size:.95rem}.skill-card__percent{color:var(--text-muted);font-size:.85rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.skill-card__bar{height:6px;border-radius:999px;background:rgba(255,255,255,.06);overflow:hidden}.skill-card__fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--progress-from),var(--progress-to));box-shadow:0 0 12px var(--accent-glow);transition:width .8s cubic-bezier(.22,1,.36,1)}.gallery{display:flex;flex-direction:column;gap:.75rem}.gallery-row{display:grid;grid-gap:.75rem;gap:.75rem;align-items:start}.gallery-row--full{grid-template-columns:1fr}.gallery-row--half{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-row--third{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-row--quarter{grid-template-columns:repeat(4,minmax(0,1fr))}.gallery-row__item{position:relative;overflow:hidden;border-radius:calc(var(--radius) - 2px);background:transparent;display:block;line-height:0}.gallery-row__img{width:100%;height:auto;display:block;object-fit:contain;object-position:center;transition:transform .55s cubic-bezier(.22,1,.36,1)}.gallery-row__item:hover .gallery-row__img{transform:scale(1.015)}.testimonials__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.75rem}.testimonials__nav{display:flex;gap:.5rem}.testimonials__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.testimonial-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.4rem;display:flex;flex-direction:column;gap:1.1rem;min-height:220px;transition:border-color .2s ease,background .2s ease}.testimonial-card:hover{background:var(--surface-hover);border-color:rgba(167,139,250,.22)}.testimonial-card__user{display:flex;align-items:center;gap:.85rem}.testimonial-card__avatar{width:44px;height:44px;border-radius:12px;object-fit:cover}.testimonial-card__name{margin:0;font-weight:600}.testimonial-card__role{margin:.15rem 0 0;font-size:.82rem;color:var(--text-muted)}.testimonial-card__text{margin:0;flex:1 1;color:var(--text-muted);line-height:1.65;font-size:.95rem}.testimonial-card__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.testimonial-card__rating{display:flex;align-items:center;gap:.25rem}.star--filled{color:var(--accent);fill:var(--accent)}.star--empty{color:rgba(255,255,255,.2)}.testimonial-card__count{margin-left:.4rem;font-size:.78rem;color:var(--text-muted)}.testimonial-card__mark{color:var(--text-muted);opacity:.45;font-weight:700;letter-spacing:.08em}.services__rule{height:1px;background:var(--border);margin:1.25rem 0 1.75rem}.services__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.service-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;min-height:240px;transition:border-color .2s ease,background .2s ease,transform .2s ease}.service-card:hover{background:var(--surface-hover);border-color:rgba(167,139,250,.25);transform:translateY(-2px)}.service-card__letter{font-family:var(--font-display);font-size:3.25rem;font-weight:700;line-height:1;letter-spacing:-.04em}.service-card__title{margin:0;font-size:1.15rem;font-weight:650}.service-card__desc{font-size:.92rem;flex:1 1}.service-card__tags{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.5rem}.service-card__desc{margin:0;color:var(--text-muted);line-height:1.6}.contact{position:relative;scroll-margin-top:96px;padding:clamp(1rem,3vw,2rem) 0 clamp(2rem,5vw,3.5rem)}.contact__glow{position:absolute;left:50%;top:10%;width:min(720px,90vw);height:280px;transform:translateX(-50%);background:radial-gradient(circle,var(--accent-glow),transparent 68%);pointer-events:none;filter:blur(28px);opacity:.55}.contact__inner{position:relative;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:clamp(1.75rem,4vw,3rem);gap:clamp(1.75rem,4vw,3rem);align-items:start;max-width:980px;margin:0 auto}.contact__intro{padding-top:.35rem;animation:contact-enter .7s cubic-bezier(.22,1,.36,1) both}.contact__eyebrow{margin:0 0 .75rem;font-size:.78rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--accent)}.contact__title{margin:0 0 .85rem;font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.55rem);font-weight:750;letter-spacing:-.03em;line-height:1.1;color:var(--text)}.contact__subtitle{margin:0;max-width:34ch;color:var(--text-muted);line-height:1.65;font-size:1.02rem}.contact__panel{position:relative;border-radius:calc(var(--radius) + 4px);border:1px solid rgba(255,255,255,.1);background:linear-gradient(165deg,rgba(32,30,42,.92),rgba(16,14,24,.96));box-shadow:0 24px 48px rgba(0,0,0,.35),0 0 0 1px rgba(167,139,250,.06);padding:clamp(1.15rem,3vw,1.75rem);animation:contact-enter .85s cubic-bezier(.22,1,.36,1) .08s both;overflow:hidden}.contact__panel:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(167,139,250,.45),transparent);pointer-events:none}.contact__form{display:grid;grid-gap:1rem;gap:1rem;width:100%;min-width:0}.contact__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.85rem;gap:.85rem;min-width:0}.contact__field{display:grid;grid-gap:.45rem;gap:.45rem;font-size:.82rem;font-weight:550;letter-spacing:.02em;color:var(--text-muted);min-width:0}.contact__field input,.contact__field textarea{box-sizing:border-box;width:100%;max-width:100%;min-width:0;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.28);color:var(--text);padding:.8rem .95rem;font:inherit;font-size:.98rem;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.contact__field input::placeholder,.contact__field textarea::placeholder{color:rgba(154,154,173,.65)}.contact__field input:hover,.contact__field textarea:hover{border-color:rgba(167,139,250,.28)}.contact__field input:focus,.contact__field textarea:focus{outline:none;border-color:rgba(167,139,250,.55);box-shadow:0 0 0 3px rgba(167,139,250,.18);background:rgba(0,0,0,.38)}.contact__field textarea{resize:vertical;min-height:140px;line-height:1.55}.contact__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.25rem}.contact__submit{width:100%;justify-content:center;min-height:48px}.contact__error{margin:0;color:#fca5a5;font-size:.9rem}.contact__success{display:grid;justify-items:center;text-align:center;grid-gap:.85rem;gap:.85rem;padding:clamp(1.25rem,4vw,2rem) .5rem;color:var(--text);line-height:1.6}.contact__success p{margin:0;max-width:36ch}.contact__success-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:999px;background:rgba(167,139,250,.15);border:1px solid rgba(167,139,250,.4);color:var(--accent);font-size:1.25rem;font-weight:700}.contact__again{margin-top:.35rem}@keyframes contact-enter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (max-width:860px){.contact__inner{grid-template-columns:1fr;gap:1.35rem}.contact__intro{text-align:center}.contact__subtitle{margin-left:auto;margin-right:auto}}@media (max-width:560px){.contact{padding-left:0;padding-right:0}.contact__panel{padding:1rem;border-radius:16px}.contact__row{grid-template-columns:1fr}.contact__title{font-size:clamp(1.55rem,8vw,2rem)}.contact__field input,.contact__field textarea{font-size:16px}}@media (prefers-reduced-motion:reduce){.contact__intro,.contact__panel{animation:none}}.site-footer{border-top:1px solid var(--border);padding:2.5rem 0 2rem;background:rgba(0,0,0,.25)}.site-footer__inner{width:min(1120px,calc(100% - 2.5rem));margin:0 auto 1.5rem;display:flex;align-items:flex-start;justify-content:space-between;gap:2rem}.site-footer__brand{margin:0;font-family:var(--font-display);font-weight:700;font-size:1.1rem}.site-footer__tagline{margin:.35rem 0 0;color:var(--text-muted);font-size:.9rem}.site-footer__cta{display:flex;align-items:center;flex-shrink:0}.site-footer__cta .btn{white-space:nowrap}.site-footer__copy{width:min(1120px,calc(100% - 2.5rem));margin:0 auto;color:var(--text-muted);font-size:.8rem;opacity:.8;display:flex;align-items:center;gap:.55rem}.site-footer__mark{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.75);flex-shrink:0}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-enter{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes boxed-pulse{0%,to{border-color:rgba(255,255,255,.55);box-shadow:0 0 0 rgba(167,139,250,0)}50%{border-color:rgba(255,255,255,.9);box-shadow:0 0 18px rgba(167,139,250,.22)}}@media (max-width:900px){.hero__grid{grid-template-columns:1fr}.hero__profile-stage{max-width:300px;margin:0 auto;padding-right:0}.hero__profile{max-width:none;margin:0;transform:perspective(1100px) rotateX(4deg) rotateY(8deg)}.hero__content{text-align:center}.hero__greeting{max-width:none}.hero__about-label,.hero__bio,.hero__greeting{margin-inline:auto}.hero__bio{max-width:48ch}.hero__socials,.hero__stats-row{justify-content:center}.services__grid,.skills__grid,.testimonials__grid{grid-template-columns:1fr}.gallery-row--quarter,.gallery-row--third{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){.hero__about,.hero__boxed,.hero__greeting,.hero__profile-stage,.hero__stats-row{animation:none!important}.hero__profile{transform:none!important;transition:none!important}}@media (max-width:720px){.app__main{gap:3.5rem;padding-bottom:3.5rem}.app__main,.site-header__inner{width:min(1120px,calc(100% - 1.5rem))}.site-header__nav{position:fixed;inset:auto 0 0;top:var(--header-height,72px);flex-direction:column;align-items:stretch;gap:0;padding:1rem;background:rgba(11,11,18,.92);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--border);transform:translateY(-120%);opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.site-header__nav.is-open{top:var(--header-height,72px);bottom:auto;transform:none;opacity:1;pointer-events:auto}.site-header__nav a{padding:.9rem 1rem;border-radius:10px}.site-header__nav a:hover{background:var(--surface)}.site-header__cta{display:none}.site-header__cta-mobile{display:inline-flex;margin:.5rem 1rem .75rem}.site-header__menu{display:inline-flex}.gallery-row--half,.gallery-row--quarter,.gallery-row--third{grid-template-columns:1fr}.site-footer__inner{flex-direction:column}.site-footer__copy,.site-footer__inner{width:min(1120px,calc(100% - 1.5rem))}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition:none!important}}