.gg-property-hero {
    min-height: min(30rem, 62vh);
}

.gg-property-hero__content {
    max-width: 48rem;
    padding-bottom: 5rem;
}

.gg-property-hero .gg-page-hero__actions {
    gap: 0.8rem;
}

.gg-property-hero__lede {
    max-width: 37rem;
}

.gg-property-intro {
    background: #fbf8f3;
}

.gg-property-intro__shell {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.6rem 0 2.8rem;
    text-align: center;
}

.gg-property-intro__shell::before {
    content: "";
    position: absolute;
    top: -5.1rem;
    left: 50%;
    width: min(calc(100% - 10rem), 30rem);
    height: 9.6rem;
    background: #fbf8f3;
    border-top-left-radius: 15rem 9.6rem;
    border-top-right-radius: 15rem 9.6rem;
    transform: translateX(-50%);
    z-index: 1;
}

.gg-property-intro__crest {
    position: relative;
    width: min(calc(100% - 10rem), 30rem);
    margin: 0 auto;
    overflow: visible;
    line-height: 0;
    z-index: 2;
}

.gg-property-intro__icon {
    display: block;
    margin: -6.75rem auto 0;
    z-index: 2;
    height: 10.8rem;
    object-fit: contain;
}

.gg-property-intro__text {
    position: relative;
    z-index: 2;
    margin-top: 0;
    padding-top: 0.65rem;
}

.gg-property-intro__text p {
    margin: 0;
    color: rgba(70, 60, 50, 0.5);
    font-family: var(--bs-body-font-family);
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.gg-property-status-banner {
    color: var(--gg-white);
    background: rgba(70, 60, 50, 0.96);
    box-shadow: inset 0 0.75rem 1.5rem rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.12), inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.gg-property-status-banner__inner {
    display: block;
    padding: 1.5rem 0;
    text-align: center;
}

.gg-property-status-banner__inner p {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.3;
    text-transform: uppercase;
}

.gg-property-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 22rem);
    gap: 2rem;
    margin-bottom: 4rem;
}

.gg-property-panel {
    padding: clamp(1.5rem, 3vw, 2.2rem);
}

.gg-property-copy__eyebrow {
    margin: 0 0 0.7rem;
    color: var(--gg-accent-strong);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.gg-property-copy h2,
.gg-property-action-card h2 {
    margin: 0;
    color: var(--gg-ink-strong);
    font-size: clamp(1.75rem, 3vw, 2.45rem);
    line-height: 1.12;
}

.gg-property-spec-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 1.75rem;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(70, 60, 50, 0.12);
    border-bottom: 1px solid rgba(70, 60, 50, 0.12);
}

.gg-property-spec-list li {
    display: grid;
    justify-items: center;
    gap: 0.25rem;
    padding: 1.1rem 0.75rem;
    text-align: center;
}

.gg-property-spec-list li + li {
    border-left: 1px solid rgba(70, 60, 50, 0.12);
}

.gg-property-spec-list .fa {
    margin-bottom: 0.35rem;
    color: var(--gg-accent-strong);
    font-size: 1.2rem;
}

.gg-property-spec-list strong {
    color: var(--gg-ink-strong);
    font-size: 1.2rem;
}

.gg-property-spec-list span {
    color: var(--gg-ink-soft);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gg-property-notes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.gg-property-note {
    padding: 1.15rem 1.1rem;
    border: 1px solid rgba(70, 60, 50, 0.12);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(244, 239, 231, 0.82) 0%, rgba(255, 255, 255, 0.94) 100%);
}

.gg-property-note__icon {
    display: inline-grid;
    flex: 0 0 auto;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: rgba(185, 150, 105, 0.14);
    color: var(--gg-accent-strong);
    font-size: 1rem;
}

.gg-property-note h3 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0 0 0.8rem;
    color: var(--gg-ink-strong);
    font-size: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.gg-property-note p {
    margin: 0;
    color: var(--gg-ink-soft);
    line-height: 1.7;
}
.gg-property-action-card {
    width: 100%;
    align-self: start;
    padding: 1.55rem 1.4rem;
    border: 1px solid var(--gg-border);
    border-radius: var(--gg-radius-md);
    background: linear-gradient(180deg, rgba(244, 239, 231, 0.92) 0%, rgba(255, 255, 255, 0.96) 100%);
    box-shadow: var(--gg-shadow-soft);
}

