@import "https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Quicksand:wght@400;500;600;700;800&display=swap";:root{--teal:#009ca6;--teal-dark:#006b72;--teal-darker:#004c52;--orange:#f26d21;--orange-light:#f5945a;--orange-dark:#c85a18;--lime:#c2d500;--lime-dark:#9aaa00;--yellow:#f5c842;--white:#fff;--off-white:#f4f8f8;--light-gray:#e8f4f5;--text-dark:#1a2e30;--text-medium:#2e5254;--text-light:#6b8e90;--shadow-color:#0064691f;--font-heading:"Fredoka", sans-serif;--font-body:"Quicksand", sans-serif;--radius-sm:8px;--radius-md:16px;--radius-lg:28px;--radius-xl:40px;--radius-full:9999px;--shadow-sm:0 2px 8px #00646914;--shadow-md:0 8px 24px var(--shadow-color);--shadow-lg:0 20px 48px #00646929;--shadow-xl:0 32px 64px #00646933}[data-theme=dark]{--white:#0f172a;--off-white:#1e293b;--light-gray:#334155;--text-dark:#f8fafc;--text-medium:#cbd5e1;--text-light:#94a3b8;--shadow-color:#0006;--teal-dark:#2dd4bf;--orange-dark:#fb923c;--shadow-sm:0 2px 8px #0000004d;--shadow-md:0 8px 24px var(--shadow-color);--shadow-lg:0 20px 48px #00000080;--shadow-xl:0 32px 64px #0009}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-dark);background-color:var(--white);-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none;line-height:1.6;transition:background-color .4s,color .4s;overflow-x:hidden}.allow-select{-webkit-user-select:text!important;user-select:text!important}h1,h2,h3,h4,h5{font-family:var(--font-heading);line-height:1.2}a{color:inherit;text-decoration:none;transition:color .2s}ul{list-style:none}img{opacity:.7;-webkit-user-drag:none;user-drag:none;max-width:100%;transition:opacity .4s;display:block}#galeria img,.logo-img,.lightbox img,[style*=logo] img{opacity:1!important}.period-card:hover img,.espacos-card:hover img,.projeto-card:hover img{opacity:1}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.container-wide{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.section-pad{padding:5rem 0}@media (width<=768px){.section-pad{padding:3.5rem 0}.container,.container-wide{padding:0 1.25rem}}.btn{border-radius:var(--radius-full);font-size:1.05rem;font-weight:700;font-family:var(--font-heading);letter-spacing:.02em;align-items:center;gap:.6rem;padding:1rem 2.2rem;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:inline-flex}.btn:hover{transform:translateY(-4px)scale(1.02)}.btn-orange{background:var(--orange);color:var(--white);box-shadow:0 8px 24px #f26d2159}.btn-orange:hover{background:var(--orange-dark);box-shadow:0 12px 32px #f26d2180}.btn-teal{background:var(--teal);color:var(--white);box-shadow:0 8px 24px #009ca659}.btn-teal:hover{background:var(--teal-dark);box-shadow:0 12px 32px #009ca680}.btn-lime{background:var(--lime);color:var(--teal-darker);font-weight:800;box-shadow:0 8px 24px #c2d50059}.btn-lime:hover{background:var(--lime-dark);color:#fff;box-shadow:0 12px 32px #c2d50080}.btn-outline-white{color:#fff;background:0 0;border:2px solid #fff}.btn-outline-white:hover{color:var(--teal-dark);background:#fff;box-shadow:0 12px 32px #ffffff4d}.btn-lg{padding:1.2rem 2.6rem;font-size:1.15rem}.section-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:.75rem;font-size:.85rem;font-weight:800;display:inline-block}.section-title{color:var(--text-dark);margin-bottom:1rem;font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:800}.section-title-white{color:#fff;margin-bottom:1rem;font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:800}.section-subtitle{color:var(--text-medium);max-width:640px;margin:0 auto;font-size:1.1rem;line-height:1.7}.section-subtitle-white{color:#fffc;max-width:640px;font-size:1.1rem;line-height:1.7}.wave-wrap{position:relative;overflow:hidden}.wave-top,.wave-bottom{z-index:2;width:100%;line-height:0;position:absolute;left:0;right:0;overflow:hidden}.wave-top{top:0}.wave-bottom{bottom:0}.wave-top svg,.wave-bottom svg{width:calc(100% + 2px);height:80px;display:block}@media (width<=768px){.wave-top svg,.wave-bottom svg{height:40px}}.text-center{text-align:center}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-4{gap:1rem}.gap-8{gap:2rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.anim-float{animation:6s ease-in-out infinite float}.anim-float-delay{animation:6s ease-in-out 1.5s infinite float}.float-gallery{height:520px;position:relative}.float-circle{box-shadow:var(--shadow-lg);object-fit:cover;border:6px solid #fff;border-radius:50%;position:absolute;overflow:hidden}.float-circle-lg{width:280px;height:280px}.float-circle-md{width:220px;height:220px}.float-circle-sm{width:170px;height:170px}@keyframes heroPan{0%{background-position:50%;transform:scale(1)}to{background-position:100% 0;transform:scale(1.08)}}
