:root {
    --aare-primary: #f5f5f7;
    --aare-overlay: rgba(43, 47, 54, 0.45);
    /* #2B2F36 with 45% */
    --card-w: 325px;
    --off-white: #f5f5f7 !important;
    --brand-navy: #122e5b;
    --brand-muted: #4a5565;
    --white: #ffffff;
    --badge-bg: #f5f5f7;
    --card-border: rgba(12, 37, 75, 0.06);
    --card-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
    --card-border-color: rgba(12, 37, 75, 0.12);
    --brand-gold: #d4af37;
}

html,
body {
    overflow-x: hidden;
}
body {
    background-color: #ffffff;
    color: var(--white);
    font-family: "Alexandria", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
}

.text-off-white {
    color: var(--off-white) !important;
}
/* NAVBAR */
/* #mainNavbar {
    transition: background-color 0.3s ease, box-shadow 0.3s ease,
        color 0.3s ease;
    background-color: #ffffff;
}

#mainNavbar .nav-link,
#mainNavbar .navbar-brand {
    color: var(--brand-navy);
    font-weight: 400;
}

#mainNavbar .nav-link:hover {
    opacity: 0.8;
}
.aare-navbar-link {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--brand-navy);
    opacity: 0.95;
}

.aare-navbar-link i {
    font-size: 14px;
}
#mainNavbar.navbar-scrolled {
    background-color: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
} */

.off-white-section {
    background-color: var(--off-white);
}

/* ===== AARE Navbar behavior ===== */
.aare-navbar {
    background: transparent;
    transition:
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.aare-navbar .nav-link,
.aare-navbar .navbar-brand {
    color: var(--off-white);
    transition: color 0.25s ease;
}

.aare-navbar .navbar-toggler {
    padding: 0;
    color: var(--off-white);
    font-size: 28px;
    line-height: 1;
}

.aare-navbar .nav-link:hover {
    opacity: 0.85;
}

.aare-icon-btn:hover {
    transform: translateY(-1px);
}

/* Contact button (white pill) */
.aare-nav-btn {
    border: 0;
    border-radius: 7px;
    padding: 7px 14px;
    background: var(--white);
    color: var(--brand-navy);
    font-size: 13px;
    font-weight: 400;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}
.aare-nav-btn:hover {
    transform: translateY(-1px);
}

/* Contact button (white pill) */
.aare-nav-btn-icon {
    border: 0;
    border-radius: 7px;
    padding: 5px 12px;
    background: inherit;
    color: var(--off-white);
    font-size: 16px;
    font-weight: 300;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}
.aare-nav-btn-icon:hover {
    transform: translateY(-1px);
}

/* ===== Scrolled state ===== */
#mainNavbar.navbar-scrolled {
    background: var(--white);
    /* box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12); */
}

#mainNavbar.navbar-scrolled .nav-link,
#mainNavbar.navbar-scrolled .navbar-brand {
    color: var(--brand-navy);
}

#mainNavbar.navbar-scrolled .navbar-toggler {
    color: var(--brand-navy);
}

/* icons turn navy circles with white icon */
#mainNavbar.navbar-scrolled .aare-icon-btn {
    background: var(--brand-navy);
    color: #fff;
    border-color: rgba(12, 37, 75, 0.2);
}

/* contact button turns navy */
#mainNavbar.navbar-scrolled .aare-nav-btn {
    background: var(--brand-navy);
    color: #fff;
}
#mainNavbar.navbar-scrolled .aare-nav-btn-icon {
    background: inherit;
    color: var(--brand-navy);
}

/* WhatsApp icon button in navbar */
.aare-icon-btn-nav {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff; /* default state on home (transparent bg) */
    background: rgba(255, 255, 255, 0.14);
    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease,
        border-color 0.2s ease;
}

.aare-icon-btn-nav i {
    font-size: 18px;
    line-height: 1;
}

.aare-icon-btn-nav:hover {
    transform: translateY(-1px);
}

/* scrolled / inner: turn navy filled */
#mainNavbar.navbar-scrolled .aare-icon-btn-nav {
    background: var(--brand-navy);
    color: #fff;
    border-color: rgba(12, 37, 75, 0.2);
}

.aare-lang-icon {
    height: 30px;
    width: auto;
    display: block;
}

[x-cloak] {
    display: none !important;
}

/* ===== Offcanvas sheet ===== */
.aare-contact-sheet {
    width: 380px;
    border-left: 1px solid rgba(17, 24, 39, 0.08);
}

.aare-sheet-label {
    font-size: 12px;
    color: rgba(17, 24, 39, 0.75);
    margin-bottom: 8px;
    display: block;
}

.aare-sheet-input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    padding: 10px 12px;
    font-size: 13px;
    outline: none;
    background: #fff;
}

.aare-sheet-input:focus {
    border-color: rgba(18, 46, 91, 0.45);
    box-shadow: 0 0 0 4px rgba(18, 46, 91, 0.08);
}

.aare-sheet-textarea {
    resize: none;
}

.aare-sheet-submit {
    width: 100%;
    border: 0;
    border-radius: 10px;
    padding: 12px 14px;
    background: var(--brand-navy);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.navbar .nav-link {
    font-size: 14px;
    font-weight: 400;
}

.aare-sheet-input.is-invalid {
    border-color: #dc3545 !important;
}
.aare-invalid-feedback {
    color: #dc3545;
    font-size: 12px;
    margin-top: 6px;
}
.alert {
    font-size: 14px;
}
/* HERO */
/* .hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: var(--off-white);
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: url("/images/hero-aare.jpg");
    background-size: cover;
    background-position: center;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -3;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: var(--aare-overlay);
    z-index: -1;
}

.hero-content h1 {
    font-size: clamp(2rem, 3vw + 1.2rem, 3.2rem);
    font-weight: 700;
}

.hero-content p {
    font-size: clamp(1rem, 1vw + 0.8rem, 1.2rem);
    max-width: 36rem;
    margin-left: auto;
} */

.hero-section {
    /* Replace with your actual image path */
    background-size: cover !important;
    background-position: center !important;

    width: 100%;
    height: 100vh; /* Full screen height */
    color: white;
}

.glass-card {
    background: transparent;
}

.badge-custom {
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    display: inline-block;

    background: rgba(255, 255, 255, 0.1); /* Semi-transparent white */
    backdrop-filter: blur(20px); /* The "Glass" effect */
    -webkit-backdrop-filter: blur(20px);
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.hero-title {
    /* font-family: "Serif", Georgia, serif;  */
    font-weight: 500;
    line-height: 1.4;
    font-size: calc(1.5rem + 1.5vw); /* Responsive font size */
}

.property-card h5 {
    font-weight: 400 !important;
}
/* 
.swiper {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.info-section {
    background-color: var(--off-white); /* or #fff if you prefer */
    color: var(--brand-navy) !important;
}

.info-block {
    max-width: 540px;
    /* margin-right: auto;  */
    /* margin-left: 0; */
}

.info-title {
    font-size: clamp(1.25rem, 1.4vw + 1rem, 1.6rem);
    font-weight: 600;
    margin-bottom: 0.75rem;
    padding-bottom: 0.4rem;
    display: inline-block; /* underline just under the text */
}

/* Color and Typography */
.text-navy {
    color: var(--brand-navy); /* Adjust to match your specific brand navy */
}

.type-subtitle {
    color: var(--brand-muted);
}

.featured-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 18px;
    border-radius: 999px;
    background: var(--white);
}

.featured-badge-dot {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: var(--brand-navy); /* blue dot */
    border: 5px solid var(--off-white); /* white ring */
    flex: 0 0 auto;
}

.featured-badge-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--brand-navy);
}

.property-card {
    height: 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    border-radius: 15px;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    position: relative;
    cursor: pointer;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;

    /* IMPORTANT: remove border so background/overlay never looks “cut” */
    border: 0;
    outline: 0;
}

/* ✅ Overlay that ALWAYS covers 100% of the card */
.property-card::before {
    content: "";
    position: absolute;
    inset: 0; /* top:0 right:0 bottom:0 left:0 */
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.25) 45%,
        rgba(0, 0, 0, 0) 75%
    );
    z-index: 0;
    pointer-events: none;
}

/* Content above overlay */
.card-content {
    position: relative;
    z-index: 1;
    padding: 20px 15px;
    background: transparent; /* IMPORTANT: remove the second gradient */
}

.property-card:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: var(--card-shadow);
    border-color: var(--card-border-color);
}

.property-types {
    padding-bottom: 5rem;
    padding-top: 5rem;
}

/* ✅ Active border without breaking overlay */
/* .property-card.active {
    outline: 3px solid #3498db;
    outline-offset: -3px;
    box-shadow: 0 10px 20px rgba(52, 152, 219, 0.2);
} */

.card-content h5 {
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

/* ===== Swiper container ===== */

/* .featured-swiper-start{
  overflow: visible;
  padding-inline-start: 16px; 
  padding-inline-end: 0;
}

@media (min-width: 576px){ .featured-swiper-start{ padding-inline-start: calc((100vw - 540px)/2 + 12px); } }
@media (min-width: 768px){ .featured-swiper-start{ padding-inline-start: calc((100vw - 720px)/2 + 12px); } }
@media (min-width: 992px){ .featured-swiper-start{ padding-inline-start: calc((100vw - 960px)/2 + 12px); } }
@media (min-width: 1200px){ .featured-swiper-start{ padding-inline-start: calc((100vw - 1140px)/2 + 12px); } }
@media (min-width: 1400px){ .featured-swiper-start{ padding-inline-start: calc((100vw - 1320px)/2 + 12px); } } */

.featured-listings {
    padding-top: 80px;
    padding-bottom: 40px;
}
.featuredSwiper {
    width: 100%;
    padding-bottom: 40px;
    background-color: var(--off-white);
    padding-right: 25px;
}

/* IMPORTANT: let slide height be based on content */
.featuredSwiper .swiper-slide {
    height: auto;
    width: var(--card-w) !important;
}

/* ===== Card is the fixed box (3:4) ===== */
.listing-card {
    position: relative;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    display: block;
    /* THIS is the core fix: card defines size */
    aspect-ratio: 3 / 4;
    /* responsive min/max so it doesn't get too small/too huge */
    /* min-height: 360px;
  max-height: 640px; */
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
}

/* ===== Media fills the card ===== */
.listing-media {
    position: absolute;
    inset: 0; /* fill card */
    width: 100%;
    height: 100%;
}

/* If you later enable real images, this will work perfectly */
.listing-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===== Badges ===== */
.listing-badges {
    position: absolute;
    top: 14px;
    inset-inline-start: 14px; /* RTL-safe */
    display: flex;
    gap: 8px;
    z-index: 3;
}

.listing-badge {
    font-size: 0.75rem;
    padding: 6px 10px;
    border-radius: 7px;
    color: var(--white);
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
    line-height: 1;
}

.listing-badge-featured {
    background: #ff9f1a;
    color: #111;
}

.listing-badge-status {
    background: var(--brand-navy);
}

/* ===== Overlay ===== */
.listing-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: var(--off-white);

    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 45%,
        rgba(0, 0, 0, 0.78) 100%
    );
}

.listing-price {
    font-weight: 300;
    font-size: 1.05rem;
    margin-bottom: 6px;
}

.listing-name {
    font-size: 1.05rem;
    font-weight: 400;
    margin: 0 0 6px;
    line-height: 1.25;
}

.listing-location {
    font-size: 0.9rem;
    opacity: 0.85;
    margin-bottom: 10px;
}

.listing-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ===== Controls / pagination (keep if you want) ===== */
.featured-controls {
    user-select: none;
}

.featured-nav-btn {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.featured-nav-btn span {
    font-size: 22px;
    transform: translateY(-1px);
}

.featured-pagination {
    width: auto !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.featured-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    opacity: 0.35;
    margin: 0 !important;
}

.featured-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

/* ================================
   Similar Listings Swiper (COPY)
   ================================ */

.similar-listings {
    background-color: var(--white);
    padding-top: 80px;
    padding-bottom: 40px;
}

/* full-bleed swiper wrapper (NOT the header) */
.similar-swiper-bleed {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
}
.similar-swiper-start {
    padding-inline-start: clamp(12px, 2.5vw, 28px);
    padding-inline-end: 0;
}

/* IMPORTANT: background should come from the section, not the swiper */
.similarSwiper {
    width: 100%;
    padding-bottom: 40px;
    background-color: transparent;
    padding-right: 0; /* kill the old "end padding" */
}

/* IMPORTANT: let slide height be based on content */
.similarSwiper .swiper-slide {
    height: auto;
    width: var(--card-w) !important;
}

/* ===== Controls / pagination (copy of featured) ===== */
.similar-controls {
    user-select: none;
}

.similar-nav-btn {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.similar-nav-btn span {
    font-size: 22px;
    transform: translateY(-1px);
}

.similar-pagination {
    width: auto !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.similar-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    opacity: 0.35;
    margin: 0 !important;
}

.similar-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.text-blue {
    color: var(--brand-navy);
}

.about-section {
    background: var(--off-white);
    color: var(--brand-navy);
}

.about-wrap {
    /* max-width: 980px; */
}

.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 18px;
    border-radius: 999px;
    background: var(--badge-bg);
}

.about-badge-dot {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: var(--brand-navy); /* blue dot */
    border: 5px solid var(--white); /* white ring */
    flex: 0 0 auto;
}

.about-badge-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--brand-navy);
}

.about-title {
    font-size: clamp(1.4rem, 1.2vw + 1.1rem, 2.2rem);
    line-height: 1.5;
    margin: 0 auto;
    font-weight: 300;
}

.about-subtitle {
    max-width: 720px;
    margin: 0 auto;
    color: var(--brand-navy);
    font-size: 1rem;
    line-height: 1.9;
}

.about-image-wrap {
    max-width: 980px;
}

.about-image {
    width: 100%;
    height: auto;
    border-radius: 0 75px; /* core requirement */
    display: block;
    object-fit: cover;
}

.info-subtitle {
    font-size: 0.98rem;
    /* line-height: 1.7; */
    color: var(--brand-navy);
}

/* ===== What We Do ===== */
.aare-what-we-do {
    background: var(--white);
}

.aare-service-card {
    border-radius: 16px;
    background: var(--white);
    padding: 22px 18px;
    border: 1px solid var(--card-border);

    /* very light shadow by default */
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);

    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        border-color 180ms ease;
    will-change: transform;
}

.aare-service-card:hover,
.aare-service-card:focus-within {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
    border-color: rgba(12, 37, 75, 0.12);
}

.aare-service-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;

    background: #eef9ff;
    color: #122e5b;
}

.aare-service-icon i {
    font-size: 20px;
    line-height: 1;
}

.aare-service-title {
    color: var(--brand-navy);
    font-weight: 400;
    font-size: 16px;
}

.aare-service-text {
    color: #6a7282;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 300;
}

/* ===== Vision / Mission / Values ===== */
.aare-vmv {
    background: #ffffff;
}

.aare-vmv-title {
    color: var(--brand-navy);
    font-weight: 500;
    letter-spacing: -0.02em;
    font-size: clamp(2.4rem, 5vw, 2.5rem);
}

/* Optional: slightly more vertical breathing room like screenshot */
.aare-vmv-card {
    padding: 26px 20px; /* a bit roomier than services */
}

.aare-vmv-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    margin-bottom: 14px;
    background: #eef9ff;
    color: #122e5b;
}

.aare-vmv-values {
    padding-inline-start: 18px; /* RTL-safe */
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 18px;
    color: #6a7282;
    font-size: 13px;
}

.aare-vmv-values li {
    line-height: 1.7;
}

/* ===== Blog Preview ===== */
.aare-blog {
    background: #fff;
}

.aare-blog-title {
    color: var(--brand-navy);
    font-weight: 800;
    letter-spacing: -0.02em;
    font-size: clamp(26px, 3.2vw, 44px);
    line-height: 1.1;
}

.aare-blog-subtitle {
    color: rgba(17, 24, 39, 0.62);
    max-width: 760px;
    font-size: 13px;
    line-height: 1.7;
}

/* View all */
.aare-blog-viewall {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--brand-navy);
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
    transition:
        transform 160ms ease,
        opacity 160ms ease;
}

.aare-blog-viewall:hover {
    opacity: 0.9;
    transform: translateX(2px);
}

/* Card (same idea: light shadow, hover zoom + stronger shadow) */
.aare-blog-card {
    color: inherit;
}

.aare-blog-image {
    border-radius: 16px;
    overflow: hidden;
    background: #f3f5f7;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
    will-change: transform;
}

.aare-blog-image img {
    width: 100%;
    height: 330px; /* screenshot-like */
    object-fit: cover;
    display: block;
}

/* Hover effect */
.aare-blog-card:hover .aare-blog-image,
.aare-blog-card:focus-visible .aare-blog-image {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
}

.aare-blog-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(17, 24, 39, 0.55);
    font-size: 12px;
}

.aare-blog-sep {
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.25);
}

.aare-blog-time i {
    font-size: 12px;
    margin-inline-end: 6px; /* RTL-safe */
    vertical-align: -1px;
}

.aare-blog-card-title {
    color: var(--brand-navy);
    font-weight: 800;
    font-size: 14px;
    line-height: 1.35;
    max-width: 95%;
}

/* Pagination dots */
.aare-blog-dots {
    display: inline-flex;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: transparent;
}

.aare-blog-dots .dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: rgba(12, 37, 75, 0.14);
}

.aare-blog-dots .dot.active {
    background: var(--brand-navy);
}

.stats-section {
    background-color: #122e5b; /* or #fff, as you prefer */
    color: #f7f7f5;
}

.stat-box {
    padding-inline: 0.5rem;
}

.stat-number {
    font-size: clamp(2rem, 2.4vw + 1rem, 2.8rem);
    font-weight: 400;
    color: #f7f7f5;
    /* line-height: 1.1; */
}

.stat-label {
    margin-top: 0.35rem;
    font-size: 0.9rem;
    color: #f7f7f5;
}

.ceo-section {
    background-color: var(--white);
    color: #122e5b;
    overflow-x: hidden; /* <–– prevents horizontal scroll from animations */
}

.ceo-photo-wrapper {
    max-width: 90%;
}

.ceo-photo {
    border-radius: 20px;
    display: block;
    width: 75%;
    height: auto;
    margin: auto;
}

.ceo-text {
    max-width: 520px;
}

.ceo-title {
    font-size: clamp(1.4rem, 1.6vw + 1rem, 1.9rem);
    font-weight: 400;
    padding-bottom: 0.35rem;
    display: inline-block;
}

.ceo-subtitle {
    font-size: 0.95rem;
    color: #3f4a5c;
    font-weight: 300;
    line-height: 1.5;
    text-align: start; /* ensure text-start on all screens in RTL */
}

.site-footer {
    background-color: #122e5b;
    color: #f7f7f5;
    font-size: 0.9rem;
}

.footer-logo-text {
    font-size: 1.6rem;
    font-weight: 600;
}

.footer-description {
    max-width: 360px;
    line-height: 1.8;
}

.footer-social-link {
    color: #f7f7f5;
    font-size: 1.1rem;
    text-decoration: none;
    opacity: 0.9;
    transition: opacity 0.2s ease;
}

.footer-social-link:hover {
    opacity: 1;
}

.footer-info-block {
    line-height: 1.6;
}

