.commercial-projects-page{background-color:#f5f7fa;min-height:100vh}.page-header-wrap{background-color:#f5f7fa;padding-top:7rem}@media (min-width:1024px){.page-header-wrap{padding-top:8rem}}.page-title-section{padding:2rem 0 3rem}@media (min-width:1024px){.page-title-section{padding:1rem 0 3rem}}.page-title-section .page-title{font-size:2.5rem;font-weight:400;line-height:1.15;color:var(--primary-blue);text-align:center;margin-bottom:.75rem}.page-title-section .page-subtitle{font-size:1.125rem;line-height:1.625rem;color:#3c3c3c;text-align:center;max-width:500px;margin:0 auto}.projects-grid-section{padding:0 0 3rem}@media (min-width:1024px){.projects-grid-section{padding:0 0 4rem}}.projects-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width:1024px){.projects-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.project-card{display:block;background:#fff;overflow:hidden;border-radius:.75rem;transition:transform .3s ease,box-shadow .3s ease}.project-card .project-image{border-radius:.75rem .75rem 0 0}.project-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(12,52,88,.15)}.project-card:hover .project-overlay{opacity:1}.project-card:hover .project-image img{transform:scale(1.05)}.project-image{position:relative;height:220px;overflow:hidden}@media (min-width:1024px){.project-image{height:240px}}.project-image img{transition:transform .4s ease}.project-overlay{position:absolute;inset:0;background:rgba(12,52,88,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.view-project{color:#fff;font-weight:600;font-size:.9375rem;padding:.625rem 1.25rem;border:2px solid #fff}.project-info{padding:1.25rem}@media (min-width:1024px){.project-info{padding:1.5rem}}.project-category{font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.375rem}.project-category,.project-title{color:var(--primary-blue);font-weight:600}.project-title{font-size:1.125rem;margin-bottom:.5rem}@media (min-width:1024px){.project-title{font-size:1.25rem}}.project-description{font-size:.875rem;color:#3c3c3c;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (min-width:1024px){.project-description{font-size:.9375rem}}.content-note-section{padding:0 0 3rem}.content-note-section .content-note{background:#fff;padding:1.5rem 2rem;text-align:center;max-width:600px;margin:0 auto;border-radius:.75rem}.content-note-section .content-note p{font-size:.9375rem;color:#3c3c3c;line-height:1.6}.bottom-cta-section{padding:3rem 1rem;background-color:#f5f7fa}@media (min-width:1024px){.bottom-cta-section{padding:4rem 2rem}}.bottom-cta-section .bottom-cta-card{position:relative;background-color:#c5d4e3;border-radius:.5rem;padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;gap:2rem;overflow:hidden}@media (min-width:1024px){.bottom-cta-section .bottom-cta-card{flex-direction:row;justify-content:space-between;padding:4rem 5rem;gap:3rem}}.bottom-cta-section .cta-decoration{position:absolute;left:0;top:50%;transform:translateY(-50%);width:350px;height:350px;opacity:1;pointer-events:none;background-image:url(/images/mark-commercial.svg);background-repeat:no-repeat;background-position:50%;background-size:contain}@media (min-width:1024px){.bottom-cta-section .cta-decoration{left:-40px}}.bottom-cta-section .bottom-cta-title{color:var(--primary-blue);font-size:2.5rem;font-weight:400;line-height:1.15;max-width:600px;text-align:center;position:relative;z-index:1}@media (min-width:1024px){.bottom-cta-section .bottom-cta-title{text-align:left}}.bottom-cta-section .cta-button-dark{display:inline-flex;align-items:center;justify-content:center;background-color:var(--primary-blue);color:#fff;padding:1rem 2rem;font-family:var(--font-title);font-weight:400;font-size:1.125rem;line-height:1.625rem;border-radius:.375rem;white-space:nowrap;transition:all .2s ease;position:relative;z-index:1;flex-shrink:0}.bottom-cta-section .cta-button-dark:hover{background-color:#0a2a45;transform:translateY(-2px)}