/* Property Page Specific Styles */



/* =============================================

   Photo Gallery Mosaic (Step 1)

   ============================================= */

.property-mosaic {

    background: linear-gradient(180deg, #f8f1e4 0%, #eef4fb 56%, #deebfa 100%);

    margin-top: 1.5rem;

    padding: 1.25rem 0 2.5rem;

}



.mosaic-grid {

    display: grid;

    grid-template-columns: 3fr 2fr;

    gap: 0.5rem;

    border-radius: 16px;

    overflow: hidden;

    height: 460px;

}



.mosaic-main {

    height: 100%;

    overflow: hidden;

    cursor: pointer;

    border-radius: 0;

}



.mosaic-main img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform 0.4s ease;

    display: block;

}



.mosaic-main:hover img {

    transform: scale(1.03);

}



.mosaic-right {

    display: grid;

    grid-template-columns: 1fr 1fr;

    grid-template-rows: 1fr 1fr;

    gap: 0.5rem;

}



.mosaic-thumb {

    overflow: hidden;

    cursor: pointer;

    background: #e5e7eb;

}



.mosaic-thumb img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform 0.4s ease;

    display: block;

}



.mosaic-thumb:hover img {

    transform: scale(1.06);

}



.mosaic-thumb--empty {

    background: var(--color-background-light);

    cursor: default;

}



.mosaic-footer {

    display: flex;

    justify-content: flex-end;

    margin-top: 0.75rem;

}



.mosaic-show-all {

    display: inline-flex;

    align-items: center;

    gap: 0.5rem;

    padding: 0.5rem 1.125rem;

    background: white;

    border: 1.5px solid var(--color-border);

    border-radius: 8px;

    font-size: 0.875rem;

    font-weight: 600;

    color: var(--color-text);

    cursor: pointer;

    transition: border-color 0.2s ease, box-shadow 0.2s ease;

}



.mosaic-show-all:hover {

    border-color: var(--color-primary);

    box-shadow: 0 2px 8px rgba(0, 34, 71, 0.1);

}



/* =============================================

   Property Hero Section (Step 2 — 55vh)

   ============================================= */

.property-hero {

    position: relative;

    height: 55vh;

    min-height: 440px;

    overflow: hidden;

    padding-top: 85px;

    /* Account for fixed navbar */

}



.hero-image {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



.hero-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.hero-image-placeholder {

    width: 100%;

    height: 100%;

    background: linear-gradient(145deg, #d7dce2, #eceff3);

}



.hero-overlay {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: linear-gradient(to bottom,

            rgba(0, 0, 0, 0.3) 0%,

            rgba(0, 0, 0, 0.1) 50%,

            rgba(0, 0, 0, 0.4) 100%);

}



.hero-content {

    position: relative;

    z-index: 2;

    height: 100%;

    display: flex;

    align-items: flex-end;

    padding-bottom: 4rem;

}



.breadcrumb {

    margin-bottom: 1rem;

    font-size: 0.9rem;

    color: rgba(255, 255, 255, 0.8);

}



.breadcrumb a {

    color: rgba(255, 255, 255, 0.8);

    text-decoration: none;

    transition: color 0.3s ease;

}



.breadcrumb a:hover {

    color: white;

}



.separator {

    margin: 0 0.5rem;

}



.hero-title {

    font-size: 3rem;

    font-weight: 700;

    color: white;

    margin-bottom: 0.5rem;

    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);

}



.hero-subtitle {

    font-size: 1.25rem;

    color: rgba(255, 255, 255, 0.9);

    margin-bottom: 1.5rem;

    font-weight: 300;

}



.hero-features {

    display: flex;

    gap: 0.75rem;

    flex-wrap: wrap;

}



.feature-badge {

    background: rgba(26, 60, 94, 0.78);

    backdrop-filter: blur(10px);

    color: white;

    padding: 0.5rem 1rem;

    border-radius: 20px;

    font-size: 0.875rem;

    font-weight: 500;

    border: 1px solid rgba(255, 255, 255, 0.16);

}



/* Sticky Booking Bar */

.sticky-booking {

    position: fixed;

    bottom: 0;

    left: 0;

    right: 0;

    background: linear-gradient(180deg, rgba(255, 251, 242, 0.98) 0%, rgba(247, 240, 224, 0.98) 100%);

    border-top: 1px solid rgba(201, 168, 76, 0.45);

    box-shadow: 0 -8px 24px rgba(11, 31, 55, 0.12);

    backdrop-filter: blur(10px);

    z-index: 100;

    transform: translateY(100%);

    transition: transform 0.3s ease;

}



.sticky-booking.visible {

    transform: translateY(0);

}



.booking-bar {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 0.95rem 0;

}



.booking-info {

    display: flex;

    align-items: center;

    gap: 1.25rem;

}



.booking-info .price {

    font-size: 1.25rem;

    font-weight: 700;

    color: #002247;

}



.booking-info .price small {

    font-size: 0.875rem;

    font-weight: 500;

    color: #6f6a57;

}



.availability {

    display: inline-flex;

    align-items: center;

    padding: 0.35rem 0.7rem;

    border-radius: 999px;

    background: rgba(26, 60, 94, 0.08);

    border: 1px solid rgba(26, 60, 94, 0.14);

    color: #1a3c5e;

    font-weight: 700;

    font-size: 0.84rem;

    letter-spacing: 0.02em;

}



.sticky-booking .btn.btn-primary {

    background: #7ba7bc;

    border-color: #7ba7bc;

    color: #ffffff;

    border-radius: 999px;

    padding: 0.82rem 1.7rem;

    font-weight: 700;

    box-shadow: 0 8px 18px rgba(123, 167, 188, 0.28);

}



.sticky-booking .btn.btn-primary:hover {

    background: #6697ae;

    border-color: #6697ae;

    box-shadow: 0 10px 20px rgba(102, 151, 174, 0.34);

}



/* Property Content Layout (Step 3) */

.property-content {
    padding: 1.5rem 0 2.25rem;
}

@media (max-width: 768px) {
    .property-content {
        padding-bottom: 120px; /* Clear mobile booking bar */
    }
}



.content-grid {

    display: grid;

    grid-template-columns: minmax(0, 1fr) 330px;

    gap: 1.5rem;

    align-items: start;

    max-width: 1200px;

    margin: 0 auto;

}



.main-content {

    min-width: 0;

    /* Prevents grid overflow */

    padding-bottom: 0.75rem;

}



.content-section {

    padding-bottom: 1.25rem;

    margin-bottom: 0;

    border-bottom: 1px solid rgba(0, 34, 71, 0.14);

}



.content-section:last-child {

    border-bottom: none;

    padding-bottom: 0;

}



.content-section--reviews {

    margin-top: 0.85rem;

    margin-bottom: 2.5rem;

    padding: 1rem 1rem 1.25rem;

    border: 1px solid rgba(0, 34, 71, 0.12);

    border-radius: 14px;

    background: #ffffff;

    position: relative;

    z-index: 2;

}



.section-title--reviews {

    margin-bottom: 0.85rem;

}



.section-title {

    font-size: 1.375rem;

    font-weight: 700;

    color: var(--color-text);

    margin-bottom: 1.25rem;

    padding-bottom: 0.75rem;

    position: relative;

}



.section-title::after {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    width: 2.5rem;

    height: 3px;

    background: #c9a84c;

    border-radius: 2px;

}



.section-content .lead {

    font-size: 1.12rem;

    font-weight: 500;

    color: var(--color-text);

    margin-bottom: 0.75rem;

    line-height: 1.65;

}



.section-content p {

    font-size: 0.985rem;

    color: var(--color-text-light);

    margin-bottom: 0.875rem;

    line-height: 1.75;

}



/* Description read-more toggle */

.description-text {

    position: relative;

    max-height: 12rem;

    overflow: hidden;

    transition: max-height 0.4s ease;

}



.description-text.expanded {

    max-height: 200rem;

}



.description-text:not(.expanded)::after {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    height: 3rem;

    background: linear-gradient(transparent, white);

    pointer-events: none;

}



.description-toggle {

    background: none;

    border: none;

    color: var(--color-primary);

    font-size: 0.875rem;

    font-weight: 600;

    cursor: pointer;

    padding: 0.25rem 0;

    margin-top: 0.25rem;

    text-decoration: underline;

    text-underline-offset: 3px;

}



.description-toggle:hover {

    opacity: 0.75;

}



.description-toggle.is-hidden {

    display: none;

}



/* Features Grid (Step 5) */

.features-grid {

    display: grid;

    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));

    gap: 0.75rem;

    margin-top: 1.5rem;

}



