:root {
--da-primary: #932827;
--da-primary-dark: #6f1e1d;
--da-taupe: #ae9b8b;
--da-light: #f5f2ee;
--da-text: #3a2f2b;
--da-text-muted: #7a6f68;
--da-white: #ffffff;
--da-font-display: "Cinzel", Georgia, serif;
--da-font-body: "Cormorant Garamond", Georgia, serif;
--da-header-height: 96px;
--bs-primary: var(--da-primary);
--bs-primary-rgb: 147, 40, 39;
--bs-body-font-family: var(--da-font-body);
--bs-body-color: var(--da-text);
--bs-body-bg: var(--da-light);
--bs-link-color: var(--da-primary);
--bs-link-hover-color: var(--da-primary-dark);
} *,
*::before,
*::after {
box-sizing: border-box;
}
html {
scrollbar-gutter: stable;
}
body {
font-family: var(--da-font-body);
font-size: 1.125rem;
background-color: var(--da-light);
color: var(--da-text);
line-height: 1.65;
} html {
overflow-x: clip;
}
body {
overflow-x: clip;
}
h1, h2, h3, h4, h5, h6,
.da-section-title,
.da-hero__title,
.da-values__title,
.da-cta-booking__title {
font-family: var(--da-font-display);
font-weight: 500;
color: var(--da-text);
}
a {
transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
img {
max-width: 100%;
height: auto;
display: block;
}
.skip-link {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
padding: 0.75rem 1.25rem;
background: var(--da-primary);
color: var(--da-white);
}
.skip-link:focus {
position: fixed;
} .da-form-notice {
display: none;
margin-bottom: 1.5rem;
padding: 1rem 1.25rem 1rem 1.5rem;
font-family: var(--da-font-body);
font-size: 1rem;
line-height: 1.55;
color: var(--da-text);
background: var(--da-white);
border: 1px solid rgba(174, 155, 139, 0.45);
border-left: 3px solid var(--da-taupe);
}
.da-form-notice.is-visible,
.da-form-notice:not([hidden]) {
display: block;
}
.da-form-notice--success {
border-left-color: var(--da-primary);
background: rgba(245, 242, 238, 0.95);
}
.da-form-notice--error {
border-left-color: var(--da-primary-dark);
background: rgba(147, 40, 39, 0.06);
}
.da-form-notice__text {
margin: 0;
}
.btn-da.is-loading {
opacity: 0.72;
pointer-events: none;
} .btn-da {
--bs-btn-color: var(--da-white);
--bs-btn-bg: var(--da-primary);
--bs-btn-border-color: var(--da-primary);
--bs-btn-hover-color: var(--da-white);
--bs-btn-hover-bg: var(--da-primary-dark);
--bs-btn-hover-border-color: var(--da-primary-dark);
--bs-btn-focus-shadow-rgb: 147, 40, 39;
font-family: var(--da-font-display);
font-size: 0.72rem;
font-weight: 500;
letter-spacing: 0.18em;
text-transform: uppercase;
border-radius: 0;
padding: 0.85rem 1.75rem;
}
.btn-outline-da {
--bs-btn-color: var(--da-primary);
--bs-btn-border-color: var(--da-primary);
--bs-btn-hover-color: var(--da-white);
--bs-btn-hover-bg: var(--da-primary);
--bs-btn-hover-border-color: var(--da-primary);
font-family: var(--da-font-display);
font-size: 0.72rem;
letter-spacing: 0.16em;
text-transform: uppercase;
border-radius: 0;
padding: 0.8rem 1.6rem;
background: transparent;
}
.btn-outline-light {
font-family: var(--da-font-display);
font-size: 0.72rem;
letter-spacing: 0.16em;
text-transform: uppercase;
border-radius: 0;
padding: 0.8rem 1.6rem;
}
.text-da,
.da-highlight {
color: var(--da-primary) !important;
} .da-section {
padding: 5.5rem 0;
position: relative;
}
.da-section--light {
background: var(--da-light);
}
.da-eyebrow {
font-family: var(--da-font-display);
font-size: 0.68rem;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(--da-primary);
margin-bottom: 1.25rem;
display: flex;
align-items: center;
gap: 0.85rem;
}
.da-eyebrow::before {
content: "";
display: block;
width: 42px;
height: 1px;
background: var(--da-primary);
}
.da-section-title {
font-size: clamp(1.8rem, 3vw, 2.5rem);
line-height: 1.25;
margin-bottom: 1.5rem;
font-weight: 500;
}
.da-section-text {
font-size: 1.15rem;
color: var(--da-text-muted);
}
.da-section-text p:last-child {
margin-bottom: 0;
} .site-header {
z-index: 1030;
width: 100%;
padding: 0; transition:
background-color 0.4s ease,
background 0.4s ease,
box-shadow 0.4s ease,
border-color 0.4s ease;
}
.site-header.navbar {
--bs-navbar-padding-y: 0;
border: 0;
}
.site-header .container {
display: flex;
flex-wrap: wrap;
align-items: center;
min-height: var(--da-header-height);
}
.site-header .navbar-brand,
.site-header__brand {
flex: 0 0 auto;
display: flex;
align-items: center;
padding: 0;
margin-right: 1rem;
max-width: 220px;
z-index: 2;
}
.site-header__nav.offcanvas {
align-items: center;
}
@media (min-width: 1200px) {
.site-header__nav.offcanvas {
position: static;
z-index: auto;
display: flex !important;
flex-grow: 1;
width: auto !important;
max-width: none;
height: auto !important;
transform: none !important;
visibility: visible !important;
background: transparent !important;
border: 0;
box-shadow: none;
transition: none;
}
.site-header__drawer-header,
.site-header__drawer-top,
.site-header__drawer-close {
display: none !important;
}
.site-header__drawer-body {
display: flex;
flex-grow: 1;
align-items: center;
padding: 0;
overflow: visible;
}
.site-header__menu {
flex: 1 1 auto;
justify-content: center;
}
.site-header__cta {
margin-left: 1rem;
}
}
@media (max-width: 1199.98px) {
.site-header .site-header__bar.container {
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
gap: 0.75rem;
padding-left: 1.15rem;
padding-right: 1.15rem;
}
.site-header__brand {
flex: 0 1 auto;
flex-shrink: 0;
min-width: 0;
max-width: 150px;
margin-right: 0;
}
.site-header__brand .site-header__logo {
display: block;
min-width: 110px;
max-height: 56px;
max-width: 150px;
width: auto;
height: auto;
}
.site-header.is-scrolled .site-header__brand .site-header__logo {
max-height: 56px;
}
.site-header--home,
.site-header--home.is-scrolled {
left: 0;
right: 0;
width: 100%;
max-width: 100%;
}
.site-header--inner,
.site-header--home.is-scrolled {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
max-width: 100%;
padding-top: env(safe-area-inset-top, 0px); }
.site-header--home.is-scrolled.is-scrolled-enter {
animation: none;
}
.site-header .site-header__bar.container,
.site-header.is-scrolled .site-header__bar.container {
min-height: var(--da-header-height);
padding-top: 0.65rem;
padding-bottom: 0.65rem;
padding-left: 1.15rem;
padding-right: 1.15rem;
box-sizing: border-box;
}
.site-header__brand .da-logo-link {
display: block;
flex-shrink: 0;
max-width: 100%;
}
.site-header--home:not(.is-scrolled) .site-header__brand .site-header__logo {
filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.55));
}
.site-header__toggler {
flex-shrink: 0;
margin-left: 0;
margin-right: 0;
}
.site-header__toggler[aria-expanded="true"] {
visibility: hidden;
pointer-events: none;
}
.site-header__nav.offcanvas {
display: flex;
flex-direction: column;
width: min(88vw, 420px);
height: 100%;
max-height: 100dvh;
--bs-offcanvas-bg: var(--da-primary);
background-color: var(--da-primary) !important;
background: var(--da-primary) !important;
border-left: 1px solid rgba(255, 255, 255, 0.12);
box-shadow: -12px 0 40px rgba(0, 0, 0, 0.28);
z-index: 1045;
}
.site-header__nav.offcanvas.show,
.site-header__nav.offcanvas.showing {
background-color: var(--da-primary) !important;
background: var(--da-primary) !important;
}
.site-header__drawer-close {
position: absolute;
top: 1.15rem;
right: 1.15rem;
z-index: 3;
display: flex;
align-items: center;
justify-content: center;
width: 2.35rem;
height: 2.35rem;
margin: 0;
padding: 0;
border: 1px solid rgba(255, 255, 255, 0.4);
border-radius: 0;
background: transparent;
color: var(--da-white);
opacity: 1;
transition: background-color 0.2s ease, border-color 0.2s ease;
}
.site-header__drawer-close span {
display: block;
font-size: 1.45rem;
font-weight: 300;
line-height: 1;
transform: translateY(-0.06em);
}
.site-header__drawer-close:hover,
.site-header__drawer-close:focus {
background: rgba(255, 255, 255, 0.12);
border-color: var(--da-white);
color: var(--da-white);
box-shadow: none;
}
.site-header__drawer-top {
flex-shrink: 0;
padding: 2.35rem 2rem 1.5rem;
text-align: center;
}
.site-header__drawer-top .site-header__drawer-logo,
.site-header__drawer-top .site-header__logo {
display: block;
max-height: none;
max-width: min(70%, 220px);
width: 100%;
height: auto;
margin: 0 auto;
}
.site-header__drawer-body {
display: flex;
flex: 1 1 auto;
flex-direction: column;
padding: 1.5rem 1.75rem 2rem;
overflow-y: auto;
}
.site-header__menu {
flex: 1 1 auto;
flex-direction: column;
align-items: center;
margin-bottom: 1.75rem;
gap: 0;
}
.site-header__menu .nav-item {
width: 100%;
text-align: center;
}
.site-header .nav-link {
font-size: clamp(2.3rem, 9vw, 2.7rem);
letter-spacing: 0.14em;
text-align: center;
padding: 1.2rem 0 !important;
}
.site-header .nav-link::after,
.site-header .nav-link:hover::after,
.site-header .nav-link:focus::after,
.site-header .nav-link.active::after {
display: none;
}
.site-header__cta {
flex-shrink: 0;
width: 100%;
margin-top: auto;
padding-top: 0.75rem;
}
.site-header__booking {
width: 100%;
padding: 1rem 1.25rem;
font-size: 0.72rem;
letter-spacing: 0.18em;
}
} .site-header--home:not(.is-scrolled) .site-header__booking {
--bs-btn-color: var(--da-white);
--bs-btn-bg: var(--da-primary);
--bs-btn-border-color: var(--da-primary);
--bs-btn-hover-color: var(--da-white);
--bs-btn-hover-bg: var(--da-primary-dark);
--bs-btn-hover-border-color: var(--da-primary-dark);
}
.site-header--home.is-scrolled .site-header__booking,
.site-header--inner .site-header__booking,
.site-header__nav.show .site-header__booking {
--bs-btn-color: var(--da-white);
--bs-btn-bg: transparent;
--bs-btn-border-color: var(--da-white);
--bs-btn-hover-color: var(--da-primary);
--bs-btn-hover-bg: var(--da-white);
--bs-btn-hover-border-color: var(--da-white);
}
.site-header__toggler {
border: 0;
padding: 0.5rem;
margin-left: auto;
display: inline-flex;
flex-direction: column;
justify-content: center;
gap: 5px;
width: 2.5rem;
height: 2.5rem;
background: transparent;
}
.site-header__toggler:focus {
box-shadow: none;
}
.site-header__toggler-bar {
display: block;
width: 1.35rem;
height: 2px;
background: var(--da-white);
transition: transform 0.25s ease, opacity 0.25s ease;
}
.site-header__toggler[aria-expanded="true"] .site-header__toggler-bar:nth-child(1) {
transform: translateY(7px) rotate(45deg);
}
.site-header__toggler[aria-expanded="true"] .site-header__toggler-bar:nth-child(2) {
opacity: 0;
}
.site-header__toggler[aria-expanded="true"] .site-header__toggler-bar:nth-child(3) {
transform: translateY(-7px) rotate(-45deg);
}
.site-header--home {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
background: transparent;
border: 0;
box-shadow: none;
}
.site-header--home:not(.is-scrolled) {
background: transparent !important;
border: 0 !important;
border-bottom: 0 !important;
box-shadow: none !important;
outline: none;
--bs-navbar-border-color: transparent;
}
.site-header--home.is-scrolled {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
max-width: 100%;
background: var(--da-primary);
border-bottom: 0;
box-shadow:
0 8px 24px rgba(0, 0, 0, 0.2),
inset 0 -1px 0 rgba(255, 255, 255, 0.12);
}
.site-header--home.is-scrolled.is-scrolled-enter {
animation: da-header-slide-in 0.45s cubic-bezier(0.22, 1, 0.36, 1);
} .site-header--inner {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
max-width: 100%;
background: var(--da-primary);
border: 0 !important;
border-bottom: 0 !important;
box-shadow: none !important;
outline: none;
--bs-navbar-border-color: transparent;
}
.site-header--inner.is-scrolled {
box-shadow: none !important;
} body:not(.da-front-page) .site-main {
padding-top: calc(var(--da-header-height) + env(safe-area-inset-top, 0px));
} body:not(.da-front-page) .site-main article > .da-contact-hero:first-child,
body:not(.da-front-page) .site-main article > .da-split-hero:first-child,
body:not(.da-front-page) .site-main article > .da-booking-hero:first-child,
body:not(.da-front-page) .site-main article > .da-gallery-hero:first-child,
body:not(.da-front-page) .site-main article > .da-apt-hero:first-child {
margin-top: calc(-1 * (var(--da-header-height) + env(safe-area-inset-top, 0px)));
padding-top: calc(var(--da-header-height) + env(safe-area-inset-top, 0px));
}
@media (max-width: 1199.98px) {
:root {
--da-header-height: 5.15rem;
}
}
@keyframes da-header-slide-in {
from {
transform: translate3d(0, -100%, 0);
opacity: 0.6;
}
to {
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@media (prefers-reduced-motion: reduce) {
.site-header,
.site-header .container,
.site-header__logo {
transition: none;
}
.site-header--home.is-scrolled.is-scrolled-enter {
animation: none;
}
}
.da-logo-link {
display: inline-block;
line-height: 0;
background: transparent;
}
.site-header__logo,
.da-hero__logo-symbol,
.site-footer__logo,
.da-cta-booking__logo {
display: block;
max-width: 100%;
height: auto;
background: transparent;
object-fit: contain;
}
.site-header__logo {
max-height: 72px;
max-width: 200px;
width: auto;
min-width: 120px;
}
.site-header--inner .site-header__logo {
max-height: 64px;
max-width: 160px;
}
.site-header__logo-text {
color: var(--da-white);
text-decoration: none;
line-height: 1.1;
}
.site-header__logo-dimora {
display: block;
font-family: var(--da-font-display);
font-size: 0.55rem;
letter-spacing: 0.35em;
text-transform: uppercase;
}
.site-header__logo-arberia {
display: block;
font-family: var(--da-font-display);
font-size: 1.1rem;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.site-header__menu {
display: flex;
align-items: center;
gap: 0.25rem;
}
.site-header .nav-link {
position: relative;
font-family: var(--da-font-display);
font-size: 0.62rem;
font-weight: 500;
letter-spacing: 0.16em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.92) !important;
padding: 0.5rem 0.85rem !important;
text-decoration: none !important;
transition: color 0.2s ease;
}
.site-header .nav-link::after {
content: "";
position: absolute;
left: 0.85rem;
bottom: 0.2rem;
width: 0;
height: 1px;
background: currentColor;
transition: width 0.25s ease;
}
.site-header .nav-link:hover,
.site-header .nav-link:focus,
.site-header .nav-link.active {
color: var(--da-white) !important;
text-decoration: none !important;
}
.site-header .nav-link:hover::after,
.site-header .nav-link:focus::after,
.site-header .nav-link.active::after {
width: calc(100% - 1.7rem);
}
.site-header .nav-link.active {
opacity: 1;
}
.site-header__booking {
padding: 0.7rem 1.2rem;
font-size: 0.62rem;
border-width: 1px;
}
.da-values__icon-img {
width: 52px;
height: 52px;
object-fit: contain;
}
.site-footer__social-link svg {
width: 18px;
height: 18px;
display: block;
}
.site-footer__social-link svg path {
fill: currentColor;
}
.site-footer__social-link svg circle,
.site-footer__social-link svg rect {
stroke: currentColor;
} .da-hero {
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background-color: #2a201d;
padding: 8rem 0 5rem;
overflow: hidden;
}
.da-hero__media {
position: absolute;
inset: 0;
z-index: 0;
}
.da-hero__slide {
position: absolute;
inset: 0;
background-color: #2a201d;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
opacity: 0;
transition: opacity 1.4s ease-in-out;
will-change: opacity;
}
.da-hero__slide.is-active {
opacity: 1;
}
.da-hero__overlay {
position: absolute;
inset: 0;
z-index: 1;
background: linear-gradient(180deg, rgba(20, 12, 10, 0.35) 0%, rgba(20, 12, 10, 0.55) 100%);
}
@media (prefers-reduced-motion: reduce) {
.da-hero__slide {
transition: none;
}
}
.da-hero__content {
position: relative;
z-index: 2;
}
.da-hero__brand {
margin-bottom: 3rem;
}
.da-hero__logo-wrap {
margin: 0 auto 1.5rem;
max-width: min(320px, 80vw);
}
.da-hero__logo-symbol {
width: 100%;
max-width: 280px;
margin: 0 auto;
}
.da-hero__logo-symbol--fallback {
width: 72px;
height: 72px;
margin: 0 auto 1.5rem;
border: 2px solid rgba(255, 255, 255, 0.85);
transform: rotate(45deg);
position: relative;
}
.da-hero__logo-symbol--fallback::before {
content: "";
position: absolute;
inset: 14px;
border: 1px solid rgba(255, 255, 255, 0.7);
}
.da-hero__eyebrow {
font-family: var(--da-font-display);
font-size: 0.72rem;
letter-spacing: 0.42em;
text-transform: uppercase;
margin-bottom: 0.35rem;
opacity: 0.9;
}
.da-hero__title {
font-family: var(--da-font-display);
font-size: clamp(2.8rem, 7vw, 4.8rem);
font-weight: 500;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--da-white);
margin-bottom: 0.75rem;
line-height: 1.05;
}
.da-hero__subtitle {
font-family: var(--da-font-display);
font-size: 0.72rem;
letter-spacing: 0.28em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.88);
margin-bottom: 0;
}
.da-hero__cta {
min-width: 220px;
} .da-welcome__collage {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.da-welcome__collage-row {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.75rem;
}
.da-welcome__collage-item {
overflow: hidden;
}
.da-welcome__collage-item img,
.da-welcome__collage-item .da-image-placeholder {
display: block;
width: 100%;
object-fit: cover;
}
.da-welcome__collage-item--top img,
.da-welcome__collage-item--top .da-image-placeholder {
aspect-ratio: 3 / 4;
}
.da-welcome__collage-item--wide img,
.da-welcome__collage-item--wide .da-image-placeholder {
aspect-ratio: 16 / 9;
}
.da-welcome__collage-item .da-image-placeholder {
min-height: 100%;
background: linear-gradient(135deg, rgba(174, 155, 139, 0.35), rgba(147, 40, 39, 0.2));
} .da-values {
background: var(--da-taupe);
color: var(--da-white);
}
.da-values__item {
padding: 3rem 2rem;
text-align: center;
height: 100%;
border-right: 1px solid rgba(255, 255, 255, 0.22);
}
.da-values .col-lg-3:last-child .da-values__item,
.da-values .col-6:nth-child(2n) .da-values__item {
border-right: none;
}
@media (min-width: 992px) {
.da-values .col-lg-3:last-child .da-values__item {
border-right: none;
}
.da-values .col-6:nth-child(2n) .da-values__item {
border-right: 1px solid rgba(255, 255, 255, 0.22);
}
}
.da-values__icon {
width: 52px;
height: 52px;
margin: 0 auto 1.25rem;
color: var(--da-white);
}
.da-values__icon svg {
width: 100%;
height: 100%;
}
.da-values__title {
font-family: var(--da-font-display);
font-size: 0.82rem;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--da-white);
margin-bottom: 1rem;
}
.da-values__text {
font-size: 1rem;
line-height: 1.55;
color: rgba(255, 255, 255, 0.9);
margin: 0;
} @media (min-width: 992px) {
.da-rooms > .container > .row {
align-items: center;
}
}
.da-room-card__image {
width: 100%;
aspect-ratio: 3 / 4;
object-fit: cover;
margin-bottom: 1rem;
}
.da-image-placeholder {
width: 100%;
aspect-ratio: 4 / 3;
background: linear-gradient(135deg, var(--da-taupe) 0%, #c4b5a8 100%);
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.da-image-placeholder::after {
content: "";
width: 48px;
height: 48px;
border: 2px solid rgba(255, 255, 255, 0.7);
transform: rotate(45deg);
}
.da-welcome__collage-item .da-image-placeholder {
aspect-ratio: 3 / 4;
}
.da-room-card .da-image-placeholder {
aspect-ratio: 3 / 4;
margin-bottom: 1rem;
}
.da-room-card__title {
font-family: var(--da-font-display);
font-size: 1rem;
letter-spacing: 0.08em;
margin-bottom: 0.5rem;
}
.da-room-card__title a {
color: var(--da-text);
text-decoration: none;
}
.da-room-card__link {
font-family: var(--da-font-display);
font-size: 0.68rem;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--da-primary);
text-decoration: none;
} .da-cta-booking {
position: relative;
background: var(--da-primary);
padding: 4.5rem 0;
}
.da-cta-booking .container {
position: relative;
z-index: 1;
}
.da-cta-booking .da-eyebrow {
color: rgba(255, 255, 255, 0.85);
}
.da-cta-booking .da-eyebrow::before {
background: rgba(255, 255, 255, 0.65);
}
@media (max-width: 991.98px) {
.da-cta-booking .da-eyebrow {
display: none;
}
}
.da-cta-booking__logo-wrap {
max-width: 80px;
}
.da-cta-booking__logo {
width: 72px;
opacity: 0.9;
}
.da-cta-booking__logo--fallback {
width: 64px;
height: 64px;
border: 2px solid rgba(255, 255, 255, 0.5);
transform: rotate(45deg);
}
.da-cta-booking__title {
font-size: clamp(1.6rem, 3vw, 2.2rem);
color: var(--da-white);
margin-bottom: 0.75rem;
}
.da-cta-booking__text {
color: rgba(255, 255, 255, 0.88);
font-size: 1.1rem;
margin: 0;
}
.da-cta-booking__btn {
position: relative;
z-index: 2;
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 220px;
border-color: var(--da-white);
color: var(--da-white);
pointer-events: auto;
}
.da-cta-booking__btn:hover,
.da-cta-booking__btn:focus {
background: var(--da-white);
color: var(--da-primary);
border-color: var(--da-white);
} .site-footer {
background: var(--da-light);
color: var(--da-text);
}
.site-footer__main {
padding: 4.5rem 0 3rem;
}
.site-footer__brand-col {
text-align: center;
}
.site-footer__brand-wrap {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
}
.site-footer__brand-wrap .da-logo-link {
display: block;
width: 100%;
}
.site-footer__logo {
display: block;
width: 40%;
max-width: 100%;
height: auto;
margin: 0 auto;
opacity: 1;
visibility: visible;
object-fit: contain;
}
.da-logo-link .site-footer__logo {
display: block;
margin: 0 auto;
}
.site-footer__brand-wrap .site-footer__copyright {
text-align: center;
max-width: 18rem;
}
.site-footer__logo-text {
display: inline-block;
font-family: var(--da-font-display);
font-size: 1.35rem;
letter-spacing: 0.08em;
color: var(--da-primary);
text-decoration: none;
}
.site-footer__copyright,
.site-footer__contacts,
.site-footer__menu a {
font-size: 1rem;
color: var(--da-text-muted);
}
.site-footer__heading {
font-family: var(--da-font-display);
font-size: 0.72rem;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--da-primary);
margin-bottom: 1.25rem;
}
.site-footer__menu li {
margin-bottom: 0.55rem;
}
.site-footer__menu a,
.site-footer__contacts a {
color: var(--da-text-muted);
text-decoration: none;
}
.site-footer__menu a:hover,
.site-footer__contacts a:hover {
color: var(--da-primary);
}
.site-footer__contacts li {
display: flex;
align-items: flex-start;
gap: 0.75rem;
margin-bottom: 0.85rem;
}
.site-footer__icon {
flex-shrink: 0;
display: inline-flex;
align-items: center;
justify-content: center;
width: 1.25rem;
height: 1.25rem;
margin-top: 0.2rem;
color: var(--da-primary);
}
.site-footer__icon svg {
width: 100%;
height: 100%;
display: block;
fill: currentColor;
}
.site-footer__social {
display: flex;
gap: 0.85rem;
}
.site-footer__social-link {
display: inline-flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
border: 1px solid var(--da-taupe);
border-radius: 50%;
color: var(--da-primary);
text-decoration: none;
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.site-footer__social-link svg {
width: 1.2rem;
height: 1.2rem;
display: block;
fill: currentColor;
}
.site-footer__social-link:hover {
background: var(--da-primary);
border-color: var(--da-primary);
color: var(--da-white);
}
.site-footer__bottom {
border-top: 1px solid rgba(174, 155, 139, 0.35);
padding: 1.25rem 0 1.75rem;
}
.site-footer__legal,
.site-footer__credits {
font-size: 0.95rem;
color: var(--da-text-muted);
}
.site-footer__legal a,
.site-footer__credits a {
color: var(--da-text-muted);
text-decoration: none;
}
.site-footer__legal a:hover,
.site-footer__credits a:hover {
color: var(--da-primary);
}
.site-footer__sep {
margin: 0 0.65rem;
color: var(--da-taupe);
}
@media (max-width: 991.98px) {
.site-footer__main {
padding: 3.25rem 0 2.25rem;
}
.site-footer__logo {
width: min(52%, 11.5rem);
}
.site-footer__brand-wrap .site-footer__copyright {
max-width: 22rem;
margin-inline: auto;
line-height: 1.5;
}
.site-footer__heading {
margin-bottom: 0.9rem;
}
.site-footer__social {
justify-content: flex-start;
}
}
@media (max-width: 575.98px) {
.site-footer__main {
padding: 2.75rem 0 2rem;
}
.site-footer__grid > [class*="col-"] {
text-align: center;
}
.site-footer__brand-wrap {
border-bottom: 1px solid rgba(174, 155, 139, 0.28);
padding-bottom: 1.5rem;
margin-bottom: 0.5rem;
}
.site-footer__logo {
width: min(58%, 10.5rem);
}
.site-footer__menu {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.15rem;
margin-bottom: 0;
}
.site-footer__menu li {
margin-bottom: 0;
}
.site-footer__menu a {
display: inline-block;
padding: 0.35rem 0;
font-size: 1.05rem;
}
.site-footer__contacts {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
margin: 0 auto;
max-width: 20rem;
}
.site-footer__contacts li {
justify-content: center;
margin-bottom: 0.7rem;
width: 100%;
}
.site-footer__contacts li:last-child {
margin-bottom: 0;
}
.site-footer__social-col .site-footer__heading {
margin-bottom: 1rem;
}
.site-footer__social {
justify-content: center;
}
.site-footer__bottom {
padding: 1.15rem 0 1.5rem;
text-align: center;
}
.site-footer__legal,
.site-footer__credits {
text-align: center;
font-size: 0.88rem;
line-height: 1.45;
}
.site-footer__legal {
margin-top: 0;
}
.site-footer__sep {
margin: 0 0.45rem;
}
}
@media (max-width: 575.98px) {
.da-contact-hero__content,
.da-split-hero__content {
padding-top: 0.35rem;
}
.da-contact-hero .da-eyebrow,
.da-split-hero .da-eyebrow {
margin-bottom: 0.75rem;
}
}
@media (max-width: 767.98px) {
.da-section {
padding: 4rem 0;
}
.da-values__item {
padding: 2rem 1.25rem;
}
} .da-contact-page .da-section {
padding: 5rem 0;
}
.da-contact-page .da-contact-hero.da-section {
padding: 0;
}
.da-contact-hero {
position: relative;
overflow: hidden;
}
.da-contact-hero__inner {
position: relative;
z-index: 2;
}
.da-contact-hero__content {
min-height: 300px;
display: flex;
flex-direction: column;
justify-content: center;
padding: 3rem 0 3.5rem;
}
.da-contact-hero__text {
max-width: 34rem;
}
.da-contact-hero__media {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 50vw;
overflow: hidden;
z-index: 1;
}
.da-contact-hero__image,
.da-contact-hero__media .da-image-placeholder {
display: block;
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.da-contact-hero__media .da-image-placeholder {
background: linear-gradient(135deg, rgba(174, 155, 139, 0.35), rgba(147, 40, 39, 0.18));
}
.da-contact-hero__media::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 28%;
z-index: 1;
background: linear-gradient(90deg, var(--da-light) 0%, transparent 100%);
pointer-events: none;
}
.da-contact-main {
background: var(--da-white);
}
.da-contact__heading {
font-family: var(--da-font-display);
font-size: clamp(1.6rem, 3vw, 2.2rem);
font-weight: 500;
line-height: 1.25;
letter-spacing: 0.02em;
text-transform: none;
color: var(--da-primary);
margin-bottom: 2rem;
padding-top: 0.85rem;
position: relative;
}
.da-contact__heading::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 42px;
height: 1px;
background: var(--da-primary);
}
.da-contact-list {
display: flex;
flex-direction: column;
gap: 1.5rem;
margin-bottom: 2.5rem;
}
.da-contact-list__item {
display: flex;
align-items: flex-start;
gap: 1rem;
}
.da-contact-list__icon {
flex-shrink: 0;
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.35rem;
height: 2.35rem;
border-radius: 50%;
background: var(--da-primary);
color: var(--da-white);
}
.da-contact-list__icon svg {
width: 0.95rem;
height: 0.95rem;
}
.da-contact-list__label {
display: block;
font-family: var(--da-font-display);
font-size: 0.68rem;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--da-text);
margin-bottom: 0.35rem;
}
.da-contact-list__value {
color: var(--da-text-muted);
font-size: 1.05rem;
line-height: 1.55;
}
.da-contact-list__value a {
color: var(--da-text-muted);
text-decoration: none;
transition: color 0.2s ease;
}
.da-contact-list__value a:hover {
color: var(--da-primary);
}
.da-contact-social__title {
font-family: var(--da-font-display);
font-size: 0.68rem;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--da-text);
margin-bottom: 1rem;
}
.da-contact-social__links {
display: flex;
gap: 0.75rem;
}
.da-contact-social__link {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.35rem;
height: 2.35rem;
border: 1px solid rgba(147, 40, 39, 0.35);
border-radius: 50%;
color: var(--da-primary);
text-decoration: none;
transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.da-contact-social__link:hover {
background: var(--da-primary);
border-color: var(--da-primary);
color: var(--da-white);
}
.da-contact-social__link svg {
width: 0.95rem;
height: 0.95rem;
}
.da-contact-form__label {
display: block;
font-family: var(--da-font-display);
font-size: 0.62rem;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--da-text-muted);
margin-bottom: 0.45rem;
}
.da-contact-form__control {
border-radius: 0;
border-color: rgba(174, 155, 139, 0.55);
background: rgba(245, 242, 238, 0.55);
padding: 0.8rem 1rem;
font-size: 1rem;
}
.da-contact-form__control:focus {
border-color: var(--da-primary);
box-shadow: 0 0 0 0.2rem rgba(147, 40, 39, 0.12);
background: var(--da-white);
}
.da-contact-form__privacy {
font-size: 0.95rem;
color: var(--da-text-muted);
}
.da-contact-form__privacy a {
color: var(--da-primary);
}
.da-contact-form__submit {
width: 100%;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
padding: 0.95rem 1.25rem;
}
.da-contact-form__notice {
font-size: 0.98rem;
}
.da-contact-map__embed,
.da-contact-map__placeholder,
.da-contact-map__iframe {
width: 100%;
min-height: 100%;
height: 100%;
}
.da-contact-map__embed {
min-height: 360px;
}
.da-contact-map__iframe {
border: 0;
display: block;
}
.da-contact-map__placeholder {
background: linear-gradient(135deg, rgba(174, 155, 139, 0.25), rgba(147, 40, 39, 0.12));
}
.da-contact-directions {
height: 100%;
background: rgba(245, 242, 238, 0.85);
padding: 2.5rem;
}
.da-contact-directions__icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.75rem;
height: 2.75rem;
border: 1px solid rgba(147, 40, 39, 0.25);
border-radius: 50%;
color: var(--da-primary);
margin-bottom: 1.25rem;
}
.da-contact-directions__icon svg {
width: 1.1rem;
height: 1.1rem;
}
.da-contact-directions__text {
margin-bottom: 1.25rem;
}
.da-contact-directions__list {
margin-bottom: 1.75rem;
}
.da-contact-directions__list li {
position: relative;
padding-left: 1rem;
margin-bottom: 0.55rem;
color: var(--da-text-muted);
font-size: 1.05rem;
}
.da-contact-directions__list li::before {
content: "";
position: absolute;
left: 0;
top: 0.72em;
width: 0.35rem;
height: 0.35rem;
border-radius: 50%;
background: var(--da-primary);
transform: translateY(-50%);
}
.da-contact-directions__btn {
display: inline-flex;
align-items: center;
gap: 0.45rem;
}
.da-contact-cta {
background: var(--da-primary);
padding: 4.5rem 0;
}
.da-contact-cta__title {
font-size: clamp(1.6rem, 3vw, 2.2rem);
color: var(--da-white);
margin-bottom: 0.75rem;
}
.da-contact-cta__text {
color: rgba(255, 255, 255, 0.88);
font-size: 1.05rem;
}
.da-contact-cta__btn {
display: inline-flex;
align-items: center;
gap: 0.45rem;
border-color: rgba(255, 255, 255, 0.85);
color: var(--da-white);
white-space: nowrap;
}
.da-contact-cta__btn:hover {
background: var(--da-white);
color: var(--da-primary);
border-color: var(--da-white);
}
@media (max-width: 991.98px) {
.da-contact-hero {
display: flex;
flex-direction: column;
}
.da-contact-hero__inner {
order: 1;
}
.da-contact-hero__content {
min-height: 0;
padding: 0.65rem 0 1.25rem;
}
.da-contact-hero__media {
position: relative;
order: 2;
width: 100%;
min-height: 260px;
}
.da-contact-hero__media::before {
width: 100%;
height: 18%;
top: 0;
bottom: auto;
background: linear-gradient(180deg, var(--da-light) 0%, transparent 100%);
}
.da-contact-directions {
padding: 2rem;
}
} .da-gallery-page .da-section {
padding: 5rem 0;
}
.da-gallery-page .da-gallery-hero.da-section {
padding: 4rem 0 3.5rem;
}
.da-gallery-hero {
position: relative;
overflow: hidden;
}
.da-gallery-hero__watermark {
position: absolute;
top: 50%;
right: clamp(-2rem, 4vw, 3rem);
width: clamp(220px, 28vw, 360px);
height: clamp(240px, 30vw, 390px);
transform: translateY(-52%);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
opacity: 0.55;
pointer-events: none;
}
.da-gallery-hero__content {
position: relative;
z-index: 1;
max-width: 760px;
margin: 0 auto;
}
.da-gallery-hero .da-eyebrow {
justify-content: center;
}
.da-gallery-hero__text {
max-width: 42rem;
}
.da-gallery-main {
background: var(--da-white);
padding-top: 0;
}
.da-gallery-filters {
margin-bottom: 2.5rem;
}
.da-gallery-filters__list {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 1.25rem 2rem;
}
.da-gallery-filters__btn {
border: 0;
background: transparent;
padding: 0 0 0.45rem;
font-family: var(--da-font-display);
font-size: 0.62rem;
font-weight: 500;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--da-text-muted);
position: relative;
transition: color 0.2s ease;
}
.da-gallery-filters__btn::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 1px;
background: var(--da-primary);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.25s ease;
}
.da-gallery-filters__btn:hover,
.da-gallery-filters__btn.is-active {
color: var(--da-primary);
}
.da-gallery-filters__btn.is-active::after {
transform: scaleX(1);
}
.da-gallery-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-auto-rows: 180px;
gap: 4px;
}
.da-gallery-item {
position: relative;
overflow: hidden;
margin: 0;
transition: opacity 0.3s ease, transform 0.3s ease;
}
.da-gallery-item.is-hidden {
display: none;
}
.da-gallery-item img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transition: transform 0.45s ease;
}
.da-gallery-item:hover img {
transform: scale(1.04);
}
.da-gallery-item--wide {
grid-column: span 2;
}
.da-gallery-item--tall {
grid-row: span 2;
}
.da-gallery-item--large {
grid-column: span 2;
grid-row: span 2;
}
.da-gallery-empty {
margin: 0;
}
.da-gallery-cta {
background: var(--da-primary);
padding: 4.5rem 0;
}
.da-gallery-cta__title {
font-size: clamp(1.6rem, 3vw, 2.2rem);
color: var(--da-white);
margin-bottom: 0.75rem;
}
.da-gallery-cta__text {
color: rgba(255, 255, 255, 0.88);
font-size: 1.05rem;
}
.da-gallery-cta__btn {
display: inline-flex;
align-items: center;
gap: 0.45rem;
border-color: var(--da-white);
color: var(--da-white);
white-space: nowrap;
}
.da-gallery-cta__btn:hover {
background: var(--da-white);
color: var(--da-primary);
border-color: var(--da-white);
}
@media (max-width: 1199.98px) {
.da-gallery-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-auto-rows: 160px;
}
}
@media (max-width: 991.98px) {
.da-gallery-page .da-gallery-hero.da-section {
padding: 3rem 0 2.5rem;
}
.da-gallery-hero__watermark {
right: -1rem;
opacity: 0.35;
}
.da-gallery-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-auto-rows: 150px;
}
.da-gallery-item--large {
grid-column: span 2;
grid-row: span 2;
}
}
@media (max-width: 575.98px) {
.da-gallery-filters__list {
gap: 0.85rem 1.25rem;
}
.da-gallery-grid {
grid-template-columns: 1fr;
grid-auto-rows: auto;
}
.da-gallery-item,
.da-gallery-item--wide,
.da-gallery-item--tall,
.da-gallery-item--large {
grid-column: auto;
grid-row: auto;
min-height: 220px;
}
} .da-booking-page .da-section {
padding: 5rem 0;
}
.da-booking-page .da-booking-hero.da-section {
padding: 0;
}
.da-split-hero {
position: relative;
overflow: hidden;
}
.da-split-hero__inner {
position: relative;
z-index: 2;
}
.da-split-hero__content {
min-height: 300px;
display: flex;
flex-direction: column;
justify-content: center;
padding: 3rem 0 3.5rem;
}
.da-split-hero__text {
max-width: 34rem;
}
.da-split-hero__media {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 50vw;
overflow: hidden;
z-index: 1;
}
.da-split-hero__image,
.da-split-hero__media .da-image-placeholder {
display: block;
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.da-split-hero__media .da-image-placeholder {
background: linear-gradient(135deg, rgba(174, 155, 139, 0.35), rgba(147, 40, 39, 0.18));
}
.da-split-hero__media::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 28%;
z-index: 1;
background: linear-gradient(90deg, var(--da-light) 0%, transparent 100%);
pointer-events: none;
}
.da-split-hero--reverse .da-split-hero__media {
left: 0;
right: auto;
}
.da-split-hero--reverse .da-split-hero__media::before {
left: auto;
right: 0;
background: linear-gradient(270deg, var(--da-light) 0%, transparent 100%);
}
.da-booking-hero__badge {
position: absolute;
right: 0;
bottom: 0;
z-index: 2;
display: inline-flex;
align-items: center;
gap: 0.65rem;
padding: 1rem 1.35rem;
background: var(--da-primary);
color: var(--da-white);
font-family: var(--da-font-display);
font-size: 0.62rem;
font-weight: 500;
letter-spacing: 0.16em;
text-transform: uppercase;
}
.da-booking-hero__badge-icon {
display: inline-flex;
width: 1.1rem;
height: 1.1rem;
}
.da-booking-hero__badge-icon svg {
width: 100%;
height: 100%;
}
.da-booking-benefits {
margin-top: 1.75rem;
display: grid;
gap: 1.15rem;
}
.da-booking-benefits__item {
display: flex;
align-items: flex-start;
gap: 0.85rem;
}
.da-booking-benefits__icon {
flex: 0 0 auto;
display: inline-flex;
align-items: center;
justify-content: center;
width: 2rem;
height: 2rem;
border-radius: 50%;
background: rgba(147, 40, 39, 0.08);
color: var(--da-primary);
}
.da-booking-benefits__icon img {
width: 1rem;
height: 1rem;
object-fit: contain;
}
.da-booking-benefits__icon svg {
width: 1rem;
height: 1rem;
}
.da-booking-benefits__body {
display: flex;
flex-direction: column;
gap: 0.2rem;
}
.da-booking-benefits__title {
font-family: var(--da-font-display);
font-size: 0.68rem;
font-weight: 500;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--da-text);
}
.da-booking-benefits__text {
font-size: 0.92rem;
color: var(--da-text-muted);
line-height: 1.5;
}
.da-booking-form-section {
background: var(--da-white);
}
.da-booking-form-section__title {
font-family: var(--da-font-display);
font-size: clamp(1.6rem, 3vw, 2.2rem);
font-weight: 500;
margin-bottom: 2rem;
}
.da-booking-form-section__intro {
max-width: 40rem;
margin: -1rem auto 2rem;
color: var(--da-text-muted);
font-size: 1rem;
line-height: 1.65;
}
.da-booking-form__label {
display: block;
margin-bottom: 0.45rem;
font-family: var(--da-font-display);
font-size: 0.62rem;
font-weight: 500;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--da-text-muted);
}
.da-booking-form__control {
border: 1px solid rgba(147, 40, 39, 0.12);
border-radius: 0;
background: var(--da-light);
padding: 0.85rem 1rem;
font-size: 0.95rem;
color: var(--da-text);
}
.da-booking-form__control:focus {
border-color: var(--da-primary);
box-shadow: 0 0 0 0.15rem rgba(147, 40, 39, 0.12);
}
.da-booking-form__submit {
width: 100%;
margin-top: 0.5rem;
padding: 0.95rem 1.5rem;
}
.da-booking-form__notice {
max-width: 40rem;
margin-left: auto;
margin-right: auto;
}
.da-booking-form__privacy {
font-size: 0.9rem;
color: var(--da-text-muted);
}
.da-booking-form__privacy a {
color: var(--da-primary);
}
.da-booking-trust {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 1.25rem 2rem;
margin-top: 2rem;
padding-top: 1.5rem;
}
.da-booking-trust__item {
display: inline-flex;
align-items: center;
gap: 0.45rem;
font-family: var(--da-font-display);
font-size: 0.58rem;
font-weight: 500;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--da-text-muted);
}
.da-booking-trust__icon {
display: inline-flex;
color: var(--da-primary);
}
.da-booking-trust__icon svg {
width: 0.9rem;
height: 0.9rem;
}
.da-booking-apartments__title {
font-family: var(--da-font-display);
font-size: clamp(1.6rem, 3vw, 2.2rem);
font-weight: 500;
margin-bottom: 0.75rem;
}
.da-booking-apartments__text {
max-width: 38rem;
margin-inline: auto;
}
.da-booking-apt-card {
background: var(--da-white);
box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
height: 100%;
display: flex;
flex-direction: column;
}
.da-booking-apt-card__image-link {
display: block;
overflow: hidden;
}
.da-booking-apt-card__image {
width: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
transition: transform 0.45s ease;
}
.da-booking-apt-card:hover .da-booking-apt-card__image {
transform: scale(1.03);
}
.da-booking-apt-card__body {
padding: 1.5rem 1.5rem 1.75rem;
flex: 1;
display: flex;
flex-direction: column;
}
.da-booking-apt-card__title {
font-family: var(--da-font-display);
font-size: 1rem;
letter-spacing: 0.08em;
text-transform: uppercase;
margin-bottom: 0.75rem;
}
.da-booking-apt-card__title a {
color: var(--da-text);
text-decoration: none;
}
.da-booking-apt-card__text {
color: var(--da-text-muted);
font-size: 0.95rem;
line-height: 1.65;
margin-bottom: 1.25rem;
flex: 1;
}
.da-booking-apt-card__link {
margin-top: auto;
font-family: var(--da-font-display);
font-size: 0.68rem;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--da-primary);
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 0.35rem;
}
.da-booking-cta {
background: var(--da-primary);
padding: 4.5rem 0;
}
.da-booking-cta__title {
font-size: clamp(1.6rem, 3vw, 2.2rem);
color: var(--da-white);
margin-bottom: 0.75rem;
}
.da-booking-cta__text {
color: rgba(255, 255, 255, 0.88);
font-size: 1.05rem;
}
.da-booking-cta__btn {
display: inline-flex;
align-items: center;
gap: 0.45rem;
border-color: var(--da-white);
color: var(--da-white);
white-space: nowrap;
}
.da-booking-cta__btn:hover {
background: var(--da-white);
color: var(--da-primary);
border-color: var(--da-white);
}
@media (max-width: 991.98px) {
.da-split-hero {
display: flex;
flex-direction: column;
}
.da-split-hero__inner {
order: 1;
}
.da-split-hero__content {
min-height: 0;
padding: 0.65rem 0 1.25rem;
}
.da-split-hero__media {
position: relative;
order: 2;
width: 100%;
min-height: 260px;
}
.da-split-hero__media::before {
width: 100%;
height: 18%;
top: 0;
bottom: auto;
background: linear-gradient(180deg, var(--da-light) 0%, transparent 100%);
}
.da-split-hero--reverse .da-split-hero__media::before {
background: linear-gradient(180deg, var(--da-light) 0%, transparent 100%);
}
.da-booking-hero__badge {
right: 1rem;
bottom: 1rem;
}
} .da-experiences-page .da-section {
padding: 5rem 0;
}
.da-experiences-page .da-contact-hero.da-section {
padding: 0;
}
.da-exp-tailor__inner {
max-width: 720px;
margin: 0 auto;
}
.da-exp-tailor__text {
margin-bottom: 1.75rem;
}
.da-booking-apt-card__icon {
display: inline-flex;
width: 1.75rem;
height: 1.75rem;
margin-bottom: 0.75rem;
color: var(--da-primary);
}
.da-booking-apt-card__icon svg,
.da-booking-apt-card__icon img {
width: 100%;
height: 100%;
object-fit: contain;
} .da-dimora-page .da-section {
padding: 5rem 0;
}
.da-dimora-page .da-contact-hero.da-section {
padding: 0;
}
.da-dimora-services {
background: var(--da-white);
padding-top: 4.5rem;
padding-bottom: 4.5rem;
}
.da-dimora-services__heading-wrap {
text-align: center;
margin-bottom: 3rem;
}
.da-dimora-services__heading {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 1.25rem;
max-width: 100%;
}
.da-dimora-services__line {
flex: 0 0 52px;
width: 52px;
height: 1px;
background: rgba(147, 40, 39, 0.22);
}
.da-dimora-services__title {
font-family: var(--da-font-display);
font-size: clamp(0.72rem, 1.4vw, 0.88rem);
font-weight: 500;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--da-text);
margin: 0;
text-align: center;
max-width: 18rem;
line-height: 1.5;
}
.da-dimora-services__item {
padding: 2.5rem 1.5rem;
text-align: center;
height: 100%;
border-right: 1px solid rgba(147, 40, 39, 0.1);
}
.da-dimora-services .row-cols-sm-2 > .col:nth-child(2n) .da-dimora-services__item {
border-right: none;
}
@media (min-width: 992px) {
.da-dimora-services .row-cols-lg-3 > .col:nth-child(3n) .da-dimora-services__item {
border-right: none;
}
.da-dimora-services .row-cols-sm-2 > .col:nth-child(2n) .da-dimora-services__item {
border-right: 1px solid rgba(147, 40, 39, 0.1);
}
}
@media (min-width: 1200px) {
.da-dimora-services .row-cols-xl-6 > .col:nth-child(6n) .da-dimora-services__item {
border-right: none;
}
.da-dimora-services .row-cols-lg-3 > .col:nth-child(3n) .da-dimora-services__item {
border-right: 1px solid rgba(147, 40, 39, 0.1);
}
}
.da-dimora-services__icon {
width: 48px;
height: 48px;
margin: 0 auto 1rem;
color: var(--da-primary);
}
.da-dimora-services__icon svg,
.da-dimora-services__icon img {
width: 100%;
height: 100%;
object-fit: contain;
}
.da-dimora-services__icon svg {
color: inherit;
}
.da-dimora-services__icon svg path,
.da-dimora-services__icon svg line,
.da-dimora-services__icon svg circle,
.da-dimora-services__icon svg polygon,
.da-dimora-services__icon svg rect {
stroke: currentColor;
}
.da-dimora-services__item-title {
font-family: var(--da-font-display);
font-size: 0.68rem;
font-weight: 500;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--da-primary);
margin-bottom: 0.75rem;
}
.da-dimora-services__text {
color: var(--da-text-muted);
font-size: 0.88rem;
line-height: 1.6;
margin: 0;
}
.da-dimora-spaces {
background: var(--da-light);
}
.da-dimora-spaces__content {
position: relative;
overflow: hidden;
}
.da-dimora-spaces__watermark {
position: absolute;
top: 50%;
right: clamp(-3rem, 2vw, 0rem);
width: clamp(180px, 24vw, 300px);
height: clamp(200px, 26vw, 330px);
transform: translateY(-50%);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
opacity: 0.45;
pointer-events: none;
z-index: 0;
}
.da-dimora-spaces__content > *:not(.da-dimora-spaces__watermark) {
position: relative;
z-index: 1;
} .da-apartments-page {
overflow-x: clip;
}
.da-apartments-page .da-section {
padding-top: 5rem;
padding-bottom: 5rem;
}
.da-apartments-page .da-contact-hero.da-section,
.da-apartments-page .da-apt-hero.da-section {
padding: 0;
}
.da-section--white {
background: var(--da-white);
}
.da-apt-block__media-wrap {
width: 100%;
}
.da-apt-block__content {
max-width: 34rem;
}
.da-apt-block__title {
font-family: var(--da-font-display);
font-size: clamp(1.5rem, 2.8vw, 2rem);
font-weight: 500;
color: var(--da-text);
margin: 0 0 1rem;
line-height: 1.25;
}
.da-apt-block__text {
margin-bottom: 1.75rem;
}
.da-apt-product-gallery__placeholder {
aspect-ratio: 4 / 3;
width: 100%;
}
.da-apt-product-gallery__main {
display: block;
width: 100%;
padding: 0;
border: 0;
background: none;
cursor: zoom-in;
overflow: hidden;
aspect-ratio: 4 / 3;
box-shadow: 0 12px 32px rgba(147, 40, 39, 0.08);
}
.da-apt-product-gallery__main:focus,
.da-apt-product-gallery__main:focus-visible,
.da-apt-product-gallery__main:active {
outline: none;
box-shadow: 0 12px 32px rgba(147, 40, 39, 0.08);
}
.da-apt-product-gallery__main-viewport {
width: 100%;
height: 100%;
overflow: hidden;
}
.da-apt-product-gallery__main-track {
display: flex;
width: 100%;
height: 100%;
transform: translateX(calc(var(--da-apt-gallery-index, 0) * -100%));
transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
will-change: transform;
}
.da-apt-product-gallery__main-slide {
display: block;
flex: 0 0 100%;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transition: transform 0.35s ease;
}
.da-apt-product-gallery__main:hover .da-apt-product-gallery__main-slide {
transform: scale(1.02);
}
.da-apt-product-gallery__thumbs-wrap {
margin-top: 0.75rem;
}
.da-apt-product-gallery__thumbs {
display: flex;
gap: 0.65rem;
overflow-x: auto;
padding-bottom: 0.25rem;
scroll-snap-type: x proximity;
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
scrollbar-color: rgba(147, 40, 39, 0.35) transparent;
}
.da-apt-product-gallery__thumbs::-webkit-scrollbar {
height: 4px;
}
.da-apt-product-gallery__thumbs::-webkit-scrollbar-thumb {
background: rgba(147, 40, 39, 0.35);
border-radius: 999px;
}
.da-apt-product-gallery__thumb {
flex: 0 0 auto;
width: 72px;
height: 72px;
padding: 0;
border: 2px solid transparent;
background: var(--da-white);
cursor: pointer;
overflow: hidden;
scroll-snap-align: start;
transition: border-color 0.2s ease, opacity 0.2s ease;
opacity: 0.72;
}
.da-apt-product-gallery__thumb:hover,
.da-apt-product-gallery__thumb:focus-visible {
opacity: 1;
border-color: rgba(147, 40, 39, 0.35);
}
.da-apt-product-gallery__thumb.is-active {
opacity: 1;
border-color: var(--da-primary);
}
.da-apt-product-gallery__thumb img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.da-apt-services {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
gap: 0.75rem;
max-width: 36rem;
}
.da-apt-services__item {
display: flex;
align-items: center;
gap: 0.6rem;
padding: 0.65rem 0.8rem;
background: var(--da-white);
border: 1px solid rgba(147, 40, 39, 0.12);
font-family: var(--da-font-body);
font-size: 0.88rem;
font-weight: 400;
letter-spacing: 0;
text-transform: none;
color: var(--da-text-muted);
}
.da-apt-services__icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 1.4rem;
height: 1.4rem;
color: var(--da-primary);
flex-shrink: 0;
}
.da-apt-services__icon svg,
.da-apt-services__icon img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
}
.da-apt-services__icon svg {
color: inherit;
}
.da-apt-services__icon svg path,
.da-apt-services__icon svg circle,
.da-apt-services__icon svg rect,
.da-apt-services__icon svg line,
.da-apt-services__icon svg polyline,
.da-apt-services__icon svg polygon {
stroke: currentColor;
}
.da-apt-services__icon svg [fill="currentColor"] {
fill: currentColor;
}
.da-apt-services__label {
color: var(--da-text);
line-height: 1.3;
}
.da-apt-lightbox {
position: fixed;
inset: 0;
z-index: 10050;
display: flex;
align-items: center;
justify-content: center;
padding: 1.5rem;
}
.da-apt-lightbox[hidden] {
display: none;
}
.da-apt-lightbox__backdrop {
position: absolute;
inset: 0;
background: rgba(20, 16, 14, 0.88);
}
.da-apt-lightbox__dialog {
position: relative;
z-index: 1;
width: min(960px, 100%);
max-height: calc(100vh - 3rem);
display: flex;
align-items: center;
justify-content: center;
}
.da-apt-lightbox__figure {
width: 100%;
text-align: center;
}
.da-apt-lightbox__image {
display: block;
max-width: 100%;
max-height: calc(100vh - 8rem);
width: auto;
height: auto;
margin: 0 auto;
object-fit: contain;
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}
.da-apt-lightbox__caption {
margin-top: 0.85rem;
font-family: var(--da-font-display);
font-size: 0.72rem;
letter-spacing: 0.1em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.82);
}
.da-apt-lightbox__close,
.da-apt-lightbox__nav {
position: absolute;
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.75rem;
height: 2.75rem;
padding: 0;
border: 1px solid rgba(255, 255, 255, 0.35);
background: rgba(255, 255, 255, 0.08);
color: var(--da-white);
font-size: 1.75rem;
line-height: 1;
cursor: pointer;
transition: background 0.2s ease, border-color 0.2s ease;
}
.da-apt-lightbox__close:hover,
.da-apt-lightbox__close:focus-visible,
.da-apt-lightbox__nav:hover,
.da-apt-lightbox__nav:focus-visible {
background: rgba(255, 255, 255, 0.18);
border-color: rgba(255, 255, 255, 0.65);
}
.da-apt-lightbox__close {
top: -0.25rem;
right: 0;
transform: translateY(-100%);
}
.da-apt-lightbox__nav--prev {
left: -0.5rem;
top: 50%;
transform: translate(-100%, -50%);
}
.da-apt-lightbox__nav--next {
right: -0.5rem;
top: 50%;
transform: translate(100%, -50%);
}
@keyframes da-apt-carousel {
from {
transform: translateX(0);
}
to {
transform: translateX(-50%);
}
}
@media (max-width: 991.98px) {
.da-apt-block__content {
padding-top: 0.5rem;
}
.da-apt-lightbox__nav--prev {
left: 0;
transform: translate(0, -50%);
}
.da-apt-lightbox__nav--next {
right: 0;
transform: translate(0, -50%);
}
}
@media (prefers-reduced-motion: reduce) {
.da-apt-product-gallery__main-track {
transition: none;
}
.da-apt-product-gallery__main-slide {
transition: none;
}
.da-apt-gallery__track {
animation: none;
flex-wrap: wrap;
justify-content: center;
width: 100%;
max-width: 1140px;
margin: 0 auto;
padding-left: 1rem;
padding-right: 1rem;
}
.da-apt-gallery__viewport {
mask-image: none;
}
.da-apt-gallery__slide--clone {
display: none;
}
}
body.da-apt-lightbox-open {
overflow: hidden;
} .da-territory-page .da-section {
padding-top: 4.5rem;
padding-bottom: 4.5rem;
}
.da-territory-page .da-contact-hero.da-section {
padding: 0;
} .da-ter-timeline {
overflow: hidden;
}
.da-ter-timeline__heading .da-eyebrow {
justify-content: center;
}
.da-ter-timeline__heading .da-section-title {
text-align: center;
}
.da-ter-timeline__intro {
max-width: 40rem;
}
.da-ter-timeline__list {
position: relative;
max-width: 960px;
margin: 0 auto;
padding: 0.5rem 0;
}
.da-ter-timeline__list::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 50%;
width: 2px;
transform: translateX(-50%);
background: linear-gradient(
180deg,
rgba(147, 40, 39, 0.05) 0%,
rgba(147, 40, 39, 0.28) 10%,
rgba(174, 155, 139, 0.45) 50%,
rgba(147, 40, 39, 0.28) 90%,
rgba(147, 40, 39, 0.05) 100%
);
}
.da-ter-timeline__item {
position: relative;
display: grid;
grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
gap: 1.75rem 2.25rem;
align-items: start;
margin-bottom: 3.75rem;
}
.da-ter-timeline__item:last-child {
margin-bottom: 0;
}
.da-ter-timeline__marker {
grid-column: 2;
grid-row: 1;
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
align-items: center;
gap: 0.55rem;
padding-top: 1.35rem;
}
.da-ter-timeline__dot {
display: block;
width: 0.85rem;
height: 0.85rem;
border-radius: 50%;
background: var(--da-white);
border: 3px solid var(--da-primary);
box-shadow: 0 0 0 5px rgba(147, 40, 39, 0.1);
flex-shrink: 0;
}
.da-ter-timeline__icon-wrap {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.75rem;
height: 2.75rem;
border-radius: 50%;
background: var(--da-white);
color: var(--da-primary);
border: 1px solid rgba(147, 40, 39, 0.14);
box-shadow: 0 6px 18px rgba(147, 40, 39, 0.1);
flex-shrink: 0;
}
.da-ter-timeline__icon-wrap svg {
width: 1.35rem;
height: 1.35rem;
}
.da-ter-timeline__icon-wrap svg path,
.da-ter-timeline__icon-wrap svg line,
.da-ter-timeline__icon-wrap svg circle,
.da-ter-timeline__icon-wrap svg polygon,
.da-ter-timeline__icon-wrap svg polyline {
stroke: currentColor;
}
.da-ter-timeline__card {
grid-row: 1;
background: var(--da-white);
border: 1px solid rgba(147, 40, 39, 0.1);
box-shadow: 0 12px 32px rgba(147, 40, 39, 0.07);
overflow: hidden;
}
.da-ter-timeline__item--odd .da-ter-timeline__card {
grid-column: 1;
}
.da-ter-timeline__item--even .da-ter-timeline__card {
grid-column: 3;
}
.da-ter-timeline__body {
padding: 1.35rem 1.5rem 1.5rem;
}
.da-ter-timeline__period {
display: inline-block;
margin-bottom: 0.65rem;
padding: 0.35rem 0.75rem;
border-radius: 999px;
background: rgba(147, 40, 39, 0.08);
color: var(--da-primary);
font-family: var(--da-font-display);
font-size: 0.62rem;
font-weight: 500;
letter-spacing: 0.14em;
text-transform: uppercase;
line-height: 1.35;
}
.da-ter-timeline__title {
font-family: var(--da-font-display);
font-size: clamp(1.15rem, 2.2vw, 1.45rem);
font-weight: 500;
color: var(--da-text);
margin: 0 0 0.85rem;
line-height: 1.3;
}
.da-ter-timeline__text {
font-size: 1rem;
}
@media (max-width: 991.98px) {
.da-ter-timeline__list {
max-width: none;
padding-left: 0;
}
.da-ter-timeline__list::before {
left: 1.15rem;
transform: none;
}
.da-ter-timeline__item {
grid-template-columns: 2.3rem minmax(0, 1fr);
gap: 0 1rem;
align-items: start;
margin-bottom: 2.25rem;
}
.da-ter-timeline__marker {
grid-column: 1;
grid-row: 1;
width: 2.3rem;
padding-top: 0.35rem;
gap: 0.45rem;
}
.da-ter-timeline__icon-wrap {
width: 2.15rem;
height: 2.15rem;
}
.da-ter-timeline__icon-wrap svg {
width: 1.1rem;
height: 1.1rem;
}
.da-ter-timeline__item--odd .da-ter-timeline__card,
.da-ter-timeline__item--even .da-ter-timeline__card {
grid-column: 2;
grid-row: 1;
}
.da-ter-timeline__body {
padding: 1.1rem 1.15rem 1.2rem;
}
}
@media (prefers-reduced-motion: reduce) {
.da-ter-timeline__card {
box-shadow: 0 8px 20px rgba(147, 40, 39, 0.06);
}
} .da-card {
border-radius: 0;
overflow: hidden;
transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.da-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(147, 40, 39, 0.1) !important;
}
.entry-content a {
color: var(--da-primary);
}
.da-breadcrumb .breadcrumb-item a {
color: var(--da-primary);
text-decoration: none;
}
.pagination .page-item.active .page-link {
background-color: var(--da-primary);
border-color: var(--da-primary);
}
.widget {
background: var(--da-white);
padding: 1.5rem;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.widget-title {
font-family: var(--da-font-display);
color: var(--da-primary);
}
:focus-visible {
outline: 2px solid var(--da-primary);
outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}