:root {
--zd-forest: #1F2A24;
--zd-forest-dark: #101914;
--zd-wood: #8B5E34;
--zd-gold: #C98945;
--zd-gold-hover: #A86E32;
--zd-cream: #F7F1E8;
--zd-card: #FFF9F0;
--zd-warm-white: #FFFDF8;
--zd-text: #2A2520;
--zd-muted: #6F665C;
--zd-border: rgba(42, 37, 32, 0.10);
--zd-border-strong: rgba(42, 37, 32, 0.20);
--zd-white-trans: rgba(255, 255, 255, 0.12);
--zd-glass: rgba(16, 25, 20, 0.58);
--zd-header-bg: rgba(255, 249, 240, 0.92);
--zd-shadow-sm: 0 2px 6px rgba(31, 42, 36, 0.06);
--zd-shadow-md: 0 14px 40px -18px rgba(31, 42, 36, 0.25);
--zd-shadow-lg: 0 30px 70px -30px rgba(31, 42, 36, 0.35);
--zd-shadow-card: 0 20px 50px -25px rgba(31, 42, 36, 0.22);
--zd-radius-sm: 14px;
--zd-radius-md: 22px;
--zd-radius-lg: 28px;
--zd-radius-xl: 34px;
--zd-radius-pill: 999px;
--zd-container: 1240px;
--zd-font-heading: "Playfair Display", Georgia, "Times New Roman", serif;
--zd-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
--zd-font-script: "Caveat", "Cormorant Garamond", "Playfair Display", serif;
--zd-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
} *, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }
body {
margin: 0;
background: var(--zd-cream);
color: var(--zd-text);
font-family: var(--zd-font-body);
font-size: 17px;
line-height: 1.65;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--zd-gold); text-decoration: none; transition: color .25s var(--zd-ease); }
a:hover, a:focus-visible { color: var(--zd-gold-hover); }
button { font: inherit; cursor: pointer; }
:focus-visible {
outline: 2px solid var(--zd-gold);
outline-offset: 3px;
border-radius: 6px;
}
.screen-reader-text {
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
width: 1px; height: 1px; overflow: hidden;
}
.zd-skip-link {
position: fixed; top: 8px; left: 8px;
background: var(--zd-forest); color: #fff;
padding: 10px 14px; border-radius: 8px;
transform: translateY(-150%);
z-index: 1000;
transition: transform .25s var(--zd-ease);
}
.zd-skip-link:focus { transform: translateY(0); color: #fff; } h1, h2, h3, h4, h5 {
font-family: var(--zd-font-heading);
color: var(--zd-text);
margin: 0 0 .6em;
font-weight: 600;
letter-spacing: -0.005em;
line-height: 1.15;
}
p { margin: 0 0 1em; }
.zd-eyebrow {
display: inline-block;
font-family: var(--zd-font-body);
font-size: 12.5px;
font-weight: 600;
letter-spacing: .22em;
text-transform: uppercase;
color: var(--zd-gold);
margin-bottom: 14px;
}
.zd-eyebrow--sm { font-size: 11.5px; letter-spacing: .2em; }
.zd-eyebrow--light { color: #E8D2A8; } .zd-container {
width: 100%;
max-width: var(--zd-container);
margin: 0 auto;
padding: 0 24px;
}
.zd-section {
padding: 96px 0;
background: var(--zd-cream);
position: relative;
}
.zd-section--alt { background: var(--zd-warm-white); }
.zd-section__head {
max-width: 760px;
margin: 0 auto 56px;
text-align: left;
}
.zd-section__head--inline {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 32px;
flex-wrap: wrap;
margin-bottom: 40px;
max-width: none;
}
.zd-section__head--inline .zd-eyebrow { margin: 0; }
.zd-section__title {
font-size: clamp(28px, 3.4vw, 46px);
margin: 0 0 18px;
}
.zd-section__title--sm { font-size: clamp(24px, 2.6vw, 34px); margin: 0; }
.zd-section__title--light { color: #FFF9EC; }
.zd-section__text {
color: var(--zd-muted);
font-size: 17px;
line-height: 1.75;
margin: 0 0 22px;
} .zd-header {
position: fixed;
top: 0; left: 0; right: 0;
z-index: 50;
padding: 18px 0;
transition: background .35s var(--zd-ease), box-shadow .35s var(--zd-ease), padding .35s var(--zd-ease), top .2s var(--zd-ease);
} .admin-bar .zd-header { top: 32px; }
.admin-bar .zd-mobile-menu { top: 32px; }
@media screen and (max-width: 782px) {
.admin-bar .zd-header { top: 46px; }
.admin-bar .zd-mobile-menu { top: 46px; }
}
@media screen and (max-width: 600px) { .admin-bar .zd-header { top: 0; }
.admin-bar .zd-mobile-menu { top: 0; }
}
.zd-header__inner {
display: flex;
align-items: center;
gap: 24px;
}
.zd-logo {
display: flex;
align-items: center;
gap: 12px;
color: #FFF9EC;
transition: color .35s var(--zd-ease);
}
.zd-logo:hover { color: #FFF9EC; }
.zd-logo__mark {
width: 44px; height: 44px;
display: inline-flex; align-items: center; justify-content: center;
border: 1px solid rgba(255,255,255,0.35);
box-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
border-radius: 12px;
background: rgba(255,255,255,0.06);
transition: all .35s var(--zd-ease);
}
.zd-logo__mark .zd-logo__icon { width: 26px; height: 26px; }
.zd-logo__text { display: flex; flex-direction: column; line-height: 1.1; } .zd-logo--image { gap: 0; }
.zd-logo__img-full {
display: block;
height: 48px;
width: auto;
max-width: 260px;
object-fit: contain;
filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.35));
transition: height .35s var(--zd-ease), filter .35s var(--zd-ease);
}
.zd-header.is-scrolled .zd-logo__img-full {
height: 40px;
filter: none;
}
.zd-footer .zd-logo__img-full {
height: 56px;
max-width: 280px;
}
@media (max-width: 720px) {
.zd-logo__img-full { height: 38px; max-width: 200px; }
.zd-header.is-scrolled .zd-logo__img-full { height: 34px; }
.zd-footer .zd-logo__img-full { height: 48px; }
}
.zd-logo__title {
font-family: var(--zd-font-heading);
font-size: 17px;
font-weight: 600;
letter-spacing: .14em;
text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}
.zd-logo__subtitle {
font-size: 10.5px;
letter-spacing: .26em;
opacity: .85;
text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
margin-top: 3px;
}
.zd-nav { flex: 1; display: flex; justify-content: center; }
.zd-menu {
list-style: none;
margin: 0; padding: 0;
display: flex;
gap: 6px;
align-items: center;
}
.zd-menu li { margin: 0; }
.zd-menu a {
display: inline-block;
padding: 10px 14px;
color: #FFF9EC;
text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
font-size: 14.5px;
font-weight: 500;
border-radius: var(--zd-radius-pill);
transition: color .25s var(--zd-ease), background .25s var(--zd-ease);
}
.zd-menu a:hover, .zd-menu .current-menu-item > a {
color: #FFF9EC;
background: rgba(255,255,255,0.10);
}
.zd-header__cta { margin-left: auto; }
.zd-burger { display: none; } .zd-header.is-scrolled {
background: var(--zd-header-bg);
backdrop-filter: saturate(140%) blur(14px);
-webkit-backdrop-filter: saturate(140%) blur(14px);
box-shadow: 0 1px 0 rgba(42,37,32,0.07), 0 10px 40px -25px rgba(31,42,36,0.25);
padding: 12px 0;
}
.zd-header.is-scrolled .zd-logo,
.zd-header.is-scrolled .zd-logo:hover { color: var(--zd-text); }
.zd-header.is-scrolled .zd-logo__mark {
border-color: var(--zd-border);
background: rgba(31, 42, 36, 0.04);
color: var(--zd-forest);
box-shadow: none;
}
.zd-header.is-scrolled .zd-menu a { color: var(--zd-text); }
.zd-header.is-scrolled .zd-menu a:hover { background: rgba(31,42,36,0.07); } .zd-header.is-scrolled .zd-logo__title,
.zd-header.is-scrolled .zd-logo__subtitle,
.zd-header.is-scrolled .zd-menu a {
text-shadow: none;
} .zd-mobile-menu {
position: fixed;
inset: 0;
background: var(--zd-cream);
z-index: 49;
transform: translateY(-100%);
transition: transform .45s var(--zd-ease);
display: flex;
align-items: center;
justify-content: center;
padding: 96px 24px 40px;
}
.zd-mobile-menu.is-open { transform: translateY(0); }
.zd-mobile-menu__inner { width: 100%; max-width: 480px; }
.zd-menu--mobile {
flex-direction: column;
align-items: stretch;
gap: 4px;
}
.zd-menu--mobile a {
display: block;
padding: 16px 20px;
font-family: var(--zd-font-heading);
font-size: 22px;
color: var(--zd-text);
border-bottom: 1px solid var(--zd-border);
border-radius: 0;
text-shadow: 0 1px 8px rgb(0 0 0 / 23%);
}
.zd-menu--mobile a:hover { background: transparent; color: var(--zd-gold); }
.zd-mobile-menu__cta { margin-top: 28px; } .zd-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 14px 26px;
border-radius: var(--zd-radius-pill);
font-family: var(--zd-font-body);
font-weight: 600;
font-size: 15px;
letter-spacing: 0.005em;
border: 1px solid transparent;
cursor: pointer;
transition: transform .25s var(--zd-ease), background .25s var(--zd-ease), color .25s var(--zd-ease), border-color .25s var(--zd-ease), box-shadow .25s var(--zd-ease);
will-change: transform;
white-space: nowrap;
}
.zd-btn:hover { transform: translateY(-2px); }
.zd-btn:active { transform: translateY(0); }
.zd-btn-primary {
background: var(--zd-gold);
color: #1F1408;
box-shadow: 0 10px 24px -10px rgba(201,137,69,0.55);
}
.zd-btn-primary:hover { background: var(--zd-gold-hover); color: #FFFDF8; }
.zd-btn-secondary {
background: var(--zd-forest);
color: #FFF9EC;
}
.zd-btn-secondary:hover { background: var(--zd-forest-dark); color: #FFF9EC; }
.zd-btn-light {
background: rgba(255,255,255,0.12);
color: #FFF9EC;
backdrop-filter: blur(8px);
border-color: rgba(255,255,255,0.30);
}
.zd-btn-light:hover { background: rgba(255,255,255,0.20); color: #FFF9EC; }
.zd-btn-outline {
background: transparent;
color: var(--zd-forest);
border-color: var(--zd-border-strong);
}
.zd-btn-outline:hover { background: var(--zd-forest); color: #FFF9EC; border-color: var(--zd-forest); }
.zd-btn-sm { padding: 11px 20px; font-size: 13.5px; }
.zd-btn-lg { padding: 16px 30px; font-size: 15.5px; }
.zd-btn-block { display: flex; width: 100%; } .zd-hero {
position: relative;
min-height: 92vh;
color: #FFF9EC;
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 160px 0 0;
overflow: hidden;
isolation: isolate;
}
.zd-hero__bg {
position: absolute;
inset: -8% 0 0 0;
height: 112%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
will-change: transform;
z-index: -1;
transform: translate3d(0, 0, 0);
}
.zd-hero__overlay {
position: absolute; inset: 0;
background: linear-gradient(180deg, rgba(10,16,12,0.55) 0%, rgba(10,16,12,0.18) 14%, rgba(10,16,12,0) 28%), linear-gradient(0deg, rgba(10,16,12,0.55) 0%, rgba(10,16,12,0.10) 22%, rgba(10,16,12,0) 40%);
pointer-events: none;
}
.zd-hero__inner {
position: relative;
padding-bottom: 130px;
z-index: 2;
}
.zd-hero__content { max-width: 660px; }
.zd-hero__pretitle {
font-family: var(--zd-font-script);
font-size: 26px;
color: #E8D2A8;
margin: 0 0 14px;
font-style: italic;
text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55), 0 1px 3px rgba(0, 0, 0, 0.4);
}
.zd-hero__title {
font-family: var(--zd-font-heading);
font-size: clamp(34px, 5.4vw, 72px);
line-height: 1.05;
text-shadow: 0 4px 28px rgba(0, 0, 0, 0.55), 0 2px 6px rgba(0, 0, 0, 0.45);
letter-spacing: -0.01em;
color: #FFFDF8;
margin: 0 0 24px;
text-wrap: balance;
}
.zd-hero__text {
font-size: 17px;
line-height: 1.7;
color: rgba(255, 249, 240, 0.92);
text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6), 0 1px 3px rgba(0, 0, 0, 0.5);
max-width: 540px;
margin: 0 0 30px;
}
.zd-hero__buttons { display: flex; gap: 14px; flex-wrap: wrap; } .zd-bench {
position: absolute;
left: 0; right: 0; bottom: 0;
background: var(--zd-glass);
backdrop-filter: blur(18px) saturate(140%);
-webkit-backdrop-filter: blur(18px) saturate(140%);
border-top: 1px solid rgba(255,255,255,0.14);
color: #FFF9EC;
z-index: 3;
}
.zd-bench__inner {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 18px;
padding: 22px 24px;
}
.zd-bench__item {
display: flex;
align-items: center;
gap: 12px;
min-width: 0;
padding: 6px 8px;
border-radius: 10px;
transition: background .22s var(--zd-ease), transform .22s var(--zd-ease);
}
.zd-bench__item:hover {
background: rgba(255,255,255,0.09);
transform: translateY(-2px);
}
.zd-bench__icon {
width: 42px; height: 42px;
display: inline-flex; align-items: center; justify-content: center;
background: rgba(255,255,255,0.06);
border-radius: 12px;
flex: 0 0 auto;
}
.zd-bench__text { display: flex; flex-direction: column; min-width: 0; line-height: 1.25; }
.zd-bench__text strong { font-weight: 600; font-size: 14.5px; color: #FFFDF8; }
.zd-bench__text span { font-size: 12px; color: rgba(255,249,240,0.7); }
.zd-icon { display: inline-flex; align-items: center; justify-content: center; vertical-align: middle; line-height: 0; }
.zd-icon svg { width: 100%; height: 100%; stroke-width: 1.6; }
i.zd-icon[data-lucide] { font-style: normal; }
.zd-icon--gold { color: var(--zd-gold); }
.zd-icon--xs { width: 16px; height: 16px; }
.zd-icon--social { color: #FFF9EC; }  .zd-about__grid {
display: grid;
grid-template-columns: 1.05fr 1fr;
gap: 64px;
align-items: center;
}
.zd-about__content { max-width: 520px; }
.zd-about__media { position: relative; }
.zd-about__image {
border-radius: var(--zd-radius-xl);
overflow: hidden;
aspect-ratio: 4 / 3;
box-shadow: var(--zd-shadow-md);
}
.zd-about__image img,
.zd-about__image > * {
width: 100%; height: 100%; object-fit: cover;
}
.zd-rating-card {
position: absolute;
right: -22px;
bottom: -30px;
background: var(--zd-card);
border: 1px solid var(--zd-border);
border-radius: var(--zd-radius-md);
padding: 20px 24px;
display: flex;
align-items: center;
gap: 14px;
box-shadow: var(--zd-shadow-card);
min-width: 200px;
}
.zd-rating-card__star { color: var(--zd-gold); flex: 0 0 auto; }
.zd-rating-card__value {
display: flex; align-items: baseline; gap: 4px;
font-family: var(--zd-font-heading);
color: var(--zd-text);
}
.zd-rating-card__num { font-size: 30px; font-weight: 600; line-height: 1; }
.zd-rating-card__suffix { font-size: 14px; color: var(--zd-muted); }
.zd-rating-card__text { font-size: 12.5px; color: var(--zd-muted); margin-top: 2px; } .zd-benefits__grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 22px;
} .zd-layout__grid {
display: grid;
grid-template-columns: 1fr 1.05fr;
gap: 64px;
align-items: center;
}
.zd-layout__media {
border-radius: var(--zd-radius-xl);
overflow: hidden;
aspect-ratio: 4 / 3;
box-shadow: var(--zd-shadow-md);
}
.zd-layout__media img { width: 100%; height: 100%; object-fit: cover; }
.zd-layout__floors {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
margin-top: 22px;
}
.zd-layout__floor-title {
font-family: var(--zd-font-body);
font-size: 12px;
font-weight: 700;
color: var(--zd-gold);
letter-spacing: .22em;
text-transform: uppercase;
margin: 0 0 12px;
}
.zd-layout__list { list-style: none; margin: 0; padding: 0; }
.zd-layout__list li {
display: flex;
align-items: flex-start;
gap: 10px;
padding: 7px 0;
color: var(--zd-text);
font-size: 15px;
border-bottom: 1px dashed var(--zd-border);
}
.zd-layout__list li:last-child { border-bottom: 0; } .zd-amenities__grid {
display: grid;
grid-template-columns: repeat(10, 1fr);
gap: 10px;
border-top: 1px solid var(--zd-border);
border-bottom: 1px solid var(--zd-border);
padding: 28px 0;
}
.zd-amenity {
background: transparent;
padding: 8px 6px;
border-radius: var(--zd-radius-md);
text-align: center;
transition: background .25s var(--zd-ease), transform .25s var(--zd-ease);
min-width: 0;
}
.zd-amenity:hover { background: var(--zd-card); transform: translateY(-3px); }
.zd-amenity__icon {
width: 46px; height: 46px;
display: inline-flex; align-items: center; justify-content: center;
color: var(--zd-gold);
margin-bottom: 10px;
}
.zd-amenity__icon svg { width: 30px; height: 30px; }
.zd-amenity__title { font-weight: 600; font-size: 12.5px; color: var(--zd-text); line-height: 1.2; }
.zd-amenity__subtitle { font-size: 11.5px; color: var(--zd-muted); margin-top: 2px; line-height: 1.2; } .zd-card {
background: var(--zd-card);
border: 1px solid var(--zd-border);
border-radius: var(--zd-radius-md);
padding: 28px 26px;
box-shadow: var(--zd-shadow-sm);
transition: transform .35s var(--zd-ease), box-shadow .35s var(--zd-ease), border-color .35s var(--zd-ease);
}
.zd-card:hover {
transform: translateY(-4px);
box-shadow: var(--zd-shadow-card);
border-color: rgba(42,37,32,0.16);
}
.zd-benefit__icon {
width: 58px; height: 58px;
display: inline-flex; align-items: center; justify-content: center;
border-radius: 16px;
background: rgba(201,137,69,0.12);
color: var(--zd-gold);
margin-bottom: 18px;
}
.zd-benefit__title { font-family: var(--zd-font-heading); font-size: 20px; margin: 0 0 8px; }
.zd-benefit__text { color: var(--zd-muted); font-size: 14.5px; line-height: 1.65; margin: 0; } .zd-gallery__pills {
display: flex;
gap: 10px;
flex-wrap: wrap;
justify-content: center;
margin: 0 0 36px;
}
.zd-pill {
border: 1px solid var(--zd-border-strong);
background: transparent;
color: var(--zd-text);
padding: 9px 18px;
border-radius: var(--zd-radius-pill);
font-size: 13.5px;
font-weight: 500;
transition: all .25s var(--zd-ease);
}
.zd-pill:hover { border-color: var(--zd-gold); color: var(--zd-gold); }
.zd-pill.is-active { background: var(--zd-forest); color: #FFF9EC; border-color: var(--zd-forest); }
.zd-gallery__grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-auto-rows: 220px;
gap: 14px;
}
.zd-gallery__cell {
position: relative;
display: block;
border-radius: var(--zd-radius-md);
overflow: hidden;
box-shadow: var(--zd-shadow-sm);
transition: transform .4s var(--zd-ease), box-shadow .4s var(--zd-ease);
}
.zd-gallery__cell img {
width: 100%; height: 100%; object-fit: cover;
transition: transform .8s var(--zd-ease);
}
.zd-gallery__cell:hover { transform: translateY(-3px); box-shadow: var(--zd-shadow-md); }
.zd-gallery__cell:hover img { transform: scale(1.06); }
.zd-gallery__cell.is-caption-open { transform: translateY(-3px); box-shadow: var(--zd-shadow-md); }
.zd-gallery__cell--1 { grid-column: span 2; grid-row: span 2; }
.zd-gallery__cell--2 { grid-column: span 1; grid-row: span 1; }
.zd-gallery__cell--3 { grid-column: span 1; grid-row: span 1; }
.zd-gallery__cell--4 { grid-column: span 1; grid-row: span 1; }
.zd-gallery__cell--5 { grid-column: span 1; grid-row: span 1; }
.zd-gallery__cell--6 { grid-column: span 2; grid-row: span 1; } .zd-gallery__grid--uniform {
grid-template-columns: repeat(3, 1fr);
grid-auto-rows: 240px;
}
.zd-gallery__cell--g {
grid-column: span 1;
grid-row: span 1;
}
.zd-gallery__grid--uniform .zd-gallery__cell--g img {
border-radius: var(--zd-radius-md);
}
.zd-gallery__cell.is-hidden {
display: none;
}
.zd-gallery__cell.is-visible {
animation: zdFadeIn .35s var(--zd-ease) both;
}
@keyframes zdFadeIn {
from { opacity: 0; transform: scale(0.96); }
to   { opacity: 1; transform: scale(1); }
} .zd-gallery__caption {
position: absolute;
bottom: 0; left: 0; right: 0;
padding: 28px 16px 14px;
background: linear-gradient(to top, rgba(10,15,12,.82) 0%, rgba(10,15,12,.0) 100%);
color: #fff;
font-size: 13px;
font-family: var(--zd-font-body);
line-height: 1.45;
letter-spacing: .01em;
border-radius: 0 0 var(--zd-radius-md) var(--zd-radius-md);
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);
opacity: 0;
transform: translateY(6px);
transition: opacity .3s var(--zd-ease), transform .3s var(--zd-ease);
pointer-events: none;
}
.zd-gallery__cell:hover .zd-gallery__caption,
.zd-gallery__cell.is-caption-open .zd-gallery__caption {
opacity: 1;
transform: translateY(0);
} @media (hover: none) {
.zd-gallery__caption {
position: static;
background: none;
backdrop-filter: none;
-webkit-backdrop-filter: none;
opacity: 1;
transform: none;
transition: none;
color: var(--zd-muted);
font-size: 12px;
padding: 6px 4px 2px;
pointer-events: auto;
display: block;
border-radius: 0;
line-height: 1.4;
}
.zd-gallery__cell.has-caption {
display: flex;
flex-direction: column;
height: auto;
}
.zd-gallery__cell.has-caption img {
flex: 1;
min-height: 0;
}
}
.zd-gallery__cta { text-align: center; margin-top: 34px; } .zd-lightbox {
position: fixed; inset: 0;
background: rgba(10,15,12,0.92);
display: none;
align-items: center;
justify-content: center;
z-index: 200;
padding: 24px;
}
.zd-lightbox.is-open { display: flex; }
.zd-lightbox img {
max-width: 90vw;
max-height: 86vh;
border-radius: var(--zd-radius-md);
box-shadow: 0 30px 60px rgba(0,0,0,0.5);
}
.zd-lightbox__close {
position: absolute;
top: 22px; right: 28px;
width: 44px; height: 44px;
border-radius: 50%;
background: rgba(255,255,255,0.10);
color: #fff;
border: 0;
font-size: 22px;
line-height: 1;
} .zd-vmodal {
position: fixed;
inset: 0;
z-index: 1000;
display: none;
align-items: stretch;
justify-content: center;
padding: clamp(12px, 3vw, 32px);
opacity: 0;
transition: opacity .25s var(--zd-ease);
}
.zd-vmodal.is-open { display: flex; opacity: 1; }
.zd-vmodal__backdrop {
position: absolute; inset: 0;
background: rgba(10, 15, 12, 0.88);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
cursor: zoom-out;
}
.zd-vmodal__dialog {
position: relative;
width: min(1400px, 100%);
max-width: 100%;
height: 100%;
max-height: 100%;
background: #0F1612;
border-radius: var(--zd-radius-lg);
box-shadow: 0 40px 100px rgba(0,0,0,0.6);
display: flex;
flex-direction: column;
overflow: hidden;
transform: translateY(12px) scale(0.985);
opacity: 0;
transition: transform .35s var(--zd-ease), opacity .35s var(--zd-ease);
}
.zd-vmodal.is-open .zd-vmodal__dialog { transform: none; opacity: 1; }
.zd-vmodal__header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 14px 18px;
background: linear-gradient(180deg, rgba(255,249,236,0.06), rgba(255,249,236,0));
border-bottom: 1px solid rgba(255,249,236,0.08);
flex: 0 0 auto;
}
.zd-vmodal__title {
margin: 0;
font-family: var(--zd-font-heading);
font-size: clamp(15px, 2vw, 18px);
font-weight: 600;
color: #FFF9EC;
line-height: 1.2;
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.zd-vmodal__close {
flex: 0 0 auto;
width: 42px; height: 42px;
border-radius: 50%;
background: rgba(255,249,236,0.08);
color: #FFF9EC;
border: 1px solid rgba(255,249,236,0.16);
font-size: 26px;
line-height: 1;
cursor: pointer;
display: inline-flex; align-items: center; justify-content: center;
transition: background .2s var(--zd-ease), transform .2s var(--zd-ease);
}
.zd-vmodal__close:hover { background: var(--zd-gold); color: #1F1408; transform: rotate(90deg); }
.zd-vmodal__close:focus-visible { outline: 2px solid var(--zd-gold); outline-offset: 2px; }
.zd-vmodal__body {
flex: 1 1 auto;
min-height: 0;
display: flex;
}
.zd-vmodal__frame-wrap {
flex: 1 1 auto;
position: relative;
background: #000;
}
.zd-vmodal__frame {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
display: block;
}
body.zd-vmodal-open { overflow: hidden; }
@media (max-width: 720px) {
.zd-vmodal { padding: 0; }
.zd-vmodal__dialog { border-radius: 0; }
.zd-vmodal__header { padding: 10px 14px; }
.zd-vmodal__close { width: 38px; height: 38px; font-size: 22px; }
} .zd-virtual {
position: relative;
background: var(--zd-forest);
color: #FFF9EC;
padding: 100px 0;
overflow: hidden;
}
.zd-virtual__bg {
position: absolute; inset: 0;
background:
radial-gradient(ellipse at 80% 0%, rgba(201,137,69,0.10), transparent 60%),
linear-gradient(180deg, rgba(16,25,20,0.0) 0%, rgba(16,25,20,0.45) 100%);
pointer-events: none;
}
.zd-virtual__grid {
display: grid;
grid-template-columns: .9fr 1.3fr;
gap: 56px;
align-items: center;
position: relative;
}
.zd-virtual__text { color: rgba(255,249,236,0.75); max-width: 440px; margin: 0 0 26px; }
.zd-virtual__preview {
position: relative;
border-radius: var(--zd-radius-lg);
overflow: hidden;
aspect-ratio: 16 / 10;
box-shadow: 0 40px 80px -30px rgba(0,0,0,0.6);
}
.zd-virtual__preview img { width: 100%; height: 100%; object-fit: cover; }
.zd-virtual__play {
position: absolute;
inset: 0;
margin: auto;
width: 84px; height: 84px;
border-radius: 50%;
background: var(--zd-gold);
color: #1F1408;
border: 0;
display: inline-flex; align-items: center; justify-content: center;
box-shadow: 0 18px 40px rgba(201,137,69,0.45);
transition: transform .3s var(--zd-ease), background .3s var(--zd-ease);
}
.zd-virtual__play:hover { transform: scale(1.05); background: var(--zd-gold-hover); color: #fff; } .zd-attractions__cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
gap: 16px;
margin-bottom: 32px;
}
.zd-attraction {
background: var(--zd-card);
border: 1px solid var(--zd-border);
border-radius: var(--zd-radius-md);
overflow: hidden;
display: flex;
flex-direction: column;
transition: transform .35s var(--zd-ease), box-shadow .35s var(--zd-ease);
}
.zd-attraction:hover { transform: translateY(-3px); box-shadow: var(--zd-shadow-card); }
.zd-attraction__image {
aspect-ratio: 4 / 3;
overflow: hidden;
display: block;
position: relative;
cursor: zoom-in;
border-radius: var(--zd-radius-md) var(--zd-radius-md) 0 0;
}
.zd-attraction__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--zd-ease); }
.zd-attraction:hover .zd-attraction__image img { transform: scale(1.06); }
.zd-attraction__zoom {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
background: rgba(10,15,12,.38);
opacity: 0;
transition: opacity .3s var(--zd-ease);
}
.zd-attraction__zoom .zd-icon {
color: #fff;
filter: drop-shadow(0 1px 4px rgba(0,0,0,.5));
}
.zd-attraction__image:hover .zd-attraction__zoom { opacity: 1; }
.zd-attraction__body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 6px; }
.zd-attraction__title { font-family: var(--zd-font-heading); font-size: 17px; margin: 0; }
.zd-attraction__text { font-size: 13px; color: var(--zd-muted); margin: 0; line-height: 1.5; }
.zd-attraction__distance {
display: inline-flex; align-items: center; gap: 6px;
font-size: 12.5px;
color: var(--zd-gold);
margin-top: auto;
padding-top: 8px;
font-weight: 600;
}
.zd-attractions__map { display: flex; flex-direction: column; gap: 16px; }
.zd-attractions__map .zd-btn { align-self: center; min-width: 240px; }
.zd-map {
position: relative;
border-radius: var(--zd-radius-lg);
overflow: hidden;
aspect-ratio: 16 / 7;
background: #EFE7DA;
box-shadow: var(--zd-shadow-card);
border: 1px solid var(--zd-border);
}
.zd-map img,
.zd-map__frame { width: 100%; height: 100%; object-fit: cover; border: 0; display: block; }
.zd-map__placeholder {
position: absolute; inset: 0;
display: flex; flex-direction: column; align-items: center; justify-content: center;
gap: 10px; padding: 24px; text-align: center;
color: var(--zd-muted);
background: repeating-linear-gradient(45deg, #F5EDDF 0 12px, #EFE7DA 12px 24px);
}
.zd-map__placeholder p { margin: 0; font-size: 13.5px; max-width: 320px; }
.zd-map__placeholder .zd-icon { color: var(--zd-gold); }
.zd-map__pin {
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -100%);
display: flex;
align-items: center;
gap: 8px;
background: var(--zd-card);
color: var(--zd-text);
padding: 8px 12px 8px 8px;
border-radius: var(--zd-radius-pill);
box-shadow: var(--zd-shadow-md);
font-size: 12px;
}
.zd-map__pin .zd-icon { color: var(--zd-gold); }
.zd-map__label { display: flex; flex-direction: column; line-height: 1.1; }
.zd-map__label strong { font-size: 12.5px; }
.zd-map__label small { font-size: 11px; color: var(--zd-muted); } .zd-reviews__grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 20px;
align-items: stretch;
}
.zd-reviews__grid--cols-1 { grid-template-columns: minmax(280px, 520px); justify-content: center; }
.zd-reviews__grid--cols-2 { grid-template-columns: repeat(2, minmax(240px, 1fr)); }
.zd-reviews__grid--cols-3 { grid-template-columns: repeat(3, minmax(240px, 1fr)); }
.zd-reviews__grid--cols-4 { grid-template-columns: repeat(4, minmax(220px, 1fr)); }
.zd-review {
background: var(--zd-card);
border: 1px solid var(--zd-border);
border-radius: var(--zd-radius-md);
padding: 26px;
display: flex;
flex-direction: column;
gap: 12px;
}
.zd-review__rating { display: flex; gap: 2px; }
.zd-review__quote { font-family: var(--zd-font-heading); font-size: 17px; color: var(--zd-text); line-height: 1.45; margin: 0; }
.zd-review__author { display: flex; align-items: center; gap: 10px; margin-top: auto; }
.zd-review__avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.zd-review__author strong { display: block; font-size: 13.5px; color: var(--zd-text); }
.zd-review__author span { font-size: 12px; color: var(--zd-muted); } .zd-faq .zd-section__head { max-width: 680px; }
.zd-accordion {
max-width: 820px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 10px;
}
.zd-accordion__item {
background: var(--zd-card);
border: 1px solid var(--zd-border);
border-radius: var(--zd-radius-sm);
overflow: hidden;
transition: border-color .25s var(--zd-ease), box-shadow .25s var(--zd-ease);
}
.zd-accordion__item.is-open {
border-color: rgba(42,37,32,0.16);
box-shadow: var(--zd-shadow-sm);
}
.zd-accordion__trigger {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
width: 100%;
padding: 20px 22px;
background: none;
border: none;
cursor: pointer;
text-align: left;
color: var(--zd-text);
font-family: var(--zd-font-body);
}
.zd-accordion__trigger:hover { color: var(--zd-forest); }
.zd-accordion__question {
font-size: 16px;
font-weight: 600;
line-height: 1.4;
}
.zd-accordion__icon {
flex-shrink: 0;
width: 22px; height: 22px;
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
}
.zd-accordion__icon::before,
.zd-accordion__icon::after {
content: '';
position: absolute;
width: 8px; height: 2px;
background: currentColor;
border-radius: 2px;
transition: transform .3s var(--zd-ease);
}
.zd-accordion__icon::before { transform: rotate(-45deg) translateX(3px); }
.zd-accordion__icon::after  { transform: rotate(45deg) translateX(-3px); }
.zd-accordion__item.is-open .zd-accordion__icon::before { transform: rotate(45deg) translateX(3px); }
.zd-accordion__item.is-open .zd-accordion__icon::after  { transform: rotate(-45deg) translateX(-3px); }
.zd-accordion__panel {
display: grid;
grid-template-rows: 0fr;
transition: grid-template-rows .32s var(--zd-ease);
}
.zd-accordion__item.is-open .zd-accordion__panel {
grid-template-rows: 1fr;
}
.zd-accordion__body {
overflow: hidden;
padding: 0 22px;
}
.zd-accordion__item.is-open .zd-accordion__body {
padding-bottom: 20px;
}
.zd-accordion__body p {
font-size: 15px;
color: var(--zd-muted);
line-height: 1.7;
margin: 0 0 8px;
}
.zd-accordion__body p:last-child { margin-bottom: 0; }
.zd-faq__cta {
display: flex;
justify-content: center;
margin-top: 48px;
} .zd-contact__grid {
display: grid;
grid-template-columns: 1fr 1.8fr;
gap: 40px;
align-items: start;
}
.zd-contact__info {
display: flex;
flex-direction: column;
gap: 22px;
padding-right: 16px;
}
.zd-contact__row { display: flex; flex-direction: column; gap: 4px; }
.zd-contact__row a, .zd-contact__row p {
font-size: 15px;
color: var(--zd-text);
}
.zd-contact__row a:hover { color: var(--zd-gold); }
.zd-form {
background: var(--zd-card);
border: 1px solid var(--zd-border);
border-radius: var(--zd-radius-lg);
padding: 28px;
box-shadow: var(--zd-shadow-card);
}
.zd-form__row {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 14px;
margin-bottom: 14px;
}
.zd-form__field { display: flex; flex-direction: column; gap: 6px; }
.zd-form__field--full { grid-column: 1 / -1; margin-bottom: 18px; }
.zd-form__field span {
font-size: 12px;
font-weight: 600;
color: var(--zd-muted);
letter-spacing: .04em;
}
.zd-form input,
.zd-form textarea,
.zd-form select {
width: 100%;
background: var(--zd-warm-white);
border: 1px solid var(--zd-border-strong);
border-radius: 12px;
padding: 12px 14px;
font: inherit;
color: var(--zd-text);
transition: border-color .25s var(--zd-ease), box-shadow .25s var(--zd-ease);
}
.zd-form input:focus,
.zd-form textarea:focus,
.zd-form select:focus {
outline: none;
border-color: var(--zd-gold);
box-shadow: 0 0 0 3px rgba(201,137,69,0.18);
}
.zd-form textarea { resize: vertical; min-height: 110px; }
.zd-form__actions { display: flex; justify-content: flex-end; } .zd-footer {
background: var(--zd-forest);
color: rgba(255,249,236,0.85);
padding-top: 70px;
position: relative;
overflow: hidden;
}
.zd-footer__decor {
position: absolute;
right: 0; bottom: 0;
width: 50%;
pointer-events: none;
opacity: .8;
}
.zd-footer__decor svg { width: 100%; height: auto; display: block; }
.zd-footer__inner {
display: grid;
grid-template-columns: 1.4fr 1fr 1fr 1fr;
gap: 40px;
padding-bottom: 56px;
position: relative;
}
.zd-logo--light { color: #FFF9EC; }
.zd-footer__desc {
color: rgba(255,249,236,0.65);
max-width: 320px;
margin: 18px 0 0;
font-size: 14.5px;
}
.zd-footer__heading {
color: #FFF9EC;
font-family: var(--zd-font-body);
font-size: 12.5px;
letter-spacing: .22em;
text-transform: uppercase;
margin: 0 0 16px;
}
.zd-footer__list,
.zd-menu--footer { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.zd-menu--footer { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.zd-footer__list a,
.zd-menu--footer a { color: rgba(255,249,236,0.7); font-size: 14px; padding: 4px 0; }
.zd-footer__list a:hover,
.zd-menu--footer a:hover { color: var(--zd-gold); background: transparent; }
.zd-footer__address { color: rgba(255,249,236,0.7); font-size: 14px; margin: 0 0 14px; }
.zd-footer__social { display: flex; gap: 10px; }
.zd-footer__social a {
width: 36px; height: 36px;
border-radius: 50%;
background: rgba(255,255,255,0.06);
display: inline-flex; align-items: center; justify-content: center;
color: #FFF9EC;
transition: background .25s var(--zd-ease);
}
.zd-footer__social a:hover { background: var(--zd-gold); color: #1F1408; }
.zd-footer__bottom {
border-top: 1px solid rgba(255,249,236,0.10);
padding: 22px 0;
font-size: 12.5px;
color: rgba(255,249,236,0.5);
position: relative;
}
.zd-footer__bottom p { margin: 0; } [data-zd-fade] {
opacity: 0;
transform: translateY(24px);
transition: opacity .8s var(--zd-ease) var(--zd-delay, 0ms),
transform .8s var(--zd-ease) var(--zd-delay, 0ms);
will-change: opacity, transform;
}
[data-zd-fade].is-in {
opacity: 1;
transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
* { animation: none !important; transition: none !important; }
[data-zd-fade] { opacity: 1; transform: none; }
html { scroll-behavior: auto; }
} @media (max-width: 1080px) {
.zd-menu--desktop { display: none; }
.zd-burger {
display: inline-flex;
flex-direction: column;
justify-content: center;
gap: 5px;
width: 44px; height: 44px;
background: rgba(255,255,255,0.08);
border: 1px solid rgba(255,255,255,0.18);
border-radius: 12px;
margin-left: 10px;
transition: background .25s var(--zd-ease), border-color .25s var(--zd-ease);
}
.zd-burger span {
display: block;
width: 18px; height: 2px;
background: #FFF9EC;
margin: 0 auto;
transition: transform .3s var(--zd-ease), opacity .3s var(--zd-ease);
}
.zd-header.is-scrolled .zd-burger { background: rgba(31,42,36,0.05); border-color: var(--zd-border); }
.zd-header.is-scrolled .zd-burger span { background: var(--zd-text); }
.zd-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.zd-burger.is-open span:nth-child(2) { opacity: 0; }
.zd-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.zd-header__cta { display: none; }
.zd-bench__inner { grid-template-columns: repeat(3, 1fr); }
.zd-benefits__grid { grid-template-columns: repeat(2, 1fr); }
.zd-amenities__grid { grid-template-columns: repeat(5, 1fr); }
.zd-attractions__cards { grid-template-columns: repeat(3, 1fr); }
.zd-map { aspect-ratio: 16 / 10; }
.zd-reviews__grid,
.zd-reviews__grid--cols-3,
.zd-reviews__grid--cols-4 { grid-template-columns: repeat(2, 1fr); }
.zd-virtual__grid { grid-template-columns: 1fr; gap: 36px; }
.zd-contact__grid { grid-template-columns: 1fr; } .zd-burger.is-open span { background: var(--zd-forest); } .zd-header:has(.zd-burger.is-open) .zd-logo,
.zd-header:has(.zd-burger.is-open) .zd-logo:hover { color: var(--zd-forest); }
.zd-header:has(.zd-burger.is-open) .zd-logo__img-full {
filter: sepia(1) hue-rotate(100deg) brightness(0.25);
transition: filter .35s var(--zd-ease);
}
.zd-header:has(.zd-burger.is-open) .zd-logo__mark {
border-color: var(--zd-border);
background: rgba(31,42,36,0.06);
color: var(--zd-forest);
box-shadow: none;
}
.zd-header:has(.zd-burger.is-open) .zd-logo__title,
.zd-header:has(.zd-burger.is-open) .zd-logo__subtitle {
color: var(--zd-forest);
text-shadow: none;
} .zd-menu--mobile a { border-bottom: none; }
}
@media (max-width: 860px) {
.zd-section { padding: 72px 0; }
.zd-about__grid,
.zd-layout__grid { grid-template-columns: 1fr; gap: 40px; }
.zd-layout__media,
.zd-about__image { aspect-ratio: 16/11; }
.zd-rating-card { right: 16px; bottom: -22px; padding: 14px 16px; min-width: 0; }
.zd-bench { position: relative; left: auto; right: auto; bottom: auto; width: 100%; }
.zd-hero { min-height: 85vh; padding-top: 130px; }
.zd-hero__inner { padding-bottom: 28px; min-width: 0; }
.zd-form__row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
body { font-size: 16px; }
.zd-section { padding: 56px 0; }
.zd-container { padding: 0 18px; } .zd-hero {
display: block;
padding: 0;
min-height: 85vh;
min-height: 85svh;
overflow: hidden;
position: relative;
width: 100%;
}
.zd-hero__bg { background-position: center 40%; background-size: cover; }
.zd-hero__inner {
position: relative;
z-index: 2; padding: 120px 18px 64px;
width: 100%;
max-width: 100%;
box-sizing: border-box;
min-width: 0;
}
.zd-hero__content { width: 100%; max-width: 100%; min-width: 0; }
.zd-hero__pretitle { font-size: 20px; margin-bottom: 10px; }
.zd-hero__title {
font-size: clamp(26px, 7.5vw, 36px);
margin-bottom: 14px;
word-break: break-word;
}
.zd-hero__text {
font-size: 15px;
margin-bottom: 22px;
max-width: 100%;
overflow-wrap: break-word;
}
.zd-hero__buttons { flex-direction: column; gap: 10px; width: 100%; }
.zd-hero__buttons .zd-btn {
display: block;
width: 100%;
padding: 15px 22px;
font-size: 15px;
white-space: normal;
text-align: center;
box-sizing: border-box;
} .zd-bench { display: block; }
.zd-bench__inner {
grid-template-columns: repeat(2, 1fr);
gap: 6px;
padding: 14px 0;
}
.zd-bench__item { gap: 8px; padding: 6px 6px; }
.zd-bench__icon { width: 34px; height: 34px; border-radius: 9px; }
.zd-bench__text strong { font-size: 12.5px; }
.zd-bench__text span { font-size: 11px; }
.zd-benefits__grid { grid-template-columns: 1fr; }
.zd-layout__floors { grid-template-columns: 1fr; gap: 24px; }
.zd-amenities__grid { grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 22px 0; }
.zd-amenity__icon svg { width: 26px; height: 26px; }
.zd-gallery__grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
.zd-gallery__cell--1, .zd-gallery__cell--6 { grid-column: span 2; grid-row: span 1; }
.zd-gallery__grid--uniform { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; }
.zd-gallery__cell--g { grid-column: span 1; grid-row: span 1; }
.zd-attractions__cards { grid-template-columns: 1fr; }
.zd-reviews__grid,
.zd-reviews__grid--cols-2,
.zd-reviews__grid--cols-3,
.zd-reviews__grid--cols-4 { grid-template-columns: 1fr; }
.zd-map { aspect-ratio: 4 / 3; }
.zd-form { padding: 20px; }
.zd-form__row { grid-template-columns: 1fr; }
.zd-form__actions .zd-btn { width: 100%; }
.zd-footer__inner { grid-template-columns: 1fr; gap: 30px; }
.zd-logo__title { font-size: 15px; }
.zd-logo__subtitle { font-size: 9.5px; }
}