.footer-info-title {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.footer-info-text {
    color: #e4ebf5;
}

.footer-link {
    color: inherit;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-nav {
    margin-top: 0.5rem;
}

.footer-nav-link {
    color: #e4ebf5;
    margin-inline: 0.4rem;
    text-decoration: none;
    font-size: 0.85rem;
}

.footer-nav-link:hover {
    text-decoration: underline;
}

.highlight-section {
    position: relative;
    height: 700px; /* adjust if you want it taller */
    overflow: hidden;
}

.highlight-bg {
    position: relative;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url("/images/highlight-banner.png"); /* your image */
    background-size: cover;
    background-position: center;
}

.highlight-overlay {
    position: absolute;
    inset: 0;
    background: rgba(43, 47, 54, 0.45); /* same overlay as hero if you like */
    z-index: 1;
}

.highlight-section .container,
.highlight-section .row,
.highlight-section .col-12 {
    position: relative;
    z-index: 2; /* above overlay */
}

.highlight-title {
    color: #f7f7f5;
    font-size: clamp(1.6rem, 2vw + 1.2rem, 2.2rem);
    font-weight: 600;
}

.highlight-subtitle {
    color: #f7f7f5;
    font-size: 0.98rem;
    line-height: 1.8;
}

/* Hero CTA button */
.hero-cta-btn {
    border-radius: 999px;
    padding: 0.55rem 1.8rem;
    border: 1.5px solid #f7f7f5;
    background-color: transparent;
    color: #f7f7f5;
    font-weight: 500;
    font-size: 0.95rem;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.15s ease;
}

.hero-cta-btn:hover,
.hero-cta-btn:focus {
    background-color: #f7f7f5;
    color: #122e5b; /* as requested */
    transform: translateY(-1px);
}

/* Interest modal */
.interest-modal .modal-dialog {
    max-width: 520px;
    margin-inline: auto;
}

.interest-modal .modal-content {
    border-radius: 18px;
    border: none;
    padding: 1.5rem 1.75rem 1.75rem;
    background-color: #f7f7f5;
}

.interest-modal .modal-title {
    font-weight: 600;
    color: #122e5b;
}

.interest-modal .btn-close {
    box-shadow: none;
}

.interest-modal .modal-intro {
    font-size: 0.9rem;
    color: #4a5260;
}

/* Form controls */
.interest-modal .form-control {
    border-radius: 999px;
    border: 1px solid #d1d5dd;
    font-size: 0.9rem;
    padding: 0.55rem 1rem;
}

.interest-modal .form-control:focus {
    box-shadow: 0 0 0 0.16rem rgba(18, 46, 91, 0.15);
    border-color: #122e5b;
}

/* Interest pill checkboxes */
.interest-pill {
    position: relative;
    padding: 0;
    margin: 0;
}

.interest-pill .form-check-input {
    display: none;
}

.interest-pill .form-check-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 1.1rem;
    border-radius: 999px;
    border: 1px solid #d1d5dd;
    font-size: 0.85rem;
    color: #122e5b;
    cursor: pointer;
    background-color: #ffffff;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

/* Checked state */
.interest-pill .form-check-input:checked + .form-check-label {
    background-color: #122e5b;
    color: #f7f7f5;
    border-color: #122e5b;
}

.interest-submit-btn {
    border-radius: 999px;
    padding: 0.55rem 1.8rem;
    border: 1.5px solid #122e5b;
    background-color: transparent;
    color: #122e5b;
    font-weight: 500;
    font-size: 0.95rem;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.15s ease;
}

.interest-submit-btn:hover,
.interest-submit-btn:focus {
    background-color: #122e5b;
    color: #f5f5f7;
    transform: translateY(-1px);
}

.success-modal .modal-content {
    border-radius: 18px;
    border: none;
    padding: 1.5rem 1.75rem 1.75rem;
}

.success-modal-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #e8f5e9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.success-modal-icon i {
    font-size: 2rem;
    color: #0c8a3f;
}

.success-modal-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #122e5b;
}

.success-modal-text {
    font-size: 0.95rem;
    color: #4a5260;
}

/* Button */
.success-modal-btn {
    border-radius: 999px;
    padding: 0.5rem 1.8rem;
    border: 1.5px solid #122e5b;
    background-color: #122e5b;
    color: #f5f5f7;
    font-weight: 500;
    font-size: 0.95rem;
    min-width: 120px;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.15s ease;
}

.success-modal-btn:hover,
.success-modal-btn:focus {
    background-color: #f5f5f7;
    color: #122e5b;
    transform: translateY(-1px);
}

/* ===== Contact Section ===== */
.aare-contact {
    background: #ffffff;
}

/* Title */
.aare-contact-title {
    color: var(--brand-navy);
    font-weight: 400;
    letter-spacing: -0.02em;
    font-size: clamp(30px, 3vw, 40px);
    line-height: 1.1;
}

.aare-contact-subtitle {
    color: rgba(17, 24, 39, 0.6);
    font-size: 13px;
}

/* Outer big card */
.aare-contact-wrap {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
    overflow: hidden;

    /* visually similar spacing from screenshot */
    padding: 22px;
}

/* Left navy card */
.aare-contact-left {
    height: 100%;
    background: var(--brand-navy);
    border-radius: 12px;
    padding: 34px 28px;
    color: #f7f7f5;
}

.aare-contact-left-title {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 6px;
}

.aare-contact-left-sub {
    color: rgba(247, 247, 245, 0.75);
    font-size: 12px;
}

/* Left items */
.aare-contact-left-list {
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.aare-contact-item {
    /* display: grid; */
    /* grid-template-columns: 26px 1fr; */
    align-items: start;
    /* gap: 14px; */
    color: var(--off-white);
    font-size: 12.5px;
    line-height: 1.6;
}

.aare-contact-ico {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #f7f7f5;
    opacity: 0.95;
}

.aare-contact-ico i {
    font-size: 14px;
}

/* Right form area */
.aare-contact-right {
    padding: 22px 26px;
}

/* Labels + underline inputs like screenshot */
.aare-f-label {
    font-size: 11px;
    color: rgba(17, 24, 39, 0.75);
    margin-bottom: 7px;
    display: block;
}

.aare-f-input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.14);
    padding-bottom: 10px;
    outline: none;
    font-size: 12.5px;
    color: rgba(17, 24, 39, 0.88);
    background: transparent;
    transition: border-color 150ms ease;
}

.aare-f-input:focus {
    border-bottom-color: rgba(12, 37, 75, 0.55);
}

.aare-f-textarea {
    resize: none;
    padding-top: 6px;
}

/* Inquiry radios (small dots, inline) */
.aare-radio-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
}

.aare-radio {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    font-size: 12px;
    color: rgba(17, 24, 39, 0.7);
}

.aare-radio input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.aare-radio-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 1.5px solid rgba(17, 24, 39, 0.35);
    display: inline-block;
    position: relative;
}

.aare-radio input:checked + .aare-radio-dot {
    border-color: rgba(12, 37, 75, 0.95);
}

.aare-radio input:checked + .aare-radio-dot::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: var(--brand-navy);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Button (navy, small, right aligned) */
.aare-contact-btn {
    background: var(--brand-navy);
    color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 12px 22px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 10px 18px rgba(12, 37, 75, 0.18);
    transition:
        transform 160ms ease,
        box-shadow 160ms ease,
        opacity 160ms ease;
}

.aare-contact-btn:hover {
    opacity: 0.95;
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(12, 37, 75, 0.22);
}

/* =========================
   AARE Elegant Footer
   ========================= */
.aare-footer {
    background: var(--brand-navy);
    color: rgba(247, 247, 245, 0.92);
    padding: 56px 0 30px;
}

/* Top area */
.aare-footer-top {
    padding-bottom: 24px;
}

/* Logo + tagline */
.aare-footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.aare-footer-logo {
    height: 46px;
    width: auto;
    display: block;
}

.aare-footer-desc {
    color: rgba(247, 247, 245, 0.92);
    font-size: 20px;
    line-height: 1.25;
    margin: 0;
    max-width: 520px;
}

/* Mini blocks under description */
.aare-footer-mini-title {
    font-size: 11px;
    color: rgba(247, 247, 245, 0.6);
    margin-bottom: 10px;
}

.aare-footer-link {
    color: rgba(247, 247, 245, 0.9);
    text-decoration: underline;
    text-underline-offset: 3px;
    font-size: 12px;
}

.aare-footer-link:hover {
    color: rgba(247, 247, 245, 1);
}

/* Legal images */
.aare-footer-legal {
    display: flex;
    gap: 10px;
    align-items: center;
}

.aare-footer-legal img {
    height: 38px;
    width: auto;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    padding: 4px;
}

/* Right columns */
.aare-footer-col-title {
    font-size: 11px;
    color: rgba(247, 247, 245, 0.65);
    margin-bottom: 14px;
}

/* Links list */
.aare-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.aare-footer-list a {
    color: rgba(247, 247, 245, 0.9);
    text-decoration: none;
    font-size: 12px;
}

.aare-footer-list a:hover {
    color: rgba(247, 247, 245, 1);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.aare-footer-social {
    display: grid;
    grid-template-columns: repeat(3, 32px); /* 3 per row */
    gap: 12px 14px; /* row gap / column gap */
    align-items: center;
    justify-content: start; /* RTL-safe: "start" */
}

.aare-footer-social a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #f7f7f5;
    text-decoration: none;
    opacity: 0.95;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

.aare-footer-social a:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.aare-footer-social i {
    font-size: 16px;
    line-height: 1;
}

/* Divider line */
.aare-footer-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
    margin: 24px 0 18px;
}

/* Bottom bar */
.aare-footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    color: rgba(247, 247, 245, 0.7);
}

.aare-footer-bottom-left {
    justify-self: start;
}

.aare-footer-bottom-mid {
    justify-self: center;
}

.aare-footer-bottom-right {
    justify-self: end;
}

.aare-footer-bottom-link {
    color: rgba(247, 247, 245, 0.75);
    text-decoration: none;
}

.aare-footer-bottom-link:hover {
    color: rgba(247, 247, 245, 0.95);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Back to top */
.aare-footer-backtotop {
    color: rgba(247, 247, 245, 0.75);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.aare-footer-backtotop:hover {
    color: rgba(247, 247, 245, 0.95);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ===== For Buyers & Tenants ===== */
.aare-benefits {
    background: #fff;
}

.aare-benefits-title {
    color: var(--brand-navy);
    font-weight: 500;
    letter-spacing: -0.02em;
    font-size: clamp(2.4rem, 5vw, 2.5rem);
    line-height: 1.5;
}

/* Image with blue outline like screenshot */
.aare-benefits-image {
    border-radius: 0 75px;
    /* border: 3px solid #2D8CFF;  */
    overflow: hidden;
    max-width: 520px;
}

.aare-benefits-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.aare-benefits-desc {
    color: rgba(17, 24, 39, 0.62);
    font-size: 16px;
    line-height: 1.75;
    max-width: 620px;
}

/* List container (keeps items aligned) */
.aare-benefits-list {
    margin-top: 6px;
    max-width: 620px;
}

/* Row */
.aare-benefit-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 12px;

    /* default rows are "flat" with subtle divider */
    background: transparent;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.aare-benefit-row:last-child {
    border-bottom: 0;
}

.aare-benefit-text {
    color: rgba(17, 24, 39, 0.78);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

/* Active row looks like a card with shadow (first item in screenshot) */
.aare-benefit-row:hover {
    background: #ffffff;
    border-bottom: 0;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
    margin-bottom: 10px;
}

/* Icon container */
.aare-benefit-ico {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
}

.aare-benefit-ico i {
    font-size: 18px;
    line-height: 1;
}

/* Icon background colors + icon colors (match screenshot vibe) */
.aare-benefit-ico.bg-blue {
    background: rgba(45, 140, 255, 0.12);
    color: #2d8cff;
}
.aare-benefit-ico.bg-green {
    background: rgba(34, 197, 94, 0.12);
    color: #16a34a;
}
.aare-benefit-ico.bg-orange {
    background: rgba(249, 115, 22, 0.12);
    color: #f97316;
}
.aare-benefit-ico.bg-purple {
    background: rgba(99, 102, 241, 0.12);
    color: #6366f1;
}
.aare-benefit-ico.bg-pink {
    background: rgba(236, 72, 153, 0.12);
    color: #ec4899;
}

.aare-wa-float:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.22);
    filter: brightness(1.03);
}

.aare-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Alexandria", sans-serif;
    font-size: 12px; /* matches the screenshot scale */
    line-height: 1.2;
    padding: 18px 0; /* gives the airy spacing */
    width: 100%;
    background: white;
    margin-top: 100px;
}

.aare-breadcrumb-link {
    color: #9aa3b2; /* light grey like “Home” */
    text-decoration: none;
    font-weight: 400;
    transition: opacity 0.15s ease;
}
.aare-breadcrumb-link:hover {
    opacity: 0.85;
}

.aare-breadcrumb-sep {
    color: var(--brand-muted); /* same light grey slash */
    font-weight: 400;
}

.aare-breadcrumb-current {
    color: var(--brand-navy); /* your brand navy */
    font-weight: 500; /* slightly stronger but not bold */
}

.aare-work {
    background: #ffffff;
}

.aare-work-wrap {
    padding-block: 10px;
}

.aare-work-row {
    margin-bottom: 60px;
}
.aare-work-row:last-child {
    margin-bottom: 0;
}

.aare-work-img {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
}
.aare-work-img img {
    width: 100%;
    height: auto;
    display: block;
}

.aare-work-card {
    background: inherit;
    padding: 22px;
    max-width: 420px;
}

.aare-work-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.aare-work-ico {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;

    background: #eef9ff;
    color: #122e5b;
}
.aare-work-ico i {
    font-size: 20px;
    line-height: 1;
}

.aare-work-title {
    font-size: 1.05rem;
    font-weight: 500;
    color: #122e5b;
}

.aare-work-list {
    padding: 0;
    margin: 0 0 16px;
    list-style: none;
    color: var(--brand-muted);
    font-size: 0.92rem;
}
.aare-work-list li {
    position: relative;
    padding-inline-start: 16px; /* RTL-safe */
    margin-bottom: 8px;
    color: var(--brand-muted);
    font-weight: 400;
}
.aare-work-list li:last-child {
    margin-bottom: 0;
}
.aare-work-list li::before {
    content: "•";
    position: absolute;
    inset-inline-start: 0; /* RTL-safe */
    top: 0;
    color: rgba(18, 46, 91, 0.7);
}

.aare-work-btn {
    background: #122e5b;
    color: #fff;
    border-radius: 10px;
    padding: 10px 14px;
    font-weight: 500;
    font-size: 0.92rem;
}
.aare-work-btn:hover {
    background: var(--brand-navy);
    color: #fff;
}

/* card alignment (RTL-safe) */
.aare-work-card--right {
    margin-inline-start: auto;
}
.aare-work-card--left {
    margin-inline-end: auto;
}

.aare-testimonials {
    background: #fff;
}

.aare-test-h2 {
    color: var(--brand-navy, #122e5b);
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 400;
    letter-spacing: 0.2px;
}

.aare-test-sub {
    color: var(--brand-muted, #4a5565);
    font-size: 0.92rem;
    line-height: 1.7;
    font-weight: 300;
    max-width: 620px;
}

.aare-test-divider {
    height: 1px;
    background: #e5e7eb7a;
    margin-top: 18px;
}

.aare-test-left {
    padding-top: 6px;
}

.aare-test-quote {
    font-size: 56px;
    line-height: 1;
    color: var(--brand-navy, #122e5b);
    opacity: 0.9;
    margin-bottom: 14px;
}

.aare-test-title {
    color: var(--brand-navy, #122e5b);
    font-weight: 400;
    font-size: 1.3rem;
    margin: 0 0 10px;
}

.aare-test-text {
    color: var(--brand-muted, #4a5565);
    font-size: 0.92rem;
    line-height: 1.8;
    font-weight: 300;
    max-width: 420px;
}

.aare-test-author {
    color: var(--brand-navy, #122e5b);
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 10px;
}

/* Right image */
.aare-test-image {
    border-radius: 14px;
    overflow: hidden;
}
.aare-test-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Pagination dots EXACT vibe */
.aare-test-pagination {
    text-align: start; /* RTL-safe: start = right in RTL */
}
.aare-test-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 6px 0 0 !important;
    opacity: 0.25;
}
.aare-test-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.05);
}

/* Swiper should not add weird height jumps */
.testimonialsSwiper .swiper-slide {
    height: auto;
}

.aare-property-show {
    background: #fff;
}

/* Unit popup: reuse property component layout without page shell */
.aare-property-show--modal {
    padding: 0;
}

.aare-property-show--modal .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* Title row */
.aare-prop-title {
    color: #122e5b;
    font-weight: 600;
    font-size: 2rem;
    margin: 0;
}

.aare-prop-meta {
    color: var(--brand-muted);
    font-size: 0.92rem;
}

.aare-prop-loc {
    color: var(--brand-muted);
    text-decoration: none;
}

.aare-prop-loc i {
    margin-inline-end: 6px;
    color: var(--brand-muted);
}
.aare-prop-sep {
    opacity: 0.4;
}

.aare-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 0.78rem;
    font-weight: 400;
}
.aare-pill-featured {
    background: #ff8a00;
    color: #fff;
}

.aare-prop-actions .aare-icon-action {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid rgba(18, 46, 91, 0.12);
    background: #fff;
    color: #122e5b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.aare-prop-actions .aare-icon-action:hover {
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
}

.aare-prop-pricebox {
    min-width: 120px;
}
.aare-prop-price {
    color: #122e5b;
    font-weight: 400;
    font-size: 1.3rem;
}
.aare-prop-pp {
    color: var(--brand-muted);
    font-size: 0.8rem;
    margin-top: 4px;
}

/* =========================
   Property Gallery (Show) - FIXED GRID
   ========================= */
.aare-property-show .aare-prop-gal,
.aare-property-show--modal .aare-prop-gal {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 12px;

    /* this guarantees all 5 images align perfectly */
    height: clamp(320px, 36vw, 520px);
}

.aare-property-show .aare-prop-gal__item,
.aare-property-show--modal .aare-prop-gal__item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
    background: #f5f5f7;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
}

.aare-property-show .aare-prop-gal__item img,
.aare-property-show--modal .aare-prop-gal__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* positions */
.aare-property-show .aare-prop-gal__main,
.aare-property-show--modal .aare-prop-gal__main {
    grid-column: 1 / span 8;
    grid-row: 1 / span 2;
}

.aare-property-show .aare-prop-gal__t1,
.aare-property-show--modal .aare-prop-gal__t1 {
    grid-column: 9 / span 2;
    grid-row: 1;
}
.aare-property-show .aare-prop-gal__t2,
.aare-property-show--modal .aare-prop-gal__t2 {
    grid-column: 11 / span 2;
    grid-row: 1;
}
.aare-property-show .aare-prop-gal__t3,
.aare-property-show--modal .aare-prop-gal__t3 {
    grid-column: 9 / span 2;
    grid-row: 2;
}
.aare-property-show .aare-prop-gal__t4,
.aare-property-show--modal .aare-prop-gal__t4 {
    grid-column: 11 / span 2;
    grid-row: 2;
}

/* show all overlay */
.aare-property-show .aare-prop-gal__overlay,
.aare-property-show--modal .aare-prop-gal__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    text-align: center;
    font-weight: 700;
    backdrop-filter: blur(2px);
}
.aare-property-show .aare-prop-gal__overlay-sub,
.aare-property-show--modal .aare-prop-gal__overlay-sub {
    font-weight: 600;
    opacity: 0.9;
}

/* =========================
   Modal gallery (no borders)
   ========================= */
.aare-prop-gal-modal .aare-prop-gal-modal__content {
    background: transparent;
    border: 0;
}
.aare-prop-gal-modal .aare-prop-gal-modal__body {
    position: relative;
    padding: 0;
}
.aare-prop-gal-modal .aare-prop-gal-modal__close {
    position: absolute;
    top: 14px;
    inset-inline-end: 14px;
    z-index: 5;
}
.aare-prop-gal-modal .aare-prop-gal-modal__img {
    width: 100%;
    height: min(78vh, 760px);
    object-fit: contain;
    background: transparent;
}

/* Cards */
.aare-card {
    border: 1px solid var(--card-border);
    border-radius: 16px;
    background: inherit;
    padding: 18px;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        border-color 180ms ease;
    will-change: transform;
}
.aare-card-title {
    color: var(--brand-navy);
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: 14px;
}

.aare-card-subtitle {
    color: var(--brand-navy);
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 14px;
}

/* Overview row */
.aare-overview {
    display: flex;
    gap: 18px;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: center;
}
.aare-overview-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 180px;
}
.aare-overview-ico {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(18, 46, 91, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #122e5b;
    background: #fff;
}
.aare-overview-label {
    color: #122e5b;
    font-size: 0.92rem;
}
.aare-overview-val {
    color: var(--brand-muted);
    font-weight: 400;
    font-size: 0.95rem;
}

/* Description */
.aare-desc {
    color: var(--brand-muted);
    line-height: 1.9;
    font-size: 0.92rem;
}

/* Form */
.aare-form-input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(18, 46, 91, 0.12);
    padding: 11px 12px;
    font-size: 0.9rem;
    outline: none;
    background: #fff;
}
.aare-form-input:focus {
    border-color: rgba(18, 46, 91, 0.45);
    box-shadow: 0 0 0 4px rgba(18, 46, 91, 0.08);
}
.aare-form-textarea {
    resize: none;
}

