:root{--osm-project-accent:#f6a000;--osm-project-gap:8px;--osm-project-width:1600px}.osm-projects-page,.osm-project-single{background:#fff}.osm-project-container{width:min(calc(100% - 40px),var(--osm-project-width));margin-inline:auto}.osm-archive-header{padding:55px 0 28px}.osm-archive-header h1{margin:0;color:var(--osm-project-accent)}.osm-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:38px;padding-bottom:60px}.osm-project-card{position:relative;display:block;overflow:hidden;aspect-ratio:16/9;color:#fff;text-decoration:none;background:#222}.osm-project-card img,.osm-project-placeholder{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}.osm-project-card:hover img{transform:scale(1.035)}.osm-project-card-shade{position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.65))}.osm-project-card-title{color:#fff!important;position:absolute;left:7%;right:7%;bottom:9%;font-size:clamp(25px,3vw,52px);font-weight:800;line-height:1.05;text-transform:uppercase;text-shadow:0 2px 12px #0008}.osm-project-intro{padding-top:70px;padding-bottom:70px}.osm-project-intro h1{font-size:clamp(30px,4vw,55px);line-height:1.05;text-transform:uppercase}.osm-project-content{font-size:17px;line-height:1.65}.osm-project-featured{display:grid;grid-template-columns:2fr 1fr;gap:var(--osm-project-gap);max-width:1920px;margin-inline:auto}.osm-project-featured-main,.osm-project-featured-side{position:relative;min-height:620px;overflow:hidden}.osm-project-featured img{width:100%;height:100%;object-fit:cover;display:block}.osm-project-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:clamp(28px,5vw,80px);color:#fff;background:linear-gradient(90deg,rgba(0,0,0,.68),transparent 70%)}.osm-project-overlay h2{font-family: 'Barlow', sans-serif;
    font-weight: 900;
    text-transform: uppercase;max-width:650px;margin:0 0 12px;color:#fff;font-size:clamp(34px,5vw,72px);line-height:.98;text-transform:uppercase}.osm-project-overlay p{max-width:620px;font-size:17px;line-height:1.45}
.osm-project-button{
    font-size: 20px;
    border-radius: 10px;
    background: linear-gradient(270deg, #C9804B 0, #FF9900 100%);
    padding: 8px 40px 8px 30px;
    border: 0px solid black;
    color: #fff;
    text-transform: uppercase;
    font-family: Vampire;
    box-shadow: 0 8px 18px -6px rgba(0, 0, 0, .3);
}
.osm-project-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--osm-project-gap);max-width:1920px;margin:var(--osm-project-gap) auto 0}.osm-project-gallery img{display:block;width:100%;height:440px;object-fit:cover}.osm-project-single article{padding-bottom:var(--osm-project-gap)}@media(max-width:900px){.osm-project-grid{grid-template-columns:1fr;gap:20px}.osm-project-intro{padding-top:45px;padding-bottom:45px}.osm-project-featured{grid-template-columns:1fr}.osm-project-featured-main{min-height:520px}.osm-project-featured-side{min-height:0;aspect-ratio:4/5}.osm-project-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.osm-project-gallery img{height:330px}}@media(max-width:560px){.osm-project-container{width:min(calc(100% - 30px),var(--osm-project-width))}.osm-project-card{aspect-ratio:4/3}.osm-project-featured-main{min-height:480px}.osm-project-gallery{grid-template-columns:1fr}.osm-project-gallery img{height:auto;aspect-ratio:4/3}.osm-project-overlay{background:linear-gradient(0deg,rgba(0,0,0,.72),transparent 85%)}}

