section.projects-section>div.inner{border-top:1px solid #686868;max-width:90rem;margin:0 auto 3rem;padding:3rem}section.projects-section>div.inner header.section-header{margin-bottom:3rem}section.projects-section>div.inner .projects-cards{grid-template-columns:repeat(4,minmax(200px,1fr));gap:1.5rem;display:grid}@media (max-width:1024px){section.projects-section>div.inner .projects-cards{grid-template-columns:1fr 1fr}}@media (max-width:640px){section.projects-section>div.inner{padding:1rem}section.projects-section>div.inner .projects-cards{grid-template-columns:1fr}}
a.project-card{cursor:pointer;border:2px solid #0056b4;border-radius:12px;flex-direction:column;padding:1rem 1rem 0;text-decoration:none;display:flex;overflow:hidden}a.project-card figure{justify-content:center;align-items:center;height:260px;display:flex}a.project-card figure img{object-fit:contain;max-width:100%;max-height:100%;transition:filter .3s;display:block}a.project-card figcaption{flex-direction:column;flex-grow:1;justify-content:space-between;height:140px;display:flex}a.project-card figcaption h4{text-overflow:ellipsis;text-align:center;text-transform:uppercase;flex-grow:1;justify-content:center;align-items:center;margin:0;font-size:2rem;line-height:1.1;display:flex;overflow:hidden}a.project-card figcaption button.more-info{color:#fff;text-align:center;text-transform:uppercase;background:#0056b4;border-top-left-radius:6px;border-top-right-radius:6px;width:75%;margin:0 auto;padding:.5rem .5rem .375rem;font-size:.75rem;line-height:1;text-decoration:none;transition:background .3s,color .3s;display:block}a.project-card:hover img{filter:brightness(1.15)}a.project-card:hover button.more-info{color:#0056b4;background:#fff}
section.promo-banner>.inner{max-width:90rem;margin:0 auto}
section.store-section{padding-top:3rem}section.store-section>.inner{background:#fff;max-width:90rem;margin:0 auto;position:relative}section.store-section>.inner header.section-header{font-size:3.5rem;position:absolute;top:-4rem;left:0}section.store-section>.inner header.section-header h2{padding-left:3rem}section.store-section>.inner .content{flex-direction:row;align-items:center;gap:1rem;display:flex}section.store-section>.inner .content article{color:#000;text-transform:uppercase;flex:0 0 30%;padding:1rem 2rem}section.store-section>.inner .content article .badge{margin-bottom:.75rem}section.store-section>.inner .content article h3{margin-bottom:1rem;font-size:4.5rem;line-height:.9}section.store-section>.inner .content article p{letter-spacing:.05em;margin-bottom:2rem;font-size:1.25rem}section.store-section>.inner .content article .button{color:#000}section.store-section>.inner .content a.media{min-width:0;color:inherit;flex:1;justify-content:center;align-self:stretch;align-items:center;gap:1rem;text-decoration:none;display:flex}section.store-section>.inner .content figure{justify-content:center;align-items:center;display:flex}section.store-section>.inner .content figure img{object-fit:contain;width:auto;max-width:100%;max-height:220px;display:block}section.store-section>.inner .content figure:last-child{flex:1;align-self:stretch;min-width:0}section.store-section>.inner .content figure:last-child img{object-fit:cover;width:100%;height:100%;max-height:none}@media (max-width:768px){section.store-section>.inner .content{flex-direction:column;align-items:stretch;gap:1rem}section.store-section>.inner .content article{text-align:center;flex:none}section.store-section>.inner .content article .button{margin-top:.5rem}section.store-section>.inner .content a.media{flex:none}section.store-section>.inner .content figure:last-child{display:none}}@media (max-width:480px){section.store-section>.inner .content article h3{font-size:3.5rem}section.store-section>.inner .content figure img{max-height:160px}}