.aare-date-ico {
    position: absolute;
    inset-inline-end: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(18, 46, 91, 0.65);
    pointer-events: none;
}

.aare-btn-navy {
    border: 0;
    border-radius: 12px;
    padding: 12px 14px;
    background: #122e5b;
    color: #fff;
    font-weight: 700;
    font-size: 0.92rem;
}
.aare-btn-navy:hover {
    background: var(--brand-navy);
}

/* Property details (KV grid) */
.aare-property-show .aare-prop-kv__grid,
.aare-property-show--modal .aare-prop-kv__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 56px;
    row-gap: 18px;
}

.aare-property-show .aare-prop-kv__item,
.aare-property-show--modal .aare-prop-kv__item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 18px;
    align-items: baseline;
}

.aare-property-show .aare-prop-kv__label,
.aare-property-show--modal .aare-prop-kv__label {
    color: var(--brand-navy);
    font-weight: 400;
    font-size: 0.92rem;
}

.aare-property-show .aare-prop-kv__value,
.aare-property-show--modal .aare-prop-kv__value {
    color: var(--brand-muted);
    font-size: 0.92rem;
    text-align: start;
    font-weight: 300;
}

.aare-prop-kv__value:where(a) {
    color: var(--brand-muted);
    text-decoration: none;
}
/* Floor Plans */
.aare-property-show .aare-floorplans,
.aare-property-show--modal .aare-floorplans {
    --aareFpBorder: rgba(18, 46, 91, 0.1);
}

/* each accordion item looks like a card */
.aare-property-show .aare-floorplans__item,
.aare-property-show--modal .aare-floorplans__item {
    border: 1px solid var(--aareFpBorder);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}
.aare-property-show .aare-floorplans__item + .aare-floorplans__item,
.aare-property-show--modal .aare-floorplans__item + .aare-floorplans__item {
    margin-top: 14px;
}

/* button/header */
.aare-property-show .aare-floorplans__btn,
.aare-property-show--modal .aare-floorplans__btn {
    background: #fff;
    color: #122e5b;
    font-weight: 400;
    font-size: 0.95rem;
    padding: 14px 16px;
    box-shadow: none !important;
    border: 0;
}

.aare-property-show .aare-floorplans__btn:not(.collapsed),
.aare-property-show--modal .aare-floorplans__btn:not(.collapsed) {
    background: #fff;
}

/* Make accordion arrow smaller + give it spacing */
.aare-property-show .aare-floorplans__btn::after,
.aare-property-show--modal .aare-floorplans__btn::after {
    width: 0.9rem;
    height: 0.9rem;
    background-size: 0.9rem 0.9rem;

    /* push arrow to the far end */
    margin-inline-start: auto;

    /* spacing between text and arrow */
    margin-inline-end: 0;
    margin-inline-start: auto; /* keep */
    margin-inline-start: auto;

    opacity: 0.65;
}

/* RTL: flip spacing side */
[dir="rtl"] .aare-property-show .aare-floorplans__btn::after,
[dir="rtl"] .aare-property-show--modal .aare-floorplans__btn::after {
    margin-right: auto;
}

/* body */
.aare-property-show .aare-floorplans__body,
.aare-property-show--modal .aare-floorplans__body {
    padding: 14px 16px 16px;
}

/* image */
.aare-property-show .aare-floorplans__imgwrap,
.aare-property-show--modal .aare-floorplans__imgwrap {
    border-radius: 14px;
    overflow: hidden;
    background: #f5f5f7;
}
.aare-property-show .aare-floorplans__img,
.aare-property-show--modal .aare-floorplans__img {
    width: 100%;
    height: clamp(180px, 22vw, 260px);
    object-fit: cover;
    display: block;
}

/* features row */
.aare-property-show .aare-floorplans__features,
.aare-property-show--modal .aare-floorplans__features {
    margin-top: 12px;
    padding-top: 12px;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.aare-property-show .aare-floorplans__feat,
.aare-property-show--modal .aare-floorplans__feat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--brand-muted);
    font-size: 0.86rem;
    white-space: nowrap;
}
.aare-property-show .aare-floorplans__feat i,
.aare-property-show--modal .aare-floorplans__feat i {
    color: #122e5b;
}

/* Map section */
.aare-property-show .aare-prop-map,
.aare-property-show--modal .aare-prop-map {
    overflow: hidden;
}

.aare-property-show .aare-prop-map__frame,
.aare-property-show--modal .aare-prop-map__frame {
    width: 100%;
    height: 360px;
    border: 0;
    display: block;
}

.aare-prop-map__frame {
    width: 100%;
    height: 340px;
    border-radius: 16px;
    overflow: hidden;
}

/* Nearby Places */
.aare-property-show .aare-nearby,
.aare-property-show--modal .aare-nearby {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
}

.aare-property-show .aare-nearby__item,
.aare-property-show--modal .aare-nearby__item {
    border: 1px solid var(--card-border);
    border-radius: 12px;
    background: #fff;
    padding: 14px 14px 12px;
}

.aare-property-show .aare-nearby__top,
.aare-property-show--modal .aare-nearby__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.aare-property-show .aare-nearby__left,
.aare-property-show--modal .aare-nearby__left {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
}

.aare-property-show .aare-nearby__icon,
.aare-property-show--modal .aare-nearby__icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    background: #eef9ff;
    color: var(--brand-navy);
}

.aare-property-show .aare-nearby__titlewrap,
.aare-property-show--modal .aare-nearby__titlewrap {
    min-width: 0;
}

.aare-property-show .aare-nearby__title,
.aare-property-show--modal .aare-nearby__title {
    color: #122e5b;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* distance badge (point #2) */
.aare-property-show .aare-nearby__dist,
.aare-property-show--modal .aare-nearby__dist {
    border: 1px solid rgba(18, 46, 91, 0.12);
    color: var(--brand-muted);
    background: #fff;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 0.82rem;
    font-weight: 400;
    line-height: 1;
    flex: 0 0 auto;
}

/* chips row (point #1) */
.aare-property-show .aare-nearby__chips,
.aare-property-show--modal .aare-nearby__chips {
    margin-top: 10px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.aare-property-show .aare-nearby__chip,
.aare-property-show--modal .aare-nearby__chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid var(--card-border);
    background: #fff;
    color: var(--brand-muted);
    font-size: 0.82rem;
    line-height: 1;
    white-space: nowrap;
}

.aare-nearby__icon i {
    font-size: 20px;
}
.aare-property-show .aare-nearby__chip i,
.aare-property-show--modal .aare-nearby__chip i {
    color: #122e5b;
}

/* highlight fastest (point #4) */
.aare-property-show .aare-nearby__chip.is-fastest,
.aare-property-show--modal .aare-nearby__chip.is-fastest {
    border-color: var(--card-border);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
    color: #122e5b;
}

.aare-property-show .aare-nearby__chip.is-fastest strong,
.aare-property-show--modal .aare-nearby__chip.is-fastest strong {
    color: #122e5b;
}

.aare-property-show .aare-nearby__min,
.aare-property-show--modal .aare-nearby__min {
    opacity: 0.85;
}
.aare-lang-switch {
    text-decoration: none;
    border: 0;
    background: transparent;
    padding: 0;
    color: inherit;
    font-weight: 400;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.aare-lang-switch:hover {
    text-decoration: underline;
}

/* Amenities */
.aare-property-show .aare-amenities,
.aare-property-show--modal .aare-amenities {
    list-style: disc;
    margin: 0;
    padding-inline-start: 20px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 36px;
}

.aare-property-show .aare-amenities__item,
.aare-property-show--modal .aare-amenities__item {
    color: #4a5565;
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: 300;
}

.aare-full-bleed {
    width: 100vw;
    margin-inline: calc(50% - 50vw); /* pushes section to viewport edges */
}

.swiper-pagination-bullets-dynamic {
    display: none !important;
}

.aare-maps-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    font-weight: 500;
    line-height: 1;
    padding: 10px 12px;
    border-radius: 12px;
    transition: 0.2s ease;
}

.aare-maps-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    /* keep it subtle, inherits current theme color if you already set link color */
    /* background: #eef9ff; */
}

.aare-maps-link i {
    font-size: 18px;
    color: var(--brand-navy);
}

.aare-maps-text {
    white-space: nowrap;
    color: var(--brand-navy);
    font-size: 0.92rem;
}

.aare-maps-arrow {
    font-size: 14px;
    opacity: 0.7;
    color: var(--brand-navy);
}

/* Reusable Primary CTA Button */
.aare-btn-navyxl {
    background: var(--brand-navy);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border: 0;
    border-radius: 7px;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    transition:
        transform 0.12s ease,
        filter 0.12s ease,
        box-shadow 0.12s ease;
}

.aare-btn-navyxl:hover {
    filter: brightness(1.05);
    color: #fff;
    text-decoration: none;
}

.aare-btn-navyxl:visited {
    color: #fff;
}

.aare-btn-navyxl:active {
    transform: translateY(1px);
}

.aare-btn-navyxl:focus-visible {
    outline: 3px solid rgba(18, 46, 91, 0.35);
    outline-offset: 3px;
}

.aare-btn-navyxl:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.aare-viewall-link {
    color: var(--brand-navy) !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    font-weight: 400;
    line-height: 1;
}

.aare-viewall-arrow {
    display: inline-block;
    transition: transform 0.15s ease;
}

.aare-viewall-link:hover {
    text-decoration: none !important;
    color: var(--brand-navy) !important;
}

html[dir="rtl"] .aare-viewall-arrow {
    transform: scaleX(-1);
}

/* ===== Listings Page (new classes only) ===== */
.aare-listings-breadcrumb {
    padding: 18px 0 0;

    margin-top: 100px;
}
.aare-bc {
    font-size: 13px;
    opacity: 0.8;
}
.aare-bc a {
    text-decoration: none;
}
.aare-bc-sep {
    margin: 0 8px;
    opacity: 0.6;
}

.aare-listings-head {
    padding: 20px 0 10px;
}
.aare-listings-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}
.aare-listings-title {
    margin: 0;
    font-size: 44px;
    font-weight: 400;
    color: var(--brand-navy);
}
.aare-listings-found {
    margin-top: 6px;
    font-size: 13px;
    opacity: 0.7;
    color: var(--brand-navy);
}

.aare-listings-contactbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-navy);
    color: #fff;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 12px;
    font-size: 14px;
}

.aare-listings-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 14px;
}
.aare-filter-chip {
    border: none;
    font-weight: 300;
    background: #fff;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
}
.aare-listings-sort {
    display: flex;
    align-items: center;
    gap: 10px;
}
.aare-sort-label {
    font-size: 13px;
    opacity: 0.7;
}
.aare-sort-chip {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

/* Grid */
.aare-listings-grid {
    padding: 18px 0 10px;
}
.aare-card-link {
    text-decoration: none;
    display: block;
}
.aare-listing-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
}
.aare-listing-media {
    position: absolute;
    inset: 0;
}
.aare-listing-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.aare-listing-badges {
    position: absolute;
    top: 14px;
    inset-inline-start: 14px;
    display: flex;
    gap: 8px;
    z-index: 3;
}
.aare-badge {
    font-size: 0.75rem;
    padding: 6px 10px;
    border-radius: 7px;
    color: var(--white);
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
    line-height: 1;
}
.aare-badge-featured {
    background: #ff9f1a;
    color: var(--white);
}
.aare-badge-status {
    background: var(--brand-navy);
}

/* Card favorite button */
.aare-like-btn {
    position: absolute;
    top: 12px;
    inset-inline-end: 12px;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;

    border: 0;
    padding: 0;
    appearance: none;
    cursor: pointer;

    color: #183153;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.aare-like-btn i {
    display: inline-block;
    transition:
        transform 0.2s ease,
        color 0.2s ease;
    transform-origin: center;
    will-change: transform;
    font-size: 14px;
    line-height: 1;
}

.aare-like-btn:hover {
    background: rgba(255, 255, 255, 0.95);
}

.aare-like-btn:focus {
    outline: none;
}

.aare-like-btn.is-favorited {
    color: #dc3545;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 4px 14px rgba(220, 53, 69, 0.16);
}

.aare-like-btn.is-favorited i {
    color: #dc3545;
}

.aare-like-btn.is-fav-animating i {
    animation: aareHeartPop 0.38s ease;
}

.aare-like-btn.is-fav-removing i {
    animation: aareHeartShrink 0.24s ease;
}

.aare-like-btn.is-fav-animating::after {
    content: "";
    position: absolute;
    inset: 50%;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    border: 2px solid rgba(220, 53, 69, 0.28);
    transform: translate(-50%, -50%);
    animation: aareHeartRing 0.45s ease-out;
    pointer-events: none;
}

.aare-listing-overlay {
    position: absolute;
    inset: 0;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: var(--off-white);
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 45%,
        rgba(0, 0, 0, 0.78) 100%
    );
}
.aare-listing-price {
    font-weight: 300;
    font-size: 1.05rem;
    margin-bottom: 6px;
}
.aare-listing-name {
    font-size: 1.05rem;
    font-weight: 400;
    margin: 0 0 6px;
    line-height: 1.25;
}
.aare-listing-location {
    font-size: 0.9rem;
    opacity: 0.85;
    margin-bottom: 10px;
}
.aare-listing-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ===== Filters row ===== */
.aare-filter-chip--dropdown {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}
.aare-chip-caret {
    font-size: 12px;
    opacity: 0.7;
}
.aare-filter-chip--more {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}
.aare-chip-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ===== Sort dropdown ===== */
.aare-sort-dd {
    position: relative;
    display: inline-block;
}
.aare-sort-menu {
    position: absolute;
    top: calc(100% + 10px);
    inset-inline-end: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
    padding: 8px;
    display: none;
    z-index: 50;
}
.aare-sort-menu.is-open {
    display: block;
}
.aare-sort-item {
    width: 100%;
    text-align: start;
    border: 0;
    background: transparent;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
}
.aare-sort-item:hover {
    background: rgba(18, 46, 91, 0.06);
}

/* ===== More Filters Modal ===== */
.aare-mf-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 1000;
}
.aare-mf {
    position: fixed;
    top: 0;
    inset-inline-end: 0;
    height: 100vh;
    width: min(560px, 100%);
    background: #fff;
    transform: translateX(110%);
    transition: transform 0.25s ease;
    z-index: 1001;
    display: flex;
    flex-direction: column;
}
html[dir="rtl"] .aare-mf {
    transform: translateX(-110%);
} /* initial offscreen for RTL */

.aare-mf.is-open {
    transform: translateX(0);
}
.aare-mf-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
}

.aare-mf-head {
    padding: 22px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: 72px;
}

#aareListingsResults.aare-results-fade {
    transition: opacity 0.18s ease;
}
#aareListingsResults.aare-results-fade.is-fading {
    opacity: 0.35;
}
.aare-mf-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--brand-navy);
}
.aare-mf-close {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 0;
    background: rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.aare-mf-body {
    padding: 22px;
    overflow: auto;
    flex: 1;
}
.aare-mf-foot {
    padding: 18px 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.aare-mf-reset {
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--brand-navy);
    font-weight: 500;
}
.aare-mf-search {
    min-height: 56px;
    padding: 9px 14px;
    border-radius: 7px;
    font-size: 16px;
}

/* Inputs */
.aare-mf-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1f2937;
}
.aare-mf-input,
.aare-mf-select {
    width: 100%;
    border: 0;
    background: #f4f6f8;
    border-radius: 14px;
    padding: 12px 14px;
    font-size: 14px;
    outline: none;
}
.aare-mf-minmax {
    display: flex;
    align-items: center;
    gap: 10px;
}
.aare-mf-dash {
    opacity: 0.6;
}

/* Segmented controls */
.aare-seg {
    display: flex;
    border-radius: 14px;
    overflow: hidden;
    background: #f4f6f8;
}
.aare-seg-btn {
    flex: 1;
    border: 0;
    background: transparent;
    padding: 10px 0;
    font-size: 13px;
}

/* Range UI (UI-only for now) */
.aare-range-track {
    position: relative;
    height: 4px;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 999px;
    margin: 10px 0 16px;
}
.aare-range-fill {
    position: absolute;
    top: 0;
    bottom: 0;
    background: var(--brand-navy);
    border-radius: 999px;
    transition:
        left 0.2s ease,
        right 0.2s ease; /* smooth line movement later */
}
.aare-range-thumb {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 3px solid var(--brand-navy);
    background: #fff;
}
.aare-range-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
}
.aare-range-sep {
    opacity: 0.6;
}

/* Pager */
.aare-listings-pager {
    padding: 18px 0 60px;
}
.aare-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.aare-pager-btn,
.aare-pager-num {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    color: #111;
    font-size: 13px;
}
.aare-pager-num.is-active {
    background: var(--brand-navy);
    color: #fff;
    border-color: var(--brand-navy);
}
.aare-pager-dots {
    padding: 0 6px;
    opacity: 0.6;
}
.aare-pager-btn.is-disabled {
    pointer-events: none;
    opacity: 0.4;
}

.aare-listings-page,
.aare-listings-page .aare-breadcrumb {
    background-color: var(--off-white);
}

/* Listings pagination */
.aare-listings-pager-wrap {
    padding-block: 18px 60px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.aare-listings-pager-wrap nav {
    width: 100%;
    display: flex;
    justify-content: center;
}

.aare-listings-pager-wrap .pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;

    /* keep pagination order stable in both LTR and RTL */
}

.aare-listings-pager-wrap .page-item {
    margin: 0 !important;
}

.aare-listings-pager-wrap .page-link {
    min-width: 34px;
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    color: #111;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
}

.aare-listings-pager-wrap .page-link:focus {
    box-shadow: none;
    outline: none;
}

.aare-listings-pager-wrap .page-item.active .page-link {
    background: var(--brand-navy);
    border-color: var(--brand-navy);
    color: #fff;
}

.aare-listings-pager-wrap .page-item:first-child .page-link,
.aare-listings-pager-wrap .page-item:last-child .page-link {
    background: var(--brand-navy);
    border-color: var(--brand-navy);
    color: #fff;
}

.aare-listings-pager-wrap .page-item.disabled .page-link {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.aare-listings-pager-wrap .page-item.disabled:first-child .page-link,
.aare-listings-pager-wrap .page-item.disabled:last-child .page-link {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.12);
    color: #111;
}

/* kill Bootstrap default rounded logic */
.aare-listings-pager-wrap .page-item:first-child .page-link,
.aare-listings-pager-wrap .page-item:last-child .page-link {
    border-radius: 0 !important;
}