.feature-item {

    display: grid;

    grid-template-columns: 2.5rem minmax(0, 1fr);

    align-items: center;

    gap: 0.625rem;

    padding: 0.875rem 1rem;

    background: #f8fafc;

    border-radius: 10px;

    border: 1px solid var(--color-border);

    transition: border-color 0.25s ease, box-shadow 0.25s ease;

}



.feature-item:hover {
    border-color: rgba(0, 34, 71, 0.25);
    box-shadow: 0 4px 12px rgba(0, 34, 71, 0.07);
}

.collapsible-item-hidden {
    display: none !important;
}


.feature-icon {

    font-size: 1.25rem;

    line-height: 1;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 2.25rem;

    height: 2.25rem;

    border-radius: 0.75rem;

    background: rgba(255, 255, 255, 0.9);

}



.feature-text {

    display: flex;

    flex-direction: column;

    gap: 0.1rem;

    min-width: 0;

    justify-content: center;

}



.feature-name {

    font-size: 0.875rem;

    font-weight: 600;

    color: var(--color-text);

    line-height: 1.25;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}



.feature-detail {

    font-size: 0.75rem;

    color: var(--color-text-light);

}



/* Location Content */

.location-content {

    display: block;

    gap: 2rem;

    margin-top: 1.5rem;

    align-items: start;

}







.location-text {

    display: flex;

    flex-direction: column;

    gap: 1.2rem;

}



/* Compact address row */

.location-address-row {

    display: flex;

    align-items: baseline;

    gap: 0.55rem;

    padding: 0.65rem 0.95rem;

    background: #f8fafc;

    border: 1px solid rgba(0, 34, 71, 0.10);

    border-radius: 10px;

}



.location-address-label {

    font-size: 0.7rem;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.08em;

    color: var(--color-text-light);

    white-space: nowrap;

    flex-shrink: 0;

}



.location-address-value {

    font-size: 0.92rem;

    font-weight: 600;

    color: var(--color-text);

    line-height: 1.4;

}



/* Nearby highlights section */

.nearby-highlights {

    display: flex;

    flex-direction: column;

    gap: 0.65rem;

}



.nearby-title {

    font-size: 0.78rem;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.09em;

    color: var(--color-text-light);

    margin: 0;

}



.nearby-list {

    display: flex;

    flex-direction: column;

    gap: 0.6rem;

}



.nearby-item {

    border: 1px solid rgba(0, 34, 71, 0.08);

    border-radius: 12px;

    padding: 0.85rem 1rem;

    background: #ffffff;

    display: flex;

    flex-direction: column;

    gap: 0.5rem;

    transition: all 0.2s ease;

    box-shadow: 0 2px 6px rgba(0, 34, 71, 0.03);

}



.nearby-item:hover {

    box-shadow: 0 6px 20px rgba(0, 34, 71, 0.1);

    transform: translateY(-1px);

    border-color: rgba(201, 168, 76, 0.3);

}



.nearby-item:hover {
    box-shadow: 0 4px 18px rgba(0, 34, 71, 0.08);
}

.section-collapse-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 1rem;
    padding: 0.7rem 1.1rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 34, 71, 0.14);
    background: rgba(0, 34, 71, 0.03);
    color: #002247;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.section-collapse-toggle:hover {
    background: rgba(0, 34, 71, 0.06);
    border-color: rgba(0, 34, 71, 0.24);
    transform: translateY(-1px);
}

.section-collapse-toggle:focus-visible {
    outline: 2px solid rgba(0, 34, 71, 0.35);
    outline-offset: 3px;
}


.nearby-item-head {

    display: flex;

    align-items: center;

    gap: 0.6rem;

}



.nearby-badge {

    display: inline-block;

    font-size: 0.7rem;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.05em;

    padding: 0.25rem 0.65rem;

    border-radius: 6px;

    background: #c9a84c;

    color: #ffffff;

    border: none;

    white-space: nowrap;

    flex-shrink: 0;

}



