﻿body {
    margin: 0;
    font-family: 'Onest', 'Inter', Arial, sans-serif;
    background: var(--brand-bg);
    color: var(--brand-black);
}

a { color: inherit; }

.section-padding { padding: 86px 0; }
.section-kicker {
    color: var(--brand-orange);
    display: inline-block;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    margin-bottom: .75rem;
    text-transform: uppercase;
}
.section-title {
    color: var(--brand-black);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 1rem;
}
.section-subtitle {
    color: var(--brand-gray);
    font-size: 1.08rem;
    line-height: 1.7;
    max-width: 680px;
}
.section-heading { margin-bottom: 2rem; }

.btn-brand {
    background: var(--brand-brown);
    border-color: var(--brand-brown);
    border-radius: 999px;
    color: #fff !important;
    font-weight: 700;
    padding: .78rem 1.25rem;
}
.btn-brand:hover {
    background: var(--brand-orange);
    border-color: var(--brand-orange);
    color: #fff;
}
.btn-brand-outline {
    background: transparent;
    border: 1px solid var(--brand-brown);
    border-radius: 999px;
    color: var(--brand-brown);
    font-weight: 700;
    padding: .78rem 1.25rem;
}
.btn-brand-outline:hover {
    background: var(--brand-brown);
    color: #fff;
}
.btn-brand-white {
    background: #fff;
    border: none;
    border-radius: 999px;
    color: var(--brand-brown) !important;
    font-weight: 700;
    padding: .78rem 1.25rem;
}
.btn-brand-white:hover {
    border: 1px solid #FFF;
    background: transparent;
    color: #fff !important;
}

.public-topbar {
    background: var(--brand-brown);
    color: rgba(255, 255, 255, .86);
    font-size: .9rem;
    font-weight: 700;
    padding: .52rem 0;
}
.topbar-location,
.topbar-social {
    align-items: center;
    display: flex;
    gap: .55rem;
}
.topbar-location i,
.topbar-social i {
    color: var(--brand-brown);
}
.topbar-social span {
    color: rgba(255, 255, 255, .72);
    margin-right: .2rem;
}
.topbar-social a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease;
    width: 30px;
}
.topbar-social a:hover {
    background: var(--brand-orange);
    border-color: var(--brand-orange);
}
.public-navbar {
    background: var(--brand-white);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 8px 26px rgba(0, 0, 0, .04);
    padding: .6rem 0;
}
.public-nav-grid {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto minmax(340px, 760px) auto auto;
}
.public-navbar .navbar-brand img { height: 55px; width: auto; }
.header-search {
    align-items: center;
    background: #f7f6f1;
    border: 1px solid rgba(31, 102, 90, .08);
    border-radius: 9px;
    display: flex;
    gap: .45rem;
    min-width: 50%;
    min-height: 48px;
    padding: .4rem 1rem;
}
.header-search button {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--brand-brown);
    display: inline-flex;
    height: 28px;
    justify-content: center;
    padding: 0;
    width: 28px;
}
.header-search input {
    background: transparent;
    border: 0;
    color: #17201d;
    flex: 1;
    font-size: .95rem;
    font-weight: 750;
    min-width: 0;
    outline: 0;
}
.header-search input::placeholder {
    color: #4d5854;
}
.header-whatsapp,
.header-client {
    align-items: center;
    border-radius: 999px;
    color: var(--brand-brown);
    display: inline-flex;
    font-weight: 850;
    gap: .4rem;
    min-height: 38px;
    text-decoration: none;
}
.header-whatsapp {
    background: rgba(31, 102, 90, .1);
    justify-content: center;
    width: 38px;
}
.header-client {
    background: var(--brand-brown);
    color: #fff;
    padding: .55rem .85rem;
}
.header-whatsapp:hover,
.header-client:hover {
    background: var(--brand-orange);
    color: #fff;
}
.public-navbar .navbar-collapse {
    grid-column: 1 / -1;
}
.public-navbar .navbar-toggler {
    align-items: center;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    justify-self: end;
    width: 40px;
}
.public-menu-button {
    background: transparent;
    border: 0;
    color: var(--brand-brown);
    font-size: 1.5rem;
}
.public-navbar .navbar-collapse:not(.show) {
    display: none !important;
}
.public-navbar .navbar-collapse.show,
.public-navbar .navbar-collapse.collapsing {
    display: block !important;
}
.public-navbar .navbar-nav {
    background: #fff;
    border: 1px solid rgba(17, 23, 21, .08);
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(22, 31, 29, .08);
    margin-top: .85rem;
    padding: .5rem;
}
.public-side-menu {
    border: 0;
    width: min(420px, 92vw);
}
.public-side-menu .offcanvas-header {
    border-bottom: 1px solid rgba(17, 23, 21, .08);
    padding: 1.5rem;
}
.public-side-menu .offcanvas-title {
    font-size: 1.6rem;
    font-weight: 900;
}
.public-side-menu .offcanvas-body {
    padding: 1.25rem 1.5rem 1.5rem;
}
.side-menu-links,
.side-menu-access {
    display: grid;
    gap: .65rem;
}
.side-menu-links a,
.side-access-card {
    align-items: center;
    border-radius: 12px;
    color: #17201d;
    display: flex;
    font-weight: 850;
    gap: .75rem;
    min-height: 52px;
    padding: .8rem .9rem;
    text-decoration: none;
}
.side-menu-links a:hover,
.side-access-card:hover {
    background: #f4f6f2;
    color: var(--brand-brown);
}
.side-menu-links i,
.side-access-card i {
    color: var(--brand-brown);
    font-size: 1.2rem;
}
.side-menu-access {
    border-top: 1px solid rgba(17, 23, 21, .08);
    margin-top: 1.2rem;
    padding-top: 1.2rem;
}
.side-access-card {
    background: #f7f6f1;
}
.public-navbar .nav-link {
    color: var(--brand-black);
    font-weight: 700;
    padding: .65rem .85rem;
    position: relative;
}
.public-navbar .nav-link::after {
    background: var(--brand-orange);
    border-radius: 999px;
    bottom: .28rem;
    content: "";
    height: 2px;
    left: .85rem;
    opacity: 0;
    position: absolute;
    right: .85rem;
    transform: scaleX(.4);
    transition: opacity .2s ease, transform .2s ease;
}
.public-navbar .nav-link:hover { color: var(--brand-orange); }
.public-navbar .nav-link:hover::after {
    opacity: 1;
    transform: scaleX(1);
}
.navbar-toggler {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 12px;
}

.hero-section {
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    align-items: center;
    display: flex;
    min-height: 690px;
    overflow: hidden;
    position: relative;
}
.hero-section > .container {
    position: relative;
    z-index: 3;
}
.hero-bg-slider,
.hero-section-overlay {
    inset: 0;
    position: absolute;
}
.hero-bg-slider {
    z-index: 0;
}
.hero-bg-slider img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.hero-section-overlay {
    background:
        linear-gradient(90deg, rgba(43, 42, 42, 0.9) 0%, rgba(65, 64, 64, 0.74) 46%, rgba(0, 0, 0, .28) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .48));
    z-index: 1;
}
.hero-content-row {
    min-height: 520px;
}
.hero-content-row .section-kicker {
    color: var(--brand-orange) !important;
}
.hero-title {
    color: #FFF;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: .98;
    margin-bottom: 1.25rem;
}
.hero-subtitle {
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 620px;
}
.hero-card {
    background: transparent;
    border-radius: var(--brand-radius);
    padding: 0;
}
.search-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: var(--brand-radius);
    box-shadow: var(--brand-shadow);
    padding: 1.25rem;
}
.hero-card .search-card { margin: 0; position: relative; }
.form-control, .form-select {
    border-color: rgba(0, 0, 0, .12);
    border-radius: 14px;
    padding: .8rem .9rem;
}
.form-control:focus, .form-select:focus {
    border-color: var(--brand-brown);
    box-shadow: 0 0 0 .2rem rgba(31, 102, 90, .15);
}

