@import"https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--color-bg: #020617;--color-surface: #0f172a;--color-surface-soft: rgba(15, 23, 42, .78);--color-panel: #151e2e;--color-panel-soft: rgba(30, 41, 59, .55);--color-border: rgba(148, 163, 184, .15);--color-border-strong: rgba(148, 163, 184, .28);--color-text: #e2e8f0;--color-text-strong: #ffffff;--color-text-muted: #94a3b8;--color-text-faint: #64748b;--color-shopware: #0176ff;--color-laravel: #ff2d20;--color-vue: #42b883;--color-cyan: #22d3ee;--color-blue: #60a5fa;--shadow-soft: 0 18px 60px rgba(2, 6, 23, .38);--shadow-shopware: 0 0 24px rgba(1, 118, 255, .16);--shadow-laravel: 0 0 24px rgba(255, 45, 32, .16);--container: min(1120px, calc(100vw - 32px) );--header-height: 80px;--radius-xl: 24px;--radius-lg: 18px;--radius-md: 14px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:Inter,system-ui,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea{font:inherit}::selection{background:var(--color-shopware);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0f172a}::-webkit-scrollbar-thumb{background:#334155;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#475569}#app,.site-shell{min-height:100vh}.site-shell{position:relative;overflow:clip}.site-main{position:relative;z-index:1;padding-top:var(--header-height)}.background-grid{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-size:40px 40px;background-image:linear-gradient(to right,rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.045) 1px,transparent 1px);mask-image:linear-gradient(to bottom,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to bottom,transparent,black 10%,black 90%,transparent)}.container{width:var(--container);margin:0 auto}.section-heading{margin-bottom:3rem}.section-heading--center{text-align:center}.section-heading h2{margin:0;color:var(--color-text-strong);font-size:clamp(2rem,4vw,2.5rem);line-height:1.1;font-weight:800}.section-heading p{margin:1rem 0 0;color:var(--color-text-muted);font-size:1.05rem}.site-header{position:fixed;top:0;z-index:50;width:100%;border-bottom:1px solid rgba(255,255,255,.08);background:#020617d1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-nav{display:flex;align-items:center;justify-content:space-between;min-height:var(--header-height);gap:1.5rem}.site-brand{display:flex;align-items:center;gap:.75rem;min-width:0}.site-brand__badge{display:grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:999px;background:linear-gradient(135deg,var(--color-shopware),var(--color-laravel));color:#fff;font-size:1.125rem;font-weight:700;box-shadow:0 14px 28px #189eff33}.site-brand span{color:var(--color-text-strong);font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.site-nav__links{display:flex;align-items:center;gap:2rem}.site-nav__links a{color:#cbd5e1;font-size:.95rem;font-weight:500;transition:color .18s ease}.site-nav__links a:hover,.site-nav__links a:focus-visible{color:var(--color-shopware)}.site-nav__actions{display:flex;align-items:center;gap:1rem}.social-link{display:inline-flex;color:var(--color-text-muted);transition:color .18s ease}.social-link:hover,.social-link:focus-visible{color:var(--color-text-strong)}.social-link .base-icon{width:1.25rem;height:1.25rem}.social-link.accent-shopware:hover,.social-link.accent-shopware:focus-visible{color:var(--color-shopware)}.hire-button,.button-primary,.button-secondary,.button-resume{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.hire-button{min-height:2.7rem;padding:0 1.25rem;border:1px solid var(--color-shopware);color:var(--color-shopware);font-size:.95rem;font-weight:500}.hire-button:hover,.hire-button:focus-visible{background:var(--color-shopware);color:#fff}.hero-section{padding:6rem 0 5rem}.hero-layout{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(300px,.9fr);align-items:center;gap:3rem}.availability-pill{display:inline-flex;align-items:center;gap:.65rem;padding:.45rem .9rem;margin-bottom:1.5rem;border:1px solid rgba(24,158,255,.2);border-radius:999px;background:#189eff1a;color:var(--color-shopware);font-size:.92rem;font-weight:500}.availability-pill__dot{width:.5rem;height:.5rem;border-radius:999px;background:var(--color-shopware);box-shadow:0 0 #189eff80;animation:pulse 1.8s infinite}.hero-copy h1{display:flex;flex-direction:column;margin:0;color:var(--color-text-strong);font-size:clamp(2.9rem,6vw,4.75rem);line-height:.98;letter-spacing:-.05em;font-weight:800}.hero-highlight{background:linear-gradient(90deg,var(--color-shopware),#7dd3fc);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy__description{max-width:48rem;margin:1.75rem 0 0;color:var(--color-text-muted);font-size:1.1rem;line-height:1.8}.hero-copy__accent{font-weight:700}.hero-copy__accent--laravel{color:var(--color-laravel)}.hero-copy__accent--shopware{color:var(--color-shopware)}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;max-width:42rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(51,65,85,.75)}.hero-stat__value{color:var(--color-text-strong);font-size:2rem;font-weight:800}.hero-stat.accent-laravel .hero-stat__value{color:var(--color-laravel)}.hero-stat.accent-shopware .hero-stat__value{color:var(--color-shopware)}.hero-stat__label{margin-top:.4rem;color:var(--color-text-faint);font-size:.9rem;font-family:Fira Code,monospace}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.5rem}.button-primary,.button-secondary,.button-resume{min-height:3.35rem;padding:0 2rem;font-size:1rem;font-weight:600}.button-primary{color:#fff;background:var(--color-shopware);box-shadow:0 12px 30px #189eff33}.button-primary:hover,.button-primary:focus-visible{background:#127dd0;transform:translateY(-1px)}.button-secondary{border:1px solid rgba(71,85,105,.9);background:#1e293b;color:#cbd5e1}.button-secondary:hover,.button-secondary:focus-visible{background:#334155;transform:translateY(-1px)}.button-resume{gap:.7rem;border:1px solid rgba(1,118,255,.28);background:linear-gradient(135deg,#0176ff24,#ff2d2014),#0f172ad1;color:var(--color-text-strong);box-shadow:0 12px 26px #0206173d}.button-resume:hover,.button-resume:focus-visible{border-color:#0176ff6b;background:linear-gradient(135deg,#0176ff33,#ff2d201f),#1e293be6;transform:translateY(-1px)}.button-resume .base-icon{width:1rem;height:1rem;color:var(--color-shopware)}.hero-visual{position:relative;display:flex;justify-content:center}.hero-visual__glow{position:absolute;top:-1rem;right:-1rem;bottom:-1rem;left:-1rem;border-radius:999px;background:linear-gradient(135deg,#189eff4d,#f053404d);filter:blur(44px);opacity:.55}.hero-visual__frame{position:relative;width:min(100%,22rem);aspect-ratio:1;overflow:hidden;border:1px solid rgba(71,85,105,.9);border-radius:1.75rem;background:linear-gradient(180deg,#1e293b,#0f172a);box-shadow:var(--shadow-soft)}.hero-visual__frame img{width:100%;height:100%;object-fit:cover}.hero-visual__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(2,6,23,.92),transparent 48%)}.services-section{position:relative;padding:.5rem 0 5rem}.services-section__intro{max-width:44rem;margin-left:auto;margin-right:auto;margin-bottom:3rem}.services-section__eyebrow{margin-bottom:.75rem;color:var(--color-shopware);font-size:.82rem;font-family:Fira Code,monospace;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.arsenal-section{position:relative;padding:5rem 0;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);background:#0f172a73}.skill-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.skill-card,.service-card,.project-card,.compact-project-card,.experience-item__card,.contact-form-card{border:1px solid var(--color-border);background:var(--color-panel-soft);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.skill-card{padding:1.5rem;border-radius:var(--radius-xl);transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease}.skill-card:hover{transform:translateY(-2px)}.skill-card.accent-laravel:hover{border-color:#f0534080;box-shadow:var(--shadow-laravel)}.skill-card:not(.accent-laravel):hover{border-color:#189eff80;box-shadow:var(--shadow-shopware)}.service-card{position:relative;display:grid;align-content:start;min-height:20rem;padding:1.75rem;border:1px solid rgba(148,163,184,.12);border-radius:2rem;background:linear-gradient(180deg,#1e293bd6,#0f172aeb);overflow:hidden;transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease}.service-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(circle at top right,rgba(24,158,255,.09),transparent 36%),radial-gradient(circle at top left,rgba(255,255,255,.04),transparent 22%);pointer-events:none}.service-card:hover{transform:translateY(-4px)}.service-card.accent-laravel:hover{border-color:#f0534080;box-shadow:0 16px 40px #f0534024}.service-card.accent-shopware:hover,.service-card.accent-cyan:hover,.service-card.accent-blue:hover{border-color:#189eff80;box-shadow:0 16px 40px #189eff24}.service-card__icon{display:inline-grid;place-items:center;width:3.1rem;height:3.1rem;margin-bottom:1.35rem;border:1px solid rgba(255,255,255,.1);border-radius:1rem;color:var(--color-shopware);background:#f8fafcf5;box-shadow:inset 0 1px #fffc,0 10px 24px #02061738}.service-card.accent-shopware .service-card__icon{color:var(--color-shopware)}.service-card.accent-laravel .service-card__icon{color:var(--color-laravel)}.service-card.accent-cyan .service-card__icon{color:var(--color-cyan)}.service-card.accent-blue .service-card__icon{color:var(--color-blue)}.service-card h3{position:relative;z-index:1;margin:0 0 .85rem;color:var(--color-text-strong);font-size:1.22rem;line-height:1.3;font-weight:700;letter-spacing:-.02em}.service-card p{position:relative;z-index:1;margin:0;color:var(--color-text-muted);line-height:1.75;font-size:.98rem}.service-card__icon .base-icon{width:1.45rem;height:1.45rem}.skill-card__icon{display:inline-grid;place-items:center;width:3rem;height:3rem;margin-bottom:1.5rem;border:1px solid rgba(24,158,255,.2);border-radius:1rem;color:var(--color-shopware);background:#189eff14}.skill-card.accent-laravel .skill-card__icon{color:var(--color-laravel);border-color:#f0534033;background:#f0534014}.skill-card.accent-blue .skill-card__icon{color:var(--color-blue);border-color:#60a5fa33;background:#60a5fa14}.skill-card.accent-cyan .skill-card__icon{color:var(--color-cyan);border-color:#22d3ee33;background:#22d3ee14}.skill-card.accent-vue .skill-card__icon{color:var(--color-vue);border-color:#42b88333;background:#42b88314}.skill-card__icon .base-icon{width:1.7rem;height:1.7rem}.skill-card h3{margin:0 0 1.1rem;color:var(--color-text-strong);font-size:1.22rem}.skill-list{display:grid;gap:.85rem;padding:0;margin:0;list-style:none}.skill-list li{display:flex;align-items:center;gap:.55rem;color:var(--color-text-muted)}.skill-list .base-icon{width:.9rem;height:.9rem;color:var(--color-shopware);flex:none}.projects-section{padding:6rem 0}.projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.project-card{overflow:hidden;border-radius:var(--radius-xl);background:#0f172a;transition:border-color .22s ease,transform .22s ease}.project-card:hover{transform:translateY(-2px)}.project-card.accent-shopware:hover{border-color:#189eff80}.project-card.accent-laravel:hover{border-color:#f0534080}.project-preview{position:relative;display:flex;align-items:center;justify-content:center;min-height:12rem;border-bottom:1px solid rgba(51,65,85,.7);background:#1e293b}.project-preview--image{aspect-ratio:16 / 9;min-height:0;overflow:hidden;align-items:stretch;justify-content:stretch}.project-preview__image{width:100%;height:100%;object-fit:cover}.project-preview--image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(2,6,23,.92),rgba(2,6,23,.1) 46%,transparent 70%);pointer-events:none}.project-preview__pill{position:absolute;z-index:1;left:1.25rem;bottom:1.1rem;display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 1rem;border:1px solid rgba(148,163,184,.22);border-radius:999px;background:#020617c2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--color-text-strong);font-size:.82rem;font-family:Fira Code,monospace;font-weight:700}.project-card.accent-shopware .project-preview__pill{color:var(--color-shopware)}.project-card.accent-laravel .project-preview__pill{color:var(--color-laravel)}.project-preview__pill .base-icon{width:.95rem;height:.95rem}.macrovet-preview{position:relative;display:grid;place-items:center;width:100%;min-height:12rem;overflow:hidden}.macrovet-preview:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent,rgba(15,23,42,.9))}.macrovet-preview__title{position:relative;z-index:1;color:#ffffff1f;font-size:clamp(1.8rem,5vw,2.7rem);font-weight:900;letter-spacing:.08em}.macrovet-preview__pill,.lottery-preview__pill{position:absolute;z-index:1;bottom:1.5rem;display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 1rem;border:1px solid rgba(24,158,255,.3);border-radius:999px;background:#020617cc;color:var(--color-shopware);font-size:.88rem;font-family:Fira Code,monospace;font-weight:700}.macrovet-preview__pill .base-icon,.lottery-preview__pill .base-icon{width:1rem;height:1rem}.lottery-preview{display:grid;place-items:center;gap:1rem;color:var(--color-text-faint)}.lottery-preview>.base-icon{width:3.1rem;height:3.1rem}.lottery-preview__pill{position:static;color:var(--color-text-muted);border-color:#475569b3;background:#0f172a}.lottery-preview__pill .base-icon:last-child{color:var(--color-laravel)}.project-card__body{padding:2rem;position:relative}.project-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.project-card__header h3{margin:0;color:var(--color-text-strong);font-size:1.7rem}.project-badge,.compact-project-card__header span{display:inline-flex;align-items:center;min-height:1.9rem;padding:0 .75rem;border:1px solid rgba(24,158,255,.3);border-radius:999px;background:#189eff1f;color:var(--color-shopware);font-size:.77rem;font-family:Fira Code,monospace;white-space:nowrap}.project-card.accent-laravel .project-badge{border-color:#f053404d;background:#f053401f;color:var(--color-laravel)}.project-card__description,.compact-project-card p{margin:0;color:var(--color-text-muted);line-height:1.75}.tag-row{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.5rem}.tag-chip{display:inline-flex;align-items:center;min-height:1.8rem;padding:0 .65rem;border:1px solid rgba(71,85,105,.8);border-radius:.5rem;background:#1e293b;color:#cbd5e1;font-size:.77rem}.project-card__action,.project-card__locked,.project-card__stores,.project-card__link-list{margin-top:1.5rem}.project-card__action a{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-shopware);font-weight:600;transition:color .18s ease}.project-card__action a:hover,.project-card__action a:focus-visible{color:var(--color-text-strong)}.project-card__action .base-icon,.project-card__locked .base-icon,.project-card__stores .base-icon{width:1rem;height:1rem}.project-card__locked{display:inline-flex;align-items:center;gap:.55rem;color:var(--color-text-faint);font-weight:500}.project-card__stores{display:flex;gap:1rem}.project-card__stores a{color:var(--color-text-muted);transition:color .18s ease}.project-card__stores a:hover,.project-card__stores a:focus-visible{color:var(--color-text-strong)}.project-card__stores .base-icon{width:1.35rem;height:1.35rem}.project-card__link-list{display:grid;gap:.75rem;padding:0;list-style:none}.project-card__link-list li a{display:block;padding:.95rem 1rem;border:1px solid rgba(148,163,184,.12);border-radius:.9rem;background:#1e293b80;transition:border-color .18s ease,color .18s ease}.project-card__link-list li a:hover,.project-card__link-list li a:focus-visible{border-color:#189eff52;color:var(--color-shopware)}.project-card__link-list strong,.project-card__link-list span{display:block}.project-card__link-list span{margin-top:.35rem;color:var(--color-text-faint);font-size:.92rem}.compact-projects{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.compact-project-card{overflow:hidden;padding:1.5rem;border-radius:var(--radius-xl);background:#0f172a;transition:border-color .18s ease}.compact-project-card:hover{border-color:#189eff59}.compact-project-card.accent-cyan:hover{border-color:#22d3ee59}.compact-project-card__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.compact-project-card__media{margin:-1.5rem -1.5rem 1.25rem;aspect-ratio:16 / 9;overflow:hidden;border-bottom:1px solid rgba(51,65,85,.7);background:#111827}.compact-project-card__image{width:100%;height:100%;object-fit:cover}.compact-project-card__header h4{margin:0;color:var(--color-text-strong);font-size:1.15rem}.compact-project-card.accent-vue .compact-project-card__header span{border-color:#42b88338;background:#42b88314;color:var(--color-vue)}.compact-project-card.accent-cyan .compact-project-card__header span{border-color:#22d3ee38;background:#22d3ee14;color:var(--color-cyan)}.compact-project-card__action{display:inline-block;margin-top:.8rem;color:var(--color-cyan);font-size:.95rem}.experience-section{padding:6rem 0;border-top:1px solid rgba(255,255,255,.05);background:#0f172a4d}.experience-section__inner{max-width:56rem}.experience-timeline{position:relative;display:grid;gap:3rem;margin-top:4rem;padding-left:1.5rem;border-left:1px solid rgba(71,85,105,.8)}.experience-item{display:grid;grid-template-columns:10rem minmax(0,1fr);gap:2rem}.experience-item__meta{text-align:right}.experience-item__period{font-weight:700}.experience-item.accent-shopware .experience-item__period{color:var(--color-shopware)}.experience-item.accent-laravel .experience-item__period{color:var(--color-laravel)}.experience-item__duration{margin-top:.35rem;color:var(--color-text-faint);font-size:.9rem;font-family:Fira Code,monospace}.experience-item__content{position:relative}.experience-item__node{position:absolute;top:.2rem;left:-1.48rem;width:1rem;height:1rem;border-radius:999px;background:var(--color-surface);border:4px solid var(--color-shopware);box-shadow:0 0 15px #189eff66}.experience-item.accent-laravel .experience-item__node{border-color:var(--color-laravel);box-shadow:0 0 15px #f0534066}.experience-item__card{padding:1.5rem;border-radius:1rem}.experience-item__card h3{margin:0;color:var(--color-text-strong);font-size:1.3rem}.experience-item__role{margin:.45rem 0 1rem;font-weight:600}.experience-item.accent-shopware .experience-item__role{color:var(--color-shopware)}.experience-item.accent-laravel .experience-item__role{color:var(--color-laravel)}.experience-item__card ul{display:grid;gap:.7rem;padding:0;margin:0;list-style:none}.experience-item__card li{display:flex;align-items:flex-start;gap:.55rem;color:var(--color-text-muted);font-size:.95rem;line-height:1.65}.experience-item__bullet{color:inherit;line-height:1.3}.education-section{padding:3rem 0;border-top:1px solid rgba(51,65,85,.7);background:#020617}.education-section__inner{display:grid;place-items:center;text-align:center}.education-section__icon{display:grid;place-items:center;width:3rem;height:3rem;margin-bottom:1rem;border:1px solid rgba(71,85,105,.8);border-radius:999px;background:#1e293b;color:var(--color-text-muted)}.education-section__icon .base-icon{width:1.3rem;height:1.3rem}.education-section h3{margin:0;color:var(--color-text-strong);font-size:1.08rem}.education-section p{margin:.45rem 0 0;color:var(--color-text-muted)}.site-footer{position:relative;padding:5rem 0 2.5rem;border-top:1px solid rgba(255,255,255,.08);background:#020617}.site-footer__beam{position:absolute;top:0;left:50%;width:min(100%,74rem);height:1px;transform:translate(-50%);background:linear-gradient(90deg,transparent,var(--color-shopware),transparent);opacity:.5}.site-footer__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);gap:3rem;align-items:center}.site-footer h2{margin:0 0 1.5rem;color:var(--color-text-strong);font-size:clamp(2rem,4vw,2.4rem);line-height:1.15}.site-footer__description{max-width:32rem;margin:0 0 2rem;color:var(--color-text-muted);line-height:1.8}.contact-list{display:grid;gap:1rem}.contact-list--card{gap:1.15rem}.contact-list--card .contact-list__item{width:100%}.contact-list__item{display:inline-flex;align-items:center;gap:1rem;width:fit-content;color:#cbd5e1;font-size:1.06rem;font-weight:500;transition:color .18s ease}.contact-list__item:hover,.contact-list__item:focus-visible{color:var(--color-text-strong)}.contact-list__item--muted{color:var(--color-text-muted);font-weight:400}.contact-list__icon{display:grid;place-items:center;width:2.5rem;height:2.5rem;border:1px solid rgba(51,65,85,.7);border-radius:.75rem;background:#0f172a;color:var(--color-shopware);transition:border-color .18s ease,background-color .18s ease}.contact-list__item:hover .contact-list__icon,.contact-list__item:focus-visible .contact-list__icon{border-color:var(--color-shopware);background:#189eff1a}.contact-list__icon .base-icon{width:1rem;height:1rem}.contact-list__icon--plain{border:none;background:transparent;color:var(--color-text-faint)}.contact-form-card{position:relative;padding:2rem;border-radius:var(--radius-xl)}.contact-form-card:before{content:"";position:absolute;top:0;left:15%;right:15%;height:1px;background:linear-gradient(90deg,transparent,rgba(240,83,64,.5),transparent)}.contact-info-card{display:grid;align-content:center;min-height:100%}.contact-info-card__eyebrow{margin-bottom:1.5rem;color:var(--color-shopware);font-size:.82rem;font-family:Fira Code,monospace;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(51,65,85,.7);color:var(--color-text-faint);font-size:.9rem}.site-footer__socials{display:flex;gap:1.5rem}.site-footer__socials a{transition:color .18s ease}.site-footer__socials a:hover,.site-footer__socials a:focus-visible{color:var(--color-text-strong)}.base-icon{width:1em;height:1em;flex:none}@keyframes pulse{0%{box-shadow:0 0 #189eff73}70%{box-shadow:0 0 0 8px #189eff00}to{box-shadow:0 0 #189eff00}}@media(max-width:1120px){.services-grid,.skill-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:980px){.site-nav__links{display:none}.hero-layout,.projects-grid,.site-footer__grid,.experience-item{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-stats{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-visual{order:-1;max-width:24rem;margin:0 auto}.projects-grid{gap:1.5rem}.compact-projects{grid-template-columns:1fr}.experience-item__meta{text-align:left}.experience-item__node{left:-2rem}}@media(max-width:720px){.site-nav{gap:1rem;min-height:4.5rem}.site-brand{gap:.6rem}.site-brand span{display:block;font-size:.98rem}.site-nav__actions{gap:.7rem}.social-link .base-icon{width:1.1rem;height:1.1rem}.hire-button{display:none}.hero-section{padding-top:2.5rem}.projects-section,.experience-section,.site-footer{padding-top:4rem}.hero-stats,.services-grid,.skill-grid{grid-template-columns:1fr}.hero-layout{gap:2rem}.hero-copy{text-align:center}.hero-visual{max-width:18rem}.project-card__header,.compact-project-card__header,.site-footer__bottom{flex-direction:column;align-items:flex-start}.experience-timeline{padding-left:1rem}.experience-item__node{left:-1.5rem}}