.nearby-info {

    display: flex;

    align-items: center;

    gap: 0.5rem;

    flex: 1;

    min-width: 0;

}



.nearby-name {

    font-size: 0.87rem;

    font-weight: 600;

    color: var(--color-text);

    flex: 1;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}



.nearby-distance {

    font-size: 0.76rem;

    font-weight: 600;

    color: #002247;

    background: rgba(0, 34, 71, 0.07);

    padding: 0.15rem 0.5rem;

    border-radius: 999px;

    white-space: nowrap;

    flex-shrink: 0;

}



.nearby-detail {

    font-size: 0.9rem;

    color: #4b5563;

    line-height: 1.6;

    margin: 0;

}



/* Maps link button */

.location-actions {

    display: flex;

    flex-wrap: wrap;

    gap: 0.75rem;

}



.location-map-link {

    display: inline-flex;

    align-items: center;

    gap: 0.5rem;

    padding: 0.65rem 1.25rem;

    border-radius: 999px;

    background: #002247;

    color: #f5f0e3;

    font-size: 0.85rem;

    font-weight: 600;

    letter-spacing: 0.03em;

    text-decoration: none;

    border: 2px solid #002247;

    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;

    box-shadow: 0 2px 10px rgba(0, 34, 71, 0.15);

}



.location-map-link:hover {

    background: transparent;

    color: #002247;

    box-shadow: 0 4px 18px rgba(0, 34, 71, 0.18);

}



.location-map-link svg {

    flex-shrink: 0;

}



/* Map embed column */

.location-map {

    background: var(--color-background-light);

    border-radius: 14px;

    overflow: hidden;

    border: 1px solid var(--color-border);

    min-height: 440px;

    height: 100%;

}

.location-map--section {

    margin-top: 1.25rem;

    min-height: 420px;

}



.location-map-embed {

    width: 100%;

    height: 100%;

    min-height: 440px;

    border: 0;

    display: block;

}



.map-data-hidden {

    display: none;

}



.map-placeholder {

    width: 100%;

    height: 440px;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    padding: 1rem;

}



/* Image Gallery */

.image-gallery {

    margin-top: 1.5rem;

}



.gallery-grid {

    display: grid;

    grid-template-columns: 2fr 1fr 1fr;

    grid-template-rows: 200px 200px;

    gap: 0.75rem;

    margin-bottom: 1.5rem;

}



.gallery-item {

    border-radius: 12px;

    overflow: hidden;

    cursor: pointer;

    transition: transform 0.3s ease;

}



.gallery-item:hover {
    transform: scale(1.02);
}

.content-section,
.feature-item,
.gallery-item {
    transition: all 0.6s ease;
}

.content-section.animate-in,
.feature-item.animate-in,
.gallery-item.animate-in {
    transform: translateY(0);
    opacity: 1;
}

.feature-item {
    transition-delay: 0.1s;
}

.feature-item:nth-child(2) {
    transition-delay: 0.2s;
}

.feature-item:nth-child(3) {
    transition-delay: 0.3s;
}


.gallery-item.main {

    grid-row: span 2;

}



.gallery-item img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.gallery-more {

    width: 100%;

}



/* Sidebar */

.sidebar {

    position: sticky;

    top: 90px;

    align-self: start;

    height: fit-content;

}



.quick-info-main {

    margin-top: 0.2rem;

    padding: 1rem 1rem 1.1rem;

    border: 1px solid rgba(201, 168, 76, 0.42);

    border-radius: 16px;

    background: linear-gradient(180deg, rgba(255, 251, 242, 0.98) 0%, rgba(249, 243, 226, 0.98) 100%);

    box-shadow: 0 10px 26px rgba(26, 60, 94, 0.08);

}



.quick-info-main .section-title {

    margin-bottom: 1rem;

}



.quick-info-main .info-list-grid {

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 0.8rem;

    margin: 0;

}



.quick-info-main .info-list-grid li {

    background: linear-gradient(180deg, #fffef9 0%, #fbf6e9 100%);

    border: 1px solid rgba(201, 168, 76, 0.48);

    border-radius: 12px;

    padding: 0.8rem 0.95rem;

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 0.5rem;

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);

}



.quick-info-main .info-label {

    font-size: 0.74rem;

    text-transform: uppercase;

    letter-spacing: 0.06em;

    color: #7f7455;

}



.quick-info-main .info-value {

    font-size: 0.96rem;

    font-weight: 700;

    color: #002247;

}



/* Booking Widget (Step 6 — navy header) */

.booking-widget {

    background: white;

    border: 1px solid var(--color-border);

    border-radius: 16px;

    overflow: hidden;

    box-shadow: 0 8px 32px rgba(0, 34, 71, 0.14);

    margin-bottom: 2rem;

}



.widget-header {

    background: #002247;

    padding: 1.375rem 1.5rem;

}



.widget-header h3 {

    font-size: 0.75rem;

    font-weight: 600;

    letter-spacing: 0.1em;

    text-transform: uppercase;

    color: rgba(255, 255, 255, 0.65);

    margin: 0 0 0.375rem;

}



.price-display {

    display: flex;

    align-items: baseline;

    gap: 0.375rem;

}



.price-display .price {

    font-size: 2rem;

    font-weight: 800;

    color: white;

    line-height: 1;

}



.price-display .period {

    font-size: 0.875rem;

    color: rgba(255, 255, 255, 0.65);

}



.widget-stars {

    display: flex;

    align-items: center;

    gap: 0.25rem;

    margin-top: 0.375rem;

    font-size: 0.8125rem;

    color: rgba(255, 255, 255, 0.65);

}



.widget-stars .stars {

    color: #f59e0b;

    font-size: 0.875rem;

    letter-spacing: 1px;

}



.pricing-source-badge {

    display: inline-flex;

    align-items: center;

    gap: 0.25rem;

    margin-top: 0.625rem;

    padding: 0.25rem 0.625rem;

    border-radius: 999px;

    font-size: 0.75rem;

    font-weight: 700;

    letter-spacing: 0.01em;

    width: fit-content;

}



.pricing-source-badge.is-base {

    background: rgba(255, 255, 255, 0.16);

    color: #ffffff;

}



.pricing-source-badge.is-seasonal {

    background: rgba(245, 158, 11, 0.24);

    color: #ffffff;

}



