
.project-page{background-color:#f0f1f3;background-image:linear-gradient(180deg,rgba(255,255,255,.72) 0,rgba(240,241,243,.96) 100%),repeating-linear-gradient(-45deg,transparent,transparent 10px,rgba(0,0,0,.012) 10px,rgba(0,0,0,.012) 11px)}
.project-featured-wrap{padding-top:2.5rem;padding-bottom:.5rem}
@media (min-width: 992px) {
    .project-featured-wrap{padding-top:3.5rem}
}
.project-featured-card { margin-bottom: 1.75rem; }
.project-featured-card:last-child { margin-bottom: 0; }
.project-featured-link { display: block; color: inherit; text-decoration: none; border-radius: 4px; overflow: hidden; box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08); transition: box-shadow 0.25s ease, transform 0.25s ease; }
.project-featured-link:hover { color: inherit; text-decoration: none; box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12); transform: translateY(-2px); }
.project-featured-body { display: flex; flex-wrap: wrap; min-height: 260px; background: #fff; }
.project-featured-media { width: 100%; background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%); }
@media (min-width: 768px) {
    .project-featured-body { flex-wrap: nowrap; min-height: 300px; }
}
.project-featured-copy { flex: 1 1 100%; display: flex; flex-direction: column; }
@media (min-width: 768px) {
    .project-featured-copy { flex: 0 0 42%; max-width: 42%; }
}
.project-featured-title { font-size: 1.5rem; font-weight: 400; color: #ffffff; margin: 0 0 0.75rem; padding: 0 0 0 2.5rem; height: 4.375rem; line-height: 4.375rem; background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); }
@media (min-width: 768px) {
    .project-featured-title { font-size: 1.75rem; }
}
.project-featured-desc { padding: 0 0 0 2.5rem; font-size: 1.25rem; line-height: 1.65; color: #555; margin: 0; }
.projects_cta_desc { flex: 1 1 100%; min-height: 200px; background-size: cover; background-position: center center; background-repeat: no-repeat; }
@media (min-width: 768px) {}
/* Grid cards */
.project-grid-wrap { padding-top: 2rem; padding-bottom: 2.5rem; }
@media (min-width: 992px) {
    .project-grid-wrap { padding-top: 2.5rem; padding-bottom: 3.5rem; }
}
.project-grid-card { position: relative; display: block; width: 100%; padding-bottom: 100%; height: 0; overflow: hidden; border-radius: 4px; color: #fff; text-decoration: none; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); transition: box-shadow 0.25s ease, transform 0.25s ease; }
.project-grid-card:hover { color: #fff; text-decoration: none; box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16); transform: translateY(-3px); }
.project-grid-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-position: center center; transition: transform 0.35s ease; }
.project-grid-card:hover .project-grid-bg { transform: scale(1.05); }
.project-grid-card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; top: 0; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, transparent 45%, rgba(0, 0, 0, 0.35) 100%); pointer-events: none; }
.project-grid-caption { position: absolute; top: 0; left: 0; right: 0; z-index: 1; padding: 1.5rem 1rem 0.75rem; text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45); }
.project-grid-title { font-size: 1.25rem; font-weight: 400; margin: 0 0 0.35rem; line-height: 1.3; }
.project-grid-desc { font-size: 1rem; font-weight: 400; margin: 0; line-height: 1.45; opacity: 0.95; }
/* Bottom CTA */
.project-cta { position: relative; display: flex; align-items: center; min-height: 280px; background-color: #1a1d22;  background-size: cover; background-position: center; }
.project-cta-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(0, 0, 0, 0.4) 100%); }
.project-cta-inner { position: relative; z-index: 1; padding-top: 2.5rem; padding-bottom: 2.5rem; width: 100%; }
.project-cta-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.project-cta-copy { flex: 1 1 100%; margin-bottom: 1.5rem; }
@media (min-width: 768px) {
    .project-cta-copy { flex: 1 1 auto; max-width: 62%; margin-bottom: 0; padding-right: 2rem; }
}
.project-cta-title { font-size: 1.65rem; font-weight: 700; color: #fff; margin: 0 0 0.75rem; line-height: 1.25; }
@media (min-width: 768px) {
    .project-cta-title { font-size: 2rem; }
}
.project-cta-text { font-size: 1rem; line-height: 1.65; color: rgba(255, 255, 255, 0.88); margin: 0; }
.project-cta-action { flex: 0 0 auto; }
.project-contact-section { padding-bottom: 3rem; }