.gg-property-action-card .gg-btn-primary {
    margin-top: 0.15rem;
}

.gg-property-action-card__copy {
    margin: 0.9rem 0 1.1rem;
    color: var(--gg-ink-soft);
    line-height: 1.7;
}

.gg-property-action-card__secondary {
    color: var(--gg-legacy-brown);
    background: rgba(244, 239, 231, 0.96);
    border-color: rgba(70, 60, 50, 0.42);
}

.gg-property-action-card__secondary:hover,
.gg-property-action-card__secondary:focus {
    color: var(--gg-legacy-brown);
    background: rgba(255, 255, 255, 0.98);
}

.gg-property-gallery {
    padding-top: 0;
}

.gg-property-gallery__shell {
    padding: clamp(1.5rem, 3vw, 2.2rem);
}

.gg-property-gallery__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.gg-property-gallery__header h2 {
    margin: 0;
    color: var(--gg-ink-strong);
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    line-height: 1.15;
}

.gg-property-gallery__count {
    margin: 0;
    color: var(--gg-ink-soft);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.gg-property-gallery__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: minmax(10rem, 14vw);
    gap: 0.85rem;
}

.gg-property-gallery__item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 1rem;
    background: rgba(70, 60, 50, 0.08);
    box-shadow: 0 0.65rem 1.4rem rgba(28, 24, 21, 0.12);
    isolation: isolate;
}

.gg-property-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease, filter 220ms ease;
}

.gg-property-gallery__item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(28, 24, 21, 0.02) 0%, rgba(28, 24, 21, 0.18) 100%);
    opacity: 0;
    transition: opacity 220ms ease;
    pointer-events: none;
}

.gg-property-gallery__item:hover img,
.gg-property-gallery__item:focus-visible img {
    transform: scale(1.03);
    filter: saturate(1.04);
}

.gg-property-gallery__item:hover::after,
.gg-property-gallery__item:focus-visible::after {
    opacity: 1;
}

.gg-property-gallery__item:focus-visible {
    outline: 3px solid rgba(185, 150, 105, 0.6);
    outline-offset: 3px;
}

@media (max-width: 991.98px) {
    .gg-property-layout {
        grid-template-columns: 1fr;
    }

    .gg-property-status-banner__inner {
        text-align: center;
    }

    .gg-property-notes {
        grid-template-columns: 1fr;
    }

    .gg-property-spec-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gg-property-spec-list li:nth-child(3),
    .gg-property-spec-list li:nth-child(4) {
        border-top: 1px solid rgba(70, 60, 50, 0.12);
    }

    .gg-property-spec-list li:nth-child(3) {
        border-left: 0;
    }

    .gg-property-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: minmax(10rem, 24vw);
    }
}

@media (max-width: 767.98px) {
    .gg-property-intro__shell {
        padding-top: 2.2rem;
    }

    .gg-property-intro__shell::before {
        top: -3.8rem;
        width: min(calc(100% - 3rem), 21rem);
        height: 7rem;
        border-top-left-radius: 10.5rem 7rem;
        border-top-right-radius: 10.5rem 7rem;
    }

    .gg-property-intro__crest {
        width: min(calc(100% - 3rem), 21rem);
        min-height: 4.4rem;
        margin-top: 0;
        line-height: 0;
    }

    .gg-property-intro__icon {
        height: 9.2rem;
        margin-top: -4.8rem;
    }

    .gg-property-spec-list {
        grid-template-columns: 1fr;
    }

    .gg-property-spec-list li + li {
        border-left: 0;
        border-top: 1px solid rgba(70, 60, 50, 0.12);
    }

    .gg-property-intro__text p {
        font-size: clamp(0.92rem, 4vw, 1.1rem);
    }

    .gg-property-gallery__header {
        flex-direction: column;
        align-items: start;
    }

    .gg-property-gallery__grid {
        grid-template-columns: 1fr;
        grid-auto-rows: minmax(11rem, 52vw);
    }

}