/* LTR: prev = rounded on outside left, next = rounded on outside right */
html[dir="ltr"] .aare-listings-pager-wrap .page-item:first-child .page-link {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

html[dir="ltr"] .aare-listings-pager-wrap .page-item:last-child .page-link {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/* RTL: reverse them */
html[dir="rtl"] .aare-listings-pager-wrap .page-item:first-child .page-link {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

html[dir="rtl"] .aare-listings-pager-wrap .page-item:last-child .page-link {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

@media (max-width: 575.98px) {
    .aare-listings-pager-wrap {
        padding-block: 16px 40px;
    }

    .aare-listings-pager-wrap .pagination {
        gap: 8px;
    }

    .aare-listings-pager-wrap .page-link {
        min-width: 32px;
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
}

/* Dropdown for pills */
.aare-dd {
    position: relative;
    display: inline-block;
}
.aare-dd-menu {
    position: absolute;
    top: calc(100% + 10px);
    inset-inline-start: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
    padding: 8px;
    display: none;
    z-index: 60;
}
.aare-dd-menu.is-open {
    display: block;
}
.aare-dd-item {
    width: 100%;
    text-align: start;
    border: 0;
    background: transparent;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
}
.aare-dd-item:hover {
    background: rgba(18, 46, 91, 0.06);
}
.aare-dd-divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.06);
    margin: 6px 0;
}

/* Results loader + fade */
#aareListingsResults {
    position: relative;
}
#aareListingsResults.is-loading {
    opacity: 0.45;
    transition: opacity 0.15s ease;
}
#aareListingsResults .aare-results-spinner {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
#aareListingsResults.is-loading .aare-results-spinner {
    display: flex;
}
.aare-spinner-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--brand-navy);
    animation: aarePulse 0.9s infinite ease-in-out;
}
.aare-spinner-dot:nth-child(2) {
    animation-delay: 0.12s;
    margin-inline: 8px;
    opacity: 0.85;
}
.aare-spinner-dot:nth-child(3) {
    animation-delay: 0.24s;
    opacity: 0.7;
}

/* ===== Pills dropdown ===== */
.aare-dd {
    position: relative;
    display: inline-block;
}
.aare-dd-menu {
    position: absolute;
    top: calc(100% + 10px);
    inset-inline-start: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
    padding: 8px;
    display: none;
    z-index: 60;
}
.aare-dd-menu.is-open {
    display: block;
}
.aare-dd-item {
    width: 100%;
    text-align: start;
    border: 0;
    background: transparent;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
}
.aare-dd-item:hover {
    background: rgba(18, 46, 91, 0.06);
}
.aare-dd-divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.06);
    margin: 6px 0;
}

/* ===== Results loader (no longer injected into html) ===== */
#aareListingsResults {
    position: relative;
}
#aareListingsResults .aare-results-spinner {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
#aareListingsResults.is-loading .aare-results-spinner {
    display: flex;
}
#aareListingsResults.is-loading #aareListingsResultsInner {
    opacity: 0.35;
    transition: opacity 0.15s ease;
}

.aare-spinner-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--brand-navy);
    animation: aarePulse 0.9s infinite ease-in-out;
}
.aare-spinner-dot:nth-child(2) {
    animation-delay: 0.12s;
    margin-inline: 8px;
    opacity: 0.85;
}
.aare-spinner-dot:nth-child(3) {
    animation-delay: 0.24s;
    opacity: 0.7;
}
@keyframes aarePulse {
    0%,
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(-6px);
        opacity: 1;
    }
}

/* ===== No results (white text) ===== */
.aare-no-results {
    color: var(--brand-navy);
    border-radius: 18px;
    padding: 28px;
}
.aare-no-results-title {
    margin: 0 0 8px;
    font-weight: 500;
}
.aare-no-results-sub {
    margin: 0;
    opacity: 0.85;
}

/* ===== Range track: gray after max (fill only between thumbs) ===== */
.aare-range-track {
    position: relative;
    height: 4px;
    background: rgba(0, 0, 0, 0.18); /* gray base line */
    border-radius: 999px;
    margin: 10px 0 16px;
}
.aare-range-fill {
    position: absolute;
    top: 0;
    bottom: 0;
    background: var(--brand-navy);
    border-radius: 999px;
    transition:
        left 0.2s ease,
        right 0.2s ease;
}

/* ===== Seg buttons active ===== */
.aare-seg-btn.is-active {
    background: var(--brand-navy);
    color: var(--white);
    box-shadow: inset 0 0 0 1px rgba(18, 46, 91, 0.25);
}
/* ===== Property type dropdown: usage tabs ===== */
.aare-type-menu {
    padding-top: 10px;
}

.aare-type-panel {
    display: none;
}
.aare-type-panel.is-active {
    display: block;
}
.aare-type-empty {
    padding: 10px 12px;
    font-size: 13px;
    opacity: 0.7;
}

/* Loading spinner visibility */
.aare-results-spinner {
    display: none;
}
#aareListingsResults.is-loading .aare-results-spinner {
    display: flex;
}

/* Active highlight in dropdown lists */
.aare-dd-item.is-active {
    background: rgba(18, 46, 91, 0.08);
    border-radius: 12px;
}

/* Property type tabs: bottom border style */
.aare-type-tabs {
    display: flex;
    gap: 18px;
    padding: 0 8px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.aare-type-tab {
    background: transparent;
    border: 0;
    padding: 10px 0;
    font-size: 13px;
    color: var(--brand-navy);
    opacity: 0.65;
    border-bottom: 2px solid rgba(0, 0, 0, 0.22);
}

.aare-type-tab.is-active {
    opacity: 1;
    border-bottom-color: var(--brand-navy);
    font-weight: 500;
}

/* Category list active highlight (same look) */
.aare-type-panel .aare-dd-item.is-active {
    background: rgba(18, 46, 91, 0.08);
}

/* Project models accordion — outer borders / spacing like .aare-floorplans (no bg overrides) */
.aare-models-acc {
    --aareFpBorder: rgba(18, 46, 91, 0.1);
}

/* Card shell: uniform radius on every row (Bootstrap stacks :first/:last radii per whole accordion) */
.aare-models-acc > .accordion-item.aare-models-acc__item {
    border: 1px solid var(--aareFpBorder);
    border-radius: 14px !important;
    overflow: hidden;
}

/* Bootstrap: .accordion-item:not(:first-of-type) { border-top: 0 } — undo for card-style items */
.aare-models-acc > .accordion-item:not(:first-of-type) {
    border-top: 1px solid var(--aareFpBorder);
}

.aare-models-acc__item + .aare-models-acc__item {
    margin-top: 14px;
}

.aare-models-acc__btn {
    border: 0;
    box-shadow: none !important;
}

/* Strip Bootstrap accordion corner rounding — wrapper + overflow:hidden supply one 14px radius */
.aare-models-acc > .accordion-item .accordion-button,
.aare-models-acc > .accordion-item:first-of-type .accordion-button,
.aare-models-acc > .accordion-item:last-of-type .accordion-button,
.aare-models-acc > .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0 !important;
}

.aare-models-acc > .accordion-item .accordion-collapse,
.aare-models-acc > .accordion-item:last-of-type .accordion-collapse {
    border-radius: 0 !important;
}

.aare-models-acc > .accordion-item .accordion-body {
    border-radius: 0;
}

.aare-models-acc__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding-inline-end: 16px;
}

.aare-models-acc__title {
    font-size: 1.05rem;
    font-weight: 400;
    color: #183153;
}

.aare-models-acc__sub,
.aare-models-acc__count {
    font-size: 0.92rem;
    color: #6b7280;
}

.aare-models-acc__price {
    font-size: 1rem;
    font-weight: 400;
    color: #183153;
}

.aare-models-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.aare-models-stat {
    padding: 8px 12px;
    border-radius: 999px;
    background: #f3f5f8;
    color: #183153;
    font-size: 0.9rem;
}

.aare-model-floor {
    margin-top: 24px;
}

.aare-model-floor__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.aare-model-floor__title {
    font-size: 1rem;
    font-weight: 700;
    color: #183153;
}

.aare-model-floor__area {
    font-size: 0.92rem;
    color: #6b7280;
}

.aare-model-floor__imgwrap {
    border-radius: 18px;
    overflow: hidden;
    background: #f8fafc;
    margin-bottom: 14px;
}

.aare-model-floor__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.aare-model-floor__rooms {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.aare-model-roomchip {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
}

.aare-model-roomchip__icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 22px;
    color: #183153;
}

.aare-model-roomchip__icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.aare-model-roomchip__text {
    color: #183153;
    font-size: 0.95rem;
}

.aare-spec-pane {
    display: none;
}

.aare-spec-pane.is-active {
    display: block;
}

.aare-spec-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.aare-spec-tab {
    border: 1px solid #d7dce3;
    background: #fff;
    color: var(--brand-navy);
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.2s ease;
}

.aare-spec-tab.is-active {
    background: var(--brand-navy);
    color: #fff;
    border-color: var(--brand-navy);
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
    box-shadow: none !important;
}

/* Project unit modal (pricing grid) */
.aare-card-link--button {
    background: transparent;
    border: 0;
    padding: 0;
    width: 100%;
    text-align: initial;
    display: block;
    appearance: none;
    cursor: pointer;
}

.aare-unit-modal .modal-dialog {
    max-width: 1240px;
}

.aare-unit-modal__content {
    border-radius: 22px;
    overflow: hidden;
}

.aare-unit-modal .modal-body {
    padding: 1.25rem 1.25rem 1.5rem;
}

.aare-unit-modal-gallery__img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 18px;
}

.aare-unit-modal-gallery__thumbs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.aare-unit-modal-gallery__thumb {
    border: 2px solid transparent;
    background: transparent;
    padding: 0;
    width: 72px;
    height: 72px;
    border-radius: 12px;
    overflow: hidden;
    opacity: 0.8;
}

.aare-unit-modal-gallery__thumb.is-active,
.aare-unit-modal-gallery__thumb:hover {
    opacity: 1;
    border-color: #183153;
}

.aare-unit-modal-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aare-unit-modal .aare-card {
    box-shadow: none;
}

.aare-icon-action {
    position: relative;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.aare-icon-action i {
    display: inline-block;
    transition:
        transform 0.2s ease,
        color 0.2s ease;
    transform-origin: center;
    will-change: transform;
}

.aare-icon-action.is-favorited {
    color: #dc3545;
    border-color: rgba(220, 53, 69, 0.25);
    background: rgba(220, 53, 69, 0.08);
}

.aare-icon-action.is-favorited i {
    color: #dc3545;
}

.aare-icon-action.is-fav-animating i {
    animation: aareHeartPop 0.38s ease;
}

.aare-icon-action.is-fav-removing i {
    animation: aareHeartShrink 0.24s ease;
}

.aare-icon-action.is-fav-animating::after {
    content: "";
    position: absolute;
    inset: 50%;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    border: 2px solid rgba(220, 53, 69, 0.28);
    transform: translate(-50%, -50%);
    animation: aareHeartRing 0.45s ease-out;
    pointer-events: none;
}

@keyframes aareHeartPop {
    0% {
        transform: scale(0.72);
    }
    45% {
        transform: scale(1.22);
    }
    70% {
        transform: scale(0.94);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes aareHeartShrink {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.82);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes aareHeartRing {
    0% {
        opacity: 0.45;
        width: 14px;
        height: 14px;
    }
    100% {
        opacity: 0;
        width: 34px;
        height: 34px;
    }
}

.aare-share-open {
    overflow: hidden;
}

.aare-share-root {
    position: fixed;
    inset: 0;
    z-index: 1085;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.22s ease,
        visibility 0.22s ease;
}

.aare-share-root.is-open {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.aare-share-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 39, 0.45);
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.aare-share-root.is-open .aare-share-backdrop {
    opacity: 1;
}

.aare-share-sheet {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    border-radius: 28px 28px 0 0;
    padding: 14px 18px 26px;
    box-shadow: 0 -14px 40px rgba(0, 0, 0, 0.18);
    transform: translateY(calc(100% + 40px));
    transition: transform 0.28s ease;
}

.aare-share-root.is-open .aare-share-sheet {
    transform: translateY(0);
}

.aare-share-sheet__handle {
    width: 52px;
    height: 5px;
    border-radius: 999px;
    background: #d1d5db;
    margin: 0 auto 14px;
}

.aare-share-sheet__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.aare-share-sheet__title {
    margin: 0 0 4px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #183153;
}

.aare-share-sheet__subtitle {
    margin: 0;
    color: #6b7280;
    font-size: 0.92rem;
    line-height: 1.45;
    word-break: break-word;
}

.aare-share-sheet__close {
    border: 0;
    background: #f3f5f8;
    color: #183153;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
}

.aare-share-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.aare-share-item {
    border: 0;
    background: transparent;
    border-radius: 18px;
    padding: 10px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition:
        transform 0.18s ease,
        background-color 0.18s ease;
}

.aare-share-item:hover,
.aare-share-item:focus-visible {
    background: #f8fafc;
    transform: translateY(-1px);
}

.aare-share-item__icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: #f3f5f8;
    color: #183153;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.aare-share-item__label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #183153;
    text-align: center;
}

.aare-share-toast {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%) translateY(20px);
    background: #183153;
    color: #fff;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 0.9rem;
    opacity: 0;
    pointer-events: none;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
    white-space: nowrap;
}

.aare-share-toast.is-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.aare-prop-project-link {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
}

.aare-prop-project-link:hover,
.aare-prop-project-link:focus {
    color: inherit;
    text-decoration: none;
}

.aare-shape-test-card {
    --aare-shape-test-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 730'%3E%3Cpath fill='white' d='M32 60H198C219 60 231 51 236 31C241 10 249 0 264 0H608C626 0 640 14 640 32V698C640 716 626 730 608 730H32C14 730 0 716 0 698V92C0 74 14 60 32 60Z'/%3E%3C/svg%3E");

    width: min(640px, 100%);
    aspect-ratio: 640 / 730;
    display: block;

    background-image: var(--aare-shape-test-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    -webkit-mask-image: var(--aare-shape-test-mask);
    mask-image: var(--aare-shape-test-mask);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

/* ==============================
   AARE Spotlight Browse Section
   ============================== */

.aare-spotlight-browse {
    background: var(--white);
    padding: 70px 0;
    overflow: visible;
}

.aare-spotlight-browse__desktop {
    display: block;
}

.aare-spotlight-browse__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 34px;
}

.aare-spotlight-browse__intro {
    max-width: 640px;
}

.aare-spotlight-browse__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid var(--brand-gold);
    color: var(--brand-navy);
    font-size: 0.82rem;
    margin-bottom: 20px;
}

.aare-spotlight-browse__title {
    color: var(--brand-navy);
    font-size: clamp(2.4rem, 5vw, 2.5rem);
    line-height: 1.4;
    font-weight: 500;
    margin: 0 0 18px;
    max-width: 760px;
}
.featured-title {
    font-size: clamp(2.4rem, 5vw, 2.5rem);
    margin-bottom: 18px;
}

.aare-spotlight-browse__subtitle {
    color: var(--brand-navy);
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
    max-width: 540px;
}

.aare-spotlight-browse__top-cta {
    flex: 0 0 auto;
    padding-top: 120px;
}

.aare-spotlight-browse__all-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-height: 58px;
    padding: 8px 8px 8px 24px;
    border-radius: 999px;
    background: #fff;
    color: var(--brand-navy);
    text-decoration: none;
    font-weight: 400;
    white-space: nowrap;
}

html[dir="rtl"] .aare-spotlight-browse__all-btn-icon i,
html[dir="rtl"] .aare-spotlight-card__btn-icon i,
html[dir="rtl"] .aare-spotlight-mobile-fixed__btn i,
html[dir="rtl"] .aare-services-card__arrow i {
    transform: scaleX(-1);
}

.aare-spotlight-browse__all-btn:hover {
    color: var(--brand-navy);
    text-decoration: none;
}

.aare-spotlight-browse__all-btn-icon {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: var(--brand-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.aare-spotlight-browse__rail {
    display: flex;
    align-items: stretch;
    gap: 10px;
    min-height: 560px;
    text-transform: capitalize;
}

.aare-spotlight-card {
    position: relative;
    flex: 0 0 12%;
    min-width: 110px;
    min-height: 560px;
    border-radius: 0 75px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    transition:
        flex-basis 0.45s ease,
        transform 0.35s ease,
        box-shadow 0.35s ease;
    isolation: isolate;
}

.aare-spotlight-card:hover,
.aare-spotlight-card.is-active {
    flex-basis: 40%;
}

.aare-spotlight-card__media {
    position: absolute;
    inset: 0;
    background-image: var(--aare-spotlight-bg);
    background-size: cover;
    background-position: center;
    transition: transform 0.45s ease;
}

.aare-spotlight-card:hover .aare-spotlight-card__media,
.aare-spotlight-card.is-active .aare-spotlight-card__media {
    transform: scale(1.03);
}

.aare-spotlight-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.72) 0%,
        rgba(0, 0, 0, 0.18) 45%,
        rgba(0, 0, 0, 0.08) 100%
    );
    z-index: 1;
}

.aare-spotlight-card__collapsed,
.aare-spotlight-card__expanded {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.aare-spotlight-card__collapsed {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 28px 18px;
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}

.aare-spotlight-card__title-vertical {
    margin: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #fff;
    font-size: clamp(1.2rem, 1.8vw, 2rem);
    line-height: 1;
    font-weight: 700;
    text-align: left;
}

.aare-spotlight-card__expanded {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 26px 34px 34px;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.28s ease,
        visibility 0.28s ease;
}

.aare-spotlight-card:hover .aare-spotlight-card__collapsed,
.aare-spotlight-card.is-active .aare-spotlight-card__collapsed {
    opacity: 0;
    visibility: hidden;
}

.aare-spotlight-card:hover .aare-spotlight-card__expanded,
.aare-spotlight-card.is-active .aare-spotlight-card__expanded {
    opacity: 1;
    visibility: visible;
}

.aare-spotlight-card__meta {
    margin-bottom: 12px;
}

.aare-spotlight-card__count {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;

    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    padding: 5px 14px;
    border-radius: 999px;
}

.aare-spotlight-card__title {
    margin: 0 0 26px;
    color: #fff;
    font-size: clamp(1.8rem, 2.8vw, 3.2rem);
    line-height: 1.05;
    font-weight: 700;
    max-width: 88%;
}

.aare-spotlight-card__actions {
    display: flex;
    align-items: center;
}

.aare-spotlight-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-height: 58px;
    padding: 8px 8px 8px 24px;
    border-radius: 999px;
    background: #fff;
    color: #0f1707;
    font-weight: 600;
}

.aare-spotlight-card__btn-icon {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: var(--brand-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Mobile version */
/* Mobile parallax rebuild */
.aare-spotlight-browse__mobile {
    display: none;
}

.aare-spotlight-mobile-parallax {
    position: relative;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    background: #fff;
}

.aare-spotlight-mobile-scene {
    position: absolute;
    inset-inline: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
    clip: rect(0, auto, auto, 0);
}

.aare-spotlight-mobile-fixed {
    position: fixed;
    inset: 0;
    background-image: var(--aare-mobile-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.aare-spotlight-mobile-fixed__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.72) 0%,
        rgba(0, 0, 0, 0.24) 48%,
        rgba(0, 0, 0, 0.08) 100%
    );
}

.aare-spotlight-mobile-fixed__content {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px 30px;
    color: #fff;
}

.aare-spotlight-mobile-fixed__eyebrow {
    display: inline-flex;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
    color: #fff;
    font-size: 0.85rem;

    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.aare-spotlight-mobile-fixed__title {
    margin: 0 0 18px;
    font-size: 2.2rem;
    line-height: 1.02;
    font-weight: 700;
    color: #fff;
    max-width: 80%;
}

.aare-spotlight-mobile-fixed__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #fff;
    color: var(--brand-navy);
    font-weight: 600;
}

/* ==============================
   AARE Services Showcase
   ============================== */

.aare-services-showcase {
    padding: 90px 0 0px;
    background: var(--white);
}

.aare-services-showcase__head {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 36px;
    align-items: start;
    margin-bottom: 44px;
}

.aare-services-showcase__badge {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.85);
    color: var(--brand-navy);
    font-size: 0.84rem;
    font-weight: 500;
}

.aare-services-showcase__title {
    margin: 0;
    max-width: 760px;
    color: var(--brand-navy);
    font-size: clamp(2.4rem, 5vw, 2.5rem);
    line-height: 1.4;
    font-weight: 500;
}

