.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;
}
} .elite-home-static-project-map {
padding: clamp(48px, 6vw, 82px) 0 0;
background: #fff;
}
.elite-home-static-project-map__heading {
width: min(calc(100% - 40px), 1040px);
margin: 0 auto 30px;
text-align: center;
}
.elite-home-static-project-map__heading h2 {
margin: 0;
color: var(--elite-ink, #211d19);
font-family: "Cormorant Garamond", Georgia, serif;
font-size: clamp(2rem, 3.3vw, 3.7rem);
font-weight: 500;
line-height: 1.04;
}
.elite-home-static-project-map__heading p {
margin: 10px 0 0;
color: var(--elite-bronze, #9a7449);
font-family: Montserrat, Arial, sans-serif;
font-size: clamp(.78rem, 1.1vw, 1rem);
font-weight: 700;
letter-spacing: .14em;
text-transform: uppercase;
}
.elite-home-static-project-map__viewport {
width: 100%;
overflow: hidden;
border-top: 1px solid rgba(154,116,73,.22);
border-bottom: 1px solid rgba(154,116,73,.22);
background: #e9e4dc;
}
.elite-home-static-project-map__image {
width: min(100%, 2048px);
margin: 0 auto;
}
.elite-home-static-project-map__image img {
display: block;
width: 100%;
height: auto;
}
@media (max-width: 760px) {
.elite-home-static-project-map {
padding-top: 38px;
}
.elite-home-static-project-map__heading {
margin-bottom: 22px;
}
.elite-home-static-project-map__viewport {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.elite-home-static-project-map__image {
min-width: 1050px;
}
}.elite-managed-project #project-about .elite-content--full {
width: 100%;
max-width: none;
}
.elite-managed-project #project-about .elite-content--full > * {
max-width: none;
} .elite-managed-project > .elite-project-summary,
.elite-managed-project #project-about .elite-contact-card {
display: none !important;
} .elite-nav--overlay .elite-projects-root-toggle > a:not([href]) {
cursor: default;
user-select: none;
}
.elite-nav--overlay .elite-projects-root-toggle > .sub-menu {
top: 100% !important;
margin-top: 0 !important;
}
.elite-nav--overlay .elite-projects-root-toggle:hover > .sub-menu,
.elite-nav--overlay .elite-projects-root-toggle:focus-within > .sub-menu,
.elite-nav--overlay .elite-projects-root-toggle.is-submenu-open > .sub-menu {
display: grid !important;
}
.elite-nav--overlay .elite-projects-root-toggle > .sub-menu {
z-index: 10050;
} .elite-fullscreen-menu .elite-projects-root-toggle > a:not([href]) {
cursor: default;
color: #fff;
}body .gt_switcher,body .gt_float_switcher,body .gt_switcher_wrapper,body .gtranslate_wrapper,body #gtranslate_wrapper,body [id^="gtranslate_wrapper"],body .gtranslate-container,body .gt_container,body .menu-item-gtranslate,body .menu-item-gtranslate-menu{display:none!important;visibility:hidden!important;width:0!important;height:0!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}
body .elite-language-switcher{display:flex!important;visibility:visible!important;width:auto!important;height:auto!important;overflow:visible!important;position:relative!important;align-items:center!important;z-index:10150!important}
body .elite-language-switcher__toggle{display:inline-flex!important;align-items:center!important;gap:7px!important;width:auto!important;height:40px!important;min-height:40px!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important;color:#fff!important;font-size:.72rem!important;line-height:1!important}
body .elite-language-switcher__flag,body .elite-language-switcher__item-flag,body .elite-language-switcher__flag svg,body .elite-language-switcher__item-flag svg{display:inline-flex!important;width:22px!important;height:16px!important;min-width:22px!important;min-height:16px!important;max-width:22px!important;max-height:16px!important;flex:0 0 22px!important;overflow:hidden!important}
body .elite-language-switcher__current{display:inline-block!important;font-size:.72rem!important;font-weight:700!important;white-space:nowrap!important}
body .elite-language-switcher__arrow{display:block!important;width:11px!important;height:8px!important;min-width:11px!important;min-height:8px!important}
body .elite-language-switcher__menu{display:none!important;position:absolute!important;top:calc(100% + 8px)!important;right:0!important;left:auto!important;width:max-content!important;height:auto!important;min-width:158px!important;min-height:0!important;max-height:360px!important;padding:6px!important;margin:0!important;overflow-y:auto!important;visibility:visible!important;opacity:1!important;border:1px solid rgba(31,42,58,.12)!important;border-radius:8px!important;background:#fff!important;box-shadow:0 16px 38px rgba(13,21,31,.22)!important;transform:none!important}
body .elite-language-switcher.is-open>.elite-language-switcher__menu{display:block!important}