.manifesto{padding:0;position:relative}.manifesto-frame{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:clamp(60px,10vw,120px) clamp(24px,8vw,80px);position:relative;text-align:center}.manifesto-text{color:var(--text-primary);font-family:"Noto Serif",Georgia,serif;font-size:clamp(1.8rem,4.5vw,3.8rem);font-style:italic;font-weight:400;letter-spacing:-.02em;line-height:1.3;max-width:800px;opacity:0;transform:translateY(40px);transition:opacity .8s var(--ease-out),transform .8s var(--ease-out)}.manifesto-text.visible{opacity:1;transform:translateY(0)}.manifesto-text .accent{color:var(--brn-blue-accent)}.manifesto-divider{background:linear-gradient(90deg,transparent,var(--brn-blue-accent),transparent);height:1px;margin:0 auto;opacity:0;transition:opacity .6s .3s,width .6s .3s var(--ease-out);width:60px}.manifesto-divider.visible{opacity:.5;width:120px}.manifesto-desc{color:var(--text-secondary);font-size:clamp(.95rem,1.5vw,1.1rem);line-height:1.8;max-width:640px;opacity:0;transform:translateY(30px);transition:opacity .8s .2s var(--ease-out),transform .8s .2s var(--ease-out)}.manifesto-desc.visible{opacity:1;transform:translateY(0)}.pillars-accordion{border:1px solid var(--border-color);border-radius:var(--radius);display:flex;height:70vh;margin-top:60px;max-height:720px;min-height:500px;overflow:hidden;width:100%}.pillar-panel{border-right:1px solid hsla(0,0%,100%,.04);cursor:pointer;flex:1;overflow:hidden;position:relative;transition:flex .6s var(--ease-out)}.pillar-panel:last-child{border-right:none}.pillar-panel.active,.pillar-panel:hover{flex:3}.pillar-panel-bg{background-position:50%;background-size:cover;filter:brightness(.5) saturate(.7);inset:0;position:absolute;transition:transform .8s var(--ease-out),filter .8s var(--ease-out)}.pillar-panel.active .pillar-panel-bg,.pillar-panel:hover .pillar-panel-bg{filter:brightness(.65) saturate(.9);transform:scale(1.08)}.pillar-panel-overlay{background:linear-gradient(180deg,rgba(0,19,64,.15),hsla(0,0%,4%,.92));inset:0;position:absolute}.pillar-panel-content{display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding:32px 24px;position:relative;z-index:1}.pillar-panel-number{color:hsla(0,0%,100%,.08);font-family:Instrument Sans,sans-serif;font-size:5rem;font-weight:800;left:20px;line-height:1;position:absolute;top:20px;transition:color .6s var(--ease-out)}.pillar-panel.active .pillar-panel-number,.pillar-panel:hover .pillar-panel-number{color:rgba(91,155,255,.18)}.pillar-panel:after{background:var(--brn-blue-accent);bottom:0;content:"";height:3px;left:0;opacity:0;position:absolute;right:0;transition:opacity .4s var(--ease-out)}.pillar-panel.active:after,.pillar-panel:hover:after{opacity:.6}.pillar-panel-icon{align-items:center;background:rgba(91,155,255,.15);border-radius:10px;color:var(--brn-blue-accent);display:flex;height:40px;justify-content:center;margin-bottom:16px;opacity:0;transform:translateY(10px);transition:all .4s .1s var(--ease-out);width:40px}.pillar-panel-icon svg{height:20px;width:20px}.pillar-panel.active .pillar-panel-icon,.pillar-panel:hover .pillar-panel-icon{opacity:1;transform:translateY(0)}.pillar-panel h4{font-family:Instrument Sans,sans-serif;font-size:1rem;font-weight:700;letter-spacing:-.01em;margin-bottom:0;transition:margin .4s var(--ease-out)}.pillar-panel.active h4,.pillar-panel:hover h4{margin-bottom:12px}.pillar-panel-desc{color:var(--text-secondary);font-size:.85rem;line-height:1.6;max-height:0;opacity:0;overflow:hidden;transition:max-height .5s var(--ease-out),opacity .4s .15s var(--ease-out)}.pillar-panel.active .pillar-panel-desc,.pillar-panel:hover .pillar-panel-desc{max-height:200px;opacity:1}@media (max-width:768px){.pillars-accordion{flex-direction:column;height:auto;max-height:none;min-height:auto}.pillar-panel{border-bottom:1px solid hsla(0,0%,100%,.04);border-right:none;flex:none!important;height:200px}.pillar-panel:last-child{border-bottom:none}.pillar-panel .pillar-panel-icon{opacity:1;transform:translateY(0)}.pillar-panel .pillar-panel-desc{max-height:200px;opacity:1}.pillar-panel h4{margin-bottom:8px}}