.heroSection{position:relative;width:100%;min-height:75svh;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.heroPicture{position:absolute;inset:0;display:block}.heroImage{width:100%;height:100%;object-fit:cover;display:block}.heroOverlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.3) 0,rgba(0,0,0,.2) 50%,rgba(0,0,0,.5))}.heroContent{position:relative;z-index:2;min-height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:20px 55px;color:#ffffff;text-align:left}.heroContentWrapper{display:flex;flex-direction:column;align-items:flex-start;max-width:100%}.heroTitle{font-size:2.6rem;font-weight:500;letter-spacing:3px;margin:12px 0 6px;line-height:1.2;color:#ffffff;font-family:montserrat,sans-serif}.heroRow{flex-direction:column}.heroHighlights,.heroRow{display:flex;gap:12px;flex-wrap:wrap}.heroHighlights{align-items:center;margin-top:18px}.heroPresence{margin:14px 0 0;color:#d9ad27;font-size:16px;font-weight:500;line-height:1.4;letter-spacing:.02em}.heroHighlightPill{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:6px 14px;border-radius:999px;background:#C5A059;color:#ffffff;font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.heroHighlightPill--outline{background:transparent;border:1px solid #d9ad27;color:#d9ad27}.heroHighlightPill--borderless{background:transparent}.legal-name{color:#fff;font-weight:600;font-weight:bolder}.heroText{margin:0;font-size:18px;font-weight:400;opacity:.9}.subText{color:#c5a059;text-transform:uppercase;font-weight:700}.formSlot{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;min-width:350px}@media (max-width:1024px){.heroSection{min-height:100svh}}@media (max-width:768px){.heroContent{flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;margin-top:30px}.heroTitle{font-size:2.5rem}.locationText{font-size:16px}.formSlot{width:100%;justify-content:flex-start}.heroHighlights{gap:10px}.heroPresence{font-size:14px}.heroHighlightPill{font-size:12px;min-height:32px;padding:5px 12px}}@media (max-width:480px){.heroContent{padding:20px}heroSection{min-height:100svh}.heroTitle{font-size:1.8rem;letter-spacing:1px;margin-bottom:10px}.heroHighlights{margin-top:14px}.heroPresence{margin-top:12px}}.listedProject{width:100%;margin:2rem 0 1rem}.listedProject__grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:25px 20px;gap:25px 20px;width:100%}.listedProject__item{display:flex;flex-direction:column;gap:3px;min-width:0}.listedProject__label{font-size:12px;font-weight:500;letter-spacing:1.1px;color:#c9a227;text-transform:uppercase}.listedProject__value{font-size:14px;font-weight:400;color:#333;font-family:montserrat,sans-serif;display:block;max-width:100%;min-width:0;white-space:normal;overflow-wrap:anywhere;word-break:break-word}@media (max-width:991px){.listedProject__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.listedProject__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:575px){.listedProject__grid{grid-template-columns:repeat(2,1fr);gap:15px}}