.pricing-source-badge.is-event {

    background: rgba(16, 185, 129, 0.2);

    color: #ffffff;

}



.pricing-source-name {

    opacity: 0.9;

    font-weight: 600;

}



.booking-form {

    display: flex;

    flex-direction: column;

    gap: 1rem;

    padding: 1.25rem 1.5rem;

}



.booking-cta-link {

    display: block;

    text-align: center;

}



.booking-calendar {

    display: block;

}



.calendar-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

    gap: 1rem;

    overflow: hidden;

}



.calendar-grid.is-transitioning .calendar-month {

    animation: calendar-fade-in 0.4s cubic-bezier(0.4, 0, 0.2, 1);

}



@keyframes calendar-fade-in {

    from {

        opacity: 0;

        transform: translateX(10px);

    }



    to {

        opacity: 1;

        transform: translateX(0);

    }

}



.calendar-grid-single {

    grid-template-columns: 1fr !important;

}



.calendar-nav {

    display: flex;

    justify-content: flex-end;

    gap: 0.5rem;

    margin-bottom: 0.75rem;

    padding: 0 0.5rem;

}



.calendar-nav-btn {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 32px;

    height: 32px;

    border-radius: 8px;

    background: white;

    border: 1.5px solid var(--color-border);

    color: var(--color-primary);

    cursor: pointer;

    transition: all 0.2s ease;

    padding: 0;

}



.calendar-nav-btn:hover:not(:disabled) {

    border-color: var(--color-primary);

    background: #f0f7ff;

    transform: translateY(-1px);

    box-shadow: 0 2px 8px rgba(0, 34, 71, 0.1);

}



.calendar-nav-btn:disabled {

    opacity: 0.35;

    cursor: not-allowed;

}



.calendar-grid-single {

    grid-template-columns: 1fr !important;

}



.calendar-month {
    border: 1px solid rgba(0, 34, 71, 0.1);
    border-radius: 14px;

    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);

    overflow: hidden;

}

.calendar-day.selected {
    font-weight: bold;
    transform: scale(1.1);
    z-index: 1;
}

.calendar-day.in-range {
    border-radius: 0;
}


.calendar-month-header {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 0.85rem 1rem;

    background: linear-gradient(90deg, rgba(0, 34, 71, 0.04) 0%, rgba(201, 168, 76, 0.1) 100%);

    color: #002247;

    position: relative;

    border-bottom: 1px solid rgba(0, 34, 71, 0.08);

}



.calendar-month-title {

    font-size: 1rem;

    font-weight: 700;

    text-transform: capitalize;

    letter-spacing: 0.02em;

}



.calendar-nav-btn {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 32px;

    height: 32px;

    border-radius: 50%;

    background: transparent;

    border: 1px solid transparent;

    color: var(--color-primary);

    cursor: pointer;

    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);

    padding: 0;

}



.calendar-nav-btn:hover:not(:disabled) {

    background: rgba(0, 34, 71, 0.06);

    color: var(--ans-gold);

    transform: scale(1.1);

}



.calendar-nav-btn:disabled {

    opacity: 0.2;

    cursor: default;

}



.calendar-days {

    display: grid;

    grid-template-columns: repeat(7, minmax(0, 1fr));

    gap: 0.35rem;

    padding: 0.85rem;

}



.calendar-weekday {

    text-align: center;

    font-size: 0.72rem;

    font-weight: 700;

    letter-spacing: 0.06em;

    text-transform: uppercase;

    color: #7f7455;

    padding-bottom: 0.2rem;

}



.calendar-day {

    min-height: 2.55rem;

    border-radius: 10px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 0.88rem;

    font-weight: 700;

    border: 1px solid transparent;

    transition: transform 0.16s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;

}



.calendar-day--empty {

    background: transparent;

    border: none;

}



