:root {
    --gh-brand-charcoal: #2f3138;
    --gh-brand-charcoal-2: #474a50;
    --gh-brand-lime: #8fc93f;
    --gh-brand-lime-deep: #6ea62e;
    --gh-brand-orange: #f49b21;
}

.gh-brand-logo {
    border-radius: .5rem;
    height: 2.75rem;
    object-fit: contain;
    width: auto;
}

.gh-navbar-brand {
    padding-bottom: .35rem;
    padding-top: .35rem;
}

.gh-brand-wordmark {
    color: var(--gh-brand-charcoal);
    letter-spacing: .01em;
}

.gh-brand-icon {
    align-items: center;
    background: var(--fn-primary-bg-subtle);
    border-radius: 999px;
    display: inline-flex;
    height: 2.35rem;
    justify-content: center;
    width: 2.35rem;
}

.gh-mobile-menu {
    position: relative;
}

.gh-mobile-menu summary {
    list-style: none;
}

.gh-mobile-menu summary::-webkit-details-marker {
    display: none;
}

.gh-mobile-menu-panel {
    background: var(--fn-body-bg);
    border: 1px solid var(--fn-border-color);
    border-radius: 1rem;
    display: grid;
    gap: .25rem;
    min-width: 14rem;
    padding: .75rem;
    position: absolute;
    right: 0;
    top: calc(100% + .75rem);
    z-index: 1030;
}

.gh-mobile-menu-panel a:not(.btn) {
    border-radius: .75rem;
    color: var(--fn-body-color);
    font-weight: 500;
    padding: .7rem .8rem;
    text-decoration: none;
}

.gh-mobile-menu-panel a.active,
.gh-mobile-menu-panel a:not(.btn):hover {
    background: var(--fn-primary-bg-subtle);
    color: var(--fn-primary);
}

.gh-theme-toggle {
    position: relative;
}

.gh-header-actions {
    background: rgba(143, 201, 63, .08);
    border: 1px solid rgba(143, 201, 63, .24);
    border-radius: 999px;
    padding: .28rem;
}

.gh-header-icon,
.gh-header-link,
.gh-header-cta {
    border: 0;
    border-radius: 999px;
    min-height: 2.65rem;
}

.gh-header-icon {
    background: rgba(255, 255, 255, .86);
    box-shadow: inset 0 0 0 1px rgba(47, 49, 56, .08);
    color: var(--gh-brand-charcoal);
}

.gh-header-link {
    color: var(--gh-brand-charcoal);
    font-weight: 700;
    padding-left: 1rem;
    padding-right: 1rem;
}

.gh-header-cta {
    background: linear-gradient(135deg, var(--gh-brand-lime), var(--gh-brand-lime-deep));
    color: #13200c;
    font-weight: 800;
    padding-left: 1.05rem;
    padding-right: 1.15rem;
    box-shadow: 0 .5rem 1rem rgba(143, 201, 63, .22);
}

.gh-header-icon:hover,
.gh-header-link:hover {
    background: #fff;
    color: var(--gh-brand-charcoal);
}