.page-hero {
    background: var(--brand-bg);
    padding: 70px 0 52px;
}
.listing-filter { margin-top: -2rem; position: relative; }
.listing-hero {
    padding-bottom: 88px;
}
.listing-filter-pro {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 24px;
    box-shadow: var(--brand-shadow);
    margin-top: -4.5rem;
    padding: 1.25rem;
    position: relative;
    z-index: 2;
}
.listing-filter-head {
    align-items: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.listing-filter-head h2 {
    color: var(--brand-black);
    font-size: 1.45rem;
    font-weight: 850;
    margin: .15rem 0 .25rem;
}
.listing-filter-head p {
    color: var(--brand-gray);
    margin-bottom: 0;
}
.listing-filter-actions-top {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: flex-end;
}
.listing-purpose-tabs {
    background: #f5f1ec;
    border-radius: 999px;
    display: inline-flex;
    gap: .3rem;
    margin-bottom: 1rem;
    padding: .3rem;
}
.listing-purpose-tabs label {
    cursor: pointer;
    margin: 0;
}
.listing-purpose-tabs input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}
.listing-purpose-tabs span {
    border-radius: 999px;
    color: #34413d;
    display: inline-flex;
    font-size: .95rem;
    font-weight: 850;
    padding: .62rem 1rem;
}
.listing-purpose-tabs input:checked + span {
    background: var(--brand-brown);
    color: #fff;
}
.advanced-filter-panel {
    border-top: 1px solid rgba(0, 0, 0, .08);
    margin-top: .25rem;
    padding-top: 1rem;
}
.listing-filter-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.filter-field {
    grid-column: span 3;
}
.filter-field-wide {
    grid-column: span 6;
}
.filter-input-icon {
    position: relative;
}
.filter-input-icon i {
    color: var(--brand-gray);
    left: .95rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.filter-input-icon .form-control {
    padding-left: 2.5rem;
}
.filter-actions {
    align-items: end;
    display: flex;
    grid-column: span 3;
}
.filter-actions .btn {
    min-height: 50px;
    width: 100%;
}
.listing-results-head {
    align-items: flex-end;
    display: flex;
    gap: .8rem;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
.listing-results-head h2 {
    font-size: 1.5rem;
    font-weight: 850;
}
.listing-sort-wrap {
    align-items: center;
    display: flex;
    gap: .65rem;
}
.listing-sort-wrap .form-label {
    color: var(--brand-gray);
    font-size: .86rem;
    font-weight: 800;
    white-space: nowrap;
}
.listing-sort-wrap .form-select {
    min-width: 180px;
}

.about-hero {
    background:
        linear-gradient(135deg, rgba(230, 224, 219, .96), rgba(255, 255, 255, .9)),
        radial-gradient(circle at top right, rgba(198, 140, 88, .2), transparent 34%);
    padding: 86px 0;
}
.about-hero h1 {
    color: var(--brand-black);
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: .98;
    margin: .5rem 0 1.25rem;
}
.about-hero p,
.about-band p {
    color: var(--brand-gray);
    font-size: 1.08rem;
    line-height: 1.8;
}
.about-brand-card,
.about-value-card,
.about-cta-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: var(--brand-radius);
    box-shadow: var(--brand-shadow);
}
.about-brand-card { padding: 2rem; }
.about-brand-card img {
    background: #fff;
    border-radius: 16px;
    display: block;
    height: 52px;
    margin-bottom: 1.5rem;
    object-fit: contain;
    width: auto;
}
.about-contact-list {
    display: grid;
    gap: .8rem;
    margin-top: 1.5rem;
}
.about-contact-list span {
    align-items: center;
    color: var(--brand-brown);
    display: flex;
    font-weight: 800;
    gap: .7rem;
}
.about-value-card {
    height: 100%;
    padding: 1.6rem;
}
.about-value-card i {
    align-items: center;
    background: rgba(31, 102, 90, .1);
    border-radius: 16px;
    color: var(--brand-brown);
    display: inline-flex;
    font-size: 1.5rem;
    height: 52px;
    justify-content: center;
    margin-bottom: 1.1rem;
    width: 52px;
}
.about-value-card h2 {
    color: var(--brand-black);
    font-size: 1.25rem;
    font-weight: 900;
}
.about-value-card p {
    color: var(--brand-gray);
    margin-bottom: 0;
}
.about-band {
    background: var(--brand-brown);
    color: #fff;
    padding: 72px 0;
}
.about-band .section-kicker,
.about-band h2 { color: #fff; }
.about-band h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 900;
    line-height: 1;
}
.about-band p { color: rgba(255, 255, 255, .78); }
.about-cta-card { padding: 1.6rem; }
.about-cta-card h3 {
    color: var(--brand-black);
    font-size: 1.35rem;
    font-weight: 900;
}
.about-cta-card p {
    color: var(--brand-gray);
    font-size: 1rem;
}
.about-page-title {
    background: #fff;
    padding: 64px 0 58px;
    text-align: center;
}
.about-page-title .breadcrumb {
    font-size: .82rem;
}
.about-page-title .breadcrumb a {
    color: var(--brand-orange);
    text-decoration: none;
}
.about-page-title h1 {
    color: var(--brand-orange);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 900;
    margin: 0;
}
.about-orange-section {
    padding: 86px 0;
}
.about-story-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
    padding: clamp(1.25rem, 4vw, 2.4rem);
}
.about-story-card h2,
.about-history-text h2,
.about-principles h2,
.about-reviews-section h2 {
    color: var(--brand-black);
    font-weight: 900;
    line-height: 1.08;
}
.about-story-card p,
.about-history-text p,
.about-principles p,
.about-reviews-section p {
    color: #3d4440;
    line-height: 1.75;
}
.about-image-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 2rem;
}
.about-image-frame {
    background: #eef2f1;
    border: 1px solid rgba(31, 102, 90, .12);
    border-radius: 12px;
    min-height: 150px;
    overflow: hidden;
}
.about-image-wide {
    grid-column: 1 / -1;
}
.about-image-frame img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.about-highlight {
    background: var(--brand-orange);
    border-radius: 10px;
    color: #fff;
    font-weight: 900;
    margin-top: 1rem;
    padding: 1rem 1.15rem;
}
.about-principles {
    display: grid;
    gap: 2rem;
}
.about-principles article {
    border-bottom: 1px solid rgba(217, 87, 43, .22);
    padding-bottom: 1.5rem;
}
.about-principles article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.about-principles h2 {
    color: var(--brand-orange);
    font-size: 1.35rem;
}
.about-principles ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.about-principles li {
    align-items: center;
    color: #26302c;
    display: flex;
    gap: .55rem;
    margin-bottom: .45rem;
}
.about-principles li::before {
    align-items: center;
    background: #15a64a;
    border-radius: 999px;
    color: #fff;
    content: "âœ“";
    display: inline-flex;
    flex: 0 0 18px;
    font-size: .75rem;
    height: 18px;
    justify-content: center;
    width: 18px;
}
.about-founder-card {
    align-items: end;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1fr);
}
.about-founder-photo {
    align-items: center;
    background: #f1efec;
    border-radius: 14px;
    display: flex;
    min-height: 320px;
    justify-content: center;
    padding: 2rem;
}
.about-founder-photo img {
    max-width: 250px;
    width: 70%;
}
.about-founder-info {
    background: var(--brand-orange);
    border-radius: 12px;
    color: #fff;
    margin-left: auto;
    max-width: 360px;
    padding: 1.3rem 1.5rem;
}
.about-founder-info h2 {
    color: #fff;
    font-size: 1.55rem;
    font-weight: 900;
    margin-bottom: .2rem;
}
.about-founder-info p {
    color: #fff;
    margin-bottom: .55rem;
}
.about-reviews-section {
    background:var(--brand-bg);
    padding: 82px 0;
}
.about-reviews-section h2 {
    color: var(--brand-orange);
    font-size: clamp(2rem, 4vw, 3.2rem);
}
.about-google-score {
    color: var(--brand-black);
    font-size: .95rem;
}
.about-review-list {
    display: grid;
    gap: 1rem;
}
.about-review-carousel {
    position: relative;
}
.about-review-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 14px;
    box-shadow: var(--brand-shadow);
    padding: 1.4rem;
}
.about-review-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.about-review-head h3 {
    color: var(--brand-black);
    font-size: 1rem;
    font-weight: 900;
    margin: 0;
}
.about-review-head span {
    color: var(--brand-gray);
    font-size: .86rem;
}
.about-review-head .bi-google {
    color: #4285f4;
    font-size: 1.35rem;
}
.about-stars {
    color: #f6b400;
    margin: .9rem 0 .6rem;
}
.about-review-card p {
    margin-bottom: 0;
}
.about-review-controls {
    display: flex;
    gap: .65rem;
    justify-content: center;
    margin-top: 1rem;
}
.about-review-controls button {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(31, 102, 90, .18);
    border-radius: 999px;
    color: var(--brand-brown);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    transition: .2s ease;
    width: 42px;
}
.about-review-controls button:hover {
    background: var(--brand-brown);
    color: #fff;
}

