@charset "UTF-8";.app{display:flex;flex-direction:column;min-height:100vh}.app__content{flex:1;max-width:1100px;width:100%;margin:0 auto;padding:0 1.2rem}@media (min-width: 768px){.app__content{padding:0 1.6rem}}.section__heading{font-family:"DM Serif Display",Georgia,Times New Roman,serif;margin-bottom:1.6rem;color:#2d2a26;position:relative;padding-bottom:.8rem}.section__heading:after{content:"";position:absolute;bottom:0;left:0;width:32px;height:2px;background:#f06543}.skip-to-content{position:absolute;top:-40px;left:0;padding:8px 16px;z-index:9999;transition:top .2s;background:#f06543;color:#fff}.skip-to-content:focus{top:0}.hero{padding:clamp(2.5rem,8vh,6rem) 0 clamp(3.5rem,7vw,7rem)}.hero__inner{display:grid;grid-template-columns:1fr;gap:2.4rem;align-items:center}@media (min-width: 992px){.hero__inner{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:clamp(2.4rem,5vw,5rem)}}.hero__eyebrow{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;margin-bottom:1.6rem;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#6b6560}.hero__status-row{display:inline-flex;align-items:center;gap:.8rem}.hero__status{width:9px;height:9px;border-radius:9999px;background:#2a9d8f;position:relative;flex-shrink:0}.hero__status:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:#2a9d8f;animation:hero-pulse 2.4s cubic-bezier(.16,1,.3,1) infinite}.hero__status-text{color:#2d2a26}.hero__kicker{color:#6b6560}.hero__title{font-family:"DM Serif Display",Georgia,Times New Roman,serif;font-size:clamp(2.6rem,6.2vw,4.75rem);line-height:1.04;letter-spacing:-.02em;color:#2d2a26;margin:0 0 1.6rem;max-width:16ch}.hero__mark{position:relative;white-space:nowrap;color:#2d2a26}.hero__mark:before{content:"";position:absolute;left:-.12em;right:-.12em;bottom:.06em;height:.4em;background:#e9a820;opacity:.55;transform:skew(-12deg) rotate(-1.4deg);border-radius:3px;z-index:-1}.hero__subtitle{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:clamp(1.05rem,1.5vw,1.25rem);line-height:1.6;color:#6b6560;max-width:46ch;margin:0 0 2.4rem}.hero__actions{display:flex;align-items:center;gap:1.6rem;flex-wrap:wrap}.hero__ghost{display:inline-flex;align-items:center;gap:.4rem;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-weight:500;font-size:.95rem;color:#2d2a26;text-decoration:none}.hero__ghost:hover,.hero__ghost:focus-visible{color:#f06543;text-decoration:none}.hero__ghost-arrow{display:inline-block;transition:transform .25s cubic-bezier(.22,1,.36,1)}.hero__ghost:hover .hero__ghost-arrow,.hero__ghost:focus-visible .hero__ghost-arrow{transform:translate(4px)}.hero__portrait{justify-self:center;width:100%;max-width:300px}@media (min-width: 992px){.hero__portrait{justify-self:end;max-width:360px}}.hero__portrait-frame{position:relative;border-radius:12px}.hero__portrait-frame:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:#f06543;transform:translate(14px,14px);z-index:0}.hero__portrait-frame:after{content:"";position:absolute;top:-8px;left:-8px;width:36px;height:36px;border-top:2px solid #E9A820;border-left:2px solid #E9A820;z-index:2}.hero__portrait-img{position:relative;z-index:1;display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:12px;border:1px solid rgba(45,42,38,.12);background:#fefcfa}@keyframes hero-pulse{0%{transform:scale(1);opacity:.55}70%,to{transform:scale(2.6);opacity:0}}.projects{padding:clamp(3.5rem,7vw,7rem) 0}.projects__list{display:flex;flex-direction:column;gap:3.2rem}.projects__item{display:grid;grid-template-columns:1fr;gap:1.6rem;align-items:center}@media (min-width: 768px){.projects__item{grid-template-columns:3fr 2fr;gap:2.4rem}}@media (min-width: 768px){.projects__item--featured{grid-template-columns:3fr 2fr}}.projects__item--no-image{grid-template-columns:1fr}@media (min-width: 768px){.projects__item--no-image{grid-template-columns:1fr}}.projects__item--showcase{display:flex;flex-direction:column;gap:1.6rem}.projects__item--showcase .projects__info{order:-1}.projects__showcase{display:flex;justify-content:center;align-items:flex-end;padding:1.2rem 0}.projects__phone{flex:0 1 196px;min-width:0;max-width:196px;border-radius:22px;overflow:hidden;background:#fefcfa;border:1px solid rgba(45,42,38,.12);box-shadow:0 22px 48px #2d2a2629;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s cubic-bezier(.22,1,.36,1)}.projects__phone:nth-child(1){z-index:1;margin-right:-32px;transform:translateY(22px) rotate(-4deg);transform-origin:bottom right}.projects__phone:nth-child(2){z-index:2;position:relative}.projects__phone:nth-child(3){z-index:1;margin-left:-32px;transform:translateY(22px) rotate(4deg);transform-origin:bottom left}.projects__showcase:hover .projects__phone:nth-child(1){transform:translateY(14px) rotate(-7deg) translate(-12px)}.projects__showcase:hover .projects__phone:nth-child(3){transform:translateY(14px) rotate(7deg) translate(12px)}.projects__phone-img{display:block;width:100%;height:auto}.projects__browser{display:block;overflow:hidden;border-radius:12px;background:#fefcfa;border:1px solid rgba(45,42,38,.12);box-shadow:0 2px 12px #2d2a260f}.projects__browser--link{text-decoration:none;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s cubic-bezier(.22,1,.36,1)}.projects__browser--link:hover,.projects__browser--link:focus-visible{text-decoration:none;transform:translateY(-3px);box-shadow:0 16px 36px #2d2a2624}.projects__browser-bar{display:flex;align-items:center;gap:7px;padding:10px 1.2rem;background:color-mix(in srgb,#2D2A26 5%,#FEFCFA);border-bottom:1px solid rgba(45,42,38,.08)}.projects__browser-bar span{width:10px;height:10px;border-radius:9999px;background:#2d2a261f}.projects__browser-bar span:nth-child(1){background:#f06543}.projects__browser-bar span:nth-child(2){background:#e9a820}.projects__browser-bar span:nth-child(3){background:#2a9d8f}.projects__browser-img{display:block;width:100%;height:auto;transition:transform .25s cubic-bezier(.22,1,.36,1)}.projects__item:hover .projects__browser-img{transform:scale(1.02)}@media (min-width: 768px){.projects__info{padding:1.2rem 0}}.projects__title{font-family:"DM Serif Display",Georgia,Times New Roman,serif;font-size:1.5rem;color:#2d2a26;margin-bottom:.4rem}.projects__item--featured .projects__title{font-size:1.75rem}.projects__tech{font-size:.85rem;color:#2a9d8f;margin-bottom:.8rem;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-weight:500}.projects__description{font-size:.95rem;line-height:1.6;color:#6b6560;margin-bottom:1.2rem}.projects__links{display:flex;gap:1.2rem}.projects__link{font-size:.9rem;color:#f06543;text-decoration:none;font-weight:500;transition:color .25s cubic-bezier(.22,1,.36,1)}.projects__link:hover{color:#d94e2f;text-decoration:underline}.projects__neblina{display:grid;grid-template-columns:1fr;gap:2.4rem;align-items:center;margin-top:3.2rem;padding-top:2.4rem;border-top:1px solid rgba(45,42,38,.08)}@media (min-width: 768px){.projects__neblina{grid-template-columns:3fr 2fr;gap:clamp(2rem,4vw,4rem)}}.projects__neblina-heading{font-family:"DM Serif Display",Georgia,Times New Roman,serif;font-size:1.5rem;color:#2d2a26;margin-bottom:.8rem}.projects__neblina-body{font-size:.95rem;line-height:1.6;color:#6b6560;margin-bottom:1.2rem;max-width:60ch}.projects__neblina-shot{text-decoration:none;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s cubic-bezier(.22,1,.36,1)}.projects__neblina-shot:hover{text-decoration:none;transform:translateY(-3px);box-shadow:0 16px 36px #2d2a2624}.tech{padding:clamp(3.5rem,7vw,7rem) 0}.tech__groups{display:grid;grid-template-columns:1fr;gap:2.4rem}@media (min-width: 576px){.tech__groups{grid-template-columns:1fr 1fr}}@media (min-width: 992px){.tech__groups{grid-template-columns:repeat(3,1fr);gap:clamp(1.6rem,3vw,3rem)}}.tech__group,.tech__group--accent{--group-accent: #F06543}.tech__group--secondary{--group-accent: #2A9D8F}.tech__group--tertiary{--group-accent: #E9A820}.tech__group-title{display:flex;align-items:center;gap:.4rem;font-family:"DM Serif Display",Georgia,Times New Roman,serif;font-size:1.15rem;color:#2d2a26;margin-bottom:1.2rem;padding-bottom:.8rem;border-bottom:1px solid rgba(45,42,38,.08)}.tech__group-dot{width:9px;height:9px;border-radius:9999px;background:var(--group-accent);flex-shrink:0}.tech__pills{display:flex;flex-wrap:wrap;gap:.4rem;list-style:none;margin:0;padding:0}.tech__pill{display:inline-flex;align-items:center;padding:.4rem .85rem;border-radius:9999px;border:1px solid rgba(45,42,38,.12);background:#fefcfa;color:#2d2a26;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.85rem;line-height:1;margin-bottom:0;transition:transform .25s cubic-bezier(.22,1,.36,1),border-color .25s cubic-bezier(.22,1,.36,1),color .25s cubic-bezier(.22,1,.36,1),background-color .25s cubic-bezier(.22,1,.36,1)}.tech__pill:hover{transform:translateY(-2px);border-color:var(--group-accent);color:var(--group-accent);background:color-mix(in srgb,var(--group-accent) 7%,#FEFCFA)}.tech__about{display:grid;grid-template-columns:1fr;gap:2.4rem;margin-top:clamp(2.4rem,5vw,4rem);padding-top:clamp(2rem,4vw,3rem);border-top:1px solid rgba(45,42,38,.08)}@media (min-width: 768px){.tech__about{grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem)}}.tech__about-block{position:relative}.tech__about-index{display:block;font-family:"DM Serif Display",Georgia,Times New Roman,serif;font-size:1.5rem;color:#f06543;margin-bottom:.4rem;letter-spacing:.02em}.tech__about-title{font-family:"DM Serif Display",Georgia,Times New Roman,serif;font-size:1.3rem;color:#2d2a26;margin-bottom:.8rem}.tech__about-block p{font-size:1rem;line-height:1.65;color:#6b6560;max-width:42ch}.experience{padding:2.4rem 0}.experience__section{margin-bottom:2.4rem}.experience__section:last-child{margin-bottom:0}.experience__section-title{font-family:"DM Serif Display",Georgia,Times New Roman,serif;font-size:1.25rem;color:#2d2a26;margin-bottom:1.2rem}.experience__list{display:flex;flex-direction:column;gap:1.6rem}.experience__item{padding-bottom:1.6rem;border-bottom:1px solid rgba(45,42,38,.08)}.experience__item:last-child{border-bottom:none;padding-bottom:0}.experience__header{margin-bottom:.8rem;line-height:1.5}@media (max-width: 576px){.experience__header{display:flex;flex-direction:column;gap:2px}}.experience__role{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-weight:700;color:#2d2a26;font-size:1rem}.experience__company{color:#f06543;font-size:.95rem;font-weight:500}.experience a.experience__company{text-decoration:none;transition:color .25s cubic-bezier(.22,1,.36,1)}.experience a.experience__company:hover{color:#d94e2f;text-decoration:underline}.experience__period{color:#6b6560;font-size:.9rem}.experience__separator{color:#6b6560}@media (max-width: 576px){.experience__separator{display:none}}.experience__description{list-style-type:none;padding-left:0}.experience__description li{position:relative;padding-left:1.2rem;margin-bottom:.4rem;font-size:.95rem;line-height:1.5;color:#6b6560}.experience__description li:before{content:"–";position:absolute;left:0;color:#f06543}.experience__edu-text{font-size:.95rem;line-height:1.6;color:#6b6560}.contact-form{padding:clamp(3.5rem,7vw,7rem) 0 2.4rem;border-top:1px solid rgba(45,42,38,.08)}.contact-form__inner{display:grid;grid-template-columns:1fr;gap:2.4rem}@media (min-width: 768px){.contact-form__inner{grid-template-columns:.9fr 1.1fr;gap:clamp(2.4rem,6vw,6rem);align-items:start}}.contact-form__aside .section__heading{margin-bottom:.8rem}.contact-form__status{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:1.2rem;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#2d2a26}.contact-form__status-dot{width:9px;height:9px;border-radius:9999px;background:#2a9d8f;flex-shrink:0}.contact-form__subtitle{color:#6b6560;font-size:1.05rem;max-width:42ch;margin-bottom:2.4rem;line-height:1.6}.contact-form__direct{padding-top:1.6rem;border-top:1px solid rgba(45,42,38,.08)}.contact-form__direct-label{display:block;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;color:#6b6560;margin-bottom:.4rem}.contact-form__email{display:inline-block;font-family:"DM Serif Display",Georgia,Times New Roman,serif;font-size:clamp(1.3rem,2.5vw,1.6rem);color:#2d2a26;text-decoration:none;border-bottom:2px solid #F06543;padding-bottom:2px;transition:color .25s cubic-bezier(.22,1,.36,1)}.contact-form__email:hover,.contact-form__email:focus-visible{color:#f06543;text-decoration:none}.contact-form__meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.2rem;margin-top:1.6rem}.contact-form__location{display:inline-flex;align-items:center;gap:.4rem;color:#6b6560;font-size:.9rem}.contact-form__location svg{color:#f06543}.contact-form__socials{display:flex;gap:.4rem}.contact-form__social{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;border:1px solid rgba(45,42,38,.12);color:#6b6560;transition:transform .25s cubic-bezier(.22,1,.36,1),color .25s cubic-bezier(.22,1,.36,1),border-color .25s cubic-bezier(.22,1,.36,1),background-color .25s cubic-bezier(.22,1,.36,1)}.contact-form__social:hover,.contact-form__social:focus-visible{transform:translateY(-2px);color:#f06543;border-color:#f06543;background:#f0654314;text-decoration:none}.contact-form__form{display:flex;flex-direction:column;gap:1.2rem}.contact-form__field{display:flex;flex-direction:column;gap:.4rem}.contact-form__field label{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-weight:500;color:#2d2a26;font-size:.9rem}.contact-form__field input,.contact-form__field textarea{padding:.8rem 1.2rem;border:1px solid rgba(45,42,38,.12);border-radius:8px;background:#fefcfa;color:#2d2a26;font-size:1rem;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;transition:border-color .25s cubic-bezier(.22,1,.36,1),box-shadow .25s cubic-bezier(.22,1,.36,1)}.contact-form__field input:focus,.contact-form__field textarea:focus{outline:none;border-color:#f06543;box-shadow:0 0 0 3px #f0654314}.contact-form__field input::placeholder,.contact-form__field textarea::placeholder{color:#6b6560;opacity:.5}.contact-form__field textarea{resize:vertical;min-height:120px}.contact-form__submit{margin-top:.8rem;align-self:flex-start}.contact-form__submit:disabled{opacity:.7;cursor:not-allowed}.contact-form__success{margin-top:.8rem;padding:.8rem 1.2rem;background:#2a9d8f0f;border:1px solid rgba(42,157,143,.15);border-left:3px solid #2A9D8F;border-radius:8px;color:#1f756a;font-size:.9rem}.contact-form__error{margin-top:.8rem;padding:.8rem 1.2rem;background:#e639460f;border:1px solid rgba(230,57,70,.15);border-left:3px solid #E63946;border-radius:8px;color:#d21a28;font-size:.9rem}.contact-form__error a{color:#f06543;text-decoration:underline}.footer{border-top:1px solid rgba(45,42,38,.08);padding:1.6rem 0}.footer__content{max-width:1100px;margin:0 auto;padding:0 1.2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.8rem}@media (min-width: 768px){.footer__content{padding:0 1.6rem}}.footer__bottom{display:flex;align-items:center;gap:.8rem;font-size:.8rem;color:#6b6560;flex-wrap:wrap}.footer__top{display:inline-flex;align-items:center;gap:.4rem;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.8rem;font-weight:500;color:#6b6560;text-decoration:none;transition:color .25s cubic-bezier(.22,1,.36,1)}.footer__top svg{transition:transform .25s cubic-bezier(.22,1,.36,1)}.footer__top:hover,.footer__top:focus-visible{color:#f06543;text-decoration:none}.footer__top:hover svg,.footer__top:focus-visible svg{transform:translateY(-2px)}h1,h2,h3,h4,h5,h6{font-family:"DM Serif Display",Georgia,Times New Roman,serif;font-weight:400;line-height:1.2;margin-top:0;color:#2d2a26;letter-spacing:-.01em}h1{font-size:clamp(2.25rem,4.5vw,3.5rem);margin-bottom:1.2rem}h2{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-bottom:.8rem}h3{font-size:clamp(1.25rem,2.5vw,1.5rem);margin-bottom:.4rem}h4{font-size:clamp(1.1rem,1.8vw,1.25rem);margin-bottom:.4rem}p{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1rem;line-height:1.6;margin-bottom:.8rem;color:#6b6560}a{color:#f06543;text-decoration:none;font-weight:500;transition:color .25s cubic-bezier(.22,1,.36,1)}a:hover,a:focus{color:#d94e2f}ul,ol{margin-bottom:.8rem;padding-left:1.2rem}ul li,ol li{margin-bottom:.2rem;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;color:#6b6560}.subtitle{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.15rem;color:#6b6560;margin-bottom:1.2rem;font-weight:400;line-height:1.6}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.5;font-weight:400;scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;color:#2d2a26;background-color:#f5f0eb}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.2rem}@media (min-width: 992px){.container{padding:0 1.6rem}}.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;gap:.4rem;font-size:1rem;min-height:44px;position:relative;overflow:hidden;transition:background-color .25s cubic-bezier(.22,1,.36,1),color .25s cubic-bezier(.22,1,.36,1),border-color .25s cubic-bezier(.22,1,.36,1),transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s cubic-bezier(.22,1,.36,1);font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.button--primary{border-radius:8px;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-weight:500;padding:.8rem 1.6rem;cursor:pointer;transition:background-color .25s cubic-bezier(.22,1,.36,1),color .25s cubic-bezier(.22,1,.36,1),transform .25s cubic-bezier(.22,1,.36,1);background-color:#f06543;color:#fff;border:none}.button--primary:hover,.button--primary:focus{background-color:#d94e2f;color:#fff!important;text-decoration:none;transform:translateY(-1px)}.button--secondary{border-radius:8px;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-weight:500;padding:.8rem 1.6rem;cursor:pointer;transition:background-color .25s cubic-bezier(.22,1,.36,1),color .25s cubic-bezier(.22,1,.36,1),transform .25s cubic-bezier(.22,1,.36,1);background-color:transparent;color:#f06543;border:1px solid #F06543}.button--secondary:hover,.button--secondary:focus{background-color:#f06543;color:#fff;text-decoration:none}.section{padding:clamp(3.5rem,7vw,7rem) 0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:focus{outline:2px solid #F06543;outline-offset:2px}:focus:not(:focus-visible){outline:none}:focus-visible{outline:2px solid #F06543;outline-offset:3px;border-radius:2px}a:focus:not(.button),a:hover:not(.button){text-decoration:underline;color:#f06543}@media (prefers-reduced-motion: reduce){:root{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.navbar{position:sticky;top:0;width:100%;background-color:#f5f0eb;padding:.8rem 0;z-index:100;transition:box-shadow .25s cubic-bezier(.22,1,.36,1)}.navbar--scrolled{box-shadow:0 1px 8px #2d2a260f}.navbar__container{max-width:1100px;margin:0 auto;padding:0 1.2rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media (min-width: 768px){.navbar__container{padding:0 1.6rem}}.navbar__logo{font-family:"DM Serif Display",Georgia,Times New Roman,serif;font-size:1.25rem;color:#2d2a26;text-decoration:none;font-weight:400}.navbar__logo:hover{color:#2d2a26;text-decoration:none}.navbar__right{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:1.6rem}.navbar__menu{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:1.6rem;list-style:none;margin:0;padding:0}.navbar__lang{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.4rem}.navbar__lang-btn{background:none;border:none;cursor:pointer;padding:.4rem;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-weight:500;font-size:.85rem;color:#6b6560;transition:color .25s cubic-bezier(.22,1,.36,1)}.navbar__lang-btn:hover{color:#f06543}.navbar__lang-btn--active{color:#f06543;font-weight:700}.navbar__lang-sep{color:#6b6560;font-size:.85rem}.navbar__item a{color:#6b6560;text-decoration:none;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-weight:500;font-size:.9rem;padding:.4rem 0;position:relative;transition:color .25s cubic-bezier(.22,1,.36,1)}.navbar__item a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#f06543;transition:width .25s cubic-bezier(.22,1,.36,1)}.navbar__item a:hover{color:#f06543;text-decoration:none}.navbar__item a:hover:after{width:100%}.navbar__mobile-toggle{display:none;background:none;border:none;color:#2d2a26;cursor:pointer;padding:.4rem;min-width:44px;min-height:44px}@media (max-width: 768px){.navbar__mobile-toggle{display:flex;flex-direction:row;justify-content:center;align-items:center}}@media (max-width: 768px){.navbar__mobile-toggle{display:flex}.navbar__menu{position:fixed;top:56px;left:0;width:100%;background-color:#f5f0eb;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.8rem;padding:1.6rem 1.2rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:transform .25s cubic-bezier(.22,1,.36,1),opacity .25s cubic-bezier(.22,1,.36,1),visibility .25s cubic-bezier(.22,1,.36,1);height:calc(100vh - 56px)}.navbar__menu--open{transform:translateY(0);opacity:1;visibility:visible}.navbar__item{width:100%}.navbar__item a{display:block;padding:.8rem 0;font-size:1.1rem}}
