.elite-project-map-section {
position: relative;
isolation: isolate;
}
.elite-project-map-section--home {
padding: clamp(56px, 7vw, 96px) 0 0;
background: var(--elite-cream, #f7f3ed);
}
.elite-project-map-section--home .elite-projects-overview__heading {
width: min(calc(100% - 40px), var(--elite-container, 1240px));
margin: 0 auto clamp(30px, 4vw, 48px);
text-align: center;
}
.elite-project-map-section__eyebrow {
margin: 0 0 10px;
color: var(--elite-bronze, #9a7449);
font-family: Montserrat, Arial, sans-serif;
font-size: .76rem;
font-weight: 700;
letter-spacing: .2em;
text-transform: uppercase;
}
.elite-project-map-section--home h2 {
margin: 0;
font-size: clamp(2.25rem, 5vw, 5rem);
line-height: 1.02;
}
.elite-project-map-section--home .elite-projects-overview__heading > p:last-child {
max-width: 700px;
margin: 18px auto 0;
color: var(--elite-ink-soft, #635b52);
font-size: 1rem;
}
.elite-project-map-section__canvas {
width: 100%;
}
.elite-project-map {
position: relative;
z-index: 1;
width: 100%;
background: #e8e3db;
font-family: Montserrat, Arial, sans-serif;
}
.elite-project-map--home {
height: var(--elite-home-map-height, 540px);
min-height: 360px;
border-top: 1px solid rgba(154,116,73,.25);
border-bottom: 1px solid rgba(154,116,73,.25);
}
.elite-project-map-section--single {
padding: clamp(62px, 8vw, 110px) 0;
background: #fff;
}
.elite-project-map-single__heading {
display: flex;
align-items: end;
justify-content: space-between;
gap: 30px;
margin-bottom: 24px;
}
.elite-project-map-single__heading h2 {
margin: 0;
font-size: clamp(2.25rem, 4vw, 4.8rem);
line-height: 1.02;
}
.elite-project-map-single__heading p:last-child {
margin: 12px 0 0;
color: var(--elite-ink-soft, #635b52);
font-size: 1rem;
}
.elite-project-map-directions {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 11px 24px;
border: 1px solid var(--elite-gold, #c7a56b);
border-radius: 999px;
background: var(--elite-gold, #c7a56b);
color: var(--elite-ink, #211d19);
font-family: Montserrat, Arial, sans-serif;
font-size: .84rem;
font-weight: 700;
letter-spacing: .06em;
text-decoration: none;
text-transform: uppercase;
transition: transform .2s ease, box-shadow .2s ease;
}
.elite-project-map-directions:hover {
transform: translateY(-2px);
box-shadow: 0 12px 28px rgba(33,29,25,.14);
}
.elite-project-map--single {
height: 460px;
min-height: 360px;
overflow: hidden;
border: 1px solid rgba(154,116,73,.28);
border-radius: 22px;
box-shadow: 0 24px 60px rgba(33,29,25,.10);
}
.elite-project-map-marker-shell {
border: 0;
background: transparent;
}
.elite-project-map-marker {
position: relative;
display: grid;
place-items: center;
width: 42px;
height: 42px;
border: 3px solid var(--elite-gold, #c7a56b);
border-radius: 50% 50% 50% 7px;
background: var(--elite-ink, #211d19);
box-shadow: 0 9px 24px rgba(24,29,38,.30);
color: #fff;
transform: rotate(-45deg);
}
.elite-project-map-marker::after {
position: absolute;
inset: 6px;
border: 1px solid rgba(255,255,255,.45);
border-radius: inherit;
content: '';
}
.elite-project-map-marker > span {
position: relative;
z-index: 1;
font-size: .78rem;
font-weight: 800;
transform: rotate(45deg);
}
.elite-project-map .leaflet-control-zoom a {
color: var(--elite-ink, #211d19);
}
.elite-project-map .leaflet-control-attribution {
font-size: 10px;
}
.elite-project-map-leaflet-popup .leaflet-popup-content-wrapper {
overflow: hidden;
padding: 0;
border-radius: 15px;
box-shadow: 0 18px 46px rgba(22,29,39,.24);
}
.elite-project-map-leaflet-popup .leaflet-popup-content {
width: 270px !important;
margin: 0;
}
.elite-project-map-popup img {
display: block;
width: 100%;
height: 142px;
object-fit: cover;
}
.elite-project-map-popup__copy {
display: grid;
gap: 5px;
padding: 16px 17px 17px;
}
.elite-project-map-popup__copy strong {
color: var(--elite-ink, #211d19);
font-family: "Cormorant Garamond", Georgia, serif;
font-size: 1.45rem;
line-height: 1.05;
}
.elite-project-map-popup__copy > span {
color: var(--elite-ink-soft, #635b52);
font-size: .75rem;
font-weight: 600;
letter-spacing: .06em;
text-transform: uppercase;
}
.elite-project-map-popup__actions {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 9px;
}
.elite-project-map-popup__actions a {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 34px;
padding: 7px 12px;
border: 1px solid var(--elite-gold, #c7a56b);
border-radius: 999px;
background: var(--elite-gold, #c7a56b);
color: var(--elite-ink, #211d19);
font-size: .68rem;
font-weight: 700;
letter-spacing: .04em;
text-decoration: none;
text-transform: uppercase;
}
.elite-project-map-popup__actions a + a {
background: #fff;
}
.elite-project-map--error,
.elite-project-map__notice {
display: grid;
place-items: center;
padding: 30px;
color: var(--elite-ink-soft, #635b52);
text-align: center;
}
@media (max-width: 760px) {
.elite-project-map-section--home {
padding-top: 46px;
}
.elite-project-map--home {
height: min(72vh, 480px);
min-height: 390px;
}
.elite-project-map-section--single {
padding: 54px 0 68px;
}
.elite-project-map-single__heading {
display: block;
}
.elite-project-map-directions {
margin-top: 20px;
}
.elite-project-map--single {
height: 390px;
border-radius: 15px;
}
.elite-project-map-leaflet-popup .leaflet-popup-content {
width: 230px !important;
}
.elite-project-map-popup img {
height: 118px;
}
}