.calendar-day--available {

    cursor: pointer;

    color: #0f5132;

    background: linear-gradient(180deg, #edf9f1 0%, #d6f3e2 100%);

    border-color: rgba(15, 81, 50, 0.12);

}



.calendar-day--available:hover {

    transform: translateY(-1px);

    box-shadow: 0 8px 18px rgba(15, 81, 50, 0.12);

}



.calendar-day--booked {

    color: #9f1239;

    background: linear-gradient(180deg, #fff0f3 0%, #ffdbe4 100%);

    border-color: rgba(159, 18, 57, 0.14);

    cursor: not-allowed;

}



.calendar-day--past {

    opacity: 0.42;

    pointer-events: none;

}



.calendar-day.selected,

.calendar-day.range-start,

.calendar-day.range-end {

    background: #002247;

    color: #ffffff;

    border-color: #002247;

    box-shadow: 0 12px 22px rgba(0, 34, 71, 0.18);

}



.calendar-day.in-range {

    background: linear-gradient(180deg, #e9f0f8 0%, #d6e2f1 100%);

    color: #002247;

    border-color: rgba(0, 34, 71, 0.1);

}



.date-inputs {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 0.75rem;

}



.input-group {

    display: flex;

    flex-direction: column;

}



.input-group label {

    font-size: 0.875rem;

    font-weight: 500;

    color: var(--color-text);

    margin-bottom: 0.5rem;

}



.input-group input,

.input-group select {

    padding: 0.75rem;

    border: 1px solid var(--color-border);

    border-radius: 8px;

    font-size: 0.875rem;

    transition: border-color 0.3s ease;

}



.input-group input:focus,

.input-group select:focus {

    outline: none;

    border-color: var(--color-primary);

    box-shadow: 0 0 0 3px rgba(123, 167, 188, 0.1);

}



.btn-full {

    width: 100%;

}



.booking-note {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 0.375rem;

    margin-top: 0.75rem;

    color: var(--color-text-light);

    font-size: 0.8125rem;

}



.booking-note .shield-icon {

    flex-shrink: 0;

    opacity: 0.6;

}



#btn-book-now.btn-primary {

    background: #c9a84c;

    border-color: #c9a84c;

    color: #002247;

    font-weight: 700;

    letter-spacing: 0.03em;

    padding: 0.875rem 1rem;

    font-size: 1rem;

    border-radius: 10px;

    transition: background 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;

}



#btn-book-now.btn-primary:hover {

    background: #b8973e;

    border-color: #b8973e;

    transform: translateY(-1px);

    box-shadow: 0 6px 20px rgba(201, 168, 76, 0.4);

}



/* Price Breakdown */

.price-breakdown {

    margin-top: 0.35rem;

    margin-bottom: 0.35rem;

    padding: 1rem;

    border-radius: 14px;

    background: linear-gradient(180deg, #fffef9 0%, #f7f2e6 100%);

    border: 1px solid rgba(201, 168, 76, 0.35);

}



.price-breakdown__header {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 0.75rem;

    margin-bottom: 0.85rem;

}



.price-breakdown__title {

    margin: 0;

    font-size: 0.84rem;

    text-transform: uppercase;

    letter-spacing: 0.08em;

    color: #7f7455;

}



.price-breakdown__meta {

    font-size: 0.8rem;

    color: #002247;

    font-weight: 700;

}



.price-breakdown__list {

    display: flex;

    flex-direction: column;

    padding-left: 0.5rem;

    position: relative;

    gap: 0;

}



.price-breakdown__list::before {

    content: '';

    position: absolute;

    left: 12px;

    top: 1rem;

    bottom: 2rem;

    width: 2px;

    background: rgba(0, 34, 71, 0.08);

    z-index: 0;

}



.price-breakdown__row {

    position: relative;

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 1rem;

    padding: 0.85rem 0 0.85rem 2.2rem;

    background: transparent;

    border: none;

    z-index: 1;

}



.price-breakdown__row:not(:last-child) {

    border-bottom: 1px solid rgba(0, 34, 71, 0.04);

}



.price-breakdown__timeline-indicator {

    position: absolute;

    left: 8px;

    top: 1.15rem;

    width: 10px;

    height: 10px;

    border-radius: 50%;

    background: #c9a84c;

    /* ans-gold */

    border: 2px solid white;

    box-shadow: 0 0 0 1px rgba(0, 34, 71, 0.1);

    z-index: 2;

}



.price-breakdown__info {

    display: flex;

    flex-direction: column;

    gap: 0.15rem;

    flex: 1;

    min-width: 0;

}



.price-breakdown__date {

    font-weight: 700;

    color: #002247;

    font-size: 0.95rem;

    line-height: 1.2;

}



.price-breakdown__source {

    font-size: 0.75rem;

    color: var(--color-text-light, #6b7280);

    line-height: 1.4;

}



.price-breakdown__price {

    display: flex;

    flex-direction: column;

    align-items: flex-end;

    text-align: right;

    white-space: nowrap;

}



.price-breakdown__price strong {

    color: #002247;

    font-size: 1rem;

    font-weight: 700;

}



.price-breakdown__price small {

    font-size: 0.7rem;

    color: #6b7280;

    margin-top: 2px;

}



.price-breakdown__footer {

    margin-top: 0.9rem;

    padding-top: 0.85rem;

    border-top: 1px solid rgba(0, 34, 71, 0.08);

}



.price-breakdown__total-row {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 0.75rem;

    font-size: 0.96rem;

    color: #002247;

}



.stay-preview {

    padding: 1rem;

    border-radius: 14px;

    background: linear-gradient(180deg, #f8fbff 0%, #edf3f9 100%);

    border: 1px solid rgba(0, 34, 71, 0.1);

    opacity: 0;

    transform: translateY(10px);

    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);

}



.stay-preview.is-visible {

    opacity: 1;

    transform: translateY(0);

}



.stay-preview__header {

    display: flex;

    flex-direction: column;

    gap: 0.25rem;

    margin-bottom: 0.85rem;

}



.stay-preview__title {

    margin: 0;

    font-size: 0.84rem;

    text-transform: uppercase;

    letter-spacing: 0.08em;

    color: #7f7455;

}



.stay-preview__hint {

    font-size: 0.84rem;

    color: var(--color-text-light);

    line-height: 1.5;

}



.stay-preview__grid {

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 0.65rem;

}



.stay-preview__item {

    padding: 0.75rem 0.85rem;

    border-radius: 12px;

    background: rgba(255, 255, 255, 0.78);

    border: 1px solid rgba(0, 34, 71, 0.08);

    display: flex;

    flex-direction: column;

    gap: 0.2rem;

}



.stay-preview__item--accent {

    background: linear-gradient(180deg, #fffaf0 0%, #f8efd8 100%);

    border-color: rgba(201, 168, 76, 0.35);

}



.stay-preview__label {

    font-size: 0.72rem;

    text-transform: uppercase;

    letter-spacing: 0.06em;

    color: #7f7455;

}



.stay-preview__value {

    font-size: 0.96rem;

    font-weight: 700;

    color: #002247;

}



.is-hidden {

    display: none !important;

}



.validation-message {

    padding: 0.75rem;

    border-radius: 8px;

    font-size: 0.875rem;

    margin-top: 1rem;

}



.validation-message.error {

    background: #fee;

    color: #c53030;

    border: 1px solid #feb2b2;

}



.validation-message.success {

    background: #f0fff4;

    color: #2f855a;

    border: 1px solid #9ae6b4;

}



#calendar-range-error {

    color: #b91c1c;

    font-size: 0.9rem;

    margin-top: 0.75rem;

}



/* Quick Info Widget (Step 9) */

.quick-info {

    background: white;

    border: 1px solid var(--color-border);

    border-radius: 14px;

    padding: 1rem 1.125rem;

    margin-bottom: 0;

    box-shadow: 0 2px 12px rgba(0, 34, 71, 0.06);

}



.quick-info h4 {

    font-size: 0.8125rem;

    font-weight: 700;

    letter-spacing: 0.08em;

    text-transform: uppercase;

    color: var(--color-text-light);

    margin-bottom: 0.875rem;

}



.info-list {

    list-style: none;

    padding: 0;

    margin: 0;

}



.info-list li {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 0.55rem 0;

    border-bottom: 1px solid var(--color-border);

}



.info-list li:last-child {

    border-bottom: none;

}



.info-label {

    font-size: 0.875rem;

    color: var(--color-text-light);

}



.info-value {

    font-size: 0.875rem;

    font-weight: 500;

    color: var(--color-text);

}



/* Contact Widget */

.contact-widget {

    background: white;

    border: 1px solid var(--color-border);

    border-radius: 12px;

    padding: 1.125rem;

    text-align: center;

}



.contact-widget h4 {

    font-size: 1rem;

    font-weight: 600;

    color: var(--color-text);

    margin-bottom: 0.4rem;

}



.contact-widget p {

    color: var(--color-text-light);

    margin-bottom: 1rem;

}



/* Related Destinations */

.related-destinations {

    margin-top: 3.5rem;

    border-top: 1px solid rgba(0, 34, 71, 0.12);

    background: var(--color-background-light);

    padding-top: 3rem;

    padding-bottom: 3.5rem;

}



.related-destinations .destinations-grid,

.related-destinations .cards-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(280px, 320px));

    gap: 18px;

    align-items: stretch;

    justify-content: center;

    max-width: 1200px;

    margin: 0 auto;

}



/*

 * ─── Related Destinations: .pcard Overrides ────────────────────────

 * All baseline .pcard styles cascade from site.css (loaded globally).

 * Only context-specific overrides live here to maintain DRY.

 * ────────────────────────────────────────────────────────────────────

 */



/* Animation reset — ensure cards are visible without majestic-motion.js */

.related-destinations .destination-card,

.related-destinations .pcard {

    opacity: 1;

    transform: none;

}



/* Price override — slightly push via auto margin for related section context */

.related-destinations .pcard-price {

    margin: auto 0 8px 0;

}



/* Tags in related section — optimized flex layout */

.related-destinations .pcard-tags {

    display: flex;

    flex-wrap: wrap;

    column-gap: 12px;

    row-gap: 10px;

    margin-top: 12px;

}



@media (max-width: 768px) {



    .related-destinations .destinations-grid,

    .related-destinations .cards-grid {

        grid-template-columns: 1fr;

        gap: 16px;

    }



    .related-destinations .pcard {

        min-height: 0;

    }



    .related-destinations .pcard-img {

        height: 240px;

    }



    .related-destinations .pcard-title {

        font-size: 1.3rem;

    }



    .related-destinations .pcard-desc {

        font-size: 0.85rem;

        -webkit-line-clamp: 3;

        line-clamp: 3;

    }



    .related-destinations .pcard-tag {

        font-size: 0.72rem;

        padding: 5px 12px;

        background: rgba(201, 168, 76, 0.2);

        border-color: rgba(201, 168, 76, 0.6);

        color: #002247;

    }

}



.empty-state-card {

    margin-top: 2rem;

    padding: 2rem;

    border-radius: 16px;

    background: #ffffff;

    border: 1px solid rgba(26, 60, 94, 0.12);

    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);

}



