html, body {
    margin: 0;
    padding: 0;
}

html {
    font-size: 90%;
}

body {
    overscroll-behavior: none;
    overflow-x: clip;
}

main > :first-child {
    margin-top: 0 !important;
}

main > :last-child {
    margin-bottom: 0 !important;
}

::-webkit-scrollbar {
    display: none;
}

summary {
    list-style: none;
}
summary::-webkit-details-marker {
    display: none;
}
.faq-icon {
    transition: transform 0.2s ease;
}
details[open] > summary .faq-icon {
    transform: rotate(45deg);
}

.break-anywhere {
    overflow-wrap: anywhere;
}

.wc-sticky-footer {
    padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
}

body.wc-nav-open {
    overflow: hidden;
}

.wc-nav-panel {
    position: fixed;
    inset: 0;
    z-index: 40;
    pointer-events: none;
}

.wc-nav-panel.is-open {
    pointer-events: auto;
}

.wc-nav-backdrop {
    position: absolute;
    inset: 0;
    top: 4rem;
    background: rgba(42, 40, 37, 0.35);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.wc-nav-panel.is-open .wc-nav-backdrop {
    opacity: 1;
}

.wc-nav-drawer {
    position: absolute;
    top: 4rem;
    left: 0;
    right: 0;
    max-height: calc(100vh - 4rem - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    background: #F9F7F2;
    border-bottom: 1px solid rgba(222, 215, 200, 0.5);
    padding: 1.5rem 18px calc(1.5rem + env(safe-area-inset-bottom, 0px));
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    transform: translateY(-8px);
    opacity: 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.wc-nav-panel.is-open .wc-nav-drawer {
    transform: translateY(0);
    opacity: 1;
}

.wc-nav-drawer a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0.5rem 0;
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #5C574E;
    text-decoration: none;
    transition: color 0.15s ease;
}

.wc-nav-drawer a:hover,
.wc-nav-drawer a:focus-visible {
    color: #2A2825;
}

.wc-nav-drawer a.wc-nav-drawer-primary {
    margin-top: 0.5rem;
    justify-content: center;
    border: 1px solid #2A2825;
    color: #2A2825;
    padding: 0.75rem 1rem;
}

.wc-nav-drawer a.wc-nav-drawer-primary:hover {
    background: #2A2825;
    color: #F9F7F2;
}

.wc-nav-drawer a.is-active {
    color: #8B6914;
    font-weight: 700;
}

.scrollbar-none {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollbar-none::-webkit-scrollbar {
    display: none;
}

#property-address-wrap gmp-place-autocomplete,
#home-address-wrap gmp-place-autocomplete,
#hero-address-wrap gmp-place-autocomplete {
    width: 100%;
    color-scheme: light;
}

#home-address-wrap,
#hero-address-wrap {
    position: relative;
    z-index: 20;
    overflow: visible;
}

gmp-place-autocomplete {
    display: block;
    width: 100%;
    min-height: 44px;
    z-index: 1;
}

/* Portfolio lightbox */
.wc-lightbox::backdrop { background: rgba(18, 17, 15, 0.94); }
.wc-lightbox[open] { display: block; }

/* Booking service selection */
.wc-package-card {
    min-height: 11.5rem;
}

.wc-package-card.is-selected {
    box-shadow: inset 0 0 0 1px #00668A;
}

.wc-booking-image {
    transform: scale(1.10);
}

.wc-booking-image--luxury {
    transform: scale(1.15);
}