.gh-header-cta:hover,
.gh-header-cta:focus {
    background: linear-gradient(135deg, #9ad84a, #78b338);
    color: #13200c;
    transform: translateY(-.05rem);
}

.gh-theme-toggle .gh-theme-toggle-light,
.gh-mobile-theme-toggle .gh-theme-toggle-light,
[data-bs-theme="dark"] .gh-theme-toggle .gh-theme-toggle-dark,
[data-bs-theme="dark"] .gh-mobile-theme-toggle .gh-theme-toggle-dark {
    display: none;
}

[data-bs-theme="dark"] .gh-theme-toggle .gh-theme-toggle-light,
[data-bs-theme="dark"] .gh-mobile-theme-toggle .gh-theme-toggle-light {
    display: inline-block;
}

[data-bs-theme="dark"] .gh-header-actions {
    background: rgba(143, 201, 63, .12);
    border-color: rgba(143, 201, 63, .32);
}

[data-bs-theme="dark"] .gh-header-icon,
[data-bs-theme="dark"] .gh-header-link {
    background: rgba(17, 24, 39, .72);
    color: #e5e7eb;
}

[data-bs-theme="dark"] .gh-header-icon:hover,
[data-bs-theme="dark"] .gh-header-link:hover {
    background: rgba(29, 39, 53, .95);
    color: #fff;
}

.gh-mobile-theme-toggle {
    background: transparent;
    border: 0;
    border-radius: .75rem;
    color: var(--fn-body-color);
    font: inherit;
    font-weight: 500;
    padding: .7rem .8rem;
    text-align: left;
}

.gh-mobile-theme-toggle:hover {
    background: var(--fn-primary-bg-subtle);
    color: var(--fn-primary);
}

.gh-hero {
    background:
        radial-gradient(circle at 16% 22%, rgba(143, 201, 63, .24), transparent 24rem),
        linear-gradient(90deg, rgba(10, 17, 24, .9), rgba(17, 24, 39, .58) 48%, rgba(17, 24, 39, .18)),
        linear-gradient(180deg, rgba(17, 24, 39, .22), rgba(17, 24, 39, .74)),
        var(--gh-hero-image);
    background-position: center;
    background-size: cover;
    min-height: min(38rem, calc(100svh - 4.5rem));
    overflow: visible;
    z-index: 20;
}

.gh-hero .container {
    min-height: min(38rem, calc(100svh - 4.5rem));
}

.gh-hero-search {
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(143, 201, 63, .35);
    box-shadow: 0 1rem 2rem rgba(47, 49, 56, .16);
    max-width: 100%;
    overflow: visible;
    width: 100%;
}

.gh-hero .display-3 {
    font-size: clamp(2.25rem, 5vw, 4rem);
}

.gh-hero-search-shell {
    max-width: 74rem;
    position: relative;
    width: 100%;
    z-index: 30;
}

[data-bs-theme="dark"] .gh-hero-search {
    background: rgba(29, 39, 53, .94);
}

.gh-home-pill {
    background: #fff;
    border: 1px solid rgba(47, 49, 56, .25);
    color: var(--gh-brand-charcoal);
    font-weight: 600;
    padding: .62rem 1.25rem;
}

.gh-home-pill:hover {
    border-color: var(--gh-brand-lime);
    color: var(--gh-brand-charcoal);
}

.gh-home-pill-active {
    background: var(--gh-brand-lime);
    border-color: var(--gh-brand-lime);
    color: #15210f;
}

.gh-hero-tabs {
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(143, 201, 63, .35);
    border-radius: 999px;
    display: flex;
    gap: .5rem;
    margin-left: auto;
    margin-right: auto;
    padding: .5rem;
    width: fit-content;
}

.gh-hero-tabs .gh-home-pill {
    min-width: 9.6rem;
}

[data-bs-theme="dark"] .gh-hero-tabs {
    background: rgba(29, 39, 53, .92);
    border-color: rgba(143, 201, 63, .42);
}

[data-bs-theme="dark"] .gh-home-pill {
    background: rgba(17, 24, 39, .8);
    border-color: rgba(148, 163, 184, .34);
    color: #dbe2ea;
}

[data-bs-theme="dark"] .gh-home-pill:hover {
    border-color: rgba(143, 201, 63, .64);
    color: #f8fafc;
}

[data-bs-theme="dark"] .gh-home-pill-active {
    background: #8fc93f;
    border-color: #8fc93f;
    color: #13200c;
}

.gh-ai-search-row {
    align-items: center;
    display: flex;
    gap: .75rem;
}

.gh-ai-input-wrap {
    position: relative;
}

.gh-ai-glow-icon {
    align-items: center;
    animation: gh-ai-pulse 1.9s ease-in-out infinite;
    background: rgba(143, 201, 63, .16);
    border: 1px solid rgba(143, 201, 63, .72);
    border-radius: 999px;
    color: #4f7f1f;
    display: inline-flex;
    height: 2rem;
    justify-content: center;
    left: .75rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    z-index: 2;
}

.gh-ai-glow-icon .gh-ai-sparkles {
    display: block;
    filter: drop-shadow(0 0 .35rem rgba(143, 201, 63, .75));
    height: 1.15rem;
    width: 1.15rem;
}

.gh-ai-glow-icon .gh-ai-sparkles path {
    fill: #5f8f2a;
}

.gh-ai-prompt-input {
    border: 1px solid rgba(143, 201, 63, .35);
    border-radius: 1.2rem;
    min-height: 3.25rem;
    padding-left: 3.2rem;
}

.gh-hero-filter-grid {
    display: grid;
    gap: .65rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.gh-hero-amenities-row {
    width: 100%;
}

.gh-hero-filter-grid .form-select {
    min-height: 2.75rem;
}

.gh-hero-filter-grid .form-select:disabled {
    background-color: rgba(148, 163, 184, .16);
    color: rgba(71, 74, 80, .7);
}

.gh-hero-filter-grid .choices {
    margin-bottom: 0;
    z-index: 35;
}

.gh-hero-filter-grid .choices.is-open,
.gh-hero-amenities-row .choices.is-open {
    z-index: 1200;
}

.gh-hero-filter-grid .choices .choices__inner {
    background: var(--fn-body-bg);
    border: var(--fn-border-width) solid var(--fn-border-color);
    border-radius: var(--fn-border-radius);
    min-height: 2.75rem;
    padding: .53rem 2.25rem .53rem .75rem;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.gh-hero-filter-grid .choices .choices__list--single {
    line-height: 1.35;
    padding: .12rem 0;
}

.gh-hero-filter-grid .choices.is-focused .choices__inner,
.gh-hero-filter-grid .choices.is-open .choices__inner {
    border-color: var(--gh-brand-lime);
    box-shadow: 0 0 0 .25rem rgba(143, 201, 63, .16);
}

.gh-hero-filter-grid .choices[data-type*=select-one]::after {
    border-color: var(--fn-secondary-color) transparent transparent;
    margin-top: -2px;
    right: .95rem;
}

.gh-hero-filter-grid .choices.is-open[data-type*=select-one]::after {
    border-color: transparent transparent var(--fn-secondary-color);
    margin-top: -7px;
}

.gh-hero-filter-grid .choices .choices__list--dropdown,
.gh-hero-filter-grid .choices .choices__list[aria-expanded] {
    border: var(--fn-border-width) solid var(--fn-border-color);
    border-radius: var(--fn-border-radius);
    box-shadow: var(--fn-box-shadow);
    margin-top: .3125rem;
    padding: .75rem;
    z-index: 1300;
}

.gh-ai-prompt-input::placeholder {
    color: rgba(71, 74, 80, .82);
}

.gh-hero-filter-grid .choices .choices__placeholder {
    color: rgba(71, 74, 80, .82);
    opacity: 1;
}

.gh-ai-search-row .btn {
    border-radius: 1rem;
    min-height: 3.25rem;
    min-width: 10rem;
}

.gh-ai-search-row .gh-logo-btn,
.gh-ai-search-row .gh-logo-btn:hover,
.gh-ai-search-row .gh-logo-btn:focus {
    color: #13200c;
}

.gh-ai-btn-icon {
    align-items: center;
    color: #2f4a12;
    display: inline-flex;
    filter: drop-shadow(0 0 .28rem rgba(143, 201, 63, .75));
}

.gh-hero-filter-grid .choices .choices__list--dropdown .choices__item,
.gh-hero-filter-grid .choices .choices__list[aria-expanded] .choices__item {
    align-items: center;
    border-radius: calc(var(--fn-border-radius) * .75);
    color: var(--fn-component-color);
    display: flex;
    font-weight: 500;
    margin: 0;
    overflow: hidden;
    padding: .5rem .75rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gh-hero-filter-grid .choices .choices__list--multiple .choices__item {
    background: var(--gh-brand-lime);
    border: 1px solid var(--gh-brand-lime);
    border-radius: 999px;
    color: var(--gh-brand-charcoal);
}

#home-ai-form .choices.gh-amenities-select.is-focused .choices__inner,
#home-ai-form .choices.gh-amenities-select.is-open .choices__inner,
#home-ai-form .choices:has(#hero-filter-amenities).is-focused .choices__inner,
#home-ai-form .choices:has(#hero-filter-amenities).is-open .choices__inner {
    border-color: var(--gh-brand-lime);
    box-shadow: 0 0 0 .25rem rgba(143, 201, 63, .16);
}

#home-ai-form .choices.gh-amenities-select .choices__input,
#home-ai-form .choices:has(#hero-filter-amenities) .choices__input {
    min-width: 8rem;
}

#home-ai-form .choices.gh-amenities-select .choices__input::placeholder,
#home-ai-form .choices:has(#hero-filter-amenities) .choices__input::placeholder {
    color: rgba(71, 74, 80, .82);
    opacity: 1;
}

#home-ai-form .choices.gh-amenities-select .choices__list--multiple .choices__item,
#home-ai-form .choices:has(#hero-filter-amenities) .choices__list--multiple .choices__item {
    background: var(--gh-brand-lime);
    border-color: var(--gh-brand-lime);
    color: var(--gh-brand-charcoal);
}

#home-ai-form .choices.gh-amenities-select .choices__list--dropdown .choices__item.is-selected,
#home-ai-form .choices.gh-amenities-select .choices__list[aria-expanded] .choices__item.is-selected,
#home-ai-form .choices.gh-amenities-select .choices__list--dropdown .choices__item.is-highlighted,
#home-ai-form .choices.gh-amenities-select .choices__list[aria-expanded] .choices__item.is-highlighted,
#home-ai-form .choices:has(#hero-filter-amenities) .choices__list--dropdown .choices__item.is-selected,
#home-ai-form .choices:has(#hero-filter-amenities) .choices__list[aria-expanded] .choices__item.is-selected,
#home-ai-form .choices:has(#hero-filter-amenities) .choices__list--dropdown .choices__item.is-highlighted,
#home-ai-form .choices:has(#hero-filter-amenities) .choices__list[aria-expanded] .choices__item.is-highlighted {
    background: rgba(143, 201, 63, .18);
    color: var(--gh-brand-charcoal);
}

