@charset "UTF-8";.header{position:fixed;top:0;left:0;right:0;height:4rem;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.5rem,5vw,4rem);background:#fafafa;border-bottom:1px solid rgba(0,0,0,.1);z-index:100}.header__logo{font-size:1.5rem;font-weight:700;color:#1a1a1a;letter-spacing:-.02em}.header__logo:hover{color:#1a1a1a}.header__nav{display:flex;align-items:center;gap:2rem}.header__nav a{font-size:.9375rem;font-weight:500;color:#1a1a1a}.header__nav a:hover{opacity:.8}.header__cta{padding:.4rem 1rem;font-size:.875rem;font-weight:600;color:#1a1a1a;background:#f6d454;border:1px solid rgba(0,0,0,.25);border-radius:9999px;box-shadow:3px 4px 8px #0003;transition:background .2s,transform .15s,box-shadow .2s}.header__cta:hover{background:#e0c04a;transform:translateY(-1px);color:#1a1a1a;box-shadow:4px 5px 10px #00000038}.header__cta--mobile{display:none}.header__cta--desktop{display:inline-block}.header__burger{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:101}.header__burger:focus{outline:2px solid #f6d454;outline-offset:2px}.header__burger-line{width:24px;height:2px;background:#1a1a1a;transition:all .3s ease;border-radius:2px}@media (max-width: 768px){.header__burger{display:flex}.header__burger-line{transform-origin:center}.header__burger[aria-expanded=true] .header__burger-line:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.header__burger[aria-expanded=true] .header__burger-line:nth-child(2){opacity:0}.header__burger[aria-expanded=true] .header__burger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.header__nav{position:fixed;top:4rem;left:0;right:0;background:#fafafa;flex-direction:column;align-items:stretch;padding:1.5rem clamp(1.5rem,5vw,4rem);gap:0;border-bottom:1px solid rgba(0,0,0,.1);box-shadow:0 4px 6px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .3s ease,visibility .3s ease}.header__nav--open{transform:translateY(0);opacity:1;visibility:visible}.header__nav a{padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.05);font-size:1rem}.header__nav a:last-child{border-bottom:none}.header__cta--mobile{display:inline-block;width:100%;text-align:center;margin-top:.5rem}.header__cta--desktop{display:none}}.hero{min-height:100vh;padding:5rem clamp(1.5rem,5vw,4rem) clamp(3rem,8vw,5rem);display:flex;align-items:center}.hero__inner{max-width:75rem;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem 4rem;align-items:center}.hero__content{max-width:32rem}.hero__tagline{font-size:.9375rem;font-weight:500;color:#2d2d2d;margin-bottom:1rem}.hero__headline{font-size:clamp(2.5rem,5vw,3.75rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;color:#1a1a1a;margin-bottom:1rem}.hero__headline-name{color:#c9a227}.hero__description{font-size:clamp(1rem,2vw,1.125rem);font-weight:600;color:#1a1a1a;margin-bottom:.5rem;line-height:1.5;text-align:justify}@media (max-width: 768px){.hero__description{text-align:center}}.hero__intro{font-size:.9375rem;font-weight:400;color:#2d2d2d;line-height:1.6;margin-bottom:1.5rem;max-width:28rem;text-align:justify}.hero__ctas{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;margin-bottom:1.5rem}@media (max-width: 768px){.hero__ctas{justify-content:center}}.hero__cta{display:inline-block;padding:.45rem 1.1rem;font-size:.875rem;font-weight:600;border-radius:9999px;transition:background .2s,transform .15s,color .2s,border-color .2s,box-shadow .2s}.hero__cta:hover{transform:translateY(-1px)}.hero__cta--outline{color:#1a1a1a;background:transparent;border:1px solid rgba(0,0,0,.25);box-shadow:3px 4px 8px #0003}.hero__cta--outline:hover{background:#0000000a;box-shadow:4px 5px 10px #00000038}.hero__cta--primary{color:#1a1a1a;background:#f6d454;border:1px solid rgba(0,0,0,.25);box-shadow:3px 4px 8px #0003}.hero__cta--primary:hover{background:#e0c04a;color:#1a1a1a;box-shadow:4px 5px 10px #00000038}.hero__social{display:flex;gap:1rem;align-items:center;justify-content:flex-start}@media (max-width: 768px){.hero__social{justify-content:center}}.hero__social-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;color:#1a1a1a;border-radius:50%;transition:all .2s ease;background:#0000000a;border:1px solid rgba(0,0,0,.1)}.hero__social-link:hover{background:#f6d454;transform:translateY(-2px);color:#1a1a1a}.hero__social-link svg{width:24px;height:24px}.hero__visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:420px}.hero__blob{position:absolute;width:85%;max-width:380px;aspect-ratio:1;top:20%;background:#f5d042;border-radius:60% 40% 50% 50%/50% 60% 40% 50%;opacity:.9;z-index:0;animation:blob 8s ease-in-out infinite}@keyframes blob{0%,to{border-radius:60% 40% 50% 50%/50% 60% 40% 50%;transform:scale(1)}50%{border-radius:50% 60% 40% 50%/40% 50% 60%;transform:scale(1.02)}}.hero__image-wrap{position:relative;z-index:1;width:75%;max-width:320px;background:transparent}.hero__image{width:100%;height:auto;object-fit:contain;display:block}.hero__icons{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.hero__icon{position:absolute;animation:float 6s ease-in-out infinite}.hero__icon--chart{top:30%;left:10%;width:44px;height:44px;animation-delay:0s}.hero__icon--chart svg{width:100%;height:100%;filter:drop-shadow(0 2px 6px rgba(0,0,0,.15))}.hero__icon--stars{bottom:15%;right:8%;font-size:1.25rem;letter-spacing:.15em;color:#e91e63;filter:drop-shadow(0 1px 3px rgba(0,0,0,.1));animation-delay:1.5s}.hero__icon--target{bottom:14%;left:5%;width:48px;height:48px;animation-delay:3s}.hero__icon--target svg{width:100%;height:100%;filter:drop-shadow(0 2px 8px rgba(0,0,0,.15))}.hero__icon--dollar{top:45%;right:8%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#e91e63;color:#fff;font-size:1.5rem;font-weight:700;border-radius:50%;border:2px solid #ffffff;box-shadow:0 2px 10px #0003;animation-delay:4.5s}.hero__icon-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60%;height:60%;object-fit:contain;filter:drop-shadow(0 1px 3px rgba(0,0,0,.2))}@keyframes float{0%,to{transform:translateY(0) translate(0)}25%{transform:translateY(-8px) translate(4px)}50%{transform:translateY(-4px) translate(-2px)}75%{transform:translateY(-10px) translate(3px)}}@media (max-width: 900px){.hero__inner{grid-template-columns:1fr;text-align:center}.hero__content{max-width:none}.hero__tagline{justify-content:center}.hero__visual{order:-1;min-height:320px}.hero__icon--chart{left:2%}.hero__icon--stars{left:auto;right:2%}.hero__icon--target{right:10%}.hero__icon--dollar{right:2%}}.about-section{background:#f5f0e8;padding:clamp(3rem,8vw,5rem) clamp(1.5rem,5vw,4rem) clamp(1.5rem,4vw,2.5rem)}.about-section__inner{max-width:75rem;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem 4rem;align-items:center}.about-section__visual{display:flex;justify-content:center;align-items:center}.about-section__image{width:100%;max-width:380px;height:auto;object-fit:contain}.about-section__content{max-width:28rem}.about-section__headline{font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#1a1a1a;margin-bottom:1rem}.about-section__text{font-size:1rem;color:#1a1a1a;line-height:1.6;margin-bottom:1rem}.about-section__text:last-of-type{margin-bottom:0}.about-section__cta{display:inline-block;margin-top:1.5rem;padding:.45rem 1.1rem;font-size:.875rem;font-weight:600;color:#1a1a1a;background:#f6d454;border:1px solid rgba(0,0,0,.25);border-radius:9999px;box-shadow:3px 4px 8px #0003;transition:background .2s,transform .15s,box-shadow .2s}.about-section__cta:hover{background:#e0c04a;transform:translateY(-1px);color:#1a1a1a;box-shadow:4px 5px 10px #00000038}@media (max-width: 900px){.about-section__inner{grid-template-columns:1fr}.about-section__visual{order:-1}.about-section__image{max-width:320px;margin:0 auto}.about-section__content{max-width:none}}.focus-area{background:#f5f0e8;padding:clamp(1.5rem,4vw,2.5rem) clamp(1.5rem,5vw,4rem) clamp(3rem,8vw,5rem)}.focus-area__inner{max-width:75rem;margin:0 auto}.focus-area__header{display:grid;grid-template-columns:minmax(10rem,14rem) 1fr;gap:2rem 3rem;align-items:start;margin-bottom:2.5rem;max-width:56rem;margin-left:auto;margin-right:auto}.focus-area__headline{display:flex;align-items:center;gap:.5rem;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:#1a1a1a;letter-spacing:-.02em;margin:0}.focus-area__star{color:#e91e63;font-size:.6em}.focus-area__intro{font-size:1rem;color:#2d2d2d;line-height:1.6;margin:0;padding-top:.25rem;max-width:36rem}.focus-area__cards{display:grid;grid-template-columns:repeat(3,minmax(0,280px));gap:1.5rem;justify-content:center;max-width:56rem;margin-left:auto;margin-right:auto}.focus-area__card{position:relative;z-index:0;overflow:visible;background:#fff;border:1px solid rgba(0,0,0,.45);border-radius:1rem;padding:1.25rem 1.5rem;box-shadow:6px 8px 20px #00000047}.focus-area__icon-wrap{width:2.75rem;height:2.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1a1a1a;margin-bottom:1rem}.focus-area__icon{width:60%;height:60%;object-fit:contain}.focus-area__card--yellow .focus-area__icon-wrap{background:#2e7d32}.focus-area__card--orange .focus-area__icon-wrap{background:#e91e63}.focus-area__card--pink .focus-area__icon-wrap{background:#f5d042}.focus-area__card-title{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.focus-area__card-text{font-size:.9375rem;color:#2d2d2d;line-height:1.6;margin:0}@media (max-width: 900px){.focus-area__header{grid-template-columns:1fr}.focus-area__cards{grid-template-columns:1fr;max-width:320px;margin:0 auto}}.projects-section{background:#fafafa;padding:clamp(3rem,8vw,5rem) clamp(1.5rem,5vw,4rem)}.projects-section__inner{max-width:75rem;margin:0 auto;text-align:center}.projects-section__headline{font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:#1a1a1a;letter-spacing:-.02em;margin-bottom:.5rem}.projects-section__intro{font-size:1rem;color:#2d2d2d;line-height:1.6;margin-bottom:2.5rem;max-width:40rem;margin-left:auto;margin-right:auto}.projects-section__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;text-align:left;align-items:stretch}.projects-section__card{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:1rem;padding:0;overflow:hidden;box-shadow:4px 6px 16px #00000014;transition:box-shadow .2s,transform .2s}.projects-section__card:hover{box-shadow:6px 8px 20px #0000001f;transform:translateY(-2px)}.projects-section__card-image-wrap{width:100%;aspect-ratio:16/10;background:#e8e6e2;overflow:hidden}.projects-section__card-image{width:100%;height:100%;object-fit:cover}.projects-section__card-image--top-left{object-position:top left}.projects-section__card-image-placeholder{width:100%;height:100%}.projects-section__card-body{flex:1;min-height:0;padding:1.5rem;display:flex;flex-direction:column}.projects-section__card-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.projects-section__card-text{font-size:.9375rem;color:#2d2d2d;line-height:1.6;margin-bottom:0;flex-shrink:0}.projects-section__card-footer{margin-top:auto;padding-top:1rem}.projects-section__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.projects-section__tag{font-size:.75rem;font-weight:500;color:#1a1a1a;background:#f6d454;padding:.25rem .6rem;border-radius:9999px}.projects-section__link{font-size:.875rem;font-weight:600;color:#1a1a1a;padding:.4rem 0;margin-bottom:-.25rem;border-bottom:2px solid #f6d454;display:inline-block;transition:color .2s,border-color .2s}.projects-section__link:hover{color:#c09a0a;border-color:#f1c10d}@media (max-width: 640px){.projects-section__grid{grid-template-columns:1fr}}.tools-section{background:#f5f0e8;padding:clamp(3rem,8vw,5rem) clamp(1.5rem,5vw,4rem)}.tools-section__inner{max-width:75rem;margin:0 auto;text-align:center}.tools-section__headline{font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:#1a1a1a;letter-spacing:-.02em;margin-bottom:.5rem}.tools-section__intro{font-size:1rem;color:#2d2d2d;line-height:1.6;margin-bottom:2rem;max-width:36rem;margin-left:auto;margin-right:auto}.tools-section__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:1.5rem 1.25rem}.tools-section__item{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem .75rem;background:#faf8f4;border-radius:1rem;border:1px solid rgba(180,165,140,.35);box-shadow:4px 4px 12px #0000000a;transition:box-shadow .2s,transform .2s,border-color .2s}.tools-section__item:hover{box-shadow:6px 6px 20px #0000000f;transform:translateY(-2px);border-color:#b4a58c80}.tools-section__icon-wrap{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#fffc;border-radius:12px;padding:.5rem;border:1px solid rgba(180,165,140,.2)}.tools-section__icon{width:100%;height:100%;object-fit:contain}.tools-section__icon-fallback{font-size:1.25rem;font-weight:700;color:#f6d454;letter-spacing:-.02em}.tools-section__label{font-size:.75rem;font-weight:600;color:#1a1a1a;text-transform:uppercase;letter-spacing:.04em;text-align:center;line-height:1.2}.experience-section{background:#fafafa;padding:clamp(3rem,8vw,5rem) clamp(1.5rem,5vw,4rem)}.experience-section__inner{max-width:75rem;margin:0 auto}.experience-section__headline{font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:#1a1a1a;letter-spacing:-.02em;margin-bottom:2.5rem}.experience-section__list{display:flex;flex-direction:column;gap:1.5rem}.experience-section__card{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:1rem;padding:1.5rem;box-shadow:4px 6px 16px #00000014;transition:box-shadow .2s,transform .2s}.experience-section__card:hover{box-shadow:6px 8px 20px #0000001f;transform:translateY(-2px)}.experience-section__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem;flex-wrap:wrap}.experience-section__title-group{flex:1;min-width:200px}.experience-section__title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.experience-section__company{font-size:.9375rem;color:#2d2d2d;margin:0}.experience-section__dates{font-size:.9375rem;color:#2d2d2d;white-space:nowrap;margin:0}.experience-section__responsibilities{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.experience-section__responsibilities li{font-size:.9375rem;color:#1a1a1a;line-height:1.6;padding-left:1.5rem;position:relative}.experience-section__responsibilities li:before{content:"•";position:absolute;left:0;color:#1a1a1a;font-weight:700}@media (max-width: 640px){.experience-section__header{flex-direction:column}.experience-section__dates{white-space:normal}}.contact-section{background:#fff;padding:clamp(3rem,8vw,5rem) clamp(1.5rem,5vw,4rem);text-align:center}.contact-section__inner{max-width:75rem;margin:0 auto}.contact-section__headline{font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;color:#1a1a1a;letter-spacing:-.02em;margin-bottom:.5rem}.contact-section__intro{font-size:1rem;color:#2d2d2d;line-height:1.6;margin-bottom:2rem;max-width:28rem;margin-left:auto;margin-right:auto}.contact-section__form{max-width:28rem;margin:0 auto;text-align:left}.contact-section__label{display:block;font-size:.875rem;font-weight:600;color:#1a1a1a;margin-bottom:.35rem}.contact-section__input,.contact-section__textarea{width:100%;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;color:#1a1a1a;background:#fafafa;border:1px solid rgba(0,0,0,.15);border-radius:8px;padding:.6rem .85rem;margin-bottom:1.25rem;transition:border-color .2s,box-shadow .2s}.contact-section__input::placeholder,.contact-section__textarea::placeholder{color:#2d2d2d;opacity:.8}.contact-section__input:focus,.contact-section__textarea:focus{outline:none;border-color:#f6d454;box-shadow:0 0 0 3px #f6d45433}.contact-section__textarea{resize:vertical;min-height:120px}.contact-section__message{padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem;font-weight:500;text-align:center}.contact-section__message--success{background:#4caf501a;color:#2e7d32;border:1px solid rgba(76,175,80,.3)}.contact-section__message--error{background:#f443361a;color:#c62828;border:1px solid rgba(244,67,54,.3)}.contact-section__submit{display:inline-block;padding:.45rem 1.25rem;font-size:.875rem;font-weight:600;color:#1a1a1a;background:#f6d454;border:1px solid rgba(0,0,0,.25);border-radius:9999px;box-shadow:3px 4px 8px #0003;cursor:pointer;transition:background .2s,transform .15s}.contact-section__submit:hover:not(:disabled){background:#e0c04a;transform:translateY(-1px)}.contact-section__submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.footer{background:#f0ebe3;padding:2rem clamp(1.5rem,5vw,4rem);border-top:1px solid rgba(0,0,0,.08)}.footer__inner{max-width:75rem;margin:0 auto}.footer__top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.08)}.footer__brand{font-size:1.25rem;font-weight:700;color:#1a1a1a;letter-spacing:-.02em}.footer__brand:hover{color:#1a1a1a;opacity:.85}.footer__nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.25rem 2rem}.footer__nav a{font-size:.9375rem;font-weight:500;color:#1a1a1a}.footer__nav a:hover{color:#2d2d2d;text-decoration:underline}.footer__actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.25rem}.footer__cv{display:inline-block;padding:.4rem 1rem;font-size:.875rem;font-weight:600;color:#1a1a1a;background:#f6d454;border:1px solid rgba(0,0,0,.25);border-radius:9999px;box-shadow:3px 4px 8px #0003;transition:background .2s,transform .15s}.footer__cv:hover{background:#e0c04a;transform:translateY(-1px);color:#1a1a1a}.footer__divider{width:1px;height:1rem;background:#0003;flex-shrink:0}.footer__social-link{font-size:.875rem;font-weight:500;color:#2d2d2d}.footer__social-link:hover{color:#1a1a1a}.footer__bottom{padding-top:1.25rem;text-align:center}.footer__copy{font-size:.8125rem;color:#2d2d2d;margin:0}@media (max-width: 768px){.footer__top{flex-direction:column;text-align:center}.footer__nav{order:1;width:100%;justify-content:center}.footer__brand{order:0}.footer__actions{order:2;justify-content:center}.footer__divider{display:none}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#1a1a1a;background:#fafafa;line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}#root{min-height:100vh}