.empty-state-card h3 {

    margin: 0 0 0.75rem;

    color: var(--color-text);

    font-size: 1.25rem;

}



.empty-state-card p {

    margin: 0 0 1.25rem;

    color: var(--color-text-light);

    max-width: 56ch;

}



/* Location-specific theming */

.property-page[data-location="sylt"] {

    --location-primary: #7BA7BC;

    --location-secondary: #A8C5D1;

    --location-accent: #5A8FA3;

}



.property-page[data-location="sylt"] .feature-icon {

    background: var(--location-primary);

}



.property-page[data-location="sylt"] .section-title::after {

    background: var(--location-primary);

}



.property-page[data-location="sylt"] .btn-primary {

    background: var(--location-primary);

    border-color: var(--location-primary);

}



.property-page[data-location="sylt"] .btn-primary:hover {

    background: var(--location-accent);

    border-color: var(--location-accent);

}



.property-page[data-location="ostsee"] {

    --location-primary: #6B9BD1;

    --location-secondary: #8FB3D8;

    --location-accent: #5A87C4;

}



.property-page[data-location="ostsee"] .feature-icon {

    background: var(--location-primary);

}



.property-page[data-location="ostsee"] .section-title::after {

    background: var(--location-primary);

}



.property-page[data-location="ostsee"] .btn-primary {

    background: var(--location-primary);

    border-color: var(--location-primary);

}



.property-page[data-location="ostsee"] .btn-primary:hover {

    background: var(--location-accent);

    border-color: var(--location-accent);

}



.property-page[data-location="toskana"] {

    --location-primary: #C4956C;

    --location-secondary: #D4A882;

    --location-accent: #B8875A;

}



.property-page[data-location="toskana"] .feature-icon {

    background: var(--location-primary);

}



.property-page[data-location="toskana"] .section-title::after {

    background: var(--location-primary);

}



.property-page[data-location="toskana"] .btn-primary {

    background: var(--location-primary);

    border-color: var(--location-primary);

}



.property-page[data-location="toskana"] .btn-primary:hover {

    background: var(--location-accent);

    border-color: var(--location-accent);

}



.property-page[data-location="duesseldorf"] {

    --location-primary: #8E8E93;

    --location-secondary: #A8A8AD;

    --location-accent: #7A7A7F;

}



.property-page[data-location="duesseldorf"] .feature-icon {

    background: var(--location-primary);

}



.property-page[data-location="duesseldorf"] .section-title::after {

    background: var(--location-primary);

}



.property-page[data-location="duesseldorf"] .btn-primary {

    background: var(--location-primary);

    border-color: var(--location-primary);

}



.property-page[data-location="duesseldorf"] .btn-primary:hover {

    background: var(--location-accent);

    border-color: var(--location-accent);

}



/* Reviews */

.reviews-header {

    display: flex;

    align-items: center;

    gap: 1.5rem;

    margin-bottom: 1.5rem;

}