.aare-services-showcase__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.aare-services-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 28px;
    padding: 10px;
    min-height: 100%;
}

.aare-services-card__media-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 24px;
    isolation: isolate;
}

/* this creates the curved white cutout for the arrow */
.aare-services-card__media-wrap::after {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 88px;
    height: 88px;
    background: var(--white);
    border-top-left-radius: 36px;
    z-index: 2;
}

.aare-services-card__media-wrap::before {
    content: "";
    position: absolute;
    right: 50px;
    bottom: -2px;
    width: 72px;
    /* height: 72px; */
    background: transparent;
    border-bottom-right-radius: 999px;
    box-shadow: 20px 20px 0 20px var(--white);
    z-index: 2;
}

html[dir="rtl"] .aare-services-card__media-wrap::after {
    right: auto;
    left: -2px;
    border-top-left-radius: 0;
    border-top-right-radius: 999px;
}

.aare-services-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 1.28 / 1;
    object-fit: cover;
    border-radius: 24px;
}

.aare-services-card__arrow {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 3;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: var(--brand-gold);
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.15rem;
    transition:
        transform 0.18s ease,
        filter 0.18s ease;
}

html[dir="rtl"] .aare-services-card__arrow {
    right: auto;
    left: 14px;
}

html[dir="rtl"] .aare-services-card__media-wrap::after {
    right: auto;
    left: -2px;
    border-top-left-radius: 0;
    border-top-right-radius: 36px;
}

html[dir="rtl"] .aare-services-card__media-wrap::before {
    right: auto;
    left: 50px;
    bottom: -2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 999px;
    box-shadow: -20px 20px 0 20px var(--white);
}

html[dir="rtl"] .aare-services-card__arrow {
    right: auto;
    left: 14px;
}

.aare-services-card__arrow:hover {
    transform: translateY(-1px);
    filter: brightness(1.02);
    color: #111;
    text-decoration: none;
}

.aare-services-card__body {
    padding: 0 10px 10px;
}

.aare-services-card__title {
    margin: 0 0 20px;
    font-size: clamp(1.8rem, 2vw, 2.45rem);
    line-height: 1.05;
    font-weight: 500;
}

.aare-services-card__title a {
    color: var(--brand-navy);
    text-decoration: none;
}

.aare-services-card__title a:hover {
    color: #000;
    text-decoration: none;
}

.aare-services-card__divider {
    width: 100%;
    height: 1px;
    background: rgba(15, 23, 42, 0.1);
    margin-bottom: 20px;
}

.aare-services-card__subtitle {
    margin: 0;
    color: rgba(15, 23, 42, 0.82);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 95%;
}

.nav-item::marker {
    color: transparent;
}

/* ==============================
   AARE Partners Swiper
   ============================== */

.aare-partners-swiper {
    padding: 80px 0;
    background: var(--white);
    overflow: hidden;
}

.aare-partners-swiper__head {
    text-align: center;
    margin-bottom: 34px;
}

.aare-partners-swiper__badge {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.85);
    color: var(--brand-navy);
    font-size: 0.84rem;
    font-weight: 500;
    margin-bottom: 16px;
}

.aare-partners-swiper__title {
    margin: 0;
    color: var(--brand-navy);
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1;
    font-weight: 500;
}

.aarePartnersSwiper {
    overflow: visible;
}

.aare-partners-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.aare-partners-swiper__item {
    width: 100%;
    height: 92px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 22px;
}

.aare-partners-swiper__logo {
    max-width: 100%;
    max-height: 46px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    filter: grayscale(100%);
    opacity: 0.9;
    transition:
        filter 0.2s ease,
        opacity 0.2s ease,
        transform 0.2s ease;
}

.aare-partners-swiper__item:hover .aare-partners-swiper__logo {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.03);
}

/* =========================
   AARE Stack Showcase
   ========================= */

.aare-stack-showcase {
    padding: 90px 0 120px;
    background: #f6f3ed;
}

.aare-stack-showcase__head {
    max-width: 720px;
    margin: 0 auto 40px;
    text-align: center;
}

.aare-stack-showcase__badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid #d4af37;
    color: #0f2f6b;
    font-size: 0.82rem;
    margin-bottom: 18px;
}

.aare-stack-showcase__title {
    margin: 0;
    color: #111;
    font-size: clamp(2.3rem, 5vw, 4.3rem);
    line-height: 0.95;
    font-weight: 700;
}

.aare-stack-showcase__rail {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 120px;
}

.aare-stack-card {
    position: sticky;
    top: 110px;
    display: grid;
    grid-template-columns: 1.2fr 0.95fr;
    align-items: stretch;
    gap: 0;
    min-height: 360px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.14);
    transform-origin: center top;
    transition:
        opacity 0.18s linear,
        transform 0.18s linear,
        filter 0.18s linear;
    margin-bottom: 28px;
    will-change: transform, opacity;
}

.aare-stack-card__media {
    min-height: 360px;
}

.aare-stack-card__panel {
    background: #fff;
    padding: 34px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aare-stack-card__eyebrow {
    display: inline-flex;
    width: fit-content;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #dbe54d;
    color: #17233a;
    font-size: 0.78rem;
    align-items: center;
    margin-bottom: 16px;
    font-weight: 600;
}

.aare-stack-card__title {
    margin: 0 0 14px;
    color: #111;
    font-size: clamp(1.8rem, 2.7vw, 2.9rem);
    line-height: 1;
    font-weight: 700;
}

.aare-stack-card__text {
    margin: 0;
    color: rgba(17, 17, 17, 0.72);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 360px;
}

/* Dummy colors only */
.aare-stack-card--one .aare-stack-card__media {
    background: linear-gradient(135deg, #9eb7d9 0%, #4f6d95 100%);
}

.aare-stack-card--two .aare-stack-card__media {
    background: linear-gradient(135deg, #95c7a4 0%, #44755b 100%);
}

.aare-stack-card--three .aare-stack-card__media {
    background: linear-gradient(135deg, #d8b693 0%, #986540 100%);
}

.aare-stack-card--four .aare-stack-card__media {
    background: linear-gradient(135deg, #c8b8e8 0%, #6d569f 100%);
}
.aare-projects-display {
    margin-top: 70px;
    overflow: hidden;
}

.cards-scroll {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;

    /*
     * Gives enough vertical room for the stacked card scene.
     * Desktop cards stay wide; mobile cards get much taller.
     */
    height: clamp(480px, 48vw, 720px);
    margin-bottom: 90px;
}

.custom-card {
    position: absolute;
    top: 0;
    left: 50%;

    /*
     * Important:
     * Keep this transform only for centering.
     * GSAP will still animate yPercent, scale, opacity, etc.
     */
    transform: translateX(-50%);

    width: min(60vw, 980px);
    aspect-ratio: 16 / 9;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
    border-radius: 0 75px;
    color: #fff;
    text-decoration: none;

    box-shadow: 1px 20px 30px rgba(0, 0, 0, 0.2);

    /*
     * Makes future badges/text/buttons easy to position on top.
     */
    isolation: isolate;
}

.project-display-media {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
    z-index: -1;
}

/*
 * Optional dark image overlay.
 * It will make future text placed on top easier to read.
 */
.custom-card::before {
    position: absolute;
    inset: 0;
    z-index: 0;

    background: var(--aare-overlay);

    content: "";
    pointer-events: none;
}

/*
 * Any future direct elements you add inside the card
 * will naturally appear above the image and overlay.
 */
.custom-card > :not(.project-display-media) {
    position: relative;
    z-index: 1;
}

/* Stacked-card offsets on desktop */
.card1 {
    top: 0;
}

.card2 {
    top: 30px;
}

.card3 {
    top: 60px;
}

.card4 {
    top: 90px;
}

/* Existing helper classes, cleaned up */
.opacity {
    transition: opacity 0.4s ease;
    opacity: 0.6;
}

.scale {
    transition: width 0.4s ease;
    width: 95%;
}

/* ==========================================================================
   Tablet
   ========================================================================== */

@media (max-width: 991.98px) {
    .cards-scroll {
        height: clamp(480px, 65vw, 650px);
        margin-bottom: 70px;
    }

    .custom-card {
        width: min(78vw, 760px);
        aspect-ratio: 16 / 10;
        border-radius: 0 75px;
    }

    .card2 {
        top: 24px;
    }

    .card3 {
        top: 48px;
    }

    .card4 {
        top: 72px;
    }
}

/* ==========================================================================
   Mobile
   ========================================================================== */

@media (max-width: 767.98px) {
    .aare-projects-display {
        margin-top: 45px;
    }

    .cards-scroll {
        /*
         * Taller scene because the cards become portrait-like.
         */
        height: min(118vw, 700px);
        min-height: 560px;
        margin-bottom: 55px;
    }

    .custom-card {
        /*
         * Nearly full viewport width, with safe side spacing.
         */
        width: calc(100vw - 2rem);
        max-width: 34rem;

        /*
         * Vertical card ratio for mobile.
         * This makes the image/card longer instead of tiny.
         */
        aspect-ratio: 4 / 5;

        border-radius: 0 75px;
    }

    .card2 {
        top: 16px;
    }

    .card3 {
        top: 32px;
    }

    .card4 {
        top: 48px;
    }
}

/* Small phones */
@media (max-width: 390px) {
    .cards-scroll {
        min-height: 520px;
    }

    .custom-card {
        width: calc(100vw - 1.25rem);
        border-radius: 0 75px;
    }
}

/* ==========================================================================
   AARE — Public Auctions
   ========================================================================== */

:root {
    --aare-auction-green: #52a47d;
    --aare-auction-green-hover: #3f8d68;
    --aare-auction-surface: #ffffff;
    --aare-auction-soft: #f7f9fc;
    --aare-auction-line: rgba(18, 46, 91, 0.1);
    --aare-auction-text: #122e5b;
    --aare-auction-muted: #6c7a90;
}

.aare-auctions-page {
    background: #fff;
    overflow: hidden;
}

.aare-auctions-hero {
    padding: clamp(3.75rem, 7vw, 6.5rem) 0 clamp(2.5rem, 4vw, 4rem);
    background:
        radial-gradient(
            circle at 15% 10%,
            rgba(212, 175, 55, 0.13),
            transparent 25rem
        ),
        linear-gradient(135deg, #f8fbff 0%, #ffffff 58%, #f7f9fd 100%);
}

.aare-auctions-hero__inner {
    max-width: 47rem;
    margin: 0 auto;
    text-align: center;
}

.aare-auctions-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.95rem;
    border: 1px solid rgba(212, 175, 55, 0.38);
    border-radius: 999px;
    color: var(--brand-navy);
    background: rgba(255, 255, 255, 0.82);
    font-size: 0.84rem;
    font-weight: 400;
}

.aare-auctions-hero__eyebrow i {
    color: var(--brand-gold);
}

.aare-auctions-hero__title {
    margin: 1rem 0 0.7rem;
    color: var(--brand-navy);
    font-size: clamp(2.4rem, 5vw, 2.5rem);
    font-weight: 500;
    line-height: 1.2;
}

.aare-auctions-hero__description {
    max-width: 38rem;
    margin: 0 auto;
    color: var(--brand-muted);
    font-size: clamp(0.98rem, 1.5vw, 1.1rem);
    line-height: 1.85;
}

.aare-auctions-listing {
    padding: 0 0 clamp(4.5rem, 7vw, 7rem);
}

.aare-auctions-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.aare-auctions-filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.8rem;
    padding: 0.7rem 1.1rem;
    border: 1px solid var(--aare-auction-line);
    border-radius: 999px;
    color: var(--brand-navy);
    background: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
    transition:
        background 180ms ease,
        color 180ms ease,
        border-color 180ms ease,
        transform 180ms ease,
        box-shadow 180ms ease;
}

.aare-auctions-filter-pill:hover {
    color: var(--brand-navy);
    border-color: rgba(212, 175, 55, 0.7);
    box-shadow: 0 0.6rem 1.4rem rgba(18, 46, 91, 0.1);
    transform: translateY(-2px);
}

.aare-auctions-filter-pill.is-active {
    color: #fff;
    border-color: var(--brand-navy);
    background: var(--brand-navy);
    box-shadow: 0 0.65rem 1.45rem rgba(18, 46, 91, 0.2);
}

.aare-auctions-filter-pill.is-active i {
    color: var(--brand-gold);
}

.aare-auctions-listing__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.aare-auctions-listing__title {
    margin: 0;
    color: var(--brand-navy);
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 500;
}

.aare-auctions-listing__count {
    margin: 0.3rem 0 0;
    color: var(--aare-auction-muted);
    font-size: 0.92rem;
}

.aare-auctions-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.aare-auction-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--aare-auction-line);
    border-radius: 1.25rem;
    background: var(--aare-auction-surface);
    box-shadow: 0 0.75rem 2rem rgba(18, 46, 91, 0.07);
    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        border-color 220ms ease;
}

.aare-auction-card:hover {
    border-color: rgba(212, 175, 55, 0.55);
    box-shadow: 0 1.3rem 3rem rgba(18, 46, 91, 0.14);
    transform: translateY(-0.35rem);
}

.aare-auction-card__media {
    position: relative;
    min-height: 15rem;
    overflow: hidden;
    background: linear-gradient(135deg, #0c254b, #1f4b85);
}

.aare-auction-card__media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(8, 22, 45, 0.06),
        rgba(8, 22, 45, 0.38)
    );
    content: "";
    pointer-events: none;
}

.aare-auction-card__media img {
    width: 100%;
    height: 100%;
    min-height: 15rem;
    object-fit: cover;
    transition: transform 450ms ease;
}

.aare-auction-card:hover .aare-auction-card__media img {
    transform: scale(1.045);
}

.aare-auction-card__media-placeholder {
    display: grid;
    width: 100%;
    min-height: 15rem;
    place-items: center;
    color: rgba(255, 255, 255, 0.75);
    font-size: 3.5rem;
}

.aare-auction-card__badges {
    position: absolute;
    z-index: 2;
    top: 1rem;
    inset-inline: 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
}

.aare-auction-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.65rem;
    border-radius: 0.45rem;
    color: #fff;
    font-size: 0.73rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.aare-auction-card__badge--mode {
    background: rgba(18, 46, 91, 0.88);
    backdrop-filter: blur(0.5rem);
}

.aare-auction-card__badge--state {
    background: var(--aare-auction-green);
}

.aare-auction-card__badge--state.is-upcoming {
    color: var(--off-white);
    background: var(--brand-gold);
}

.aare-auction-card__badge--state.is-ended,
.aare-auction-card__badge--state.is-completed,
.aare-auction-card__badge--state.is-unscheduled {
    background: rgba(43, 47, 54, 0.86);
}

.aare-auction-card__timer {
    position: relative;
    z-index: 3;
    width: calc(100% - 2.25rem);
    margin: -1.45rem auto 0;
    padding: 0.7rem 0.85rem 0.75rem;
    border: 1px solid rgba(18, 46, 91, 0.08);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0.55rem 1.25rem rgba(18, 46, 91, 0.1);
    text-align: center;
}

.aare-auction-card__timer-label {
    margin-bottom: 0.35rem;
    color: var(--aare-auction-green);
    font-size: 0.76rem;
    font-weight: 400;
}

[data-timer-state="upcoming"] .aare-auction-card__timer-label {
    color: #a27b0d;
}

[data-timer-state="ended"] .aare-auction-card__timer-label,
[data-timer-state="completed"] .aare-auction-card__timer-label,
[data-timer-state="unscheduled"] .aare-auction-card__timer-label {
    color: var(--aare-auction-muted);
}

.aare-auction-card__timer-values {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 0.3rem;
}

.aare-auction-card__timer-unit {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
}

.aare-auction-card__timer-unit p {
    color: var(--brand-navy);
    font-size: 1rem;
    font-variant-numeric: tabular-nums;
    line-height: 1.15;
    margin: 0;
}

.aare-auction-card__timer-unit span {
    color: var(--aare-auction-muted);
    font-size: 0.67rem;
}

.aare-auction-card__timer-divider {
    color: var(--brand-gold);
    font-size: 1rem;
    font-weight: 800;
}

.aare-auction-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.25rem;
}

.aare-auction-card__location {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.55rem;
    color: #b38c22;
    font-size: 0.78rem;
    font-weight: 400;
}

.aare-auction-card__title {
    margin: 0;
    color: var(--brand-navy);
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.5;
}

.aare-auction-card__description {
    display: -webkit-box;
    margin: 0.7rem 0 0;
    overflow: hidden;
    color: var(--brand-muted);
    font-size: 0.86rem;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.aare-auction-card__event-date {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-top: 1rem;
    padding: 0.75rem;
    border-radius: 0.65rem;
    background: rgba(245, 245, 247, 0.9);
}

.aare-auction-card__event-date > i {
    margin-top: 0.12rem;
    color: var(--brand-gold);
    font-size: 1rem;
}

.aare-auction-card__event-date div {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
}

.aare-auction-card__event-date span,
.aare-auction-card__schedule-item span {
    color: var(--aare-auction-muted);
    font-size: 0.72rem;
}

.aare-auction-card__event-date strong,
.aare-auction-card__schedule-item strong {
    color: var(--brand-navy);
    font-size: 0.8rem;
    font-weight: 600;
}

.aare-auction-card__schedule {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    margin-top: 0.85rem;
}

.aare-auction-card__schedule-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.aare-auction-card__schedule-item strong {
    line-height: 1.55;
}

.aare-auction-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.9rem;
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 1px solid var(--aare-auction-line);
    color: var(--brand-navy);
    font-size: 0.78rem;
    font-weight: 500;
}

.aare-auction-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.aare-auction-card__meta i {
    color: var(--brand-gold);
}

.aare-auction-card__footer {
    margin-top: auto;
    padding-top: 1.15rem;
}

.aare-auction-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    min-height: 2.85rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    color: #fff;
    background: var(--brand-navy);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 600;
    transition:
        background 180ms ease,
        transform 180ms ease,
        box-shadow 180ms ease;
}

.aare-auction-card__cta:hover {
    color: #fff;
    background: var(--brand-navy);
    box-shadow: 0 0.65rem 1.25rem rgba(82, 164, 125, 0.26);
    transform: translateY(-0.1rem);
}

.aare-auction-card__cta i {
    font-size: 0.95rem;
}

html[dir="ltr"] .aare-auction-card__cta i {
    transform: scaleX(-1);
}

.aare-auction-card__cta--disabled {
    cursor: not-allowed;
    color: var(--aare-auction-muted);
    background: #eef1f5;
}

.aare-auctions-pagination {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}

.aare-auctions-empty {
    max-width: 36rem;
    margin: 2rem auto 0;
    padding: 3rem 1.5rem;
    border: 1px dashed rgba(18, 46, 91, 0.18);
    border-radius: 1rem;
    background: #fbfcfe;
    text-align: center;
}

.aare-auctions-empty__icon {
    display: grid;
    width: 3.7rem;
    height: 3.7rem;
    margin: 0 auto 1rem;
    place-items: center;
    border-radius: 50%;
    color: var(--brand-navy);
    background: rgba(212, 175, 55, 0.18);
    font-size: 1.45rem;
}

.aare-auctions-empty__title {
    margin: 0;
    color: var(--brand-navy);
    font-size: 1.2rem;
    font-weight: 800;
}

.aare-auctions-empty__description {
    margin: 0.55rem 0 0;
    color: var(--brand-muted);
    font-size: 0.9rem;
    line-height: 1.75;
}

/* ==========================================================================
   AARE Orbit Footer
   ========================================================================== */

html {
    scroll-behavior: smooth;
}