.config-image-preview {
    align-items: center;
    background: #f6f3ef;
    border: 1px solid var(--admin-border, rgba(17, 24, 39, .1));
    border-radius: 16px;
    display: flex;
    height: 150px;
    justify-content: center;
    padding: 1.25rem;
}
.config-image-preview-dark {
    background: var(--brand-brown);
}
.config-image-preview-icon {
    height: 150px;
}
.config-image-preview img {
    max-height: 92px;
    max-width: 100%;
    object-fit: contain;
}
.config-image-preview-icon img {
    max-height: 64px;
    max-width: 64px;
}

.property-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: var(--brand-radius);
    box-shadow: 0 12px 35px rgba(0, 0, 0, .05);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}
.property-card:hover {
    box-shadow: var(--brand-shadow);
    transform: translateY(-4px);
}
.property-card-image-wrap { position: relative; }
.property-card-image {
    background: var(--brand-bg);
    display: block;
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.property-badge {
    background: var(--brand-orange);
    border-radius: 999px;
    color: #fff;
    font-size: .75rem;
    font-weight: 800;
    left: 1rem;
    padding: .45rem .8rem;
    position: absolute;
    text-transform: uppercase;
    top: 1rem;
}
.property-badge.static {
    position: static;
}
.property-card-body { padding: 1.35rem; }
.property-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
}
.property-card h2, .property-card h3 {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.25;
    margin: .45rem 0 .6rem;
}
.property-location {
    align-items: center;
    color: var(--brand-gray);
    display: flex;
    font-size: .92rem;
    font-weight: 700;
    gap: .35rem;
    margin-bottom: .85rem;
}
.property-photo-badge {
    background: rgba(0, 0, 0, .68);
    border-radius: 999px;
    bottom: 1rem;
    color: #fff;
    font-size: .75rem;
    font-weight: 850;
    left: 1rem;
    padding: .42rem .75rem;
    position: absolute;
}
.featured-carousel-lite {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: .7rem;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}
.featured-carousel-lite > [class*="col-"] {
    flex: 0 0 33.333333%;
    scroll-snap-align: start;
}
.featured-carousel-lite::-webkit-scrollbar {
    height: 8px;
}
.featured-carousel-lite::-webkit-scrollbar-thumb {
    background: rgba(31, 102, 90, .35);
    border-radius: 999px;
}
.property-price {
    color: var(--brand-brown);
    font-size: 1.28rem;
    font-weight: 800;
    margin-bottom: .7rem;
}
.listing-pagination {
    align-items: center;
    display: flex;
    gap: .9rem;
    justify-content: center;
    margin-top: 2.2rem;
}
.listing-pagination-pages {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    justify-content: center;
}
.listing-pagination-pages a,
.listing-pagination-pages span {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    min-width: 42px;
    padding: 0 .75rem;
    text-decoration: none;
}
.listing-pagination-pages a {
    background: #fff;
    border: 1px solid rgba(31, 102, 90, .16);
    color: var(--brand-brown);
}
.listing-pagination-pages a.active,
.listing-pagination-pages a:hover {
    background: var(--brand-brown);
    color: #fff;
}
.listing-pagination-pages span {
    color: var(--brand-gray);
}
.feature-pills {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin: 1rem 0;
}
.feature-pill {
    background: rgba(31, 102, 90, .09);
    border-radius: 999px;
    color: var(--brand-brown);
    display: inline-flex;
    gap: .35rem;
    align-items: center;
    font-size: .83rem;
    font-weight: 700;
    padding: .42rem .7rem;
}
.property-card-actions {
    display: grid;
    gap: .65rem;
    grid-template-columns: 1fr 1fr;
    margin-top: auto;
    padding-top: .35rem;
}
.property-card-actions .btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 46px;
}

.institutional-section {
    background: var(--brand-brown);
    color: #fff;
    padding: 80px 0;
}
.institutional-section .section-title,
.institutional-section .section-subtitle { color: #fff; }
.trust-card {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--brand-radius);
    padding: 1.5rem;
}
.trust-card strong { display: block; font-size: 1.25rem; margin-bottom: .6rem; }
.trust-card span { color: rgba(255, 255, 255, .8); }
.category-tile {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: var(--brand-radius);
    color: var(--brand-black);
    display: flex;
    font-weight: 800;
    justify-content: center;
    min-height: 96px;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
}
.category-tile:hover {
    border-color: var(--brand-orange);
    color: var(--brand-orange);
}
.cta-band {
    align-items: center;
    background: var(--brand-bg);
    border-radius: var(--brand-radius);
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    padding: 2rem;
}
.cta-band h2 { font-weight: 800; margin-bottom: .4rem; }
.cta-band p { color: var(--brand-gray); margin-bottom: 0; }
.empty-state {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: var(--brand-radius);
    color: var(--brand-gray);
    padding: 2rem;
    text-align: center;
}

