.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-titlebar {
position: relative;
z-index: 930;
}
.elite-managed-project-titlebar.is-fixed {
position: fixed;
top: var(--elite-managed-project-tabs-top, 0px);
left: 0;
right: 0;
width: 100%;
z-index: 980;
background: rgba(248, 244, 238, .98);
box-shadow: 0 12px 30px rgba(31, 25, 19, .12);
backdrop-filter: blur(12px);
}
.elite-managed-project-titlebar-spacer {
display: block;
height: 0;
}
.elite-managed-project-titlebar.is-fixed .elite-managed-project-titlebar__inner {
min-height: 64px;
}
.elite-managed-project-titlebar.is-fixed h1 {
font-size: clamp(1.45rem, 2.2vw, 2.25rem);
}
.elite-managed-project-tabs a.is-active {
background: #263449;
border-color: #263449;
color: #fff;
} .elite-managed-project > .elite-managed-project-hero {
display: none !important;
}
.elite-managed-project-titlebar {
padding: 25px 0;
background: #f8f4ee;
border-bottom: 1px solid rgba(45, 35, 25, .11);
}
.elite-managed-project-titlebar__inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
}
.elite-managed-project-titlebar h1 {
margin: 0;
font-size: clamp(2rem, 3.1vw, 3.35rem);
line-height: 1;
}
.elite-managed-project-tabs {
display: flex;
align-items: stretch;
justify-content: flex-end;
gap: 9px;
flex-wrap: wrap;
}
.elite-managed-project-tabs a {
min-width: 126px;
min-height: 43px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px 18px;
border: 1px solid #ad8956;
border-radius: 6px;
background: #ad8956;
color: #fff;
font: 600 .72rem/1.2 Montserrat, Arial, sans-serif;
text-align: center;
transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.elite-managed-project-tabs a:hover,
.elite-managed-project-tabs a:focus-visible { transform: translateY(-2px); background: #1e2a3b; border-color: #1e2a3b; color: #fff; }
.elite-managed-project-hero {
position: relative;
min-height: clamp(430px, 55vw, 700px);
display: flex;
align-items: flex-end;
overflow: hidden;
background: #26231f;
color: #fff;
}
.elite-managed-project-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.elite-managed-project-hero__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17, 14, 11, .82), rgba(17, 14, 11, .08) 72%); }
.elite-managed-project-hero__content { position: relative; z-index: 1; padding-bottom: clamp(42px, 6vw, 82px); }
.elite-managed-project-hero__content h2 { max-width: 850px; margin: 0 0 10px; color: #fff; font-size: clamp(2.1rem, 5.4vw, 5.6rem); }
.elite-managed-project-hero__content p { max-width: 700px; margin: 0; color: rgba(255,255,255,.86); font-size: clamp(.95rem, 1.5vw, 1.22rem); }
.elite-project-media-slider {
position: relative;
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
.elite-project-media-slider__viewport {
overflow: hidden;
border-radius: 18px;
background: #e9e1d7;
box-shadow: 0 24px 65px rgba(47, 36, 24, .16);
}
.elite-project-media-slider__track {
display: flex;
width: 100%;
transform: translate3d(0,0,0);
transition: transform .68s cubic-bezier(.22,.75,.25,1);
will-change: transform;
}
.elite-project-media-slider__slide {
position: relative;
flex: 0 0 100%;
min-width: 0;
margin: 0;
aspect-ratio: 16 / 9;
background: #ece4d8;
}
.elite-project-media-slider__slide a { display: block; width: 100%; height: 100%; }
.elite-project-media-slider__slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.elite-project-media-slider--plans .elite-project-media-slider__slide {
aspect-ratio: 16 / 10;
background: #f7f2eb;
}
.elite-project-media-slider--plans .elite-project-media-slider__slide img { object-fit: contain; }
.elite-project-media-slider__button {
position: absolute;
top: 50%;
z-index: 3;
width: 48px;
height: 48px;
display: grid;
place-items: center;
border: 1px solid rgba(255,255,255,.55);
border-radius: 50%;
background: rgba(30, 27, 23, .72);
color: #fff;
font-size: 1.25rem;
cursor: pointer;
transform: translateY(-50%);
backdrop-filter: blur(8px);
}
.elite-project-media-slider__button:hover { background: #ad8956; }
.elite-project-media-slider__button--prev { left: 18px; }
.elite-project-media-slider__button--next { right: 18px; }
.elite-project-media-slider__status {
position: absolute;
right: 20px;
bottom: 18px;
z-index: 3;
min-width: 82px;
padding: 8px 13px;
border-radius: 999px;
background: rgba(28,25,22,.74);
color: #fff;
font: 600 .75rem/1 Montserrat,Arial,sans-serif;
text-align: center;
backdrop-filter: blur(8px);
}
.elite-project-media-slider__thumbs {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
gap: 9px;
margin-top: 12px;
}
.elite-project-media-slider__thumb {
min-width: 0;
padding: 0;
border: 2px solid transparent;
border-radius: 8px;
background: #eee6dc;
overflow: hidden;
cursor: pointer;
aspect-ratio: 16 / 9;
}
.elite-project-media-slider__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: .7; transition: opacity .2s ease, transform .2s ease; }
.elite-project-media-slider__thumb.is-active { border-color: #ad8956; }
.elite-project-media-slider__thumb.is-active img,
.elite-project-media-slider__thumb:hover img { opacity: 1; transform: scale(1.03); }
.elite-project-media-slider--plans .elite-project-media-slider__thumb img { object-fit: contain; background: #fff; }
.elite-managed-project-section { scroll-margin-top: 135px; }
.elite-managed-project-section .elite-section-heading { margin-bottom: 30px; }
.elite-managed-project-section .elite-section-heading h2 { font-size: clamp(2rem, 4vw, 4.2rem); }
.elite-managed-project-empty { padding: 34px; border: 1px dashed rgba(154,116,73,.35); border-radius: 14px; background: #faf6f0; text-align: center; }
.elite-managed-project-nextprev { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 28px; border-top: 1px solid rgba(40,30,20,.12); }
.elite-managed-project-nextprev a { color: #9a7449; font-weight: 700; }
@media (max-width: 800px) {
.elite-managed-project-titlebar__inner { align-items: flex-start; flex-direction: column; }
.elite-managed-project-tabs { width: 100%; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.elite-managed-project-tabs a { min-width: 0; padding-inline: 8px; }
.elite-project-media-slider__button { width: 42px; height: 42px; }
.elite-project-media-slider__button--prev { left: 10px; }
.elite-project-media-slider__button--next { right: 10px; }
.elite-project-media-slider__thumbs { grid-template-columns: repeat(4,minmax(0,1fr)); overflow-x: auto; }
}
@media (max-width: 520px) {
.elite-managed-project-tabs { grid-template-columns: 1fr; }
.elite-managed-project-hero { min-height: 390px; }
.elite-project-media-slider__viewport { border-radius: 10px; }
.elite-project-media-slider__button { width: 38px; height: 38px; }
.elite-project-media-slider__status { right: 10px; bottom: 10px; }
.elite-project-media-slider__thumbs { grid-template-columns: repeat(3,minmax(80px,1fr)); }
} .elite-managed-project-titlebar + .elite-project-summary { border-top: 0; }
.elite-managed-project-titlebar + .elite-managed-project-section,
.elite-managed-project-titlebar-spacer + .elite-project-summary,
.elite-managed-project-titlebar-spacer + .elite-managed-project-section { margin-top: 0; }
@media (max-width: 800px) {
.elite-managed-project-titlebar.is-fixed .elite-managed-project-titlebar__inner { gap: 10px; padding-top: 9px; padding-bottom: 9px; }
.elite-managed-project-titlebar.is-fixed h1 { display: none; }
.elite-managed-project-titlebar.is-fixed .elite-managed-project-tabs { width: 100%; }
}.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;
}