.aare-orbit-footer {
    --aare-orbit-footer-background: none;
    --aare-orbit-footer-navy: #122e5b;
    --aare-orbit-footer-navy-deep: #081d3b;
    --aare-orbit-footer-gold: #d4af37;
    --aare-orbit-footer-muted: #6d7786;
    --aare-orbit-footer-line: rgba(18, 46, 91, 0.12);
    --aare-orbit-footer-panel: rgba(255, 255, 255, 0.97);

    position: relative;
    overflow: hidden;
    padding: clamp(5rem, 9vw, 8rem) 0 clamp(2rem, 4vw, 3.5rem);
    background-color: var(--aare-orbit-footer-navy-deep);
    background-image:
        linear-gradient(
            180deg,
            rgba(5, 20, 41, 0.54) 0%,
            rgba(5, 20, 41, 0.78) 65%,
            rgba(5, 20, 41, 0.96) 100%
        ),
        var(--aare-orbit-footer-background);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aare-orbit-footer::before {
}

.aare-orbit-footer__container {
    position: relative;
    z-index: 2;
}

.aare-orbit-footer__backdrop-word {
    position: absolute;
    z-index: 1;
    inset-inline: 0;
    top: 27%;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.12);
    font-size: clamp(8rem, 22vw, 24rem);
    font-weight: 900;
    letter-spacing: -0.1em;
    line-height: 0.75;
    pointer-events: none;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.aare-orbit-footer__intro {
    max-width: 42rem;
    margin: 0 auto clamp(2.5rem, 5vw, 4.25rem);
    text-align: center;
}

.aare-orbit-footer__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.aare-orbit-footer__eyebrow i {
    color: var(--aare-orbit-footer-gold);
    font-size: 0.95rem;
}

.aare-orbit-footer__heading {
    max-width: 32rem;
    margin: 0 auto;
    margin-top: 1rem;
    color: #fff;
    font-size: clamp(2.4rem, 5vw, 2.5rem);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1.2;
}

.aare-orbit-footer__intro-text {
    max-width: 34rem;
    margin: 1rem auto 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(0.9rem, 1.4vw, 1.05rem);
    line-height: 1.75;
}

.aare-orbit-footer__panel {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: clamp(1.5rem, 3vw, 2rem);
    background: var(--aare-orbit-footer-panel);
    box-shadow:
        0 1.8rem 5rem rgba(0, 0, 0, 0.28),
        0 0.2rem 0.6rem rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(1.3rem);
}

.aare-orbit-footer__main {
    display: grid;
    grid-template-columns: minmax(13rem, 1.1fr) minmax(16rem, 1fr) minmax(
            15rem,
            1.08fr
        );
    min-height: 17rem;
}

.aare-orbit-footer__brand,
.aare-orbit-footer__navigation,
.aare-orbit-footer__contact {
    padding: clamp(2rem, 4vw, 3.35rem);
}

.aare-orbit-footer__navigation,
.aare-orbit-footer__contact {
    border-inline-start: 1px solid var(--aare-orbit-footer-line);
}

.aare-orbit-footer__brand {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aare-orbit-footer__logo-link {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    color: var(--aare-orbit-footer-navy);
    text-decoration: none;
}

.aare-orbit-footer__logo {
    display: block;
    width: auto;
    max-width: 12rem;
    height: 5rem;
    object-fit: contain;
}

.aare-orbit-footer__logo-text {
    color: var(--aare-orbit-footer-navy);
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.06em;
    line-height: 1;
}

.aare-orbit-footer__brand-description {
    max-width: 17rem;
    margin: 2rem 0 0;
    color: var(--brand-muted);
    font-size: 0.9rem;
    line-height: 1.8;
}

.aare-orbit-footer__navigation {
    display: flex;
    align-items: flex-start;
}

.aare-orbit-footer__links-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 1.3rem 2.5rem;
}

.aare-orbit-footer__links-list {
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.aare-orbit-footer__links-list a {
    color: var(--brand-navy);
    font-size: 0.88rem;
    font-weight: 400;
    text-decoration: none;
    transition:
        color 180ms ease,
        transform 180ms ease;
}

.aare-orbit-footer__links-list a:hover {
    color: var(--aare-orbit-footer-gold);
    transform: translateX(0.2rem);
}

html[dir="rtl"] .aare-orbit-footer__links-list a:hover {
    transform: translateX(-0.2rem);
}

.aare-orbit-footer__contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.25rem;
}

.aare-orbit-footer__contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    width: fit-content;
    max-width: 100%;
    color: var(--brand-navy);
    font-size: clamp(1rem, 1.55vw, 1.35rem);
    font-weight: 400;
    line-height: 1.25;
    text-decoration: none;
    word-break: break-word;
}

.aare-orbit-footer__contact-link:hover {
    color: var(--brand-gold);
}

.aare-orbit-footer__contact-link i {
    flex: 0 0 auto;
    color: var(--brand-gold);
    font-size: 1rem;
}

.aare-orbit-footer__contact-link--email span {
    /* border-bottom: 2px solid rgba(212, 175, 55, 0.65); */
}

.aare-orbit-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: auto;
}

.aare-orbit-footer__social-link {
    display: inline-grid;
    width: 2.35rem;
    height: 2.35rem;
    place-items: center;
    border: 1px solid rgba(18, 46, 91, 0.12);
    border-radius: 50%;
    color: var(--aare-orbit-footer-navy);
    background: #fff;
    font-size: 1rem;
    text-decoration: none;
    transition:
        color 180ms ease,
        background 180ms ease,
        border-color 180ms ease,
        transform 180ms ease;
}

.aare-orbit-footer__social-link:hover {
    border-color: var(--aare-orbit-footer-navy);
    color: #fff;
    background: var(--aare-orbit-footer-navy);
    transform: translateY(-0.18rem);
}

.aare-orbit-footer__divider {
    height: 1px;
    margin: 0 clamp(2rem, 4vw, 3.35rem);
    background: var(--aare-orbit-footer-line);
}

.aare-orbit-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 5rem;
    padding: 1.1rem clamp(2rem, 4vw, 3.35rem);
}

.aare-orbit-footer__copyright {
    margin: 0;
    color: var(--aare-orbit-footer-muted);
    font-size: 0.78rem;
    font-weight: 600;
}

.aare-orbit-footer__top-button {
    display: inline-grid;
    width: 2.8rem;
    height: 2.8rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    color: var(--aare-orbit-footer-navy);
    background: var(--brand-gold);
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0 0.45rem 1rem rgba(18, 46, 91, 0.14);
    transition:
        transform 180ms ease,
        background 180ms ease,
        box-shadow 180ms ease;
}

.aare-orbit-footer__top-button:hover {
    color: var(--aare-orbit-footer-navy);
    background: var(--aare-orbit-footer-gold);
    box-shadow: 0 0.65rem 1.3rem rgba(18, 46, 91, 0.22);
    transform: translateY(-0.2rem);
}

/* ==========================================================================
   AARE Project Display — Dynamic Content
   ========================================================================== */

.custom-card .project-display-card-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    text-decoration: none;
}

/* Badges stay above the clickable card link */
/* .custom-card .project-display-badges {
    position: absolute;
    z-index: 3;
    top: clamp(1rem, 2vw, 1.5rem);
    inset-inline-start: clamp(1rem, 2vw, 1.5rem);

    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;

    max-width: calc(100% - 7rem);
} */

/* .custom-card .project-display-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;

    min-height: 2rem;
    padding: 0.42rem 0.7rem;

    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;

    color: #fff;
    background: rgba(18, 46, 91, 0.8);
    backdrop-filter: blur(0.75rem);

    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
} */

.custom-card .project-display-badge--featured {
    color: var(--brand-navy, #122e5b);
    background: rgba(212, 175, 55, 0.94);
    border-color: rgba(212, 175, 55, 1);
}

.custom-card .project-display-badge--featured i {
    font-size: 0.65rem;
}

.custom-card .project-display-badge--status {
    background: rgba(18, 46, 91, 0.84);
}

/* Favorite stays above all clickable layers */
/* .custom-card .project-display-like-btn {
    position: absolute;
    z-index: 4;
    top: clamp(1rem, 2vw, 1.5rem);
    inset-inline-end: clamp(1rem, 2vw, 1.5rem);
} */

/*
 * The content remains non-interactive so clicking any text/image area
 * still reaches project-display-card-link underneath it.
 */
/* .custom-card .project-display-content {
    position: absolute;
    z-index: 2;
    inset: 0;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;

    padding: clamp(1.25rem, 3vw, 2.25rem);

    color: #fff;
    text-align: start;
    pointer-events: none;
} */

/* .custom-card .project-display-price {
    margin-bottom: 0.45rem;
    color: #fff;
    font-size: clamp(0.9rem, 1.5vw, 1.12rem);
    font-weight: 800;
    line-height: 1.3;
} */

/* .custom-card .project-display-name {
    max-width: 85%;
    margin: 0;

    color: #fff;
    font-size: clamp(1.35rem, 2.8vw, 2.35rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
} */

/* .custom-card .project-display-location {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;

    margin-top: 0.65rem;
    color: rgba(255, 255, 255, 0.9);

    font-size: clamp(0.78rem, 1.25vw, 0.95rem);
    font-weight: 600;
    line-height: 1.4;
}

.custom-card .project-display-location i {
    color: var(--brand-gold, #d4af37);
    font-size: 0.95em;
} */

/* .custom-card .project-display-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.6rem;

    margin-top: 0.8rem;
} */

/* .custom-card .project-display-meta span {
    display: inline-flex;
    align-items: center;

    min-height: 1.75rem;
    padding: 0.3rem 0.55rem;

    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.45rem;

    color: rgba(255, 255, 255, 0.95);
    background: rgba(8, 22, 45, 0.48);
    backdrop-filter: blur(0.45rem);

    font-size: clamp(0.68rem, 1vw, 0.78rem);
    font-weight: 600;
    line-height: 1.2;
} */

/* .custom-card .project-display-view-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;

    margin-top: 1rem;
    padding-top: 0.85rem;

    border-top: 1px solid rgba(255, 255, 255, 0.35);

    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
} */

/* .custom-card .project-display-view-link i {
    color: var(--brand-gold, #d4af37);
    font-size: 1rem;
} */

/* html[dir="ltr"] .custom-card .project-display-view-link i {
    transform: scaleX(-1);
} */

.custom-card .project-display-media-placeholder {
    position: absolute;
    inset: 0;
    z-index: -1;

    display: grid;
    place-items: center;

    color: rgba(255, 255, 255, 0.68);
    background:
        radial-gradient(
            circle at 20% 10%,
            rgba(212, 175, 55, 0.22),
            transparent 18rem
        ),
        linear-gradient(135deg, #122e5b, #214c87);

    font-size: 4rem;
}

/* ==========================================================================
   AARE Nova Service Card
   ========================================================================== */

.aare-nova-service-card {
    --aare-nova-card-navy: #122e5b;
    --aare-nova-card-text: #17233a;
    --aare-nova-card-muted: var(--brand-muted);
    --aare-nova-card-border: rgba(18, 46, 91, 0.14);
    --aare-nova-card-lime: #dce85b;
    --aare-nova-card-radius: 1.9rem;
    --aare-nova-card-image-radius: 1.5rem;
    --aare-nova-card-shell-size: 65px;
    --aare-nova-card-button-size: 50px;
    --aare-nova-card-inner-gap: 0.65rem;

    position: relative;
    display: flex;
    flex-direction: column;

    width: min(100%, 25.75rem);
    padding: var(--aare-nova-card-inner-gap);

    border: 1px solid var(--aare-nova-card-border);
    border-radius: var(--aare-nova-card-radius);
    background: #ffffff;

    box-shadow: 0 1.2rem 2.6rem rgba(18, 46, 91, 0.06);
}

/* ==========================================================================
   Image
   ========================================================================== */

.aare-nova-service-card__media-wrap {
    position: relative;
    height: 20rem;
}

.aare-nova-service-card__media-link {
    display: block;
    width: 100%;
    height: 100%;

    overflow: hidden;
    border-radius: var(--aare-nova-card-image-radius);

    background: #edf0f5;
    text-decoration: none;
}

.aare-nova-service-card__image {
    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition: transform 400ms ease;
}

.aare-nova-service-card__media-link:hover .aare-nova-service-card__image {
    transform: scale(1.045);
}

/* ==========================================================================
   White circle / lime action button
   The center is 20% inward from lower-right of the image
   ========================================================================== */

.aare-nova-service-card__action-shell {
    position: absolute;
    z-index: 2;

    /*
     * 20% inward from lower-right:
     * center = 20% from each edge.
     */
    right: calc(20% - (var(--aare-nova-card-shell-size) / 2));
    bottom: -30px;

    display: grid;
    width: var(--aare-nova-card-shell-size);
    height: var(--aare-nova-card-shell-size);
    place-items: center;

    border-radius: 50%;
    background: #ffffff;

    /* box-shadow: 0 0.75rem 1.8rem rgba(18, 46, 91, 0.14); */
    text-decoration: none;

    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
}

.aare-nova-service-card__action-shell:hover {
    box-shadow: 0 1rem 2.2rem rgba(18, 46, 91, 0.2);
    transform: translateY(-0.2rem);
}

.aare-nova-service-card__action-button {
    display: inline-grid;
    width: var(--aare-nova-card-button-size);
    height: var(--aare-nova-card-button-size);
    place-items: center;

    border-radius: 50%;
    color: var(--aare-nova-card-navy);
    background: var(--brand-gold);

    transition:
        transform 180ms ease,
        background 180ms ease;
}

.aare-nova-service-card__action-shell:hover
    .aare-nova-service-card__action-button {
    background: var(--brand-gold);
    transform: scale(1.06);
}

.aare-nova-service-card__action-button i {
    font-size: 1.25rem;
    line-height: 1;
}

html[dir="ltr"] .aare-nova-service-card__action-button i {
    transform: scaleX(-1);
}

/* ==========================================================================
   Text
   ========================================================================== */

.aare-nova-service-card__body {
    padding: 2.5rem 1.2rem 1.45rem;
}

.aare-nova-service-card__title {
    margin: 0;

    color: var(--brand-navy);
    font-size: clamp(1.8rem, 2vw, 2.45rem);
    font-weight: 500;
    line-height: 1.4;
}

.aare-nova-service-card__divider {
    width: 100%;
    height: 1px;
    margin: 1.35rem 0 1.2rem;
    background: var(--aare-nova-card-border);
}

.aare-nova-service-card__subtitle {
    max-width: 21rem;
    margin: 0;

    color: var(--aare-nova-card-muted);
    font-size: 1rem;
    line-height: 1.4;
}

.aare-daily-image-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}

.aare-daily-image-popup.is-visible {
    display: flex;
}

.aare-daily-image-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(0.35rem);
}

.aare-daily-image-popup__dialog {
    position: relative;
    z-index: 2;
    width: min(100%, 34rem);
    max-height: 88vh;
    animation: aareDailyImagePopupIn 260ms ease forwards;
}

.aare-daily-image-popup__image {
    display: block;
    width: 100%;
    max-height: 88vh;
    object-fit: contain;
    border-radius: 1.25rem;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.35);
}

.aare-daily-image-popup__close {
    position: absolute;
    top: -0.85rem;
    inset-inline-end: -0.85rem;
    z-index: 3;
    display: grid;
    width: 2.4rem;
    height: 2.4rem;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: var(--brand-navy, #122e5b);
    background: #ffffff;
    box-shadow: 0 0.65rem 1.5rem rgba(0, 0, 0, 0.22);
    cursor: pointer;
}

.aare-daily-image-popup__close i {
    font-size: 1rem;
    line-height: 1;
}

body.aare-daily-image-popup-open {
    overflow: hidden;
}

@keyframes aareDailyImagePopupIn {
    from {
        opacity: 0;
        transform: translateY(1rem) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 575.98px) {
    .aare-daily-image-popup {
        padding: 1rem;
    }

    .aare-daily-image-popup__dialog {
        width: 100%;
    }

    .aare-daily-image-popup__image {
        border-radius: 1rem;
    }

    .aare-daily-image-popup__close {
        top: 0.6rem;
        inset-inline-end: 0.6rem;
    }
}

/* ==========================================================================
   AARE Summit Management Services
   ========================================================================== */

.aare-summit-management-services {
    padding: clamp(4rem, 8vw, 8rem) 0;
    overflow: hidden;
}

.aare-summit-management-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.75rem);
}

/* ==========================================================================
   Card
   ========================================================================== */