.back-link {
    color: var(--brand-brown);
    display: inline-block;
    font-weight: 800;
    margin-bottom: 1rem;
    text-decoration: none;
}
.property-detail-img {
    border-radius: var(--brand-radius);
    box-shadow: var(--brand-shadow);
    height: 520px;
    object-fit: cover;
    width: 100%;
}
.property-gallery {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(4, 1fr);
    margin-top: .75rem;
}
.property-gallery img {
    border-radius: 16px;
    height: 110px;
    object-fit: cover;
    width: 100%;
}
.property-page {
    background: var(--brand-bg);
}
.property-layout {
    align-items: start;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) 360px;
}
.property-content {
    min-width: 0;
}
.property-media-grid {
    display: grid;
    gap: .7rem;
    grid-template-columns: 1.5fr 1fr 1fr;
}
.property-media-grid img {
    background: var(--brand-bg);
    border-radius: 14px;
    height: 190px;
    object-fit: cover;
    width: 100%;
}
.property-media-grid .property-media-main {
    grid-row: span 2;
    height: 390px;
}
.property-summary {
    margin: 1.6rem 0 1.2rem;
}
.property-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-bottom: .9rem;
}
.property-tags span {
    background: rgba(31, 102, 90, .1);
    border-radius: 999px;
    color: var(--brand-brown);
    font-size: .76rem;
    font-weight: 850;
    padding: .38rem .65rem;
    text-transform: uppercase;
}
.property-tags span:first-child {
    background: var(--brand-orange);
    color: #fff;
}
.property-summary h1 {
    color: #0f1513;
    font-size: clamp(1.9rem, 3vw, 2.65rem);
    font-weight: 850;
    line-height: 1.08;
    margin: 0 0 .65rem;
    max-width: 820px;
}
.property-summary p {
    color: var(--brand-gray);
    font-size: .98rem;
    margin-bottom: .65rem;
}
.property-summary-price {
    color: var(--brand-brown);
    display: block;
    font-size: 1.65rem;
    font-weight: 900;
}
.property-facts {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 1.25rem;
}
.property-facts div {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 14px;
    padding: .9rem;
}
.property-facts strong {
    color: var(--brand-brown);
    display: block;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1;
}
.property-facts span {
    color: var(--brand-gray);
    display: block;
    font-size: .8rem;
    font-weight: 750;
    margin-top: .35rem;
}
.property-section-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 16px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .045);
    margin-top: 1rem;
    padding: 1.45rem;
}
.property-section-card h2 {
    font-size: 1.35rem;
    font-weight: 850;
    margin-bottom: .8rem;
}
.property-section-card p {
    color: #5f625f;
    font-size: .98rem;
    line-height: 1.75;
    margin-bottom: 0;
}
.property-description-content {
    color: #5f625f;
    font-size: .98rem;
    line-height: 1.75;
}
.property-description-content p,
.property-description-content div {
    margin-bottom: 1rem;
}
.property-description-content p:last-child,
.property-description-content div:last-child {
    margin-bottom: 0;
}
.property-description-content h2,
.property-description-content h3,
.property-description-content h4 {
    color: var(--brand-black);
    font-size: 1.08rem;
    font-weight: 800;
    margin: 1rem 0 .5rem;
}
.property-description-content ul,
.property-description-content ol {
    margin-bottom: 1rem;
    padding-left: 1.25rem;
}
.property-description-content a {
    color: var(--brand-brown);
    font-weight: 700;
}
.property-thumb-grid {
    display: grid;
    gap: .7rem;
    grid-template-columns: repeat(auto-fill, minmax(138px, 1fr));
}
.property-thumb-grid img {
    border-radius: 12px;
    height: 110px;
    object-fit: cover;
    width: 100%;
}
.property-contact-box {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
    padding: 1.35rem;
    position: sticky;
    top: 106px;
}
.property-contact-price {
    color: var(--brand-brown);
    font-size: 1.45rem;
    font-weight: 900;
    margin-bottom: .35rem;
}
.property-contact-box p {
    color: var(--brand-gray);
    font-size: .93rem;
}
.property-contact-box .form-label {
    font-size: .82rem;
    font-weight: 800;
    margin-bottom: .3rem;
}
.property-contact-box .form-control {
    border-radius: 12px;
    min-height: 44px;
    padding: .65rem .8rem;
}
.property-contact-box textarea.form-control {
    min-height: 95px;
}
.property-show-hero {
    background:
        linear-gradient(180deg, rgba(230, 224, 219, .78), rgba(255, 255, 255, 1)),
        var(--brand-bg);
    padding: 28px 0 18px;
}
.property-breadcrumb {
    align-items: center;
    color: var(--brand-gray);
    display: flex;
    flex-wrap: wrap;
    font-size: .88rem;
    font-weight: 800;
    gap: .5rem;
    margin-bottom: 1rem;
}
.property-breadcrumb a {
    color: var(--brand-brown);
    text-decoration: none;
}
.property-breadcrumb a:hover { color: var(--brand-orange); }
.property-breadcrumb strong {
    color: var(--brand-orange);
    font-weight: 900;
}
.property-show-gallery {
    display: grid;
    gap: .9rem;
    grid-template-columns: 2fr 1fr;
    min-height: 520px;
}
.property-show-gallery img {
    background: var(--brand-bg);
    border-radius: 20px;
    box-shadow: 0 16px 42px rgba(0, 0, 0, .09);
    height: 255px;
    object-fit: cover;
    width: 100%;
}
.property-show-gallery .property-show-main {
    grid-row: span 2;
    height: 520px;
}
.property-show-title {
    font-size: clamp(2.35rem, 4vw, 3.9rem);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.02;
    max-width: 780px;
}
.property-show-location {
    color: var(--brand-gray);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}
.property-spec-grid {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(3, 1fr);
    margin: 1.35rem 0 1.75rem;
}
.property-spec-grid div {
    background: linear-gradient(180deg, #fff, #fbfaf8);
    border: 1px solid rgba(31, 102, 90, .12);
    border-radius: 16px;
    min-height: 94px;
    padding: .95rem 1rem;
}
.property-spec-grid strong {
    color: var(--brand-brown);
    display: block;
    font-size: 1.28rem;
    font-weight: 850;
    line-height: 1.1;
    margin-bottom: .35rem;
    text-transform: capitalize;
}
.property-spec-grid span {
    color: var(--brand-gray);
    font-size: .86rem;
    font-weight: 700;
}
.detail-panel {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: var(--brand-radius);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .1);
    padding: 1.75rem;
    position: sticky;
    top: 128px;
}
.detail-panel h1 { font-size: 2rem; font-weight: 800; }
.detail-panel .form-label {
    color: #26332f;
    font-size: .86rem;
    font-weight: 800;
    margin-bottom: .35rem;
}
.detail-panel .form-control {
    background: #fbfaf8;
    border-color: rgba(31, 102, 90, .14);
    min-height: 48px;
}
.detail-panel textarea.form-control {
    min-height: 118px;
}
.detail-panel .btn {
    min-height: 48px;
}
.detail-code { color: var(--brand-gray); font-weight: 700; }
.detail-price {
    color: var(--brand-brown);
    font-size: clamp(1.85rem, 3vw, 2.45rem);
    font-weight: 800;
    margin: .85rem 0 .65rem;
}
.detail-features {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 1.5rem 0;
}
.detail-features div {
    background: rgba(31, 102, 90, .08);
    border-radius: 16px;
    padding: 1rem;
}
.detail-features strong { display: block; font-size: 1.45rem; }
.detail-features span { color: var(--brand-gray); font-size: .9rem; }
.description-card {
    background:
        linear-gradient(180deg, #fff, #fff),
        linear-gradient(135deg, rgba(31, 102, 90, .14), rgba(217, 87, 43, .14));
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: var(--brand-radius);
    box-shadow: 0 18px 55px rgba(0, 0, 0, .06);
    margin-top: 1.5rem;
    padding: 2.15rem;
}
.description-card h2 { font-weight: 800; }
.description-card p {
    color: #5f625f;
    font-size: 1.02rem;
    line-height: 1.85;
    margin-bottom: 0;
}
.description-card .property-gallery {
    grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
    margin-top: 1rem;
}
.description-card .property-gallery img {
    height: 132px;
    transition: transform .2s ease, box-shadow .2s ease;
}
.description-card .property-gallery img:hover {
    box-shadow: 0 14px 30px rgba(0, 0, 0, .12);
    transform: translateY(-2px);
}

.contact-card, .contact-form-card, .blog-card, .post-article {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: var(--brand-radius);
    box-shadow: var(--brand-shadow);
}
.contact-card, .contact-form-card { padding: 2rem; }
.contact-card h2 { font-weight: 800; }
.contact-list { display: grid; gap: 1rem; margin-top: 1.5rem; }
.contact-list div {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    padding-bottom: 1rem;
}
.contact-list strong { display: block; }
.contact-list span { color: var(--brand-gray); }
.owner-hero {
    background:
        linear-gradient(120deg, rgba(230, 224, 219, .96), rgba(230, 224, 219, .74)),
        url('../images/hero/hero-02.jpg') center/cover;
}
.owner-info-card {
    position: sticky;
    top: 118px;
}
.owner-steps {
    display: grid;
    gap: .85rem;
    margin-top: 1.35rem;
}
.owner-steps div {
    align-items: flex-start;
    background: rgba(31, 102, 90, .08);
    border-radius: 18px;
    display: flex;
    gap: .85rem;
    padding: 1rem;
}
.owner-steps strong {
    align-items: center;
    background: var(--brand-brown);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 32px;
    height: 32px;
    justify-content: center;
}
.owner-steps span {
    color: var(--brand-gray);
    line-height: 1.55;
}

.blog-card {
    height: 100%;
    overflow: hidden;
}
.blog-card img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}
.blog-card-body { padding: 1.4rem; }
.blog-card h2 { font-size: 1.25rem; font-weight: 800; }
.blog-card p { color: var(--brand-gray); }
.post-article {
    margin: 0 auto;
    max-width: 900px;
    padding: 2rem;
}
.post-article h1 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}
.post-article img {
    border-radius: var(--brand-radius);
    margin-bottom: 2rem;
    max-height: 480px;
    object-fit: cover;
    width: 100%;
}
.post-content { color: var(--brand-gray); font-size: 1.08rem; line-height: 1.9; }

