.property-show-page {
    color: #263238;
}

.property-show-hero {
    padding: 4rem 0 3rem;
    background:
        linear-gradient(90deg, rgba(15, 118, 110, 0.1), rgba(255, 255, 255, 0)),
        #f8f9fa;
}

.property-show-back-link {
    display: inline-flex;
    gap: 0.45rem;
    align-items: center;
    margin-bottom: 1.5rem;
    color: #455a64;
    font-weight: 700;
    text-decoration: none;
}

.property-show-back-link:hover,
.property-show-back-link:focus {
    color: #0552a8;
}

.property-show-hero-copy {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.property-show-hero h1 {
    max-width: 52rem;
    font-size: 3.2rem;
    line-height: 1.15;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.property-show-hero .lead {
    max-width: 50rem;
    margin-top: 1rem;
    color: #455a64;
}

.property-show-eyebrow,
.property-show-summary-label {
    margin-bottom: 0.75rem;
    color: #b65f00;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.property-show-location {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
    max-width: 44rem;
    margin: 1rem 0 0;
    color: #607d8b;
    font-weight: 700;
    line-height: 1.5;
}

.property-show-location i {
    margin-top: 0.2rem;
    color: #0f766e;
}

.property-show-price-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    margin-top: 1.5rem;
}

.property-show-price {
    margin-bottom: 0;
    color: #05223a;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
}

.property-show-price-row span {
    padding: 0.45rem 0.65rem;
    border-radius: 8px;
    background-color: rgba(5, 34, 58, 0.9);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
}

.property-show-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    margin-top: 1.5rem;
}

.property-show-summary,
.property-show-panel,
.property-show-contact-panel,
.property-show-help-panel {
    border: 1px solid rgba(38, 50, 56, 0.12);
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0.75rem 2rem rgba(38, 50, 56, 0.08);
}

.property-show-summary {
    overflow: hidden;
}

.property-show-summary img,
.property-show-hero-placeholder {
    display: block;
    width: 100%;
    height: 18rem;
}

.property-show-summary img {
    object-fit: cover;
    object-position: center;
}

.property-show-hero-placeholder {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    justify-content: center;
    background-color: #eef3f6;
    color: #607d8b;
    font-weight: 800;
}

.property-show-hero-placeholder i {
    color: #0f766e;
}

.property-show-summary-copy,
.property-show-panel,
.property-show-contact-panel,
.property-show-help-panel {
    padding: 1.25rem;
}

.property-show-summary li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    margin-top: 0.85rem;
    color: #37474f;
    line-height: 1.45;
}

.property-show-summary i,
.property-show-panel-heading i,
.property-show-help-panel li::marker {
    color: #0f766e;
}

.property-show-section {
    padding: 3rem 0;
}

.property-show-panel + .property-show-panel {
    margin-top: 1.25rem;
}

.property-show-panel-heading {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.25rem;
}

.property-show-panel-heading > span {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 8px;
    background-color: rgba(15, 118, 110, 0.1);
    color: #0f766e;
}

.property-show-gallery-grid {
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.property-show-gallery-item {
    position: relative;
    display: block;
    min-height: 9rem;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
    background-color: #eef3f6;
    color: #fff;
    text-decoration: none;
}

.property-show-gallery-item-featured {
    grid-column: span 2;
    grid-row: span 2;
}

.property-show-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 200ms ease;
}

.property-show-gallery-item:hover img,
.property-show-gallery-item:focus img {
    transform: scale(1.03);
}

.property-show-gallery-item span {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    display: inline-flex;
    gap: 0.45rem;
    align-items: center;
    padding: 0.45rem 0.65rem;
    border-radius: 8px;
    background-color: rgba(5, 34, 58, 0.9);
    color: #fff;
    font-size: 0.86rem;
    font-weight: 800;
}

.property-show-empty-gallery {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.25rem;
    border-radius: 8px;
    background-color: #f8fafb;
    color: #607d8b;
}

.property-show-empty-gallery i {
    color: #0f766e;
    font-size: 1.5rem;
}

.property-show-empty-gallery p {
    margin-bottom: 0;
}

.property-show-modal-image {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 80vh;
    margin: 0 auto;
    object-fit: contain;
}

.property-show-description {
    color: #37474f;
    line-height: 1.75;
}

.property-show-muted {
    color: #607d8b;
}

.property-show-spec-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.property-show-spec-tile {
    display: grid;
    gap: 0.35rem;
    min-height: 7.5rem;
    padding: 1rem;
    border: 1px solid rgba(38, 50, 56, 0.1);
    border-radius: 8px;
    background-color: #f8fafb;
}

.property-show-spec-tile i {
    color: #0552a8;
    font-size: 1.15rem;
}

.property-show-spec-tile span {
    color: #607d8b;
    font-size: 0.86rem;
    font-weight: 700;
}

.property-show-spec-tile strong {
    color: #263238;
    font-size: 1.05rem;
}

.property-show-detail-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 1rem;
    margin: 1.25rem 0 0;
}

.property-show-detail-list div {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(38, 50, 56, 0.1);
}

.property-show-detail-list dt {
    color: #607d8b;
    font-size: 0.86rem;
    font-weight: 700;
}

.property-show-detail-list dd {
    margin-bottom: 0;
    color: #263238;
    font-weight: 800;
}

.property-show-feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.25rem;
}

.property-show-feature-list span {
    display: inline-flex;
    gap: 0.4rem;
    align-items: center;
    padding: 0.5rem 0.65rem;
    border-radius: 8px;
    background-color: rgba(15, 118, 110, 0.1);
    color: #0b5f59;
    font-weight: 800;
}

.property-show-aside {
    display: grid;
    position: sticky;
    top: 1rem;
    gap: 1rem;
}

.property-show-contact-panel h2,
.property-show-help-panel h2 {
    margin-bottom: 0.75rem;
}

.property-show-contact-price {
    color: #05223a;
    font-size: 1.45rem;
    font-weight: 800;
}

.property-show-contact-links {
    display: grid;
    gap: 0.65rem;
    margin: 1rem 0 1.25rem;
}

.property-show-contact-links a {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    color: #263238;
    font-weight: 700;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.property-show-contact-links a:hover,
.property-show-contact-links a:focus {
    color: #0552a8;
}

.property-show-contact-links i {
    color: #0f766e;
}

.property-show-help-panel p:not(.property-show-eyebrow) {
    color: #607d8b;
    line-height: 1.55;
}

@media (max-width: 991.98px) {
    .property-show-summary img,
    .property-show-hero-placeholder {
        height: 16rem;
    }

    .property-show-aside {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .property-show-hero {
        padding: 3rem 0 2rem;
    }

    .property-show-hero h1 {
        font-size: 2rem;
    }

    .property-show-price {
        font-size: 1.55rem;
    }

    .property-show-section {
        padding: 2rem 0;
    }

    .property-show-panel-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .property-show-gallery-grid,
    .property-show-spec-grid,
    .property-show-detail-list {
        grid-template-columns: 1fr;
    }

    .property-show-gallery-item-featured {
        grid-column: span 1;
        grid-row: span 1;
    }
}