.aare-summit-management-services__card {
    --aare-summit-management-services-navy: var(--brand-navy, #122e5b);
    --aare-summit-management-services-text: #ffffff;
    --aare-summit-management-services-line: rgba(255, 255, 255, 0.22);
    --aare-summit-management-services-radius: 2rem;
    --aare-summit-management-services-card-height: clamp(28rem, 38vw, 37rem);
    --aare-summit-management-services-padding-x: clamp(1.5rem, 3vw, 2.5rem);
    --aare-summit-management-services-padding-y: clamp(1.5rem, 3vw, 2.35rem);

    position: relative;
    min-width: 0;
    min-height: var(--aare-summit-management-services-card-height);
    overflow: hidden;

    border-radius: var(--aare-summit-management-services-radius);
    background: var(--aare-summit-management-services-navy);
    isolation: isolate;
}

/* Image layer, hidden by default */
.aare-summit-management-services__card::before {
    position: absolute;
    inset: 0;
    z-index: 0;

    background-image: var(--aare-summit-management-services-card-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    opacity: 0;
    transform: scale(1.06);

    content: "";
    transition:
        opacity 360ms ease,
        transform 700ms ease;
}

/* Dark readability overlay when image becomes visible */
.aare-summit-management-services__card::after {
    position: absolute;
    inset: 0;
    z-index: 1;

    background: linear-gradient(
        180deg,
        rgba(7, 20, 43, 0.34) 0%,
        rgba(7, 20, 43, 0.52) 54%,
        rgba(7, 20, 43, 0.82) 100%
    );

    opacity: 0;
    content: "";
    transition: opacity 360ms ease;
}

/* Hover, keyboard focus, active press, and touch-selected state */
.aare-summit-management-services__card:hover::before,
.aare-summit-management-services__card:focus-within::before,
.aare-summit-management-services__card:active::before,
.aare-summit-management-services__card.aare-summit-management-services__card--image-active::before {
    opacity: 1;
    transform: scale(1);
}

.aare-summit-management-services__card:hover::after,
.aare-summit-management-services__card:focus-within::after,
.aare-summit-management-services__card:active::after,
.aare-summit-management-services__card.aare-summit-management-services__card--image-active::after {
    opacity: 1;
}

/* ==========================================================================
   Full-card clickable area
   ========================================================================== */

.aare-summit-management-services__card-link {
    position: relative;
    z-index: 2;

    display: block;
    width: 100%;
    height: 100%;
    min-height: var(--aare-summit-management-services-card-height);
    padding: 0;

    border: 0;
    outline: 0;

    color: inherit;
    background: transparent;
    text-align: start;
    text-decoration: none;
    cursor: pointer;
}

.aare-summit-management-services__card-link:focus-visible {
    box-shadow:
        inset 0 0 0 0.2rem rgba(255, 255, 255, 0.9),
        inset 0 0 0 0.4rem rgba(212, 175, 55, 0.9);
}

/* ==========================================================================
   Inner card content
   ========================================================================== */

.aare-summit-management-services__card-inner {
    display: flex;
    flex-direction: column;

    min-height: var(--aare-summit-management-services-card-height);
    padding: var(--aare-summit-management-services-padding-y)
        var(--aare-summit-management-services-padding-x);
}

.aare-summit-management-services__card-number {
    color: var(--aare-summit-management-services-text);
    font-size: clamp(0.8rem, 1.2vw, 1rem);
    font-weight: 700;
    line-height: 1;
}

.aare-summit-management-services__card-divider {
    width: 100%;
    height: 1px;
    margin: clamp(1.2rem, 2vw, 1.55rem) 0 clamp(2.75rem, 5vw, 4.5rem);

    background: var(--aare-summit-management-services-line);
}

.aare-summit-management-services__card-content {
    max-width: 22rem;
    margin-top: auto;

    transition: transform 250ms ease;
}

.aare-summit-management-services__card:hover
    .aare-summit-management-services__card-content,
.aare-summit-management-services__card:focus-within
    .aare-summit-management-services__card-content,
.aare-summit-management-services__card.aare-summit-management-services__card--image-active
    .aare-summit-management-services__card-content {
    transform: translateY(-0.2rem);
}

.aare-summit-management-services__card-title {
    margin: 0 0 clamp(1rem, 2vw, 1.5rem);

    color: var(--aare-summit-management-services-text);
    font-size: clamp(1.8rem, 2vw, 2.45rem);
    font-weight: 500;
    letter-spacing: -0.055em;
    line-height: 1.4;
}

.aare-summit-management-services__card-subtitle {
    margin: 0;

    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(0.95rem, 1.25vw, 1.08rem);
    font-weight: 400;
    line-height: 1.62;
}

/* ==========================================================================
   Empty state
   ========================================================================== */

.aare-summit-management-services__empty {
    grid-column: 1 / -1;

    padding: 3rem 1.5rem;
    border: 1px dashed rgba(18, 46, 91, 0.24);
    border-radius: 1.5rem;

    color: var(--brand-muted, #4a5565);
    text-align: center;
}

/* ==========================================================================
   AARE Cascade Services
   Horizontal cards on desktop / vertical cards on mobile
   ========================================================================== */

.aare-cascade-services {
    padding: clamp(3.5rem, 7vw, 7rem) 0;
}

.aare-cascade-services__list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(1.25rem, 2vw, 1.75rem);
}

/* ==========================================================================
   Card shell
   ========================================================================== */

.aare-cascade-services__card {
    --aare-cascade-services-border: rgba(18, 46, 91, 0.15);
    --aare-cascade-services-card-bg: #ffffff;
    --aare-cascade-services-title-color: #050505;
    --aare-cascade-services-text-color: var(--brand-muted, #4a5565);
    --aare-cascade-services-radius: 2rem;
    --aare-cascade-services-card-min-height: clamp(25rem, 38vw, 32rem);
    --aare-cascade-services-card-padding: 0.65rem;

    overflow: hidden;

    border: 1px solid var(--aare-cascade-services-border);
    border-radius: var(--aare-cascade-services-radius);
    background: var(--aare-cascade-services-card-bg);

    transition:
        border-color 220ms ease,
        box-shadow 220ms ease,
        transform 220ms ease;
}

.aare-cascade-services__card:hover {
    border-color: rgba(18, 46, 91, 0.25);
    box-shadow: 0 1.2rem 3rem rgba(18, 46, 91, 0.09);
    transform: translateY(-0.18rem);
}

.aare-cascade-services__card-link {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);

    min-height: var(--aare-cascade-services-card-min-height);
    padding: var(--aare-cascade-services-card-padding);

    color: inherit;
    text-decoration: none;
}

a.aare-cascade-services__card-link:focus-visible {
    outline: 0;

    box-shadow:
        inset 0 0 0 0.18rem rgba(18, 46, 91, 0.9),
        inset 0 0 0 0.38rem rgba(212, 175, 55, 0.9);

    border-radius: calc(var(--aare-cascade-services-radius) - 0.2rem);
}

/* ==========================================================================
   Image
   ========================================================================== */

.aare-cascade-services__media {
    min-width: 0;
    min-height: 100%;

    overflow: hidden;
    border-radius: calc(var(--aare-cascade-services-radius) - 0.45rem);

    background: #eef1f5;
}

.aare-cascade-services__image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition: transform 500ms ease;
}

.aare-cascade-services__card:hover .aare-cascade-services__image {
    transform: scale(1.035);
}

.aare-cascade-services__image-placeholder {
    width: 100%;
    height: 100%;

    min-height: 18rem;

    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(212, 175, 55, 0.22),
            transparent 15rem
        ),
        linear-gradient(135deg, #122e5b, #214c87);
}

/* ==========================================================================
   Right-side content
   ========================================================================== */

.aare-cascade-services__content {
    display: flex;
    align-items: center;

    min-width: 0;
    padding: clamp(2rem, 5vw, 5rem);
}

.aare-cascade-services__content-inner {
    width: 100%;
    max-width: 34rem;
}

.aare-cascade-services__title {
    max-width: 27rem;
    margin: 0;

    color: var(--brand-navy);
    font-size: clamp(1.8rem, 2vw, 2.45rem);
    font-weight: 500;
    line-height: 1.4;
}

.aare-cascade-services__divider {
    width: 100%;
    height: 1px;

    margin: clamp(1.35rem, 2.5vw, 2rem) 0;

    background: var(--aare-cascade-services-border);
}

.aare-cascade-services__subtitle {
    max-width: 31rem;
    margin: 0;

    color: var(--brand-muted);
    font-size: clamp(1rem, 1.35vw, 1.17rem);
    font-weight: 400;
    line-height: 1.4;
}

/* ==========================================================================
   Empty state
   ========================================================================== */

.aare-cascade-services__empty {
    padding: 3rem 1.5rem;

    border: 1px dashed rgba(18, 46, 91, 0.22);
    border-radius: 1.5rem;

    color: var(--brand-muted, #4a5565);
    text-align: center;
}

/* ==========================================================================
   Tablet
   ========================================================================== */

@media (max-width: 991.98px) {
    .aare-cascade-services__card {
        --aare-cascade-services-card-min-height: clamp(22rem, 46vw, 28rem);
    }

    .aare-cascade-services__content {
        padding: clamp(1.75rem, 4vw, 3rem);
    }

    .aare-cascade-services__title {
        font-size: clamp(1.85rem, 4.5vw, 2.85rem);
    }
}

/* ==========================================================================
   Mobile
   Image above content
   ========================================================================== */

@media (max-width: 767.98px) {
    .aare-cascade-services {
        padding: 3.5rem 0;
    }

    .aare-cascade-services__list {
        gap: 1rem;
    }

    .aare-cascade-services__card {
        --aare-cascade-services-radius: 1.65rem;
        --aare-cascade-services-card-padding: 0.55rem;
    }

    .aare-cascade-services__card-link {
        display: flex;
        flex-direction: column;

        min-height: 0;
    }

    .aare-cascade-services__media {
        aspect-ratio: 1.32 / 1;
        min-height: 0;
    }

    .aare-cascade-services__image-placeholder {
        min-height: 0;
    }

    .aare-cascade-services__content {
        display: block;
        padding: 2rem 1.2rem 1.45rem;
    }

    .aare-cascade-services__title {
        max-width: 100%;
        font-size: clamp(1.75rem, 8vw, 2.4rem);
        line-height: 1.08;
    }

    .aare-cascade-services__divider {
        margin: 1.35rem 0 1.15rem;
    }

    .aare-cascade-services__subtitle {
        max-width: 100%;
        font-size: 0.98rem;
        line-height: 1.65;
    }
}

/* ==========================================================================
   Small phones
   ========================================================================== */

@media (max-width: 390px) {
    .aare-cascade-services__content {
        padding: 1.7rem 1rem 1.2rem;
    }

    .aare-cascade-services__title {
        font-size: 1.65rem;
    }

    .aare-cascade-services__subtitle {
        font-size: 0.93rem;
    }
}

/* ==========================================================================
   Tablet — 2 cards per row
   ========================================================================== */

@media (max-width: 991.98px) {
    .aare-summit-management-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aare-summit-management-services__card {
        --aare-summit-management-services-card-height: clamp(
            26rem,
            62vw,
            34rem
        );
    }
}

/* ==========================================================================
   Mobile — 1 card per row
   ========================================================================== */

@media (max-width: 767.98px) {
    .aare-summit-management-services {
        padding: 3.75rem 0;
    }

    .aare-summit-management-services__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 1rem;
    }

    .aare-summit-management-services__card {
        --aare-summit-management-services-radius: 1.5rem;
        --aare-summit-management-services-card-height: min(125vw, 33rem);
        --aare-summit-management-services-padding-x: 1.4rem;
        --aare-summit-management-services-padding-y: 1.5rem;
    }

    .aare-summit-management-services__card-divider {
        margin-bottom: 3rem;
    }

    .aare-summit-management-services__card-title {
        font-size: clamp(1.8rem, 9vw, 2.55rem);
    }

    .aare-summit-management-services__card-subtitle {
        font-size: 0.96rem;
        line-height: 1.58;
    }
}

/* ==========================================================================
   Small phones
   ========================================================================== */

@media (max-width: 390px) {
    .aare-summit-management-services__card {
        --aare-summit-management-services-card-height: 29rem;
        --aare-summit-management-services-padding-x: 1.2rem;
    }

    .aare-summit-management-services__card-title {
        font-size: 1.75rem;
    }
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 767.98px) {
    .aare-nova-service-card {
        width: 100%;
        max-width: 100%;

        --aare-nova-card-radius: 1.55rem;
        --aare-nova-card-image-radius: 1.25rem;
        --aare-nova-card-shell-size: 5rem;
        --aare-nova-card-button-size: 3.55rem;
    }

    .aare-nova-service-card__body {
        padding: 1.8rem 1rem 1.2rem;
    }

    .aare-nova-service-card__title {
        font-size: 1.8rem;
    }

    .aare-nova-service-card__subtitle {
        font-size: 0.95rem;
    }
}

/* ==========================================================================
   AARE Nova Services Grid
   ========================================================================== */

.aare-nova-services-section {
    padding: clamp(4rem, 8vw, 7rem) 0;
}

.aare-nova-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.25rem, 2vw, 2rem);
    align-items: stretch;
}

/*
 * Allows the card to fill its grid column
 * while preserving its existing appearance.
 */
.aare-nova-services-grid .aare-nova-service-card {
    width: 100%;
    max-width: none;
    height: 100%;
}