.rating-summary {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 1.25rem;

    min-height: 92px;

    padding: 1.4rem 1.5rem;

    background: linear-gradient(135deg, #002247 0%, #003366 100%);

    border-radius: 12px;

    margin-bottom: 1rem;

}



.rating-summary__score {

    font-size: 2.5rem;

    font-weight: 800;

    color: white;

    line-height: 1;

    flex-shrink: 0;

}



.rating-summary__stars {

    color: #f59e0b;

    font-size: 1.125rem;

    letter-spacing: 2px;

}



.rating-summary__count {

    font-size: 0.8125rem;

    color: rgba(255, 255, 255, 0.7);

    margin-top: 0.1rem;

}



.review-list {

    list-style: none;

    padding: 0;

    margin: 0;

    display: flex;

    flex-direction: column;

    gap: 1rem;

}



.review-card {

    padding: 1.25rem;

    border: 1px solid var(--color-border);

    border-radius: 12px;

    background: white;

    transition: box-shadow 0.2s ease;

}



.review-card:hover {

    box-shadow: 0 4px 16px rgba(0, 34, 71, 0.08);

}



.review-card__header {

    display: flex;

    align-items: flex-start;

    gap: 0.875rem;

    margin-bottom: 0.75rem;

}



.review-card__avatar {

    flex-shrink: 0;

    width: 44px;

    height: 44px;

    border-radius: 50%;

    background: linear-gradient(135deg, #002247 0%, #004080 100%);

    color: white;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 1rem;

    font-weight: 700;

}



.review-card__meta {

    flex: 1;

    min-width: 0;

}



.review-card__name {

    font-weight: 600;

    font-size: 0.9375rem;

    color: var(--color-text);

    margin: 0 0 0.2rem;

}



.review-card__row {

    display: flex;

    align-items: center;

    gap: 0.5rem;

    flex-wrap: wrap;

}



.review-card__stars {

    color: #f59e0b;

    font-size: 0.875rem;

    letter-spacing: 1px;

}



.review-card__date {

    font-size: 0.8125rem;

    color: var(--color-text-light);

}



.review-card__comment {

    font-size: 0.9375rem;

    color: var(--color-text-light);

    line-height: 1.65;

    margin: 0;

}



.review-card__reply {

    margin-top: 0.875rem;

    padding: 0.875rem 0.875rem 0.875rem 1.125rem;

    border-left: 3px solid var(--color-primary);

    background: #f8fafc;

    border-radius: 0 8px 8px 0;

}



.review-card__reply-author {

    font-size: 0.8rem;

    font-weight: 700;

    color: var(--color-primary);

    margin-bottom: 0.3rem;

}



.review-card__reply-date {

    font-weight: 400;

    color: var(--color-text-light);

}



.review-card__reply-text {

    font-size: 0.875rem;

    color: var(--color-text);

    margin: 0;

}



.review-card__qa {

    margin-top: 0.875rem;

    padding-left: 0.875rem;

    border-left: 2px solid var(--color-border);

}



.review-card__qa-item {

    margin-bottom: 0.625rem;

}



.review-card__question {

    font-size: 0.84rem;

    font-weight: 600;

    color: var(--color-text);

    margin: 0 0 0.2rem;

}



.review-card__answer {

    font-size: 0.84rem;

    color: var(--color-text-light);

    margin: 0;

    padding: 0.35rem 0.625rem;

    background: rgba(0, 34, 71, 0.04);

    border-radius: 5px;

}



.review-card__no-answer {

    font-size: 0.8rem;

    color: var(--color-text-light);

    font-style: italic;

    margin: 0;

}



.review-card__ask {

    margin-top: 0.625rem;

}



.review-card__ask summary {

    font-size: 0.82rem;

    color: var(--color-primary);

    cursor: pointer;

    font-weight: 600;

    list-style: none;

}



.review-card__ask summary::-webkit-details-marker {

    display: none;

}



.review-card__ask-form {

    margin-top: 0.5rem;

    display: flex;

    gap: 0.5rem;

    align-items: flex-end;

}



.review-ask-input {

    flex: 1;

    font-size: 0.85rem;

}



.review-ask-submit {

    white-space: nowrap;

    font-size: 0.85rem;

    padding: 0.5rem 1rem;

}



.review-login-hint {

    font-size: 0.8rem;

    color: var(--color-text-light);

    margin-top: 0.5rem;

}



.review-login-link {

    color: var(--color-primary);

}



.review-form-panel {

    background: #f8fafc;

    padding: 2rem;

    border-radius: 10px;

    margin-top: 2rem;

    border: 1px solid rgba(0, 34, 71, 0.12);

}



.review-form-title {

    margin-bottom: 1.5rem;

}



.review-form-group,

.review-form-row {

    margin-bottom: 1rem;

}



.review-form-row-lg {

    margin-bottom: 1.5rem;

}



.review-form-label {

    display: block;

    font-weight: 500;

    margin-bottom: 0.5rem;

}



.review-form-help {

    color: #6b7280;

    display: block;

    margin-top: 0.25rem;

}



.review-empty-note {

    margin-top: 0.8rem;

    color: var(--color-text-light);

}



.review-readonly-input {

    background: #f3f4f6;

    cursor: not-allowed;

}



.rating-stars-xl {

    display: flex;

    gap: 10px;

    font-size: 2.5rem;

    cursor: pointer;

    color: #ccc;

}



.review-comment-input {

    width: 100%;

    padding: 0.75rem;

    border: 1px solid #cbd5e1;

    border-radius: 4px;

}



.booking-calendar {

    margin-bottom: 24px;

}



.booking-legend {

    margin-bottom: 24px;

    display: flex;

    justify-content: space-between;

    gap: 0.5rem;

}



.booking-legend-dot {

    width: 12px;

    height: 12px;

    border-radius: 50%;

    display: inline-block;

    vertical-align: middle;

}



.legend--booked.booking-legend-dot {

    background: #ef4444;

}



.legend--available.booking-legend-dot {

    background: #22c55e;

}



.booking-legend-label {

    font-size: 0.875rem;

}



/* Responsive Design */

@media (max-width: 900px) {

    .content-grid {

        grid-template-columns: 1fr;

        gap: 2rem;

    }



    .sidebar {

        position: relative;

        order: -1;

    }



    .booking-widget {

        max-width: 400px;

        margin: 0 auto 2rem auto;

    }



    .quick-info-main .info-list-grid {

        grid-template-columns: 1fr 1fr;

    }

}



@media (max-width: 768px) {



    /* Mosaic mobile: single image only */

    .mosaic-grid {

        grid-template-columns: 1fr;

        height: 260px;

    }



    .mosaic-right {

        display: none;

    }



    .hero-title {

        font-size: 2.5rem;

    }



    .hero-subtitle {

        font-size: 1.125rem;

    }



    .hero-content {

        padding-bottom: 2rem;

    }



    .features-grid {

        grid-template-columns: repeat(2, 1fr);

    }



    .rating-summary {

        gap: 1rem;

    }



    .content-section--reviews {

        padding: 0.75rem 0.75rem 1rem;

    }



    .review-card__header {

        gap: 0.625rem;

    }



    .review-card__avatar {

        width: 36px;

        height: 36px;

        font-size: 0.875rem;

    }



    .price-display .price {

        font-size: 1.75rem;

    }



    .location-content {

        display: block;

    }

    .location-map--section {

        min-height: 320px;

    }

    .location-map--section .location-map-embed,
    .location-map--section .map-placeholder {

        min-height: 320px;

        height: 320px;

    }



    .location-summary-card {

        padding: 1rem;

    }



    .location-quick-facts {

        gap: 0.5rem;

    }



    .location-fact-chip {

        width: 100%;

        justify-content: space-between;

        border-radius: 12px;

    }



    .date-inputs {

        grid-template-columns: 1fr;

    }



    .booking-bar {

        flex-direction: column;

        gap: 1rem;

        text-align: center;

    }



    .booking-info {

        justify-content: center;

    }

}



@media (max-width: 480px) {

    .hero-title {

        font-size: 2rem;

    }



    .property-content {

        padding: 2rem 0;

    }



    .content-section {

        margin-bottom: 0;

        padding-bottom: 1.25rem;

    }



    .feature-item {

        padding: 1rem;

    }



    .booking-widget {

        padding: 1rem;

    }

}



/* Hide legacy photo modal controls by default */

.photo-modal {
    position: fixed;
    inset: 0;
    z-index: 30000;
    opacity: 0;

    pointer-events: none;

    transition: opacity 0.3s ease;

}



.photo-modal.active,
.photo-modal.open,
.photo-modal.is-open {
    display: block;
    opacity: 1;
    pointer-events: auto;
}


.photo-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 17, 30, 0.86);
    z-index: 0;
}


