.nav__menu{display:flex;gap:2rem;align-items:center}.nav__link{font-weight:500;color:var(--text-dark);transition:var(--transition);position:relative;font-size:.9375rem}.nav__link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-color);transition:var(--transition)}.nav__link:hover,.nav__link.active{color:var(--primary-color)}.nav__link:hover:after,.nav__link.active:after{width:100%}.header{position:fixed;top:0;left:0;width:100%;background:var(--bg-white);box-shadow:var(--shadow-sm);z-index:1000;transition:var(--transition)}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;height:70px}.nav__logo{color:inherit}.nav__logo h2{font-family:var(--font-display);font-size:1.5rem;color:var(--primary-color);font-weight:700}.nav__logo:hover h2{color:var(--primary-dark)}.main{min-height:100vh;padding-top:0}.nav__toggle{display:none;flex-direction:column;cursor:pointer;gap:5px;background:none;border:none;padding:.5rem}.nav__toggle span{width:25px;height:3px;background:var(--text-dark);transition:var(--transition)}@media screen and (max-width:968px){.nav{padding:1rem 1.5rem}.nav__logo h2{font-size:1.25rem}.nav__menu{position:fixed;top:70px;right:-100%;width:80%;max-width:320px;height:calc(100vh - 70px);background:var(--bg-white);flex-direction:column;padding:2rem;box-shadow:var(--shadow-lg);transition:var(--transition);align-items:flex-start;gap:0}.nav__menu.active{right:0}.nav__menu li{width:100%;border-bottom:1px solid var(--border-color)}.nav__menu .nav__link{display:block;padding:1rem 0}.nav__toggle{display:flex}.nav__toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.nav__toggle.active span:nth-child(2){opacity:0}.nav__toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}}@media screen and (max-width:576px){.nav{padding:.75rem 1rem}.nav__logo h2{font-size:1.1rem}}.carrossel{padding:2rem 0;width:100%;display:flex;flex-direction:column;align-items:center}.carrossel__wrap{position:relative;width:fit-content;max-width:90vw;margin:0 auto;transition:all .4s ease-in-out}.carrossel__track{position:relative;overflow:hidden;border-radius:12px;display:block;transition:all .4s ease-in-out}.carrossel__slide{opacity:0;visibility:hidden;transition:opacity .5s ease;display:none}.carrossel__slide--active{opacity:1;visibility:visible;display:block;position:relative}.carrossel__img{display:block;width:auto;max-width:100%;max-height:50vh;height:auto;border-radius:12px;object-fit:contain}.carrossel__btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a;transition:.2s}.carrossel__btn:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.carrossel__btn--prev{left:15px}.carrossel__btn--next{right:15px}.carrossel__dots{display:flex;justify-content:center;gap:8px;margin-top:15px}.carrossel__dot{width:8px;height:8px;border-radius:50%;border:none;background:#ccc;cursor:pointer;transition:.3s}.carrossel__dot--active{background:#2563eb;transform:scale(1.3)}@media(max-width:768px){.carrossel__img{max-height:60vh}}.home{padding-bottom:0}.about__content{max-width:900px;margin:0 auto}.projetos-list-page .section__header{margin-bottom:2rem}.projetos-list-desc{color:var(--text-light);margin-top:.5rem;font-size:1rem}.projeto-page{min-height:60vh}.projeto-page-title{font-family:var(--font-display);font-size:2.25rem;font-weight:700;color:var(--text-dark);margin:0 0 .5rem}.projeto-page-meta{font-size:.9375rem;color:var(--text-light);margin:0 0 2rem}.projeto-layout{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}@media(min-width:992px){.projeto-layout{grid-template-columns:340px 1fr;gap:3rem}}@media(max-width:576px){.projeto-page-title{font-size:1.75rem}.projeto-section--alt{margin:0}.projeto-layout{gap:1.5rem}}.projeto-sidebar{position:sticky;top:6rem}.projeto-page-image-wrap{width:100%;max-width:100%;margin-bottom:1.25rem;border-radius:12px;overflow:hidden;background:var(--secondary-color);box-shadow:0 8px 24px #00000014}.projeto-page-image{width:100%;height:auto;display:block;vertical-align:middle}.projeto-keywords{display:flex;flex-wrap:wrap;gap:.5rem}.projeto-keyword{font-size:.8125rem;color:var(--primary-color);background:#a51c3014;padding:.35rem .75rem;border-radius:999px;font-weight:500}.projeto-section{padding:.25rem 0}.projeto-section--alt{background:#00000005;margin:0 -1rem;padding:1.25rem 1rem;border-radius:8px}@media(min-width:768px){.projeto-section--alt{margin:0 -1.5rem;padding:1.5rem}}.projeto-section-title{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--text-dark);margin:0 0 .75rem}.projeto-section-text{font-size:1rem;line-height:1.8;color:var(--text-light);margin:0}.projeto-divider{border:none;height:1px;background:#00000014;margin:1.75rem 0}.projeto-resultados{list-style:none;margin:0;padding:0}.projeto-resultado{display:flex;align-items:flex-start;gap:.75rem;font-size:1rem;line-height:1.6;color:var(--text-light);margin-bottom:.75rem}.projeto-resultado:last-child{margin-bottom:0}.projeto-resultado-icon{font-size:1.25rem;flex-shrink:0;line-height:1.4}.projeto-badges{display:flex;flex-wrap:wrap;gap:.5rem}.projeto-badge{font-size:.875rem;font-weight:500;color:var(--primary-dark);background:linear-gradient(135deg,#a51c301f,#a51c300f);padding:.5rem 1rem;border-radius:8px;border:1px solid rgba(165,28,48,.2)}.projeto-ctas{display:flex;flex-wrap:wrap;gap:.75rem}.projeto-cta{display:inline-flex;align-items:center;gap:1.25rem;padding:.6rem 1.25rem;font-size:.9375rem;text-decoration:none;border-radius:8px;transition:var(--transition)}.projeto-cta-icon{width:1.125rem;height:1.125rem}.projeto-page-content{font-size:1.0625rem;line-height:1.8;color:var(--text-light);white-space:pre-line}.projeto-not-found .section__title{margin-bottom:0}:root{--primary-color: #A51C30;--primary-light: #c44a5a;--primary-dark: #8a1728;--secondary-color: #f2ebe8;--accent-color: #A51C30;--text-dark: #2d2d2d;--text-light: #5c5c5c;--text-white: #ffffff;--bg-light: #faf9f7;--bg-white: #ffffff;--border-color: #e5e2de;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .1);--transition: all .3s ease;--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Playfair Display", Georgia, serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-primary);color:var(--text-dark);line-height:1.6;overflow-x:hidden;background:var(--bg-light)}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.section__header{text-align:center;margin-bottom:3rem}.section__subtitle{display:inline-block;color:var(--primary-color);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem}.section__title{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:var(--text-dark)}.btn{display:inline-block;padding:.875rem 2rem;font-weight:600;border-radius:50px;transition:var(--transition);cursor:pointer;border:2px solid transparent;font-size:1rem}.btn--primary{background:var(--primary-color);color:var(--text-white);box-shadow:var(--shadow-md)}.btn--primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn--secondary{background:transparent;color:var(--primary-color);border-color:var(--primary-color)}.btn--secondary:hover{background:var(--primary-color);color:var(--text-white);transform:translateY(-2px)}.btn--full{width:100%}.hero{margin-top:70px;padding:6rem 0;background:linear-gradient(135deg,var(--bg-light) 0%,var(--bg-white) 100%);min-height:calc(100vh - 70px);display:flex;align-items:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero__container{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:center}.hero__image{display:flex;justify-content:center;align-items:center}.hero__image-wrapper{width:280px;height:280px;border-radius:50%;background:var(--secondary-color);border:5px solid var(--bg-white);box-shadow:var(--shadow-lg);display:flex;align-items:center;justify-content:center;color:var(--primary-color);font-size:4rem}.hero__photo{width:280px;height:280px;border-radius:50%;object-fit:cover;border:5px solid var(--bg-white);box-shadow:var(--shadow-lg);image-rendering:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden}.hero__content{text-align:left}.hero__subtitle{display:inline-block;color:var(--primary-color);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem}.hero__title{font-family:var(--font-display);font-size:3.5rem;font-weight:700;line-height:1.2;color:var(--text-dark);margin-bottom:1.5rem}.hero__description{font-size:1.125rem;color:var(--text-light);margin-bottom:2rem;line-height:1.8}.hero__buttons{display:flex;gap:1rem;flex-wrap:wrap}.about{background:var(--bg-white)}.about__container{max-width:900px;margin:0 auto}.about__text{font-size:1.125rem;color:var(--text-light);margin-bottom:1.5rem;line-height:1.8}.education{background:var(--bg-light)}.timeline{max-width:800px;margin:0 auto;position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--border-color)}.timeline__item{position:relative;margin-bottom:3rem;padding-left:3rem}.timeline__marker{position:absolute;left:-1.5rem;top:.5rem;width:12px;height:12px;border-radius:50%;background:var(--primary-color);border:3px solid var(--bg-light);box-shadow:0 0 0 3px var(--primary-color)}.timeline__year{display:inline-block;color:var(--primary-color);font-weight:600;font-size:.875rem;margin-bottom:.5rem}.timeline__title{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.timeline__institution{color:var(--primary-color);font-weight:500;margin-bottom:.75rem}.timeline__description{color:var(--text-light);line-height:1.7}.projects-section{background:var(--bg-white)}.specialties__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.specialty__card{background:var(--bg-light);padding:2.5rem;border-radius:15px;box-shadow:var(--shadow-sm);transition:var(--transition);text-align:center;border:none;cursor:pointer;display:block;color:inherit}.specialty__card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-left:4px solid var(--primary-color)}.specialty__icon{width:70px;height:70px;margin:0 auto 1.5rem;background:var(--secondary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-color)}.specialty__icon svg{width:35px;height:35px}.specialty__image-wrap{width:100%;aspect-ratio:4/3;border-radius:10px;overflow:hidden;margin:0 auto 1.5rem;background:var(--secondary-color)}.specialty__image{width:100%;height:100%;object-fit:cover;display:block;image-rendering:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden}.specialty__title{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.specialty__description{color:var(--text-light);line-height:1.7}.experience{background:var(--bg-white)}.experience__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.experience__card{background:var(--bg-light);padding:2rem;border-radius:15px;transition:var(--transition);border-left:4px solid var(--primary-color)}.experience__card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.experience__header{display:flex;gap:1.5rem;margin-bottom:1.5rem}.experience__icon{width:50px;height:50px;min-width:50px;background:var(--primary-color);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--text-white)}.experience__icon svg{width:24px;height:24px}.experience__period{display:block;color:var(--primary-color);font-size:.875rem;font-weight:600;margin-bottom:.5rem}.experience__title{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.experience__company{color:var(--text-light);font-size:.9375rem}.experience__description{color:var(--text-light);line-height:1.7;margin-bottom:1rem}.experience__list{list-style:none;padding-left:0}.experience__list li{color:var(--text-light);margin-bottom:.5rem;padding-left:1.5rem;position:relative;line-height:1.6}.experience__list li:before{content:"▸";position:absolute;left:0;color:var(--primary-color);font-weight:700}.volunteer{background:var(--bg-light)}.volunteer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.volunteer__card{background:var(--bg-white);padding:2rem;border-radius:15px;box-shadow:var(--shadow-sm);transition:var(--transition);border-left:4px solid var(--primary-color)}.volunteer__card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.volunteer__period{display:block;color:var(--primary-color);font-size:.875rem;font-weight:600;margin-bottom:.5rem}.volunteer__title{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.volunteer__company{color:var(--text-light);font-size:.9375rem;margin-bottom:.5rem}.volunteer__categoria{font-size:.8rem;color:var(--primary-color);margin-bottom:.75rem}.volunteer__description{color:var(--text-light);line-height:1.7}.contact{background:var(--bg-light)}.contact__container{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;max-width:1000px;margin:0 auto}.contact__intro{color:var(--text-light);margin-bottom:2rem;line-height:1.8}.contact__info{display:flex;flex-direction:column;gap:2rem}.contact__item{display:flex;gap:1.5rem;align-items:flex-start}.contact__icon{width:50px;height:50px;min-width:50px;background:var(--primary-color);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--text-white);text-decoration:none;transition:background-color .2s ease}a.contact__icon:hover{background:var(--primary-dark)}.contact__icon svg{width:24px;height:24px}.contact__title{font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.contact__text{color:var(--text-light);line-height:1.7}.contact__info a.contact__text{color:var(--primary-color);text-decoration:none;transition:color .2s ease}.contact__info a.contact__text:hover{color:var(--primary-dark);text-decoration:underline}.contact__form{background:var(--bg-white);padding:2.5rem;border-radius:15px;box-shadow:var(--shadow-md)}.form__group{margin-bottom:1.5rem}.form__input{width:100%;padding:1rem;border:2px solid var(--border-color);border-radius:10px;font-family:var(--font-primary);font-size:1rem;transition:var(--transition);background:var(--bg-light)}.form__input:focus{outline:none;border-color:var(--primary-color);background:var(--bg-white)}.form__textarea{resize:vertical;min-height:120px}.footer{background:var(--primary-dark);color:var(--text-white);padding:3rem 0 1.5rem}.footer__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer__title{font-family:var(--font-display);font-size:1.5rem;margin-bottom:1rem}.footer__text{color:#ffffffd9;line-height:1.7}.footer__subtitle{font-weight:600;margin-bottom:1rem}.footer__links-wrap{display:flex;gap:2rem;flex-wrap:wrap}.footer__links{margin:0;padding:0;list-style:none}.footer__links li{margin-bottom:.5rem}.footer__links a{color:#ffffffd9;transition:var(--transition)}.footer__links a:hover{color:var(--text-white);padding-left:5px}.footer__dev .footer__text{margin-bottom:.5rem}.footer__dev-links{margin:0;font-size:.9375rem}.footer__dev-link{color:#ffffffd9;text-decoration:none;transition:var(--transition)}.footer__dev-link:hover{color:var(--text-white)}.footer__dev-sep{color:#ffffff80;-webkit-user-select:none;user-select:none}.footer__bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.15);color:#ffffffb3;font-size:.875rem}@media screen and (max-width:968px){.hero__container{grid-template-columns:1fr;text-align:center}.hero__image{order:-1}.hero__image-wrapper,.hero__photo{width:250px;height:250px}.hero__title{font-size:2.5rem}.hero__buttons{justify-content:center}.contact__container{grid-template-columns:1fr}.section__title{font-size:2rem}.timeline{padding-left:1.5rem}.timeline__item{padding-left:2.5rem}.footer__content{gap:1.5rem}.section{padding:3.5rem 0}}@media screen and (max-width:576px){.container{padding:0 1rem}.hero__title{font-size:2rem}.hero__description{font-size:1rem}.btn{padding:.75rem 1.5rem;font-size:.875rem}.specialties__grid,.experience__grid,.volunteer__grid{grid-template-columns:1fr}.footer__content{gap:1.25rem;margin-bottom:1.5rem}.footer__links-wrap{gap:1.5rem}.footer__bottom{padding-top:1.5rem;font-size:.8125rem}.section{padding:2.5rem 0}.section__header{margin-bottom:2rem}}@media screen and (max-width:380px){.container{padding:0 .75rem}.hero__title{font-size:1.75rem}.hero__image-wrapper,.hero__photo{width:200px;height:200px}}
