/* Correct logo proportions and top-fed material animation */
.logo-loader{width:190px;height:72px;overflow:hidden;display:block}.logo-loader img,.logo-loader .logo-fill img{width:190px;min-width:190px;height:71px;object-fit:contain}.logo-loader .logo-base{filter:grayscale(1);opacity:.38}.logo-loader .logo-fill{width:100%;clip-path:inset(0 0 100% 0);animation:logoFillDown 2s cubic-bezier(.65,0,.2,1) .2s forwards}.plastic-flow{left:4px;right:4px;top:0;bottom:auto;width:auto;height:4px;background:linear-gradient(90deg,#6f090d,#ff676b,#99191d,#ff676b,#6f090d);animation:flowDown 2s cubic-bezier(.65,0,.2,1) .2s forwards}
.history-line{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #ffffff26;margin:0 0 60px}.history-line div{padding:24px;border-right:1px solid #ffffff26;display:grid;gap:14px}.history-line div:last-child{border-right:0}.history-line b{font:600 20px "Barlow Condensed";color:var(--red2)}.history-line span{color:#b7b9ba;line-height:1.6}.visual-types{grid-template-columns:repeat(3,1fr)}
.materials{padding:115px 7vw;background:#f2f0ec;color:#161819}.materials-head{display:grid;grid-template-columns:.4fr 1fr .7fr;gap:5vw;align-items:end}.materials .section-tag{color:#747779}.materials h2,.infrastructure h2{font:600 clamp(46px,5vw,76px)/.94 "Barlow Condensed";letter-spacing:-.035em;margin:0}.materials h2 em{font-style:normal;color:var(--red)}.materials-head>p{color:#626668;line-height:1.8;margin:0}.material-groups{display:grid;grid-template-columns:repeat(4,1fr);margin-top:70px;border-top:1px solid #c9c6c0;border-left:1px solid #c9c6c0}.material-groups article{padding:30px 24px;min-height:190px;border-right:1px solid #c9c6c0;border-bottom:1px solid #c9c6c0}.material-groups b{font:600 24px "Barlow Condensed"}.material-groups p{margin:45px 0 0;color:#676b6d;line-height:1.7}
.infrastructure{padding:115px 7vw;background:#111314;display:grid;grid-template-columns:.95fr 1.05fr;gap:8vw}.infra-copy .section-tag{display:block;margin-bottom:35px}.infra-copy h2{margin-bottom:40px}.infra-copy>p{color:#aeb1b2;line-height:1.85;margin:0 0 20px}.infra-points{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #ffffff2b;border-left:1px solid #ffffff2b}.infra-points article{padding:28px 24px;min-height:220px;border-right:1px solid #ffffff2b;border-bottom:1px solid #ffffff2b}.infra-points b{font:600 14px "Barlow Condensed";color:var(--red2)}.infra-points h3{font:600 27px "Barlow Condensed";margin:42px 0 12px}.infra-points p{color:#9ea2a4;line-height:1.6;margin:0}
@keyframes logoFillDown{to{clip-path:inset(0 0 0 0)}}@keyframes flowDown{0%{top:0;opacity:0}8%{opacity:1}92%{opacity:1}100%{top:calc(100% - 4px);opacity:0}}
@media(max-width:900px){.logo-loader{width:150px;height:56px}.logo-loader img,.logo-loader .logo-fill img{width:150px;min-width:150px;height:56px}.history-line{grid-template-columns:1fr}.history-line div{border-right:0;border-bottom:1px solid #ffffff26}.history-line div:last-child{border-bottom:0}.materials,.infrastructure{padding:80px 24px}.materials-head,.infrastructure{grid-template-columns:1fr}.material-groups{grid-template-columns:1fr 1fr}.infrastructure{gap:55px}}@media(max-width:560px){.material-groups,.infra-points{grid-template-columns:1fr}.visual-types{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.logo-loader .logo-fill{clip-path:inset(0 0 0 0)}}