.brand-footer {
    color: #333;
    background: #fffaf6;
    padding: 40px 0 28px;
    box-shadow: 0 0 2px #333;
}
.brand-footer .footer-logo {
    height: auto;
    width: 40%;
}
.brand-footer h3 {
    color: #333;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
.brand-footer a {
    color: #333;
    display: block;
    margin-bottom: .55rem;
    text-decoration: none;
}
.brand-footer a:hover { color: var(--brand-brown); }
.brand-footer p { margin-bottom: .55rem; }
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    border-top: 1px solid rgba(255, 255, 255, .16);
    margin-top: 2rem;
    padding-top: 1.25rem;
    font-size: .85rem;
}
.footer-credits {
    white-space: nowrap;
    display: flex;
    align-items: start;
    gap: .35rem;
}

.footer-credits a {
    color: inherit;
    text-decoration: none;
    font-weight: 700;
}
.whatsapp-float {
    align-items: center;
    background: var(--brand-brown);
    border-radius: 999px;
    bottom: 22px;
    box-shadow: 0 0 5px inset #FFF4;
    color: #fff;
    display: inline-flex;
    font-size: 1.35rem;
    font-weight: 800;
    height: 58px;
    justify-content: center;
    padding: 0;
    position: fixed;
    right: 22px;
    text-decoration: none;
    width: 58px;
    z-index: 20;
}
.whatsapp-float:hover { background: var(--brand-orange); color: #fff; }

.client-auth-page,
.client-area-page {
    background: #f6f4f1;
}
.client-auth-card,
.client-panel {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 18px;
    box-shadow: var(--brand-shadow);
}
.client-auth-card {
    margin: 0 auto;
    max-width: 520px;
    padding: 2rem;
}
.client-access-grid {
    align-items: stretch;
    display: grid;
    gap: 1.4rem;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr);
}
.client-access-grid .client-auth-card {
    margin: 0;
    max-width: none;
}
.owner-access-card {
    background: var(--brand-brown);
    border-radius: 18px;
    color: #fff;
    padding: 2rem;
}
.owner-access-card .section-kicker,
.owner-access-card h2 {
    color: #fff;
}
.owner-access-card p {
    color: rgba(255,255,255,.78);
    line-height: 1.7;
}
.client-auth-card h1,
.client-panel h2 {
    font-weight: 850;
}
.client-auth-card p {
    color: var(--brand-gray);
}
.client-panel {
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(22, 31, 29, .06);
    padding: 1.25rem;
}
.client-panel > strong {
    color: var(--brand-black);
    display: block;
    font-size: 1.1rem;
    margin-bottom: .35rem;
}
.client-facts {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
}
.client-facts div,
.client-ticket {
    background: rgba(31, 102, 90, .07);
    border: 1px solid rgba(31, 102, 90, .1);
    border-radius: 14px;
    padding: .85rem;
}
.client-facts span,
.client-ticket span {
    color: var(--brand-gray);
    display: block;
    font-size: .82rem;
    font-weight: 700;
}
.client-facts strong {
    color: var(--brand-brown);
}
.client-ticket + .client-ticket {
    margin-top: .75rem;
}
.client-ticket p {
    color: #4f5653;
    margin: .55rem 0 0;
}
.client-center-head {
    align-items: flex-start;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 1.35rem 1.5rem;
}
.client-center-head h1 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 900;
    letter-spacing: 0;
    margin: .3rem 0;
}
.client-center-head p {
    color: var(--brand-gray);
    margin: 0;
}
.client-summary-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 1rem;
}
.client-summary-grid article {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 8px;
    min-height: 138px;
    padding: 1.1rem 1.2rem;
}
.client-summary-grid i {
    align-items: center;
    background: rgba(198, 140, 88, .12);
    border-radius: 7px;
    color: var(--brand-orange);
    display: inline-flex;
    font-size: 1.35rem;
    height: 38px;
    justify-content: center;
    width: 38px;
}
.client-summary-grid span,
.client-summary-grid strong,
.client-summary-grid small {
    display: block;
}
.client-summary-grid span {
    color: var(--brand-gray);
    font-size: .8rem;
    font-weight: 800;
    margin-top: .65rem;
}
.client-summary-grid strong {
    color: var(--brand-black);
    font-size: 1.25rem;
    margin-top: .2rem;
}
.client-summary-grid small {
    color: var(--brand-brown);
    margin-top: .2rem;
}
.client-center-nav {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    display: flex;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
    overflow-x: auto;
    padding: 0 1rem;
}
.client-center-nav a {
    color: #4f5653;
    font-size: .88rem;
    font-weight: 800;
    padding: .85rem 0;
    text-decoration: none;
    white-space: nowrap;
}
.client-center-nav a:hover {
    color: var(--brand-orange);
}
.client-panel-heading {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.client-panel-heading span {
    color: var(--brand-orange);
    font-size: .72rem;
    font-weight: 850;
    text-transform: uppercase;
}
.client-panel-heading h2 {
    font-size: 1.25rem;
    margin: .2rem 0 0;
}
.client-contract-status {
    background: #d1fae5;
    border-radius: 999px;
    color: #047857 !important;
    padding: .4rem .65rem;
}
.client-property-title > span {
    color: var(--brand-orange);
    font-size: .78rem;
    font-weight: 900;
}
.client-property-title {
    background: #f8f7f5;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 8px;
    padding: 1rem;
}
.client-property-title > strong {
    display: block;
    font-size: 1.15rem;
    margin-top: .2rem;
}
.client-property-title p {
    color: var(--brand-gray);
    margin: .35rem 0 0;
}
.client-detail-columns {
    border-top: 1px solid rgba(0, 0, 0, .08);
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
    padding-top: 1.25rem;
}
.client-detail-columns h3 {
    font-size: .9rem;
    font-weight: 900;
}
.client-detail-columns dl {
    margin: 0;
}
.client-detail-columns dl div {
    display: grid;
    gap: .7rem;
    grid-template-columns: 90px minmax(0, 1fr);
    padding: .4rem 0;
}
.client-detail-columns dt {
    color: var(--brand-gray);
    font-size: .78rem;
}
.client-detail-columns dd {
    font-size: .85rem;
    font-weight: 750;
    margin: 0;
}
.client-ticket-list {
    display: grid;
    gap: .85rem;
}
.client-ticket-card {
    background: #fbfbfa;
    border: 1px solid rgba(0, 0, 0, .09);
    border-radius: 8px;
    padding: 1rem;
}
.client-ticket-card h3 {
    font-size: 1rem;
    font-weight: 900;
    margin: .55rem 0 .2rem;
}
.client-ticket-card time {
    color: var(--brand-gray);
    font-size: .76rem;
}
.client-ticket-card p {
    color: #4f5653;
    margin: .75rem 0;
}
.client-ticket-card footer {
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, .07);
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    padding-top: .7rem;
}
.client-ticket-card footer span,
.client-ticket-card footer a {
    color: var(--brand-gray);
    font-size: .75rem;
    font-weight: 750;
}
.client-ticket-card footer a {
    color: var(--brand-brown);
    margin-left: auto;
}
.client-ticket-status {
    background: #dbeafe;
    border-radius: 999px;
    color: #1d4ed8;
    display: inline-flex;
    font-size: .72rem;
    font-weight: 850;
    padding: .35rem .55rem;
}
.client-ticket-status.is-resolvida { background: #d1fae5; color: #047857; }
.client-ticket-status.is-cancelada { background: #fee2e2; color: #b91c1c; }
.client-maintenance-panel {
    position: sticky;
    top: 92px;
}
.client-maintenance-panel > p {
    color: var(--brand-gray);
    line-height: 1.65;
}
.client-maintenance-panel .form-label {
    color: #343937;
    font-size: .82rem;
    font-weight: 800;
    margin-bottom: .35rem;
}
.client-maintenance-panel .form-control,
.client-maintenance-panel .form-select {
    border-color: rgba(0, 0, 0, .12);
    border-radius: 7px;
    min-height: 46px;
}
.client-maintenance-panel textarea.form-control {
    min-height: 116px;
}
.client-maintenance-panel .btn {
    border-radius: 7px;
    min-height: 48px;
}
.client-segmented {
    display: grid;
    gap: .5rem;
    grid-template-columns: 1fr 1fr;
}
.client-segmented input {
    position: absolute;
    opacity: 0;
}
.client-segmented span {
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 7px;
    cursor: pointer;
    display: block;
    font-weight: 800;
    padding: .65rem;
    text-align: center;
}
.client-segmented input:checked + span {
    background: var(--brand-brown);
    color: #fff;
}
.client-timeline > div {
    display: grid;
    gap: .65rem;
    grid-template-columns: 10px minmax(0, 1fr) auto;
    padding: .65rem 0;
}
.client-timeline i {
    color: var(--brand-brown);
    font-size: .4rem;
    margin-top: .4rem;
}
.client-timeline p {
    margin: 0;
}
.client-timeline time {
    color: var(--brand-gray);
    font-size: .75rem;
}
.client-photo-grid {
    display: grid;
    gap: .65rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.client-photo-grid img {
    aspect-ratio: 1;
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 991.98px) {
    .client-summary-grid,
    .client-detail-columns {
        grid-template-columns: 1fr;
    }
    .client-maintenance-panel {
        position: static;
    }
    .public-navbar .navbar-brand img { height: 42px; }
    .hero-card .search-card { margin: 1rem 0 0; }
    .detail-panel { position: static; }
    .owner-info-card { position: static; }
    .property-show-gallery {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .property-layout {
        grid-template-columns: 1fr;
    }
    .property-contact-box {
        position: static;
    }
    .property-media-grid {
        grid-template-columns: 1fr 1fr;
    }
    .property-media-grid .property-media-main {
        grid-column: 1 / -1;
        height: 360px;
    }
    .property-show-gallery .property-show-main,
    .property-show-gallery img {
        height: 340px;
    }
    .property-spec-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hero-section {
        min-height: auto;
    }
    .hero-section-overlay {
        background:
            linear-gradient(180deg, rgba(230, 224, 219, .9), rgba(230, 224, 219, .76)),
            linear-gradient(180deg, rgba(0, 0, 0, .26), rgba(0, 0, 0, .46));
    }
    .hero-content-row { min-height: auto; }
    .featured-carousel-lite > [class*="col-"] { flex-basis: 82%; }
    .filter-field,
    .filter-field-wide,
    .filter-actions {
        grid-column: span 6;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: .75rem;
    }

    .footer-credits {
        white-space: normal;
        flex-wrap: wrap;
    }
}

@media (max-width: 575.98px) {
    .client-center-head {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
    }
    .client-ticket-card footer a {
        margin-left: 0;
        width: 100%;
    }
    .client-timeline > div {
        grid-template-columns: 10px minmax(0, 1fr);
    }
    .client-timeline time {
        grid-column: 2;
    }
}
@media (max-width: 767.98px) {
    .section-padding { padding: 56px 0; }
    .public-topbar {
        font-size: .82rem;
        text-align: center;
    }
    .listing-filter-pro {
        margin-top: -3rem;
        padding: 1rem;
    }
    .listing-filter-head,
    .listing-results-head {
        align-items: stretch;
        flex-direction: column;
    }
    .listing-sort-wrap,
    .listing-sort-wrap .form-select {
        width: 100%;
    }
    .listing-purpose-tabs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
    }
    .listing-purpose-tabs span {
        justify-content: center;
        width: 100%;
    }
    .filter-field,
    .filter-field-wide,
    .filter-actions {
        grid-column: 1 / -1;
    }
    .topbar-social {
        justify-content: center;
    }
    .property-gallery { grid-template-columns: repeat(2, 1fr); }
    .listing-pagination {
        align-items: stretch;
        flex-direction: column;
    }
    .listing-pagination > .btn {
        width: 100%;
    }
    .property-spec-grid { grid-template-columns: 1fr; }
    .property-facts { grid-template-columns: repeat(2, 1fr); }
    .property-media-grid { grid-template-columns: 1fr; }
    .property-media-grid img,
    .property-media-grid .property-media-main { height: 250px; }
    .property-show-title { font-size: 2.25rem; }
    .property-show-gallery .property-show-main,
    .property-show-gallery img { height: 260px; }
    .description-card { padding: 1.45rem; }
    .property-detail-img { height: 340px; }
    .cta-band { align-items: flex-start; flex-direction: column; }
    .whatsapp-float {
        bottom: 16px;
        height: 54px;
        left: auto;
        right: 16px;
        width: 54px;
    }
}
.clean-hero {
    background: #fff;
    border-bottom: 1px solid rgba(20, 28, 25, .08);
    display: block;
    min-height: 0;
    overflow: visible;
    padding: clamp(4rem, 8vw, 7rem) 0 3.4rem;
}
.clean-hero .container {
    position: relative;
    z-index: 1;
}
.clean-hero-copy {
    margin: 0 auto 2.2rem;
    max-width: 940px;
    text-align: center;
}
.clean-hero .section-kicker {
    color: var(--brand-brown) !important;
}
.clean-hero .hero-title {
    color: #111715;
    font-size: clamp(2.7rem, 7vw, 6rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: .92;
    margin: 0 auto 1.1rem;
    max-width: 980px;
}
.clean-hero .hero-subtitle {
    color: #59615d;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    margin: 0 auto;
    max-width: 680px;
}
.hero-search-clean {
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(18, 26, 23, .1);
    margin: 0 auto;
    max-width: 1080px;
    padding: 1rem;
}
.search-purpose-tabs {
    background: #f4f5f3;
    border-radius: 999px;
    display: inline-flex;
    gap: .25rem;
    margin-bottom: 1rem;
    padding: .25rem;
}
.search-purpose-tabs label {
    cursor: pointer;
    margin: 0;
}
.search-purpose-tabs input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}
.search-purpose-tabs span {
    border-radius: 999px;
    color: #39423f;
    display: inline-flex;
    font-weight: 850;
    justify-content: center;
    min-width: 96px;
    padding: .65rem 1rem;
}
.search-purpose-tabs input:checked + span {
    background: var(--brand-brown);
    color: #fff;
}
.hero-search-grid {
    align-items: end;
    display: grid;
    gap: .85rem;
    grid-template-columns: minmax(240px, 1.55fr) minmax(160px, .8fr) minmax(160px, .8fr) auto;
}
.hero-search-button {
    align-items: center;
    display: inline-flex;
    gap: .45rem;
    justify-content: center;
    min-height: 50px;
    min-width: 132px;
}
.stories-section {
    background: #fff;
    overflow: hidden;
}
.stories-heading {
    align-items: end;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}
.stories-heading .section-title {
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    margin-bottom: 0;
    max-width: 720px;
}
.stories-rail {
    display: flex;
    gap: 1rem;
    margin-left: max(1rem, calc((100vw - 1140px) / 2));
    overflow-x: auto;
    padding: .15rem max(1rem, calc((100vw - 1140px) / 2)) 1.2rem 0;
    scroll-padding-left: max(1rem, calc((100vw - 1140px) / 2));
    scroll-snap-type: x mandatory;
}
.story-slide {
    flex: 0 0 clamp(230px, 22vw, 305px);
    max-width: clamp(230px, 22vw, 305px);
    scroll-snap-align: start;
}
.property-story-card {
    background: #111715;
    border-radius: 18px;
    color: #fff;
    display: block;
    height: 440px;
    min-height: 440px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 100%;
}
.property-story-card,
.property-story-card * {
    box-sizing: border-box;
}
.property-story-card:hover {
    color: #fff;
    transform: translateY(-3px);
}
.story-ring {
    border: 2px solid rgba(255, 255, 255, .82);
    border-radius: 16px;
    inset: .55rem;
    pointer-events: none;
    position: absolute;
    z-index: 3;
}
.property-story-media {
    inset: 0;
    position: absolute;
    z-index: 1;
}
.property-story-media::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .22) 34%, rgba(0, 0, 0, .86) 100%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 2;
}
.property-story-media .property-card-image {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.property-story-media .property-badge {
    left: 1.1rem;
    top: 1.1rem;
    z-index: 4;
}
.property-story-content {
    bottom: 0;
    left: 0;
    padding: 1.3rem;
    position: absolute;
    right: 0;
    z-index: 4;
}
.story-meta {
    color: rgba(255, 255, 255, .72);
    font-size: .78rem;
    font-weight: 800;
    margin-bottom: .45rem;
    text-transform: uppercase;
}
.property-story-content h3 {
    font-size: 1.18rem;
    font-weight: 900;
    line-height: 1.15;
    margin: 0 0 .8rem;
}
.story-facts {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin-bottom: .85rem;
}
.story-facts span {
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800;
    padding: .28rem .55rem;
}
.property-story-content .property-price {
    color: #fff;
    font-size: 1rem;
    line-height: 1.35;
    margin-bottom: .75rem;
}
.story-link {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-size: .92rem;
    font-weight: 900;
    gap: .35rem;
}
.story-link::after {
    content: "\F138";
    font-family: "bootstrap-icons";
    font-size: .9rem;
}

@media (max-width: 991.98px) {
    .hero-search-grid {
        grid-template-columns: 1fr 1fr;
    }
    .search-main-field,
    .hero-search-button {
        grid-column: 1 / -1;
    }
    .hero-search-button {
        width: 100%;
    }
    .stories-heading {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .clean-hero {
        padding: 3rem 0 2.4rem;
    }
    .clean-hero .hero-title {
        font-size: clamp(2.35rem, 14vw, 4rem);
    }
    .hero-search-clean {
        padding: .85rem;
    }
    .search-purpose-tabs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
    }
    .search-purpose-tabs span {
        min-width: 0;
        width: 100%;
    }
    .hero-search-grid {
        grid-template-columns: 1fr;
    }
    .story-slide {
        flex-basis: 78vw;
    }
    .property-story-card {
        min-height: 430px;
    }
}

.home-stories-hero {
    background: var(--brand-bg);
    overflow: hidden;
    padding: 2.2rem 0 1.4rem;
}
.hero-mini-head {
    align-items: end;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.hero-mini-head .section-kicker {
    margin-bottom: .3rem;
}
.hero-mini-head h1 {
    color: #17201d;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0;
}
.hero-mini-head h1 strong {
    font-weight: 900;
}
.hero-mini-actions {
    align-items: center;
    display: flex;
    gap: .9rem;
}
.hero-mini-actions a {
    align-items: center;
    color: #23312c;
    display: inline-flex;
    font-size: .9rem;
    font-weight: 850;
    gap: .35rem;
    text-decoration: none;
}
.hero-mini-actions i {
    color: var(--brand-brown);
}
.story-carousel {
    position: relative;
}
.stories-viewport {
    overflow: hidden;
    width: 100%;
}
.hero-stories-rail {
    animation: storiesMarquee var(--story-duration, 44s) linear infinite;
    display: flex;
    gap: 1.3rem;
    margin: 0;
    padding: 0 0 .35rem;
    width: max-content;
    will-change: transform;
}
.story-carousel:hover .hero-stories-rail {
    animation-play-state: paused;
}
.hero-stories-rail .story-slide {
    flex: 0 0 clamp(170px, 12vw, 230px);
    max-width: clamp(170px, 12vw, 230px);
    padding: 0;
}
.hero-stories-rail .property-story-card {
    border-radius: 12px;
    height: 305px;
    min-height: 305px;
}
.hero-stories-rail .story-ring {
    border-radius: 10px;
    inset: .38rem;
}
.hero-stories-rail .property-badge {
    font-size: .62rem;
    left: .75rem;
    padding: .28rem .55rem;
    top: .75rem;
}
.hero-stories-rail .property-story-content {
    padding: .8rem;
}
.hero-stories-rail .story-meta {
    font-size: .62rem;
    margin-bottom: .22rem;
}
.hero-stories-rail .property-story-content h2,
.property-story-content h2 {
    color: #fff;
    font-size: .92rem;
    font-weight: 900;
    line-height: 1.12;
    margin: 0 0 .55rem;
}
.story-arrow {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(17, 23, 21, .08);
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
    color: #17201d;
    display: inline-flex;
    height: 58px;
    justify-content: center;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    width: 58px;
    z-index: 5;
}
.story-arrow-prev {
    left: 3.5rem;
}
.story-arrow-next {
    right: 3.5rem;
}
.story-arrow:hover {
    background: var(--brand-brown);
    color: #fff;
}
.carousel-dots {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
    min-height: 52px;
    padding-top: 1.4rem;
}
.carousel-dots button {
    background: #d5d5d5;
    border: 0;
    border-radius: 999px;
    height: 11px;
    padding: 0;
    transition: .2s ease;
    width: 11px;
}
.carousel-dots button.active {
    background: var(--brand-orange);
    height: 34px;
    width: 34px;
}
@keyframes storiesMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-50% - .65rem)); }
}
.story-kind {
    background: var(--brand-brown);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: .62rem;
    font-weight: 900;
    padding: .28rem .58rem;
    text-transform: uppercase;
}
.hero-stories-rail .story-facts {
    gap: .25rem;
    margin-bottom: .45rem;
}
.hero-stories-rail .story-facts span {
    font-size: .62rem;
    padding: .18rem .36rem;
}
.hero-stories-rail .property-story-content .property-price {
    font-size: .72rem;
    margin-bottom: .38rem;
}
.hero-stories-rail .story-link {
    font-size: .7rem;
}
.home-quick-section {
    background: #fff;
    border-top: 1px solid rgba(17, 23, 21, .06);
    padding: 1.4rem 0 2.2rem;
}
.home-tags-section {
    background: var(--brand-bg);
    border-top: 1px solid rgba(17, 23, 21, .06);
    padding: 3rem 0 2.3rem;
}
.tags-heading {
    margin-bottom: 1.3rem;
}
.tags-heading .section-title {
    font-size: clamp(1.2rem, 2vw, 1.7rem);
}
.tag-carousel {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding: .25rem 0 1rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}
.tag-carousel::-webkit-scrollbar,
.stories-viewport::-webkit-scrollbar,
.hero-stories-rail::-webkit-scrollbar {
    display: none;
}
.home-tag-item {
    align-items: center;
    color: #141a18;
    display: flex;
    flex: 0 0 170px;
    flex-direction: column;
    font-size: 1rem;
    font-weight: 750;
    gap: .65rem;
    justify-content: center;
    min-height: 130px;
    scroll-snap-align: start;
    text-align: center;
    text-decoration: none;
}
.home-tag-item i {
    color: var(--brand-brown);
    font-size: 2.8rem;
}
.home-tag-item:hover {
    color: var(--brand-brown);
}
.map-callout-section {
    background: var(--brand-bg);
    padding: .7rem 0 3.4rem;
}
.home-map-teaser {
    align-items: center;
    background:
        linear-gradient(90deg, var(--brand-orange) 0%, var(--brand-brown) 43%, rgba(255, 255, 255, .58) 62%),
        linear-gradient(135deg, rgba(31, 102, 90, .12), rgba(217, 87, 43, .12));
    border-radius: 18px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 112px;
    overflow: hidden;
    position: relative;
}
.home-map-teaser::after {
    background:
        linear-gradient(90deg, rgba(30, 80, 120, .14) 1px, transparent 1px),
        linear-gradient(0deg, rgba(30, 80, 120, .14) 1px, transparent 1px);
    background-size: 42px 42px;
    content: "";
    inset: 0;
    opacity: .8;
    position: absolute;
}
.map-teaser-content {
    align-items: center;
    color: #fff;
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 2;
}
.map-teaser-content span,
.map-teaser-content strong {
    display: block;
}
.map-teaser-content span {
    font-size: 1.05rem;
    font-weight: 750;
}
.map-teaser-content strong {
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    font-weight: 950;
}
.map-teaser-content i {
    color: #f14b2c;
    font-size: 5.5rem;
    margin-bottom: -2.2rem;
    text-shadow: 0 10px 22px rgba(0, 0, 0, .16);
}
.map-teaser-content:hover {
    color: #fff;
}
.quick-grid {
    align-items: stretch;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.quick-grid a {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(17, 23, 21, .08);
    border-radius: 10px;
    color: #17201d;
    display: flex;
    flex-direction: column;
    font-weight: 900;
    gap: .6rem;
    min-height: 100px;
    justify-content: center;
    text-align: center;
    text-decoration: none;
}
.quick-grid a:hover {
    border-color: rgba(31, 102, 90, .22);
    color: var(--brand-brown);
    transform: translateY(-2px);
}
.quick-grid i {
    color: var(--brand-brown);
    font-size: 1.9rem;
}
.home-categories {
    background: #fbfaf7;
}
.home-dark-showcase {
    padding: 72px 0;
}
.home-dark-showcase .stories-heading {
    margin-bottom: 1rem;
}
.home-team-section {
    background: var(--brand-bg);
    padding: 72px 0;
}
.home-team-section .section-title {
    font-size: clamp(2rem, 3vw, 2.4rem);
    font-weight: 350;
}
.home-team-section .section-title strong {
    font-weight: 900;
}
.team-grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.team-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background: #FFF;
    border-radius: 12px;
    padding: 20px;
}
.team-avatar {
    align-items: center;
    background: var(--brand-brown);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 4rem;
    font-weight: 900;
    height: 190px;
    justify-content: center;
    margin-bottom: 1.6rem;
    width: 190px;
}
.team-avatar-img {
    object-fit: cover;
}
.team-card > span {
    border-radius: 8px;
    color: var(--brand-brown);
    border: 1px solid var(--brand-brown);
    display: inline-flex;
    font-weight: 750;
    margin-bottom: .75rem;
    padding: .45rem .75rem;
}
.team-card h3 {
    color: #222;
    font-size: 1.8rem;
    font-weight: 950;
    margin-bottom: .6rem;
}
.team-card a {
    align-items: center;
    color: #FFF !important;
    background: var(--brand-brown);
    box-shadow: 0 0 2px #17201d;
    padding: 10px;
    width: 100%;
    border-radius: 12px;
    display: flex;
    gap: .4rem;
    justify-content: center;
    margin-top: .45rem;
    text-decoration: none;
}
.team-card a i {
    color: #FFF;
}
.map-page {
    background: #f5f5ef;
}
.map-page-canvas {
    height: calc(100vh - 86px);
    min-height: 640px;
    position: relative;
}
.properties-map {
    height: 100%;
    width: 100%;
}
.map-page-card {
    align-items: center;
    background: rgba(255, 255, 255, .96);
    border-radius: 999px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .16);
    display: flex;
    gap: 1rem;
    left: 50%;
    min-height: 74px;
    padding: .85rem 1.25rem;
    position: absolute;
    top: 34px;
    transform: translateX(-50%);
    z-index: 500;
}
.map-page-card a {
    align-items: center;
    color: var(--brand-brown);
    display: inline-flex;
    font-size: 1.4rem;
    justify-content: center;
    text-decoration: none;
}
.map-page-card strong {
    color: #17201d;
    font-size: 1.2rem;
    font-weight: 950;
    white-space: nowrap;
}
.map-page-card span {
    background: #f1efe8;
    border-radius: 999px;
    color: #17201d;
    font-weight: 850;
    padding: .45rem .85rem;
    white-space: nowrap;
}
.leaflet-popup-content {
    display: grid;
    gap: .25rem;
    min-width: 210px;
}
.leaflet-popup-content strong {
    color: #17201d;
    font-size: .95rem;
    line-height: 1.2;
}
.leaflet-popup-content span,
.leaflet-popup-content em {
    color: #56615d;
    font-style: normal;
}
.leaflet-popup-content a {
    color: var(--brand-brown);
    font-weight: 900;
    text-decoration: none;
}
.team-profile-page {
    background: #f2f1e9;
}
.team-profile-layout {
    align-items: center;
    display: grid;
    gap: 3rem;
    grid-template-columns: 360px minmax(0, 1fr);
}
.team-profile-photo {
    background: var(--brand-brown);
    border-radius: 999px;
    color: #fff;
    display: flex;
    font-size: 6rem;
    font-weight: 900;
    height: 320px;
    object-fit: cover;
    width: 320px;
}
.team-profile-initial {
    align-items: center;
    justify-content: center;
}
.team-profile-content h1 {
    color: #08a962;
    font-size: clamp(2.6rem, 6vw, 5rem);
    font-weight: 950;
    line-height: .98;
    margin: .8rem 0 .45rem;
}
.team-role-pill {
    background: #e8e5da;
    border-radius: 8px;
    color: #17201d;
    display: inline-flex;
    font-size: 1.05rem;
    font-weight: 800;
    padding: .45rem .8rem;
}
.team-creci {
    color: #17201d;
    font-weight: 750;
}
.team-profile-text {
    color: #2f3935;
    font-size: 1.08rem;
    line-height: 1.8;
    margin-top: 1.2rem;
}
.team-profile-contact {
    display: grid;
    gap: .8rem;
    margin-top: 1.4rem;
}
.team-profile-contact a {
    align-items: center;
    color: #17201d;
    display: inline-flex;
    font-size: 1.1rem;
    gap: .55rem;
    text-decoration: none;
}
.team-profile-contact i {
    color: #08a962;
}