.photo-modal__chrome {
    position: absolute;
    top: 104px;
    left: 50%;

    transform: translateX(-50%);

    width: min(1120px, calc(100vw - 32px));

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 1rem;

    z-index: 2;
}



.photo-modal__close {

    display: inline-flex;

    align-items: center;

    gap: 0.5rem;

    border: 0;

    border-radius: 999px;

    padding: 0.75rem 1rem;

    background: rgba(255, 255, 255, 0.12);

    color: #fff;

    cursor: pointer;

    backdrop-filter: blur(10px);

}



.photo-modal__counter {

    color: #fff;

    font-size: 0.95rem;

    font-weight: 600;

    padding: 0.65rem 0.9rem;

    border-radius: 999px;

    background: rgba(255, 255, 255, 0.12);

    backdrop-filter: blur(10px);

}



.photo-modal__nav {

    position: absolute;

    top: 50%;

    z-index: 2;
    width: 48px;

    height: 48px;

    margin-top: -24px;

    border: 0;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.12);

    color: #fff;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    backdrop-filter: blur(10px);

}



.photo-modal__nav--prev {

    left: 20px;

}



.photo-modal__nav--next {

    right: 20px;

}



.photo-modal__stage {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 168px 84px 40px;
    z-index: 1;
}


.photo-modal__img {

    max-width: 100%;

    max-height: 100%;

    object-fit: contain;

    border-radius: 12px;

    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.35);

}



.photo-modal__close:hover,

.photo-modal__nav:hover {

    background: rgba(255, 255, 255, 0.2);

}



.photo-modal__nav:disabled {

    opacity: 0.35;

    cursor: default;

}



.price-reduction-notification[aria-hidden="false"] {

    display: block;

}



.review-code-input {

    max-width: 200px;

}



@media (max-width: 768px) {

    .photo-modal__chrome {
        top: 84px;
        width: calc(100vw - 24px);
    }



    .photo-modal__close {

        padding: 0.65rem 0.85rem;

    }



    .photo-modal__close-text {

        display: none;

    }



    .photo-modal__nav {

        width: 40px;

        height: 40px;

        margin-top: -20px;

    }



    .photo-modal__nav--prev {

        left: 10px;

    }



    .photo-modal__nav--next {

        right: 10px;

    }



    .photo-modal__stage {
        padding: 132px 56px 24px;
    }
}


/* Star Rating Styles */

.rating-stars {

    display: flex;

    gap: 5px;

    font-size: 2rem;

    cursor: pointer;

    color: #ccc;

    margin-bottom: 1rem;

}



.rating-star {

    transition: color 0.2s ease, transform 0.2s ease;

}



.rating-star:hover {

    transform: scale(1.2);

}



.rating-star.hover,

.rating-star.selected {

    color: var(--soft-gold, #D4AF37);

}



/* =============================================

   Amenity Icons - Configurable via CSS

   ============================================= */

.amenity-icon {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 24px;

    height: 24px;

    font-size: 1.25rem;

    line-height: 1;

}



/* Default emoji icons - can be overridden in custom CSS */

.amenity-icon--wifi::before {

    content: "📶";

}



.amenity-icon--parking::before {

    content: "🅿️";

}



.amenity-icon--balcony::before {

    content: "🌿";

}



.amenity-icon--terrace::before {

    content: "☀️";

}



.amenity-icon--garden::before {

    content: "🌱";

}



.amenity-icon--sauna::before {

    content: "🧖";

}



.amenity-icon--pool::before {

    content: "🏊";

}



.amenity-icon--ac::before {

    content: "❄️";

}



.amenity-icon--floor-heating::before {

    content: "🌡️";

}



.amenity-icon--dishwasher::before {

    content: "🍽️";

}



.amenity-icon--washing::before {

    content: "👕";

}



.amenity-icon--tv::before {

    content: "📺";

}



/* Living Details Icons */

.amenity-icon--detached::before {

    content: "🏠";

}



.amenity-icon--gated::before {

    content: "🔒";

}



.amenity-icon--heating::before {

    content: "♨️";

}



.amenity-icon--dining::before {

    content: "🍴";

}



.amenity-icon--living::before {

    content: "🛋️";

}



.amenity-icon--mirror::before {

    content: "🪞";

}



.amenity-icon--vacuum::before {

    content: "🧹";

}



.amenity-icon--drying::before {

    content: "👔";

}



.amenity-icon--golf::before {

    content: "⛳";

}



.amenity-icon--bikes::before {

    content: "🚲";

}



.amenity-icon--floors::before {

    content: "🏢";

}



/* New Amenities */

.amenity-icon--car::before {

    content: "🚗";

}



.amenity-icon--grill::before {

    content: "🔥";

}



.amenity-icon--houseboat::before {

    content: "⛵";

}