/* Two cards per row on medium screens */
@media (max-width: 1024px) {
    .aare-nova-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* One card per row on mobile */
@media (max-width: 575.98px) {
    .aare-nova-services-section {
        padding: 3.5rem 0;
    }

    .aare-nova-services-grid {
        grid-template-columns: 1fr;
        gap: 1.1rem;
    }
}

/* ==========================================================================
   Tablet
   ========================================================================== */

@media (max-width: 991.98px) {
    /* .custom-card .project-display-name {
        max-width: 90%;
        font-size: clamp(1.3rem, 3.7vw, 2rem);
    } */

    /* .custom-card .project-display-meta {
        margin-top: 0.7rem;
    } */
}

/* ==========================================================================
   Mobile / Vertical Project Card
   ========================================================================== */

@media (max-width: 767.98px) {
    /* .custom-card .project-display-badges {
        max-width: calc(100% - 5.5rem);
    } */

    /* .custom-card .project-display-badge {
        min-height: 1.8rem;
        padding: 0.38rem 0.58rem;
        font-size: 0.66rem;
    } */

    /* .custom-card .project-display-content {
        padding: 1.2rem;
    } */

    /* .custom-card .project-display-price {
        margin-bottom: 0.38rem;
        font-size: 0.9rem;
    } */

    /* .custom-card .project-display-name {
        max-width: 100%;
        font-size: clamp(1.45rem, 6vw, 2rem);
        line-height: 1.2;
    } */

    /* .custom-card .project-display-location {
        margin-top: 0.55rem;
        font-size: 0.8rem;
    } */

    /* .custom-card .project-display-meta {
        gap: 0.38rem;
        margin-top: 0.65rem;
    } */

    /* .custom-card .project-display-meta span {
        min-height: 1.6rem;
        padding: 0.26rem 0.45rem;
        font-size: 0.64rem;
    } */

    /* .custom-card .project-display-view-link {
        margin-top: 0.8rem;
        padding-top: 0.7rem;
        font-size: 0.72rem;
    } */
}

@media (max-width: 991.98px) {
    .aare-orbit-footer__main {
        grid-template-columns: 1fr 1fr;
    }

    .aare-orbit-footer__contact {
        grid-column: 1 / -1;
        min-height: auto;
        border-top: 1px solid var(--aare-orbit-footer-line);
        border-inline-start: 0;
    }

    .aare-orbit-footer__contact {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .aare-orbit-footer__socials {
        width: 100%;
        margin-top: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .aare-orbit-footer {
        padding-top: 4.5rem;
    }

    .aare-orbit-footer__backdrop-word {
        top: 21%;
        font-size: 30vw;
    }

    .aare-orbit-footer__main {
        grid-template-columns: 1fr;
    }

    .aare-orbit-footer__brand,
    .aare-orbit-footer__navigation,
    .aare-orbit-footer__contact {
        padding: 2rem 1.45rem;
    }

    .aare-orbit-footer__navigation,
    .aare-orbit-footer__contact {
        border-top: 1px solid var(--aare-orbit-footer-line);
        border-inline-start: 0;
    }

    .aare-orbit-footer__brand-description {
        margin-top: 1.15rem;
    }

    .aare-orbit-footer__links-grid {
        gap: 1rem;
    }

    .aare-orbit-footer__contact {
        align-items: flex-start;
        flex-direction: column;
    }

    .aare-orbit-footer__socials {
        margin-top: 0.25rem;
    }

    .aare-orbit-footer__divider {
        margin: 0 1.45rem;
    }

    .aare-orbit-footer__bottom {
        padding: 1rem 1.45rem;
    }
}

@media (max-width: 991.98px) {
    .aare-auctions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .aare-auctions-hero {
        padding-top: 3rem;
    }

    .aare-auctions-listing__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .aare-auctions-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .aare-auction-card__media,
    .aare-auction-card__media img,
    .aare-auction-card__media-placeholder {
        min-height: 13.5rem;
    }
}

/* mobile */
@media (max-width: 991.98px) {
    .aare-stack-showcase {
        padding: 70px 0 90px;
    }

    .aare-stack-card {
        top: 80px;
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .aare-stack-card__media {
        min-height: 230px;
    }

    .aare-stack-card__panel {
        padding: 24px 22px 26px;
    }

    .aare-stack-card__title {
        font-size: 2rem;
    }
}

@media (max-width: 575.98px) {
    .aare-stack-showcase__head {
        margin-bottom: 28px;
    }

    .aare-stack-card {
        top: 72px;
        border-radius: 22px;
    }

    .aare-stack-card__media {
        min-height: 210px;
    }

    .aare-stack-card__title {
        font-size: 1.8rem;
    }

    .aare-stack-card__text {
        font-size: 0.96rem;
    }
}

@media (max-width: 991.98px) {
    .aare-partners-swiper {
        padding: 64px 0;
    }

    .aare-partners-swiper__item {
        height: 82px;
        border-radius: 18px;
        padding: 14px 18px;
    }

    .aare-partners-swiper__logo {
        max-height: 40px;
    }
}

@media (max-width: 575.98px) {
    .aare-partners-swiper__head {
        margin-bottom: 24px;
    }

    .aare-partners-swiper__item {
        height: 72px;
        border-radius: 16px;
        padding: 12px 16px;
    }

    .aare-partners-swiper__logo {
        max-height: 34px;
    }
}

@media (max-width: 1199.98px) {
    .aare-services-showcase__head {
        grid-template-columns: 180px minmax(0, 1fr);
    }

    .aare-services-showcase__grid {
        gap: 20px;
    }

    .aare-services-card__title {
        font-size: 2rem;
    }
}

@media (max-width: 991.98px) {
    .aare-services-showcase {
        padding: 70px 0 0px;
    }

    .aare-services-showcase__head {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .aare-services-showcase__grid {
        grid-template-columns: 1fr;
    }

    .aare-services-card__subtitle {
        max-width: 100%;
    }
}

/* Responsive */

@media (max-width: 1199.98px) {
    .aare-spotlight-browse__title {
        max-width: 560px;
    }

    .aare-spotlight-browse__top-cta {
        padding-top: 90px;
    }

    .aare-spotlight-card:hover,
    .aare-spotlight-card.is-active {
        flex-basis: 46%;
    }
}

@media (max-width: 991.98px) {
    .aare-spotlight-browse__desktop {
        display: none;
    }

    .aare-spotlight-browse__mobile {
        display: block;
    }

    .aare-spotlight-browse {
        padding: 0;
        background: #fff;
        overflow: visible;
    }
}

@media (min-width: 992px) {
    .aare-share-sheet {
        bottom: 24px;
        border-radius: 28px;
        padding: 18px 20px 24px;
    }
}

@media (max-width: 575.98px) {
    .aare-share-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .aare-share-item__icon {
        width: 52px;
        height: 52px;
    }

    .aare-share-item__label {
        font-size: 0.82rem;
    }
}

/* ===== Responsive Styles ===== */

@media (max-width: 992px) {
    .aare-test-h2 {
        font-size: 1.6rem;
    }
    .aare-test-text {
        max-width: 100%;
    }
    .aare-test-image {
        border-radius: 12px;
    }

    .aare-prop-title {
        font-size: 1.6rem;
    }
    .aare-work-card {
        max-width: 100%;
    }
    .aare-work-row {
        margin-bottom: 36px;
    }

    .aare-footer {
        padding: 44px 0 26px;
    }

    .aare-footer-desc {
        font-size: 18px;
    }

    .aare-footer-bottom {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .aare-footer-bottom-left,
    .aare-footer-bottom-mid,
    .aare-footer-bottom-right {
        justify-self: center;
    }

    .aare-contact-wrap {
        padding: 7px;
    }
    .aare-blog-image img {
        height: 280px;
    }

    .aare-benefits-image {
        max-width: 100%;
    }
    .aare-benefits-image img {
        height: 320px;
    }

    .aare-contact-wrap {
        padding: 7px;
    }
    .aare-contact-right {
        padding: 18px 10px 6px;
    }

    .aare-property-show .aare-prop-gal,
    .aare-property-show--modal .aare-prop-gal {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        height: auto;
    }

    .aare-property-show .aare-prop-gal__item,
    .aare-property-show--modal .aare-prop-gal__item {
        height: auto;
    }

    .aare-property-show .aare-prop-gal__main,
    .aare-property-show--modal .aare-prop-gal__main {
        grid-column: 1 / -1;
        grid-row: 1;
        aspect-ratio: 16 / 10;
    }

    .aare-property-show .aare-prop-gal__t1,
    .aare-property-show--modal .aare-prop-gal__t1 {
        grid-column: 1;
        grid-row: 2;
        aspect-ratio: 1 / 1;
    }
    .aare-property-show .aare-prop-gal__t2,
    .aare-property-show--modal .aare-prop-gal__t2 {
        grid-column: 2;
        grid-row: 2;
        aspect-ratio: 1 / 1;
    }
    .aare-property-show .aare-prop-gal__t3,
    .aare-property-show--modal .aare-prop-gal__t3 {
        grid-column: 1;
        grid-row: 3;
        aspect-ratio: 1 / 1;
    }
    .aare-property-show .aare-prop-gal__t4,
    .aare-property-show--modal .aare-prop-gal__t4 {
        grid-column: 2;
        grid-row: 3;
        aspect-ratio: 1 / 1;
    }
    .aare-property-show .aare-nearby,
    .aare-property-show--modal .aare-nearby {
        grid-template-columns: 1fr;
    }

    .aare-property-show .aare-amenities,
    .aare-property-show--modal .aare-amenities {
        grid-template-columns: 1fr;
    }

    .aare-unit-modal-gallery__img {
        max-height: 340px;
    }

    .aare-property-show .aare-amenities,
    .aare-property-show--modal .aare-amenities {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 28px;
    }
}

/* Responsive */
/* @media (max-width: 576px) {
    .aare-breadcrumb {
        font-size: 20px;
        padding: 24px 0;
    }
} */

@media (max-width: 768px) {
    .hero-section {
        text-align: center;
    }

    .hero-content p {
        margin-right: auto;
        margin-left: auto;
    }

    .info-block {
        max-width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .info-title {
        border-bottom-width: 2px;
    }

    .stat-box {
        text-align: center;
    }

    .ceo-photo-wrapper {
        max-width: 90%; /* smaller image on small screens */
        margin-bottom: 0.75rem;
    }

    .ceo-text {
        padding-inline: 1rem; /* give some side breathing room */
    }

    .footer-logo-block {
        text-align: center;
    }

    .footer-description {
        margin-inline: auto;
    }
    .highlight-section {
        height: 400px;
    }

    .highlight-title {
        font-size: 1.4rem;
    }

    .highlight-subtitle {
        padding-inline: 1rem;
    }

    .aare-listings-title {
        font-size: 32px;
    }
    .aare-listings-top {
        align-items: flex-start;
    }
    .aare-models-acc__head {
        /* flex-direction: column; */
        align-items: flex-start;
    }

    .aare-model-floor__rooms {
        grid-template-columns: 1fr;
    }
}

/* Small screens: keep it slightly smaller */
@media (max-width: 576px) {
    .aare-wa-float {
        width: 50px;
        height: 50px;
        bottom: 14px;
        inset-inline-end: 14px;
    }
    .aare-wa-float i {
        font-size: 24px;
    }

    .aare-work-img {
        border-radius: 18px;
    }
    .aare-work-card {
        border-radius: 14px;
        padding: 18px;
    }
    .interest-modal .modal-content {
        padding-inline: 1.25rem;
    }

    .aare-blog-image img {
        height: 240px;
    }

    .listing-overlay {
        padding: 14px;
    }
    .aare-contact-sheet {
        width: 100%;
    }
    .aare-property-show .aare-prop-kv__grid,
    .aare-property-show--modal .aare-prop-kv__grid {
        grid-template-columns: 1fr;
        column-gap: 0;
    }
    .aare-property-show .aare-prop-kv__item,
    .aare-property-show--modal .aare-prop-kv__item {
        grid-template-columns: 140px 1fr;
    }
    .aare-property-show .aare-floorplans__features,
    .aare-property-show--modal .aare-floorplans__features {
        justify-content: flex-start;
    }
    .aare-property-show .aare-prop-map__frame,
    .aare-property-show--modal .aare-prop-map__frame {
        height: 280px;
    }
    .aare-mf-body {
        padding: 18px;
    }
    .aare-mf-head {
        padding: 18px;
    }
    .aare-mf-foot {
        padding: 14px 18px;
    }
    .aare-models-acc__head {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
    .aare-service-card {
        transition: none;
    }
    .aare-service-card:hover,
    .aare-service-card:focus-within {
        transform: none;
    }

    .aare-blog-image,
    .aare-blog-viewall {
        transition: none;
    }
    .aare-blog-card:hover .aare-blog-image {
        transform: none;
    }
}
/* ==========================================================================
   AARE Featured Projects — Dedicated UI Layer
   Does not modify GSAP stacking, sizing, or scroll behavior.
   ========================================================================== */

/*
 * Removes flex alignment from the old card structure only.
 * GSAP transform / opacity / stack animation stays intact.
 */
.aare-projects-display .custom-card {
    display: block;
}

/* Image must stay behind everything inside the card */
.aare-projects-display .custom-card .project-display-media,
.aare-projects-display .custom-card .project-display-media-placeholder {
    position: absolute;
    inset: 0;
    z-index: 0;

    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}

.aare-projects-display .custom-card .project-display-media-placeholder {
    display: grid;
    place-items: center;

    color: rgba(255, 255, 255, 0.75);
    background:
        radial-gradient(
            circle at 20% 15%,
            rgba(212, 175, 55, 0.2),
            transparent 18rem
        ),
        linear-gradient(135deg, #122e5b, #214c87);

    font-size: clamp(3rem, 6vw, 5rem);
}

/* Dark gradient, below text but above the photo */
.aare-projects-display .custom-card::before {
    position: absolute;
    inset: 0;
    z-index: 1;

    background: linear-gradient(
        180deg,
        rgba(8, 22, 45, 0.1) 0%,
        rgba(8, 22, 45, 0.18) 100%,
        rgba(8, 22, 45, 0.86) 100%
    );

    content: "";
    pointer-events: none;
}

/* Full card link stays under the information and interactive favorite button */
.aare-projects-display .custom-card .project-display-card-link {
    position: absolute;
    inset: 0;
    z-index: 2;

    display: block;
    text-decoration: none;
}

/*
 * This is the isolated card UI layer.
 * It forces all visual content above the image and full-card link.
 */
.aare-projects-display .custom-card > .aare-stack-project-ui {
    position: absolute !important;
    inset: 0 !important;
    z-index: 20 !important;

    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    color: #ffffff;
    pointer-events: none;
}

/* ==========================================================================
   Top badges
   ========================================================================== */

.aare-stack-project-ui__badges {
    position: absolute;
    z-index: 2;

    top: clamp(1rem, 2vw, 1.55rem);
    inset-inline-start: clamp(1rem, 2.2vw, 1.7rem);

    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;

    max-width: calc(100% - 6.5rem);
}

.aare-stack-project-ui__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 2rem;
    padding: 0.42rem 0.72rem;

    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.5rem;

    color: #ffffff;
    background: rgba(18, 46, 91, 0.92);
    box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(0.45rem);

    font-size: clamp(0.66rem, 0.9vw, 0.76rem);
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.aare-stack-project-ui__badge--featured {
    border-color: #ff9f1a;
    color: var(--white);
    background: #ff9f1a;
}

.aare-stack-project-ui__badge--status {
    background: rgba(18, 46, 91, 0.94);
}

/* ==========================================================================
   Favorite button — always on opposite side from badges
   ========================================================================== */

.aare-projects-display
    .custom-card
    .aare-like-btn.aare-stack-project-ui__favorite {
    position: absolute !important;
    z-index: 3 !important;

    top: clamp(1rem, 2vw, 1.55rem) !important;
    inset-inline-end: clamp(1rem, 2.2vw, 1.7rem) !important;

    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    display: inline-grid;
    width: 2.6rem;
    height: 2.6rem;
    place-items: center;

    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;

    color: var(--brand-navy, #122e5b);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.18);

    cursor: pointer;
    pointer-events: auto;

    transition:
        color 180ms ease,
        background 180ms ease,
        transform 180ms ease;
}

.aare-projects-display
    .custom-card
    .aare-like-btn.aare-stack-project-ui__favorite:hover {
    color: #ffffff;
    background: var(--brand-navy, #122e5b);
    transform: scale(1.06);
}

.aare-stack-project-ui__favorite i {
    font-size: 1.05rem;
    line-height: 1;
}

/* ==========================================================================
   Bottom details
   ========================================================================== */

.aare-stack-project-ui__details {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    padding: clamp(1.35rem, 3vw, 2.35rem);

    color: #ffffff;
    text-align: start;
}

.aare-stack-project-ui__price {
    margin-bottom: 0.35rem;

    color: #ffffff;
    font-size: clamp(0.9rem, 1.5vw, 1.18rem);
    font-weight: 800;
    line-height: 1.35;
}

.aare-stack-project-ui__name {
    max-width: 92%;
    margin: 0;

    color: #ffffff;
    font-size: clamp(1.35rem, 2.8vw, 2.5rem);
    font-weight: 400;
    line-height: 1.4;
    text-shadow: 0 0.15rem 0.9rem rgba(0, 0, 0, 0.38);
}

.aare-stack-project-ui__location {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;

    margin-top: 0.55rem;

    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(0.76rem, 1.15vw, 0.94rem);
    font-weight: 400;
    line-height: 1.4;
}

.aare-stack-project-ui__location i {
    color: var(--brand-gold, #d4af37);
    font-size: 0.95em;
}

.aare-stack-project-ui__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.8rem;

    margin-top: 0.75rem;
}

.aare-stack-project-ui__meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.08rem;

    color: rgba(255, 255, 255, 0.97);
    font-size: clamp(0.68rem, 1vw, 0.83rem);
    font-weight: 700;
    line-height: 1.35;
}

.aare-stack-project-ui__meta i {
    color: var(--brand-gold, #d4af37);
    font-size: 1.15rem;
    line-height: 0;
}

/* ==========================================================================
   Tablet
   ========================================================================== */

@media (max-width: 991.98px) {
    .aare-stack-project-ui__details {
        padding: 1.6rem;
    }

    .aare-stack-project-ui__name {
        max-width: 94%;
        font-size: clamp(1.3rem, 3.7vw, 2rem);
    }
}

/* ==========================================================================
   Mobile
   ========================================================================== */

@media (max-width: 767.98px) {
    .aare-stack-project-ui__badges {
        top: 0.9rem;
        inset-inline-start: 0.9rem;
        max-width: calc(100% - 4.1rem);
    }

    .aare-stack-project-ui__badge {
        min-height: 1.75rem;
        padding: 0.36rem 0.55rem;
        font-size: 0.64rem;
    }

    .aare-projects-display
        .custom-card
        .aare-like-btn.aare-stack-project-ui__favorite {
        top: 0.9rem !important;
        inset-inline-end: 0.9rem !important;

        width: 2.35rem;
        height: 2.35rem;
    }

    .aare-stack-project-ui__favorite i {
        font-size: 0.95rem;
    }

    .aare-stack-project-ui__details {
        padding: 1.2rem;
    }

    .aare-stack-project-ui__price {
        margin-bottom: 0.3rem;
        font-size: 0.88rem;
    }

    .aare-stack-project-ui__name {
        max-width: 100%;
        font-size: clamp(1.35rem, 6vw, 2rem);
        line-height: 1.18;
    }

    .aare-stack-project-ui__location {
        margin-top: 0.5rem;
        font-size: 0.78rem;
    }

    .aare-stack-project-ui__meta {
        gap: 0.25rem 0.6rem;
        margin-top: 0.62rem;
    }

    .aare-stack-project-ui__meta span {
        font-size: 0.7rem;
    }
}

/* ==========================================================================
   AARE Featured Project Stack — Stable Top Bar
   Badges and favorite are always on opposite sides.
   ========================================================================== */

.aare-projects-display .custom-card .aare-stack-project-ui__topbar {
    position: absolute !important;
    z-index: 40 !important;

    top: clamp(1rem, 2vw, 1.55rem);
    inset-inline: clamp(2rem, 2.2vw, 1.7rem);

    display: flex !important;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;

    direction: inherit;
    pointer-events: none;
}

/*
 * In RTL:
 * badges = right side
 * favorite = left side
 *
 * In LTR:
 * badges = left side
 * favorite = right side
 */
.aare-projects-display
    .custom-card
    .aare-stack-project-ui__topbar
    .aare-stack-project-ui__badges {
    position: static !important;
    inset: auto !important;

    display: flex !important;
    flex: 1 1 auto;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.45rem;

    min-width: 0;
    max-width: calc(100% - 3.8rem);
    margin: 0 !important;

    pointer-events: none;
}

.aare-projects-display
    .custom-card
    .aare-stack-project-ui__topbar
    .aare-stack-project-ui__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 2rem;
    padding: 0.42rem 0.72rem;

    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.5rem;

    color: #ffffff;
    background: rgba(18, 46, 91, 0.92);
    box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(0.45rem);

    font-size: clamp(0.66rem, 0.9vw, 0.76rem);
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.aare-projects-display
    .custom-card
    .aare-stack-project-ui__topbar
    .aare-stack-project-ui__badge--featured {
    border-color: #ff9f1a;
    color: var(--white);
    background: #ff9f1a;
}

.aare-projects-display
    .custom-card
    .aare-stack-project-ui__topbar
    .aare-stack-project-ui__badge--status {
    color: #ffffff;
    background: var(--brand-navy, #122e5b);
}

/*
 * Explicitly removes all global absolute-positioning styles
 * that may already exist on .aare-like-btn.
 */
.aare-projects-display
    .custom-card
    .aare-stack-project-ui__topbar
    .aare-like-btn.aare-stack-project-ui__favorite {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    z-index: auto !important;

    display: inline-grid !important;
    width: 2.65rem;
    height: 2.65rem;
    flex: 0 0 2.65rem;
    place-items: center;

    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    border-radius: 50%;

    color: var(--brand-navy, #122e5b);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.18);

    cursor: pointer;
    pointer-events: auto;

    transition:
        color 180ms ease,
        background 180ms ease,
        transform 180ms ease;
}

.aare-projects-display
    .custom-card
    .aare-stack-project-ui__topbar
    .aare-like-btn.aare-stack-project-ui__favorite:hover {
    color: #ffffff;
    background: var(--brand-navy, #122e5b);
    transform: scale(1.06);
}

.aare-projects-display
    .custom-card
    .aare-stack-project-ui__topbar
    .aare-like-btn.aare-stack-project-ui__favorite
    i {
    font-size: 1.05rem;
    line-height: 1;
}

/* Price above the project title */
.aare-projects-display .custom-card .aare-stack-project-ui__price {
    margin-bottom: 0.35rem;

    color: var(--white);
    font-size: clamp(0.88rem, 1.45vw, 1.15rem);
    font-weight: 300;
    line-height: 1.3;

    text-shadow: 0 0.15rem 0.8rem rgba(0, 0, 0, 0.35);
}

@media (max-width: 767.98px) {
    .aare-projects-display .custom-card .aare-stack-project-ui__topbar {
        top: 0.9rem;
        inset-inline: 0.9rem;
        gap: 0.7rem;
    }

    .aare-projects-display
        .custom-card
        .aare-stack-project-ui__topbar
        .aare-stack-project-ui__badges {
        max-width: calc(100% - 3.5rem);
        gap: 0.35rem;
    }

    .aare-projects-display
        .custom-card
        .aare-stack-project-ui__topbar
        .aare-stack-project-ui__badge {
        min-height: 1.75rem;
        padding: 0.36rem 0.55rem;

        font-size: 0.64rem;
    }

    .aare-projects-display
        .custom-card
        .aare-stack-project-ui__topbar
        .aare-like-btn.aare-stack-project-ui__favorite {
        width: 2.3rem;
        height: 2.3rem;
        flex-basis: 2.3rem;
    }

    .aare-projects-display .custom-card .aare-stack-project-ui__price {
        font-size: 0.86rem;
    }
}

/* ==========================================================================
   AARE Auction Intake Form
   ========================================================================== */

.aare-auction-intake {
    padding: clamp(4.5rem, 9vw, 8rem) 0;
    background: #ffffff;
}

.aare-auction-intake__card {
    position: relative;
    overflow: hidden;

    padding: clamp(1.1rem, 2vw, 1.6rem);

    border: 1px solid rgba(18, 46, 91, 0.12);
    border-radius: clamp(1.5rem, 3vw, 2.4rem);
    background: #ffffff;
    box-shadow: 0 1.4rem 4rem rgba(18, 46, 91, 0.08);
}

.aare-auction-intake__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(1.75rem, 3vw, 2.75rem);

    padding: clamp(1.2rem, 4vw, 3rem);
}

.aare-auction-intake__intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    width: 100%;
    min-width: 0;
    padding: 0 0 clamp(1.5rem, 3vw, 2.35rem);

    border-bottom: 1px solid rgba(18, 46, 91, 0.12);

    text-align: start;
}

.aare-auction-intake__eyebrow {
    display: inline-flex;
    align-items: center;

    margin-bottom: 1.15rem;
    padding: 0.45rem 0.75rem;

    border-radius: 999px;

    color: var(--brand-navy, #122e5b);
    background: rgba(212, 175, 55, 0.18);

    font-size: 0.76rem;
    font-weight: 400;
    line-height: 1;
}

.aare-auction-intake__title {
    max-width: 48rem;
    margin: 0;

    color: var(--brand-navy, #122e5b);
    font-size: clamp(1.8rem, 2vw, 2.45rem);
    font-weight: 400;
    line-height: 1.4;
}

.aare-auction-intake__description {
    max-width: 52rem;
    margin: 0.65rem 0 0;

    color: var(--brand-muted);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.55;
}

.aare-auction-intake__required-note {
    margin-top: 1rem;
    padding-top: 0;

    color: rgba(18, 46, 91, 0.66);
    font-size: 0.78rem;
    font-weight: 700;
}

.aare-auction-intake__form-area {
    width: 100%;
    min-width: 0;
}

.aare-auction-intake__success {
    display: flex;
    align-items: center;
    gap: 0.55rem;

    margin-bottom: 1rem;
    padding: 0.9rem 1rem;

    border: 1px solid rgba(25, 135, 84, 0.24);
    border-radius: 0.85rem;

    color: #146c43;
    background: rgba(25, 135, 84, 0.08);

    font-size: 0.9rem;
    font-weight: 400;
}

.aare-auction-intake__success i {
    font-size: 1rem;
}

.aare-auction-intake__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
}

.aare-auction-intake__field {
    min-width: 0;
}

.aare-auction-intake__field--wide {
    grid-column: 1 / -1;
}

.aare-auction-intake__label {
    display: block;

    margin-bottom: 0.48rem;

    color: var(--brand-navy, #122e5b);
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.4;
}

.aare-auction-intake__control {
    display: block;
    width: 100%;
    min-height: 3.2rem;
    padding: 0.8rem 0.9rem;

    border: 1px solid rgba(18, 46, 91, 0.17);
    border-radius: 0.8rem;
    outline: 0;

    color: var(--brand-navy, #122e5b);
    background: #fbfcfe;

    font: inherit;
    font-size: 0.94rem;
    line-height: 1.4;

    transition:
        border-color 180ms ease,
        background 180ms ease,
        box-shadow 180ms ease;
}

.aare-auction-intake__control::placeholder {
    color: rgba(74, 85, 101, 0.62);
}

.aare-auction-intake__control:focus {
    border-color: var(--brand-gold, #d4af37);
    background: #ffffff;
    box-shadow: 0 0 0 0.24rem rgba(212, 175, 55, 0.17);
}

.aare-auction-intake__select {
    cursor: pointer;
}

.aare-auction-intake__textarea {
    min-height: 8.5rem;
    resize: vertical;
}

.aare-auction-intake__error {
    margin: 0.4rem 0 0;

    color: #b42318;
    font-size: 0.77rem;
    font-weight: 700;
}

.aare-auction-intake__form-footer {
    display: flex;
    justify-content: flex-end;

    margin-top: 1.4rem;
}

.aare-auction-intake__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;

    min-height: 3.25rem;
    padding: 0.85rem 1.3rem;

    border: 0;
    border-radius: 0.85rem;

    color: #ffffff;
    background: var(--brand-navy, #122e5b);

    font: inherit;
    font-size: 0.9rem;
    font-weight: 800;

    cursor: pointer;

    transition:
        background 180ms ease,
        transform 180ms ease,
        box-shadow 180ms ease;
}

.aare-auction-intake__submit:hover {
    background: #214c87;
    box-shadow: 0 0.8rem 1.6rem rgba(18, 46, 91, 0.2);
    transform: translateY(-0.12rem);
}

.aare-auction-intake__submit i {
    font-size: 1rem;
    line-height: 1;
}

html[dir="ltr"] .aare-auction-intake__submit i {
    transform: scaleX(-1);
}

@media (max-width: 991.98px) {
    .aare-auction-intake__layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 2rem;
    }

    .aare-auction-intake__required-note {
        margin-top: 1rem;
        padding-top: 0;
    }

    .aare-auction-intake__title,
    .aare-auction-intake__description {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .aare-auction-intake {
        padding: 3.5rem 0;
    }

    .aare-auction-intake__card {
        padding: 0.6rem;
        border-radius: 1.45rem;
    }

    .aare-auction-intake__layout {
        gap: 1.6rem;
        padding: 1.2rem;
    }

    .aare-auction-intake__intro {
        padding-bottom: 1.35rem;
    }

    .aare-auction-intake__eyebrow {
        margin-bottom: 0.75rem;
    }

    .aare-auction-intake__fields {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .aare-auction-intake__field--wide {
        grid-column: auto;
    }

    .aare-auction-intake__title {
        font-size: clamp(1.75rem, 8vw, 2.4rem);
        line-height: 1.35;
    }

    .aare-auction-intake__description {
        margin-top: 0.5rem;
        font-size: 0.95rem;
        line-height: 1.55;
    }

    .aare-auction-intake__form-footer {
        justify-content: stretch;
    }

    .aare-auction-intake__submit {
        width: 100%;
    }
    .aare-auction-intake__required-note {
        margin-top: 0.85rem;
        font-size: 0.72rem;
    }
}