@media (max-width: 991.98px) {
    .public-nav-grid {
        grid-template-columns: auto 1fr auto;
    }
    .header-search { grid-column: 1 / -1; grid-row: 2; }
    .public-navbar .navbar-toggler {
        justify-self: end;
    }
    .public-navbar .navbar-collapse {
        grid-column: 1 / -1;
    }
    .hero-mini-head {
        align-items: flex-start;
        flex-direction: column;
    }
    .hero-stories-rail .story-slide { flex-basis: 210px; max-width: 210px; }
    .quick-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .client-access-grid,
    .team-profile-layout {
        grid-template-columns: 1fr;
    }
    .team-profile-photo {
        height: 240px;
        width: 240px;
    }
}

@media (max-width: 767.98px) {
    .public-nav-grid {
        gap: .7rem;
    }
    .public-navbar .navbar-brand img {
        height: 36px;
    }
    .home-stories-hero {
        padding-top: 1.35rem;
    }
    .hero-mini-actions {
        width: 100%;
    }
    .hero-mini-actions a {
        background: #f5f7f4;
        border-radius: 999px;
        justify-content: center;
        padding: .48rem .72rem;
    }
    .hero-stories-rail { gap: .9rem; }
    .hero-stories-rail .story-slide { flex-basis: 180px; max-width: 180px; }
    .hero-stories-rail .property-story-card {
        height: 270px;
        min-height: 270px;
    }
    .story-arrow {
        height: 46px;
        width: 46px;
    }
    .story-arrow-prev {
        left: .75rem;
    }
    .story-arrow-next {
        right: .75rem;
    }
    .quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .home-tag-item {
        flex-basis: 135px;
        min-height: 112px;
    }
    .home-tag-item i {
        font-size: 2.2rem;
    }
    .home-map-teaser {
        min-height: 92px;
    }
    .map-teaser-content {
        gap: .75rem;
    }
    .map-teaser-content i {
        font-size: 4rem;
    }
    .map-page-canvas {
        height: calc(100vh - 130px);
        min-height: 520px;
    }
    .map-page-card {
        gap: .55rem;
        max-width: calc(100% - 1rem);
        min-height: 58px;
        padding: .65rem .8rem;
        top: 16px;
    }
    .map-page-card strong {
        font-size: .95rem;
    }
    .map-page-card span {
        font-size: .82rem;
        padding: .34rem .58rem;
    }
    .team-grid {
        grid-template-columns: 1fr;
    }
    .team-avatar {
        height: 150px;
        width: 150px;
    }
    .team-profile-photo {
        height: 190px;
        width: 190px;
    }
}