.gh-hero-filter-grid .choices .choices__list--dropdown .choices__item--selectable.is-highlighted,
.gh-hero-filter-grid .choices .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background: rgba(143, 201, 63, .18);
    color: var(--gh-brand-charcoal);
}

[data-bs-theme="dark"] .gh-hero-filter-grid .choices .choices__inner {
    background: rgba(29, 39, 53, .93);
    border-color: rgba(148, 163, 184, .35);
    color: #e5e7eb;
}

[data-bs-theme="dark"] .gh-hero-filter-grid .choices .choices__list--dropdown,
[data-bs-theme="dark"] .gh-hero-filter-grid .choices .choices__list[aria-expanded] {
    background: #1d2735;
    border-color: rgba(148, 163, 184, .25);
}

[data-bs-theme="dark"] .gh-hero-filter-grid .choices .choices__item,
[data-bs-theme="dark"] .gh-hero-filter-grid .choices .choices__item--selectable {
    color: #e5e7eb;
    border-color: rgba(148, 163, 184, .32);
}

.gh-logo-btn {
    background: linear-gradient(135deg, var(--gh-brand-lime), var(--gh-brand-lime-deep));
    border-color: transparent;
    color: #13200c;
    font-weight: 700;
}

.gh-logo-btn:hover,
.gh-logo-btn:focus {
    background: linear-gradient(135deg, #9ad84a, #78b338);
    border-color: transparent;
    color: #13200c;
}

[data-bs-theme="dark"] .gh-logo-btn {
    color: #13200c;
}

.gh-accent {
    color: var(--gh-brand-lime) !important;
}

.gh-icon-pill {
    background: linear-gradient(135deg, var(--gh-brand-lime), var(--gh-brand-lime-deep));
    border-color: transparent;
    color: #13200c;
}

.gh-brand-badge {
    background: rgba(143, 201, 63, .18);
    border: 1px solid rgba(143, 201, 63, .42);
    color: var(--gh-brand-charcoal);
}

.text-white-75 {
    color: rgba(255, 255, 255, .75) !important;
}

.gh-app-promo {
    background:
        radial-gradient(circle at 82% 20%, rgba(236, 255, 214, .55), transparent 19rem),
        radial-gradient(circle at 12% 88%, rgba(244, 155, 33, .24), transparent 18rem),
        linear-gradient(135deg, #243021, #45611f 58%, #86bd38);
    box-shadow: 0 1.5rem 4rem rgba(47, 49, 56, .18);
    color: #fff;
    position: relative;
    z-index: 1;
}

.gh-app-promo::before {
    background: rgba(255, 255, 255, .08);
    border-radius: 999px;
    content: "";
    height: 20rem;
    position: absolute;
    right: 3rem;
    top: 2rem;
    width: 20rem;
}

.gh-app-kicker {
    color: rgba(220, 255, 177, .92);
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gh-store-btn {
    align-items: center;
    background: #0e1116;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: .85rem;
    color: #fff;
    display: inline-flex;
    gap: .75rem;
    min-width: 11rem;
    padding: .62rem .9rem;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease;
}

.gh-store-btn:hover {
    background: #000;
    color: #fff;
    transform: translateY(-.12rem);
}

.gh-store-btn i {
    font-size: 1.55rem;
}

.gh-store-btn span {
    display: grid;
    font-weight: 700;
    line-height: 1.1;
}

.gh-store-btn small {
    color: rgba(255, 255, 255, .72);
    font-size: .68rem;
    font-weight: 600;
}

.gh-qr-card {
    background: #fff;
    border: .55rem solid #fff;
    border-radius: .85rem;
    box-shadow: 0 .8rem 1.6rem rgba(0, 0, 0, .18);
    height: 7.2rem;
    overflow: hidden;
    width: 7.2rem;
}

.gh-qr-card img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.gh-app-feature {
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 1.35rem;
    box-shadow: 0 1rem 2rem rgba(29, 39, 53, .14);
    color: var(--gh-brand-charcoal);
    display: grid;
    gap: 1rem;
    min-height: 9.25rem;
    padding: 1.35rem;
}

.gh-app-feature i {
    color: var(--gh-brand-lime-deep);
    font-size: 1.75rem;
}

.gh-app-feature span {
    font-weight: 700;
    line-height: 1.35;
}

.gh-phone-stage {
    min-height: 24rem;
    position: relative;
}

.gh-phone-mockup {
    background: #111827;
    border: .65rem solid #0d1117;
    border-radius: 2.1rem;
    box-shadow: -1.25rem 1.5rem 2.5rem rgba(0, 0, 0, .25);
    height: 25rem;
    overflow: hidden;
    position: absolute;
    right: 2rem;
    top: 1.5rem;
    transform: rotate(9deg);
    width: 13.5rem;
}

.gh-phone-speaker {
    background: #020617;
    border-radius: 999px;
    height: 1.1rem;
    left: 50%;
    position: absolute;
    top: .75rem;
    transform: translateX(-50%);
    width: 4.3rem;
    z-index: 2;
}

.gh-phone-screen,
.gh-phone-screen img {
    height: 100%;
    width: 100%;
}

.gh-phone-screen {
    position: relative;
}

.gh-phone-screen img {
    filter: saturate(1.05);
    object-fit: cover;
}

.gh-phone-card {
    background: rgba(255, 255, 255, .94);
    border-radius: 1rem;
    bottom: 1rem;
    color: var(--gh-brand-charcoal);
    display: grid;
    gap: .2rem;
    left: .8rem;
    padding: .9rem;
    position: absolute;
    right: .8rem;
}

.gh-phone-card small {
    color: var(--fn-secondary-color);
}

.gh-city-tabs,
.gh-explore-tabs {
    align-items: center;
    border-bottom: 1px solid var(--fn-border-color);
    display: flex;
    flex-wrap: wrap;
    gap: 1.75rem;
}

.gh-city-tabs a,
.gh-explore-tabs a {
    color: var(--fn-secondary-color);
    font-weight: 700;
    padding: .75rem 0;
    position: relative;
    text-decoration: none;
}

.gh-city-tabs a::after,
.gh-explore-tabs a::after {
    background: var(--gh-brand-lime);
    bottom: -1px;
    content: "";
    height: .18rem;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
}

.gh-city-tabs a.active,
.gh-city-tabs a:hover,
.gh-explore-tabs a.active,
.gh-explore-tabs a:hover {
    color: var(--gh-brand-charcoal);
}

.gh-city-tabs a.active::after,
.gh-city-tabs a:hover::after,
.gh-explore-tabs a.active::after,
.gh-explore-tabs a:hover::after {
    opacity: 1;
}

.gh-project-card {
    border-radius: 1.25rem;
    box-shadow: 0 1rem 2.5rem rgba(29, 39, 53, .18);
    min-height: 31rem;
    overflow: hidden;
    position: relative;
}

.gh-project-media,
.gh-project-media img {
    inset: 0;
    position: absolute;
}

.gh-project-media img {
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform .35s ease;
    width: 100%;
}

.gh-project-card:hover .gh-project-media img {
    transform: scale(1.06);
}

.gh-project-media::after {
    background: linear-gradient(180deg, rgba(10, 17, 24, .1), rgba(10, 17, 24, .72) 46%, rgba(10, 17, 24, .96));
    content: "";
    inset: 0;
    position: absolute;
}

.gh-project-pill {
    background: rgba(10, 17, 24, .64);
    border-radius: 999px;
    color: #fff;
    font-size: .82rem;
    font-weight: 800;
    left: 1rem;
    padding: .28rem .65rem;
    position: absolute;
    top: 1rem;
    z-index: 2;
}

.gh-project-pill-secondary {
    top: 2.9rem;
}

.gh-project-content {
    bottom: 0;
    left: 0;
    padding: 1rem;
    position: absolute;
    right: 0;
    z-index: 3;
}

.gh-project-agency {
    background: #fff;
    border-radius: .35rem;
    color: var(--gh-brand-charcoal);
    display: inline-flex;
    font-weight: 800;
    margin-bottom: .85rem;
    max-width: 78%;
    padding: .5rem .7rem;
}

.gh-project-grid {
    display: grid;
    gap: clamp(1.5rem, 2.4vw, 2.25rem);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gh-section-heading-row {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}

.gh-featured-home-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gh-featured-home-card {
    background: var(--fn-body-bg);
    border: 1px solid var(--fn-border-color);
    border-radius: 1.25rem;
    box-shadow: 0 1rem 2.5rem rgba(17, 24, 39, .08);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.gh-featured-home-media {
    aspect-ratio: 1.42;
    background: var(--fn-tertiary-bg);
    overflow: hidden;
    position: relative;
}

.gh-featured-home-media img {
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
    width: 100%;
}

.gh-featured-home-card:hover .gh-featured-home-media img {
    transform: scale(1.04);
}

.gh-featured-home-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    left: .75rem;
    position: absolute;
    top: .75rem;
}

.gh-featured-home-badges span {
    align-items: center;
    backdrop-filter: blur(12px);
    background: rgba(17, 24, 39, .58);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: .86rem;
    font-weight: 800;
    gap: .35rem;
    padding: .28rem .6rem;
}

.gh-featured-save {
    align-items: center;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    height: 2.65rem;
    justify-content: center;
    position: absolute;
    right: .8rem;
    top: .8rem;
    width: 2.65rem;
}

.gh-featured-home-body {
    display: grid;
    gap: 1rem;
    padding: 1rem;
}

.gh-featured-agent {
    align-items: end;
    border-bottom: 1px solid var(--fn-border-color);
    display: grid;
    gap: .65rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding-bottom: .9rem;
}

.gh-featured-agent-avatar {
    align-items: center;
    background: linear-gradient(135deg, var(--gh-brand-lime), var(--gh-brand-lime-deep));
    border: .2rem solid var(--fn-body-bg);
    border-radius: 999px;
    color: #13200c;
    display: inline-flex;
    height: 3.2rem;
    justify-content: center;
    margin-top: -2.4rem;
    position: relative;
    width: 3.2rem;
}

.gh-featured-agent small {
    color: var(--gh-brand-lime-deep);
    display: block;
    font-size: .72rem;
    font-weight: 900;
}

.gh-featured-agent strong,
.gh-featured-location {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gh-featured-agency {
    border: 1px solid var(--fn-border-color);
    border-radius: .45rem;
    color: var(--fn-secondary-color);
    font-size: .76rem;
    font-weight: 800;
    padding: .35rem .5rem;
}

.gh-featured-price {
    color: var(--gh-brand-charcoal);
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1.1;
}

.gh-featured-specs {
    gap: .55rem .8rem;
}

.gh-featured-location-row {
    align-items: center;
    display: grid;
    gap: .65rem;
    grid-template-columns: minmax(0, 1fr) auto;
}

.gh-featured-location {
    color: var(--fn-secondary-color);
    display: inline-flex;
    gap: .4rem;
    min-width: 0;
    text-decoration: none;
}

.gh-featured-location:hover {
    color: var(--gh-brand-lime-deep);
}

.gh-featured-map-icon {
    align-items: center;
    background: rgba(143, 201, 63, .16);
    border: 1px solid rgba(143, 201, 63, .32);
    border-radius: 999px;
    color: var(--gh-brand-lime-deep);
    display: inline-flex;
    height: 2.35rem;
    justify-content: center;
    text-decoration: none;
    width: 2.35rem;
}

.gh-featured-map-icon:hover {
    background: rgba(143, 201, 63, .26);
    color: var(--gh-brand-charcoal);
}

.gh-featured-actions {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gh-featured-actions .btn {
    align-items: center;
    background: rgba(143, 201, 63, .14);
    border: 0;
    color: var(--gh-brand-charcoal);
    display: inline-flex;
    font-weight: 900;
    gap: .55rem;
    justify-content: center;
    min-height: 3rem;
}

.gh-featured-actions .btn:hover {
    background: rgba(143, 201, 63, .24);
    color: var(--gh-brand-charcoal);
}

.gh-project-tabs {
    align-items: center;
    border-bottom: 1px solid var(--fn-border-color);
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.gh-project-tabs a {
    color: var(--fn-secondary-color);
    font-weight: 800;
    padding: .75rem 0;
    position: relative;
    text-decoration: none;
}

.gh-project-tabs a::after {
    background: var(--gh-brand-lime);
    bottom: -1px;
    content: "";
    height: .2rem;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
}

.gh-project-tabs a.active,
.gh-project-tabs a:hover {
    color: var(--gh-brand-charcoal);
}

.gh-project-tabs a.active::after,
.gh-project-tabs a:hover::after {
    opacity: 1;
}

.gh-payment-plan {
    background: #fff;
    border-radius: 999px;
    color: var(--gh-brand-lime-deep);
    display: inline-flex;
    font-size: .88rem;
    font-weight: 900;
    padding: .25rem .65rem;
    width: fit-content;
}

.gh-explore-more {
    background: var(--fn-body-bg);
    border: 1px solid var(--fn-border-color);
    border-radius: 1.5rem;
    padding: clamp(1.25rem, 3vw, 2.5rem);
}

.gh-city-chip {
    border: 1px solid var(--fn-border-color);
    border-radius: .7rem;
    color: var(--fn-body-color);
    padding: .6rem 1rem;
    text-decoration: none;
}

.gh-city-chip.active,
.gh-city-chip:hover {
    border-color: var(--gh-brand-lime);
    box-shadow: 0 0 0 .18rem rgba(143, 201, 63, .14);
    color: var(--gh-brand-charcoal);
}

.gh-explore-heading {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--fn-body-color);
    display: inline-flex;
    font-size: 1.35rem;
    gap: .65rem;
    margin-bottom: 1rem;
    padding: 0;
}

.gh-link-grid {
    columns: 1;
}

.gh-link-grid a {
    color: var(--fn-body-color);
    display: block;
    font-size: 1.05rem;
    margin-bottom: .95rem;
    text-decoration: none;
}

.gh-link-grid a:hover,
.gh-explore-quiet:hover {
    color: var(--gh-brand-lime-deep);
}

.gh-explore-quiet {
    align-items: center;
    border-top: 1px solid var(--fn-border-color);
    color: var(--fn-body-color);
    display: flex;
    font-size: 1.2rem;
    justify-content: space-between;
    padding-top: 1.35rem;
    text-decoration: none;
}

[data-bs-theme="dark"] .gh-app-feature,
[data-bs-theme="dark"] .gh-phone-card,
[data-bs-theme="dark"] .gh-explore-more {
    background: rgba(29, 39, 53, .94);
    border-color: rgba(148, 163, 184, .24);
}

[data-bs-theme="dark"] .gh-app-feature,
[data-bs-theme="dark"] .gh-phone-card,
[data-bs-theme="dark"] .gh-city-tabs a.active,
[data-bs-theme="dark"] .gh-city-tabs a:hover,
[data-bs-theme="dark"] .gh-explore-tabs a.active,
[data-bs-theme="dark"] .gh-explore-tabs a:hover,
[data-bs-theme="dark"] .gh-city-chip.active,
[data-bs-theme="dark"] .gh-city-chip:hover {
    color: #f8fafc;
}

@media (min-width: 992px) {
    .gh-link-grid {
        columns: 1;
    }
}

@media (max-width: 991.98px) {
    .gh-app-promo::before,
    .gh-phone-stage {
        display: none;
    }

    .gh-app-feature {
        min-height: 8rem;
    }

    .gh-city-tabs,
    .gh-explore-tabs {
        gap: 1.1rem;
        overflow-x: auto;
        padding-bottom: .1rem;
        white-space: nowrap;
    }
}

@media (max-width: 575.98px) {
    .gh-store-btn {
        min-width: 10rem;
    }

    .gh-qr-card {
        height: 6.25rem;
        width: 6.25rem;
    }

    .gh-project-card {
        min-height: 28rem;
    }

    .gh-link-grid a {
        font-size: 1rem;
    }
}

[data-bs-theme="dark"] .gh-brand-wordmark {
    color: #e7eaee;
}

.gh-search-hero {
    background:
        radial-gradient(circle at 15% 25%, rgba(143, 201, 63, .28), transparent 24rem),
        linear-gradient(90deg, rgba(10, 17, 24, .9), rgba(17, 24, 39, .5) 48%, rgba(17, 24, 39, .24)),
        linear-gradient(180deg, rgba(17, 24, 39, .08), rgba(17, 24, 39, .74)),
        url("../img/home/real-estate/hero/01.jpg");
    background-position: center 58%;
    background-size: cover;
}

.gh-search-hero-compact {
    min-height: 22rem;
}

.gh-agent-hero {
    background:
        radial-gradient(circle at 72% 20%, rgba(143, 201, 63, .24), transparent 22rem),
        linear-gradient(90deg, rgba(10, 17, 24, .9), rgba(17, 24, 39, .6)),
        url("../img/home/real-estate/agents/04.png"),
        url("../img/home/real-estate/hero/03.jpg");
    background-position: center, center, right bottom, center;
    background-repeat: no-repeat;
    background-size: cover, cover, auto 90%, cover;
}

.resideme-card .ratio,
.gh-listing-card .ratio {
    background: var(--fn-tertiary-bg);
}

.resideme-card img,
.gh-listing-card img,
.gh-gallery-tile img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.resideme-card {
    transition: opacity .2s ease, transform .2s ease;
}

.resideme-card:hover {
    transform: translateY(-.25rem);
}

.gh-agent-card {
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.gh-agent-card:hover {
    border-color: rgba(143, 201, 63, .45) !important;
    box-shadow: var(--fn-box-shadow-lg) !important;
    transform: translateY(-.2rem);
}

.resideme-placeholder {
    align-items: center;
    background: var(--fn-tertiary-bg);
    color: var(--fn-secondary-color);
    display: flex;
    height: 100%;
    justify-content: center;
}

.resideme-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 1rem;
}

.resideme-meta span {
    align-items: center;
    display: inline-flex;
    gap: .35rem;
}

.gh-search-panel {
    margin-top: -4rem;
    position: relative;
    z-index: 2;
}

.gh-listing-search-card {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .92)),
        radial-gradient(circle at 95% 10%, rgba(143, 201, 63, .16), transparent 18rem);
    border: 1px solid rgba(143, 201, 63, .2);
    border-radius: 2rem;
    box-shadow: 0 1.75rem 4rem rgba(17, 24, 39, .12);
    padding: clamp(1.25rem, 3vw, 2.25rem);
}

.gh-eyebrow {
    color: var(--gh-brand-charcoal);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gh-ai-dot,
.gh-side-icon,
.gh-empty-icon {
    align-items: center;
    background: rgba(143, 201, 63, .16);
    border: 1px solid rgba(143, 201, 63, .42);
    border-radius: 999px;
    color: var(--gh-brand-charcoal);
    display: inline-flex;
    justify-content: center;
}

.gh-ai-dot {
    height: 1.75rem;
    width: 1.75rem;
}

.gh-round-tool {
    align-items: center;
    background: #fff;
    border: 1px solid var(--fn-border-color);
    border-radius: 999px;
    box-shadow: 0 .5rem 1.25rem rgba(17, 24, 39, .08);
    color: var(--gh-brand-charcoal);
    display: inline-flex;
    height: 3rem;
    justify-content: center;
    width: 3rem;
}

.gh-round-tool-dark {
    background: var(--gh-brand-charcoal);
    border-color: var(--gh-brand-charcoal);
    color: #fff;
}

.gh-listing-card .ratio {
    min-height: 15rem;
}

.gh-listing-card {
    border-radius: 1.35rem;
    transition: box-shadow .2s ease, transform .2s ease;
}

.gh-listing-card:hover {
    box-shadow: 0 1.25rem 3rem rgba(17, 24, 39, .14) !important;
    transform: translateY(-.2rem);
}

.gh-listing-media::after {
    background: linear-gradient(180deg, rgba(17, 24, 39, .34), transparent 34%, rgba(17, 24, 39, .08));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.gh-verified-badge,
.gh-premium-badge {
    align-items: center;
    backdrop-filter: blur(14px);
    border-radius: 999px;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 800;
    gap: .35rem;
    padding: .35rem .7rem;
}

.gh-verified-badge {
    background: rgba(255, 255, 255, .9);
    color: var(--gh-brand-charcoal);
}

.gh-premium-badge {
    background: rgba(143, 201, 63, .92);
    color: var(--gh-brand-charcoal);
}

.gh-favorite-btn {
    align-items: center;
    background: rgba(255, 255, 255, .92);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 .5rem 1.25rem rgba(17, 24, 39, .15);
    color: var(--gh-brand-charcoal);
    display: inline-flex;
    height: 2.75rem;
    justify-content: center;
    position: absolute;
    right: 1rem;
    top: 1rem;
    transition: background .2s ease, color .2s ease, transform .2s ease;
    width: 2.75rem;
    z-index: 2;
}

.gh-favorite-btn:hover {
    background: var(--gh-brand-lime);
    transform: scale(1.04);
}

.gh-agent-strip {
    background: rgba(143, 201, 63, .08);
    border: 1px solid rgba(143, 201, 63, .18);
    border-radius: 1rem;
    padding: .85rem 1rem;
}

.gh-agent-strip a {
    color: var(--gh-brand-charcoal);
    text-decoration: none;
}

.gh-agent-strip a:hover {
    text-decoration: underline;
}

.gh-listing-price {
    color: var(--gh-brand-charcoal);
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    font-weight: 800;
    letter-spacing: -.02em;
}

.gh-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    justify-content: flex-end;
}

.gh-card-actions .btn {
    position: relative;
    z-index: 3;
}

.gh-filter-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.gh-ai-field .form-control {
    min-height: 3.6rem;
}

.gh-more-filters summary {
    list-style: none;
}

.gh-more-filters summary::-webkit-details-marker {
    display: none;
}

.gh-type-chip-row {
    display: flex;
    gap: .75rem;
    overflow-x: auto;
    padding-bottom: .25rem;
}

.gh-type-chip {
    align-items: center;
    background: #fff;
    border: 1px solid var(--fn-border-color);
    border-radius: 999px;
    color: var(--gh-brand-charcoal);
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 700;
    gap: .45rem;
    min-height: 2.85rem;
    padding: .6rem 1rem;
    text-decoration: none;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.gh-type-chip span {
    color: var(--fn-secondary-color);
    font-weight: 600;
}

.gh-type-chip:hover,
.gh-type-chip.active {
    background: rgba(143, 201, 63, .14);
    border-color: var(--gh-brand-lime);
    transform: translateY(-.1rem);
}

.gh-results-sidebar {
    display: grid;
    gap: 1rem;
    position: sticky;
    top: 5.75rem;
}

.gh-side-card {
    background: #fff;
    border: 1px solid var(--fn-border-color);
    border-radius: 1.4rem;
    box-shadow: 0 1rem 2rem rgba(17, 24, 39, .06);
    padding: 1.4rem;
}

.gh-side-card-feature {
    background:
        radial-gradient(circle at 95% 0%, rgba(143, 201, 63, .35), transparent 12rem),
        linear-gradient(135deg, #f9fff0, #fff);
    border-color: rgba(143, 201, 63, .28);
}

.gh-side-icon,
.gh-empty-icon {
    font-size: 1.1rem;
    height: 3rem;
    margin-bottom: 1rem;
    width: 3rem;
}

.gh-area-list {
    display: grid;
    gap: .45rem;
}

.gh-area-list a {
    align-items: center;
    border-radius: .85rem;
    color: var(--gh-brand-charcoal);
    display: flex;
    justify-content: space-between;
    padding: .7rem .8rem;
    text-decoration: none;
    transition: background .2s ease;
}

.gh-area-list a:hover {
    background: rgba(143, 201, 63, .12);
}

.gh-area-list strong {
    color: var(--fn-secondary-color);
    font-size: .9rem;
}

.gh-gallery-grid {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gh-gallery-tile {
    background: var(--fn-tertiary-bg);
    border-radius: 1rem;
    min-height: 14rem;
    overflow: hidden;
}

.gh-gallery-tile:first-child {
    grid-column: 1 / -1;
    min-height: 26rem;
}

.gh-property-swiper {
    border-radius: 1.25rem;
    overflow: hidden;
}

.gh-property-swiper .swiper-slide {
    background: var(--fn-tertiary-bg);
    height: clamp(20rem, 52vw, 38rem);
}

.gh-property-swiper .swiper-slide a,
.gh-property-swiper .swiper-slide img {
    display: block;
    height: 100%;
    width: 100%;
}

.gh-property-swiper .swiper-button-next,
.gh-property-swiper .swiper-button-prev {
    --swiper-navigation-size: 1.1rem;
    background: rgba(255, 255, 255, .92);
    border-radius: 999px;
    box-shadow: var(--fn-box-shadow-sm);
    color: var(--fn-dark);
    height: 3rem;
    width: 3rem;
}

.gh-property-swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: .55;
}

.gh-property-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

.gh-property-topbar {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.gh-property-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    justify-content: flex-end;
}

.gh-property-actions .btn {
    border-radius: 999px;
    font-weight: 700;
}

.gh-detail-gallery {
    display: grid;
    gap: .85rem;
    grid-template-columns: minmax(0, 1.62fr) minmax(17rem, 1fr);
    min-height: clamp(24rem, 48vw, 34rem);
}

.gh-detail-gallery-tile {
    background: var(--fn-tertiary-bg);
    border-radius: 1.25rem;
    display: block;
    min-height: 0;
    overflow: hidden;
    position: relative;
}

.gh-detail-gallery-tile img {
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
    width: 100%;
}

.gh-detail-gallery-tile:hover img {
    transform: scale(1.035);
}

.gh-detail-gallery-main {
    grid-row: span 2;
}

.gh-detail-photo-badge,
.gh-detail-status-badges {
    align-items: center;
    backdrop-filter: blur(14px);
    background: rgba(17, 24, 39, .68);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    gap: .45rem;
    position: absolute;
    z-index: 2;
}

.gh-detail-photo-badge {
    bottom: 1rem;
    padding: .45rem .75rem;
    right: 1rem;
}

.gh-detail-status-badges {
    bottom: 1rem;
    left: 1rem;
}

.gh-detail-status-badges span {
    padding: .45rem .75rem;
}

.gh-detail-status-badges span + span {
    border-left: 1px solid rgba(255, 255, 255, .22);
}

.gh-detail-summary,
.gh-detail-section {
    border-bottom: 1px solid var(--fn-border-color);
    padding-bottom: 2rem;
}

.gh-detail-price {
    color: var(--gh-brand-charcoal);
    font-size: clamp(2.15rem, 3rem, 3.35rem);
    font-weight: 900;
    line-height: 1;
}

.gh-detail-specs {
    font-size: 1.05rem;
}

.gh-location-panel {
    border-bottom: 1px solid var(--fn-border-color);
    padding-bottom: 2rem;
}

.gh-location-map {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .72)),
        repeating-linear-gradient(32deg, rgba(143, 201, 63, .12) 0 1px, transparent 1px 2.2rem),
        repeating-linear-gradient(120deg, rgba(47, 49, 56, .08) 0 1px, transparent 1px 2.6rem);
    border: 1px solid rgba(143, 201, 63, .18);
    border-radius: 1.25rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 10rem;
    padding: 1.5rem;
}

.gh-location-map > i {
    color: var(--gh-brand-lime-deep);
    font-size: 2rem;
}

.gh-amenity-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gh-amenity-item {
    align-items: center;
    display: flex;
    gap: .8rem;
    min-width: 0;
}

.gh-amenity-icon {
    align-items: center;
    background: rgba(143, 201, 63, .14);
    border-radius: 999px;
    color: var(--gh-brand-lime-deep);
    display: inline-flex;
    flex: 0 0 auto;
    height: 2.35rem;
    justify-content: center;
    width: 2.35rem;
}

.gh-agent-contact-card {
    background:
        radial-gradient(circle at 50% 0%, rgba(143, 201, 63, .18), transparent 10rem),
        var(--fn-body-bg);
    border: 1px solid rgba(143, 201, 63, .18);
    border-radius: 1.35rem;
    box-shadow: 0 1.25rem 3rem rgba(17, 24, 39, .1);
    padding: 1.5rem;
}

.gh-agent-avatar {
    align-items: center;
    background: linear-gradient(135deg, var(--gh-brand-lime), var(--gh-brand-lime-deep));
    border: .35rem solid var(--fn-body-bg);
    border-radius: 999px;
    box-shadow: 0 .85rem 1.7rem rgba(17, 24, 39, .12);
    color: #13200c;
    display: flex;
    font-size: 2rem;
    height: 6rem;
    justify-content: center;
    width: 6rem;
}

.gh-contact-actions {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gh-contact-actions .btn,
.gh-mobile-contact-bar .btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 3.15rem;
}

.gh-whatsapp-btn {
    background: #25d366;
    border-color: #25d366;
    color: #062815;
    font-weight: 800;
}

.gh-whatsapp-btn:hover,
.gh-whatsapp-btn:focus {
    background: #1fb85a;
    border-color: #1fb85a;
    color: #062815;
}

.gh-mobile-contact-bar {
    background: rgba(255, 255, 255, .94);
    border-top: 1px solid var(--fn-border-color);
    bottom: 0;
    box-shadow: 0 -1rem 2rem rgba(17, 24, 39, .12);
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    left: 0;
    padding: .75rem;
    position: sticky;
    right: 0;
    z-index: 1020;
}

.gh-home-map {
    background: var(--fn-body-bg);
    border: 1px solid var(--fn-border-color);
    border-radius: 1.35rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) 22rem;
    overflow: hidden;
    padding: 1rem;
}

.gh-home-map-stage {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, .18)),
        radial-gradient(circle at 16% 22%, rgba(143, 201, 63, .26), transparent 11rem),
        radial-gradient(circle at 84% 74%, rgba(244, 155, 33, .2), transparent 12rem),
        repeating-linear-gradient(33deg, rgba(47, 49, 56, .14) 0 1px, transparent 1px 2.2rem),
        repeating-linear-gradient(122deg, rgba(47, 49, 56, .1) 0 1px, transparent 1px 2.75rem),
        #e9f5f2;
    border-radius: 1rem;
    min-height: 28rem;
    overflow: hidden;
    position: relative;
}

.gh-home-map-stage::before {
    background: rgba(97, 168, 188, .32);
    border-radius: 42% 58% 46% 54%;
    content: "";
    height: 115%;
    left: -18%;
    position: absolute;
    top: -12%;
    transform: rotate(-12deg);
    width: 36%;
}

.gh-home-map-pin {
    color: #fff;
    filter: drop-shadow(0 .45rem .55rem rgba(17, 24, 39, .22));
    font-size: .9rem;
    font-weight: 900;
    position: absolute;
    text-decoration: none;
    transition: transform .2s ease;
}

.gh-home-map-pin span {
    background: var(--gh-brand-charcoal);
    border-radius: .55rem;
    display: inline-flex;
    padding: .45rem .65rem;
    position: relative;
}

.gh-home-map-pin span::after {
    border-left: .35rem solid transparent;
    border-right: .35rem solid transparent;
    border-top: .4rem solid var(--gh-brand-charcoal);
    bottom: -.38rem;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.gh-home-map-pin:hover {
    color: #fff;
    transform: translateY(-.18rem);
}

.gh-map-pin-1 { left: 14%; top: 24%; }
.gh-map-pin-2 { left: 29%; top: 48%; }
.gh-map-pin-3 { left: 43%; top: 31%; }
.gh-map-pin-4 { left: 57%; top: 57%; }
.gh-map-pin-5 { left: 70%; top: 22%; }
.gh-map-pin-6 { left: 79%; top: 68%; }
.gh-map-pin-7 { left: 22%; top: 73%; }
.gh-map-pin-8 { left: 61%; top: 12%; }

.gh-home-map-list {
    display: grid;
    gap: .75rem;
}

.gh-home-map-row {
    align-items: center;
    border: 1px solid var(--fn-border-color);
    border-radius: .9rem;
    color: var(--fn-body-color);
    display: grid;
    gap: .75rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: .9rem;
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease;
}

.gh-home-map-row:hover {
    border-color: rgba(143, 201, 63, .55);
    color: var(--fn-body-color);
    transform: translateY(-.1rem);
}

.gh-home-map-row-icon {
    align-items: center;
    background: rgba(143, 201, 63, .16);
    border-radius: 999px;
    color: var(--gh-brand-lime-deep);
    display: inline-flex;
    height: 2.25rem;
    justify-content: center;
    width: 2.25rem;
}

.gh-home-map-row span:last-of-type {
    display: grid;
    min-width: 0;
}

.gh-home-map-row small {
    color: var(--fn-secondary-color);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[data-bs-theme="dark"] .gh-detail-price {
    color: #f8fafc;
}

[data-bs-theme="dark"] .gh-location-map {
    background:
        linear-gradient(90deg, rgba(29, 39, 53, .94), rgba(29, 39, 53, .76)),
        repeating-linear-gradient(32deg, rgba(143, 201, 63, .14) 0 1px, transparent 1px 2.2rem),
        repeating-linear-gradient(120deg, rgba(148, 163, 184, .12) 0 1px, transparent 1px 2.6rem);
}

[data-bs-theme="dark"] .gh-agent-contact-card,
[data-bs-theme="dark"] .gh-mobile-contact-bar {
    background-color: rgba(29, 39, 53, .96);
}

[data-bs-theme="dark"] .gh-home-map-stage {
    background:
        linear-gradient(90deg, rgba(29, 39, 53, .62), rgba(29, 39, 53, .28)),
        radial-gradient(circle at 16% 22%, rgba(143, 201, 63, .2), transparent 11rem),
        radial-gradient(circle at 84% 74%, rgba(244, 155, 33, .16), transparent 12rem),
        repeating-linear-gradient(33deg, rgba(148, 163, 184, .18) 0 1px, transparent 1px 2.2rem),
        repeating-linear-gradient(122deg, rgba(148, 163, 184, .13) 0 1px, transparent 1px 2.75rem),
        #1d2735;
}

.gh-gallery-open {
    align-items: center;
    background: rgba(17, 24, 39, .7);
    border-radius: 999px;
    bottom: 1rem;
    color: #fff;
    display: inline-flex;
    font-weight: 600;
    gap: .5rem;
    padding: .55rem 1rem;
    position: absolute;
    right: 1rem;
    z-index: 5;
}

.gh-price-range {
    border: 1px solid var(--fn-border-color);
    border-radius: 1rem;
    padding: 1.25rem;
}

.gh-price-range .noUi-target {
    background: var(--fn-secondary-bg);
    border: 0;
    box-shadow: none;
    height: .375rem;
}

.gh-price-range .noUi-connect {
    background: var(--fn-primary);
}

.gh-price-range .noUi-horizontal .noUi-handle {
    border: 3px solid var(--fn-primary);
    border-radius: 999px;
    box-shadow: var(--fn-box-shadow-sm);
    height: 1.25rem;
    right: -.625rem;
    top: -.4375rem;
    width: 1.25rem;
}

.gh-price-range .noUi-handle::before,
.gh-price-range .noUi-handle::after {
    display: none;
}

.choices {
    margin-bottom: 0;
}

.choices__inner {
    background: var(--fn-body-bg);
    border-color: var(--fn-border-color);
    border-radius: var(--fn-border-radius);
    min-height: 2.75rem;
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: var(--fn-primary);
    box-shadow: 0 0 0 .25rem rgba(var(--fn-primary-rgb), .1);
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
    border-color: var(--fn-border-color);
    border-radius: var(--fn-border-radius);
    box-shadow: var(--fn-box-shadow);
    z-index: 1050;
}

.choices__list--multiple .choices__item {
    background: var(--fn-primary);
    border-color: var(--fn-primary);
}

.gh-search-panel .form-control:focus,
.gh-search-panel .form-select:focus,
.gh-search-panel .is-focused .choices__inner,
.gh-search-panel .is-open .choices__inner {
    border-color: var(--gh-brand-lime);
    box-shadow: 0 0 0 .25rem rgba(143, 201, 63, .16);
}

.gh-search-panel .choices__list--dropdown .choices__item.is-highlighted,
.gh-search-panel .choices__list[aria-expanded] .choices__item.is-highlighted,
.gh-search-panel .choices__list--dropdown .choices__item--selectable.is-highlighted,
.gh-search-panel .choices__list[aria-expanded] .choices__item--selectable.is-highlighted,
.gh-search-panel .choices__list--dropdown .choices__item.is-selected,
.gh-search-panel .choices__list[aria-expanded] .choices__item.is-selected {
    background: rgba(143, 201, 63, .18);
    color: var(--gh-brand-charcoal);
}

.gh-search-panel .choices__list--multiple .choices__item {
    background: var(--gh-brand-lime);
    border-color: var(--gh-brand-lime);
    color: var(--gh-brand-charcoal);
}

.gh-search-panel .gh-price-range .noUi-connect {
    background: var(--gh-brand-lime);
}

.gh-search-panel .gh-price-range .noUi-horizontal .noUi-handle {
    border-color: var(--gh-brand-lime);
}

.gh-search-panel .btn-outline-secondary:hover,
.gh-search-panel .btn-outline-secondary:focus,
.gh-search-panel .btn-outline-dark:hover,
.gh-search-panel .btn-outline-dark:focus {
    background: rgba(143, 201, 63, .14);
    border-color: var(--gh-brand-lime);
    color: var(--gh-brand-charcoal);
}

.gh-sticky-card {
    position: sticky;
    top: 5.75rem;
}

.gh-empty-state {
    border: 1px dashed var(--fn-border-color);
    border-radius: 1.25rem;
    padding: 3rem 1.5rem;
    text-align: center;
}

.gh-simple-pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: center;
}

.gh-simple-pagination a,
.gh-simple-pagination span {
    align-items: center;
    border: 1px solid var(--fn-border-color);
    border-radius: 999px;
    color: var(--fn-body-color);
    display: inline-flex;
    min-height: 2.5rem;
    padding: .45rem 1rem;
    text-decoration: none;
}

.gh-simple-pagination .active {
    background: var(--fn-primary);
    border-color: var(--fn-primary);
    color: #fff;
}

.gh-simple-pagination .disabled {
    color: var(--fn-tertiary-color);
}

@media (min-width: 768px) {
    .gh-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .gh-hero-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .gh-filter-grid {
        grid-template-columns: minmax(18rem, 1.4fr) repeat(3, minmax(9rem, 1fr)) auto;
    }
    .gh-hero-filter-grid {
        grid-template-columns: repeat(7, minmax(8.75rem, 1fr));
    }

    .gh-hero-amenities-row {
        max-width: 19rem;
    }

    .gh-hero-search {
        max-width: 74rem;
    }
}

@media (max-width: 1199.98px) {
    .gh-featured-home-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gh-project-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .gh-hero,
    .gh-hero .container {
        min-height: auto;
    }

    .gh-hero {
        padding-bottom: 2rem;
        padding-top: 4rem;
    }

    .gh-search-panel {
        margin-top: -2rem;
    }

    .gh-gallery-grid {
        grid-template-columns: 1fr;
    }

    .gh-gallery-tile,
    .gh-gallery-tile:first-child {
        min-height: 18rem;
    }

    .gh-property-swiper .swiper-slide {
        height: 22rem;
    }

    .gh-property-topbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .gh-property-actions {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
    }

    .gh-property-actions .btn {
        padding-left: .55rem;
        padding-right: .55rem;
    }

    .gh-featured-home-grid {
        grid-template-columns: 1fr;
    }

    .gh-project-grid {
        grid-template-columns: 1fr;
    }

    .gh-featured-home-media {
        aspect-ratio: 1.5;
    }

    .gh-project-tabs {
        gap: 1rem;
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
    }

    .gh-detail-gallery {
        display: flex;
        gap: .75rem;
        min-height: 18rem;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .gh-detail-gallery-tile {
        aspect-ratio: 4 / 3;
        flex: 0 0 86%;
        scroll-snap-align: start;
    }

    .gh-detail-gallery-main {
        grid-row: auto;
    }

    .gh-detail-status-badges {
        max-width: calc(100% - 7rem);
    }

    .gh-location-map {
        align-items: start;
        grid-template-columns: auto minmax(0, 1fr);
    }

    .gh-location-map .btn {
        grid-column: 1 / -1;
        width: 100%;
    }

    .gh-amenity-grid {
        grid-template-columns: 1fr;
    }

    .gh-home-map {
        grid-template-columns: 1fr;
    }

    .gh-home-map-stage {
        min-height: 19rem;
    }

    .gh-home-map-list {
        grid-template-columns: 1fr;
    }

    .gh-ai-search-row {
        align-items: stretch;
        flex-direction: column;
    }

    .gh-ai-search-row .btn {
        width: 100%;
    }

    .gh-hero-tabs .gh-home-pill {
        min-width: 6.6rem;
    }

    .gh-hero-filter-grid .choices .choices__list--dropdown,
    .gh-hero-filter-grid .choices .choices__list[aria-expanded] {
        max-width: calc(100vw - 2.25rem);
    }
}

@keyframes gh-ai-pulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(143, 201, 63, .38);
    }

    50% {
        box-shadow: 0 0 0 .45rem rgba(143, 201, 63, 0);
    }
}
