/* Instituto Criar Mente — estilos globais */
:root{--navy:#082d4b;--navy2:#0f4268;--orange:#f59a18;--cream:#fffaf2;--ink:#10212e;--muted:#60717f;--line:#dce5eb;--white:#fff;--sidebar:284px;--radius:22px;--shadow:0 18px 55px rgba(8,45,75,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:linear-gradient(135deg,#f7fafc,#fff8ee);font:16px/1.6 Inter,Segoe UI,Roboto,Arial,sans-serif}a{color:inherit}img{max-width:100%;display:block}button,input,textarea{font:inherit}
.skip-link{position:fixed;left:12px;top:-80px;background:#fff;padding:10px 14px;z-index:9999;border-radius:10px}.skip-link:focus{top:12px}
.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);z-index:40;background:linear-gradient(180deg,var(--navy),#061d31);color:#fff;padding:24px 18px;display:flex;flex-direction:column;box-shadow:12px 0 35px rgba(0,0,0,.15);transition:.3s ease}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;padding:8px}.brand-mark{width:48px;height:48px;border:3px solid var(--orange);border-radius:50%;display:grid;place-items:center;color:var(--orange);font-size:26px}.brand-text strong{display:block;font-size:18px;line-height:1.1}.brand-text small{opacity:.72}.nav{margin-top:30px;overflow:auto}.nav a,.nav button{width:100%;display:flex;align-items:center;gap:12px;border:0;background:transparent;color:#fff;text-decoration:none;padding:11px 12px;border-radius:12px;cursor:pointer;text-align:left}.nav a:hover,.nav a:focus-visible,.nav button:hover,.nav button:focus-visible,.nav a.active{background:rgba(255,255,255,.11);outline:none}.nav .icon{width:26px;text-align:center;color:var(--orange)}.submenu{max-height:0;overflow:hidden;transition:max-height .35s ease;padding-left:17px}.nav-group.open .submenu{max-height:680px}.submenu a{font-size:14px;padding:8px 10px;color:#dce9f1}.chev{margin-left:auto;transition:.25s}.nav-group.open .chev{transform:rotate(180deg)}.sidebar-foot{margin-top:auto;font-size:12px;opacity:.72;padding:12px}
.page{min-height:100vh;margin-left:var(--sidebar);transition:.3s}.topbar{height:74px;position:sticky;top:0;z-index:30;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);border-bottom:1px solid rgba(8,45,75,.08);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,4vw,58px)}.menu-toggle{display:none;border:0;background:var(--navy);color:white;border-radius:12px;width:44px;height:44px;cursor:pointer}.topbar-title{font-weight:800;color:var(--navy)}.cta{background:var(--orange);color:#18212a;text-decoration:none;font-weight:800;padding:10px 16px;border-radius:999px;box-shadow:0 8px 20px rgba(245,154,24,.28)}
main{padding:clamp(24px,4vw,60px)}.hero{position:relative;min-height:calc(100vh - 150px);display:grid;grid-template-columns:minmax(300px,.72fr) minmax(360px,1.28fr);gap:38px;align-items:center;max-width:1420px;margin:auto}.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.eyebrow:before{content:"";width:34px;height:3px;background:var(--orange)}h1{color:var(--navy);font-size:clamp(40px,5.2vw,78px);line-height:1.02;margin:18px 0}.lead{color:var(--muted);font-size:clamp(18px,2vw,22px);max-width:620px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:13px 20px;border-radius:14px;font-weight:800;border:1px solid var(--line)}.btn-primary{background:var(--navy);color:#fff;border-color:var(--navy)}.btn-secondary{background:#fff;color:var(--navy)}.hero-art{position:relative}.hero-art:before{content:"";position:absolute;inset:-18px 8% 18px -18px;background:linear-gradient(135deg,var(--orange),#ffc04a);border-radius:30px;transform:rotate(-2deg);z-index:-1}.hero-art img{width:100%;max-height:78vh;object-fit:contain;background:#fff;border-radius:24px;box-shadow:var(--shadow);cursor:zoom-in}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}.stat{background:#fff;border:1px solid var(--line);padding:15px;border-radius:16px}.stat strong{display:block;color:var(--navy);font-size:22px}
.section-head{max-width:900px;margin:0 auto 30px;text-align:center}.section-head h1{font-size:clamp(36px,4vw,58px)}.section-head p{color:var(--muted);font-size:18px}.content-card{max-width:1120px;margin:auto;background:#fff;padding:clamp(14px,2.5vw,30px);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid rgba(8,45,75,.08)}.poster{width:100%;max-height:none;object-fit:contain;border-radius:14px;cursor:zoom-in}.poster-wrap{position:relative}.zoom-hint{position:absolute;right:14px;bottom:14px;background:rgba(8,45,75,.9);color:white;padding:7px 10px;border-radius:999px;font-size:12px;pointer-events:none}
.project-grid{max-width:1280px;margin:40px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.project-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;text-decoration:none;box-shadow:0 12px 30px rgba(8,45,75,.08);transition:.25s}.project-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.project-card img{aspect-ratio:4/3;object-fit:cover;object-position:top}.project-card div{padding:18px}.project-card h2{font-size:20px;color:var(--navy);margin:0 0 6px}.project-card p{color:var(--muted);margin:0;font-size:14px}
.pdf-shell{height:calc(100vh - 210px);min-height:620px;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#eef3f6}.pdf-shell iframe{width:100%;height:100%;border:0}.pdf-actions{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 16px}.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px}.contact-info{padding:28px;background:var(--navy);color:#fff;border-radius:20px}.contact-info h2{margin-top:0}.contact-info a{color:#fff}.contact-list{display:grid;gap:14px}.contact-list div{padding-bottom:13px;border-bottom:1px solid rgba(255,255,255,.15)}
footer{margin-left:var(--sidebar);padding:28px 5vw 95px;color:var(--muted);text-align:center}.back-top{position:fixed;right:24px;bottom:24px;z-index:35;width:48px;height:48px;border:0;border-radius:50%;background:var(--orange);cursor:pointer;font-weight:bold;box-shadow:0 10px 25px rgba(0,0,0,.2);opacity:0;transform:translateY(20px);transition:.25s}.back-top.show{opacity:1;transform:none}.mobile-nav{display:none}
.lightbox{position:fixed;inset:0;z-index:100;background:rgba(1,11,19,.94);display:none;align-items:center;justify-content:center;padding:24px}.lightbox.open{display:flex}.lightbox img{max-width:96vw;max-height:92vh;object-fit:contain}.lightbox button{position:absolute;right:24px;top:20px;border:0;background:#fff;color:#111;width:44px;height:44px;border-radius:50%;font-size:25px;cursor:pointer}
.reveal{opacity:0;transform:translateY(20px);transition:.7s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1050px){.hero{grid-template-columns:1fr}.hero-art img{max-height:none}.project-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}}
@media(max-width:760px){:root{--sidebar:285px}.sidebar{transform:translateX(-105%)}body.menu-open .sidebar{transform:none}.page,footer{margin-left:0}.menu-toggle{display:grid;place-items:center}.topbar{height:64px;padding:0 16px}.topbar .cta{display:none}main{padding:22px 16px 100px}.hero{min-height:auto;padding-top:18px;gap:28px}.hero h1{font-size:44px}.stats{grid-template-columns:1fr}.project-grid{grid-template-columns:1fr}.content-card{padding:10px}.mobile-nav{position:fixed;z-index:38;display:grid;grid-template-columns:repeat(4,1fr);left:10px;right:10px;bottom:10px;background:rgba(8,45,75,.96);border-radius:20px;padding:8px;color:#fff;box-shadow:0 14px 35px rgba(0,0,0,.28)}.mobile-nav a{text-align:center;text-decoration:none;font-size:11px;padding:6px 2px}.mobile-nav span{display:block;font-size:19px;color:var(--orange)}.back-top{bottom:88px;right:16px}.pdf-shell{min-height:480px;height:68vh}.section-head{text-align:left}.section-head h1{font-size:39px}.hero-art:before{inset:-10px 5% 10px -8px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}
