@import url("https://fonts.googleapis.com/css2?family=Fraunces:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
    --pr-ink: #0f1720;
    --pr-pine: #173c3a;
    --pr-pine-deep: #102d2b;
    --pr-mist: #edf4f1;
    --pr-sand: #f4efe4;
    --pr-copper: #b87833;
    --pr-copper-soft: #d8b17b;
    --pr-line: rgba(15, 23, 32, 0.11);
    --pr-white: #ffffff;
    --pr-copy: #32414d;
    --pr-radius-lg: 28px;
    --pr-radius-md: 18px;
    --pr-shadow: 0 24px 50px rgba(14, 28, 37, 0.12);
    --pr-shadow-soft: 0 16px 32px rgba(14, 28, 37, 0.07);
    --pr-max: 1220px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.pr-estate-body {
    margin: 0;
    color: var(--pr-copy);
    background:
        radial-gradient(circle at top left, rgba(184, 120, 51, 0.12), transparent 28%),
        radial-gradient(circle at top right, rgba(23, 60, 58, 0.1), transparent 30%),
        linear-gradient(180deg, #fbf8f2 0%, #f8fbfa 100%);
    font-family: "Manrope", "Segoe UI", sans-serif;
    line-height: 1.65;
}

.cky-consent-container,
.cky-banner-container,
.cky-btn-revisit-wrapper,
.cky-revisit-bottom-left,
.cky-revisit-bottom-right,
.cookie-notice,
.cookie-notice-container,
#cookie-notice,
#cookie-law-info-bar,
.cli-bar-container,
.cli-style-v2,
.wt-cli-cookie-bar-container,
.wt-cli-cookie-bar,
.cc-window,
.cmplz-cookiebanner,
.cmplz-cookiebanner-container,
.moove-gdpr-cookie-notice,
.moove-gdpr-modal,
.gdpr-cookie-message,
.cookieadmin-banner,
.cookieadmin-modal,
.cookieadmin-box,
.cookieadmin-wrapper,
[data-cookiebanner],
[data-cky-tag="notice"],
[aria-label="cookie consent"],
[aria-label="Cookie consent"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: min(calc(100% - 2rem), var(--pr-max));
    margin: 0 auto;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.header-bar {
    background: var(--pr-pine-deep);
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.86rem;
}

.header-bar-inner,
.header-main,
.hero-grid,
.hero-page-grid,
.section-head,
.cta-band,
.footer-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.header-bar-inner {
    min-height: 40px;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.header-bar-inner a {
    color: rgba(255, 255, 255, 0.9);
}

.header-bar-sep {
    opacity: 0.4;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(18px);
    background: rgba(251, 248, 242, 0.88);
    border-bottom: 1px solid rgba(15, 23, 32, 0.06);
}

.header-main {
    min-height: 86px;
    gap: 1.25rem;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    min-width: 0;
    flex: 0 0 auto;
}

.site-brand-logo {
    width: 208px;
    max-width: min(34vw, 208px);
    height: auto;
    display: block;
    filter: drop-shadow(0 14px 24px rgba(16, 45, 43, 0.08));
}

.site-brand-copy strong,
.hero h1,
.section-head h2,
.card h3,
.card h2,
.page-sidebar h2,
.site-footer h2,
.site-footer h3 {
    font-family: "Fraunces", Georgia, serif;
}

.site-brand-copy {
    display: grid;
}

.site-brand-copy strong {
    color: var(--pr-ink);
    font-size: 1.15rem;
    letter-spacing: 0;
}

.site-brand-copy small {
    color: rgba(50, 65, 77, 0.72);
    font-size: 0.84rem;
}

.primary-nav {
    margin-left: auto;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

.header-actions,
.locale-switch,
.hero-contact-row,
.feature-highlight-grid,
.review-card-grid,
.footer-contact-actions,
.contact-chip-row,
.sidebar-contact-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    align-items: center;
}

.header-actions {
    justify-content: flex-end;
    flex: 0 0 auto;
    row-gap: 0.7rem;
}

.header-contact-strip {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem;
    border: 1px solid rgba(23, 60, 58, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--pr-shadow-soft);
}

.header-contact-strip a {
    display: grid;
    gap: 0.05rem;
    min-height: 38px;
    padding: 0.42rem 0.62rem;
    border-radius: 999px;
    color: var(--pr-pine-deep);
    text-decoration: none;
    white-space: nowrap;
}

.header-contact-strip a:hover {
    background: rgba(23, 60, 58, 0.08);
}

.header-contact-strip span {
    color: rgba(50, 65, 77, 0.72);
    font-size: 0.66rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.header-contact-strip strong {
    color: var(--pr-pine-deep);
    font-size: 0.82rem;
    line-height: 1.1;
    font-weight: 900;
}

.locale-switch {
    gap: 0.3rem;
    padding: 0.2rem;
    border-radius: 999px;
    background: rgba(23, 60, 58, 0.08);
}

.locale-switch-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 40px;
    padding: 0 0.9rem;
    border-radius: 999px;
    color: rgba(15, 23, 32, 0.72);
    font-weight: 800;
}

.locale-switch-link.is-active {
    background: var(--pr-white);
    color: var(--pr-pine);
    box-shadow: var(--pr-shadow-soft);
}

.menu,
.footer-menu,
.chip-row,
.hero-actions,
.inline-actions,
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.1rem;
    align-items: center;
}

.menu {
    justify-content: center;
    gap: 0.45rem;
}

.primary-nav .menu {
    flex-wrap: nowrap;
    gap: 0.75rem;
}

.primary-nav .menu a,
.mega-menu summary {
    padding: 0.52rem 0.62rem;
    font-size: 0.94rem;
    white-space: nowrap;
}

.menu,
.footer-menu,
.sidebar-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu > li > a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 0.4rem;
    color: rgba(15, 23, 32, 0.82);
    font-size: 0.94rem;
    font-weight: 600;
}

.mega-menu {
    position: relative;
}

.mega-menu summary {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: rgba(15, 23, 32, 0.82);
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.mega-menu summary::-webkit-details-marker {
    display: none;
}

.mega-menu summary::after {
    content: "";
    width: 0.42rem;
    height: 0.42rem;
    margin-left: 0.45rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
}

.mega-menu-panel {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 50%;
    z-index: 80;
    width: min(860px, calc(100vw - 32px));
    padding: 1rem;
    border: 1px solid rgba(15, 23, 32, 0.1);
    border-radius: var(--pr-radius-md);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--pr-shadow);
    transform: translateX(-50%);
}

.mega-menu-head {
    display: grid;
    gap: 0.15rem;
    padding: 0.35rem 0.45rem 0.85rem;
}

.mega-menu-head strong {
    color: var(--pr-ink);
    font-family: "Fraunces", Georgia, serif;
    font-size: 1.25rem;
    line-height: 1.1;
}

.mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.mega-menu-link {
    display: grid !important;
    gap: 0.2rem;
    min-height: 0 !important;
    padding: 0.78rem !important;
    border: 1px solid rgba(23, 60, 58, 0.1);
    border-radius: 12px;
    background: rgba(244, 239, 228, 0.55);
    text-decoration: none;
}

.mega-menu-link span {
    color: var(--pr-pine-deep);
    font-weight: 800;
}

.mega-menu-link small {
    color: rgba(50, 65, 77, 0.76);
    font-size: 0.82rem;
    line-height: 1.35;
}

.site-header .menu {
    gap: 0.55rem;
}

.site-header .menu > li > a {
    font-size: 0.9rem;
}

.header-actions .header-cta {
    min-height: 44px;
    padding: 0.75rem 1rem;
    white-space: nowrap;
}

.menu > li.current-menu-item > a,
.menu > li.current_page_item > a,
.menu > li > a:hover {
    color: var(--pr-pine);
}

.header-cta,
.button,
.footer-button,
.hero-search button,
.theme-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.85rem 1.2rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.header-cta,
.button-primary,
.footer-button,
.hero-search button,
.theme-search button {
    background: linear-gradient(135deg, var(--pr-copper) 0%, #d49a57 100%);
    color: var(--pr-pine-deep);
    box-shadow: 0 18px 32px rgba(184, 120, 51, 0.24);
}

.button-secondary {
    background: transparent;
    color: var(--pr-pine);
    border-color: rgba(23, 60, 58, 0.18);
}

.button:hover,
.header-cta:hover,
.footer-button:hover,
.hero-search button:hover,
.theme-search button:hover {
    transform: translateY(-1px);
}

.hero {
    padding: 4.5rem 0 2.5rem;
}

.ailia-visual-slider {
    padding: 1.6rem 0 2.1rem;
}

.ailia-slider-heading {
    max-width: 100%;
    margin: 0 0 1rem;
    text-align: left;
}

.ailia-slider-heading .eyebrow {
    justify-content: flex-start;
}

.ailia-slider-heading h2 {
    margin: 0.6rem 0 0;
    color: var(--pr-ink);
    font-family: "Fraunces", Georgia, serif;
    font-size: 2.35rem;
    line-height: 1.08;
    letter-spacing: 0;
    white-space: nowrap;
}

@media (max-width: 760px) {
    .ailia-slider-heading h2 {
        font-size: 1.65rem;
        white-space: normal;
    }
}

.ailia-slider-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 7 / 4;
    height: auto;
    min-height: 0;
    max-height: none;
    border: 6px solid #ffffff;
    border-radius: var(--pr-radius-lg);
    background: #f4efe4;
    box-shadow: 0 18px 42px rgba(15, 23, 32, 0.12);
}

.ailia-region-slider {
    padding: 0.8rem 0 2.1rem;
}

.ailia-region-slider-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 7 / 4;
    border: 6px solid #ffffff;
    border-radius: var(--pr-radius-lg);
    background: #f4efe4;
    box-shadow: 0 18px 42px rgba(15, 23, 32, 0.12);
}

.ailia-region-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    animation: ailiaRegionSliderFade 42s infinite;
}

.ailia-region-slide:nth-child(2) {
    animation-delay: 7s;
}

.ailia-region-slide:nth-child(3) {
    animation-delay: 14s;
}

.ailia-region-slide:nth-child(4) {
    animation-delay: 21s;
}

.ailia-region-slide:nth-child(5) {
    animation-delay: 28s;
}

.ailia-region-slide:nth-child(6) {
    animation-delay: 35s;
}

.ailia-region-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.ailia-region-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
}

@keyframes ailiaRegionSliderFade {
    0%, 15.85% {
        opacity: 1;
    }

    18.2%, 98% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.ailia-slider-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.ailia-slider-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    animation: ailiaSliderFade 126s infinite;
}

.ailia-slider-slide:nth-child(2) {
    animation-delay: 7s;
}

.ailia-slider-slide:nth-child(3) {
    animation-delay: 14s;
}

.ailia-slider-slide:nth-child(4) {
    animation-delay: 21s;
}

.ailia-slider-slide:nth-child(5) {
    animation-delay: 28s;
}

.ailia-slider-slide:nth-child(6) {
    animation-delay: 35s;
}

.ailia-slider-slide:nth-child(7) {
    animation-delay: 42s;
}

.ailia-slider-slide:nth-child(8) {
    animation-delay: 49s;
}

.ailia-slider-slide:nth-child(9) {
    animation-delay: 56s;
}

.ailia-slider-slide:nth-child(10) {
    animation-delay: 63s;
}

.ailia-slider-slide:nth-child(11) {
    animation-delay: 70s;
}

.ailia-slider-slide:nth-child(12) {
    animation-delay: 77s;
}

.ailia-slider-slide:nth-child(13) {
    animation-delay: 84s;
}

.ailia-slider-slide:nth-child(14) {
    animation-delay: 91s;
}

.ailia-slider-slide:nth-child(15) {
    animation-delay: 98s;
}

.ailia-slider-slide:nth-child(16) {
    animation-delay: 105s;
}

.ailia-slider-slide:nth-child(17) {
    animation-delay: 112s;
}

.ailia-slider-slide:nth-child(18) {
    animation-delay: 119s;
}

.ailia-slider-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
}

.ailia-slider-slide.is-second img {
    object-position: center center;
}

.ailia-slider-slide.is-third img {
    object-position: center center;
}

@keyframes ailiaSliderFade {
    0%, 5.4% {
        opacity: 1;
    }

    6.5%, 98% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hero-front .hero-grid,
.hero-page .hero-page-grid {
    align-items: stretch;
}

.hero-copy,
.hero-panel,
.hero-side-card,
.content-block,
.sidebar-card,
.card,
.panel-card,
.cta-band {
    border-radius: var(--pr-radius-lg);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(15, 23, 32, 0.08);
    box-shadow: var(--pr-shadow);
}

.hero-copy {
    flex: 1 1 62%;
    padding: 3rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.86)),
        linear-gradient(120deg, rgba(23, 60, 58, 0.08), rgba(184, 120, 51, 0.1));
}

.hero-panel {
    flex: 1 1 34%;
    padding: 1.4rem;
    display: grid;
    gap: 1rem;
    background:
        radial-gradient(circle at top right, rgba(184, 120, 51, 0.18), transparent 45%),
        linear-gradient(180deg, rgba(14, 29, 35, 0.94), rgba(20, 57, 55, 0.94));
    color: rgba(255, 255, 255, 0.88);
}

.panel-card {
    padding: 1.2rem 1.25rem;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: none;
}

.panel-card span,
.eyebrow,
.card-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 800;
}

.eyebrow,
.card-badge {
    color: var(--pr-pine);
    background: rgba(23, 60, 58, 0.08);
}

.panel-card span {
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.08);
}

.hero h1,
.hero h2,
.section-head h2 {
    color: var(--pr-ink);
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0.7rem 0 1rem;
}

.hero h1 {
    font-size: clamp(2.6rem, 5vw, 4.9rem);
}

.hero-lead,
.hero-copy > p {
    max-width: 62ch;
    font-size: 1.06rem;
}

.hero-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.8rem;
}

.hero-trust-grid div {
    display: grid;
    gap: 0.3rem;
    padding: 0.9rem;
    border-radius: var(--pr-radius-md);
    background: rgba(23, 60, 58, 0.08);
    border: 1px solid rgba(23, 60, 58, 0.12);
}

.hero-trust-grid strong {
    color: var(--pr-pine-deep);
    font-size: 0.98rem;
}

.hero-trust-grid span {
    color: rgba(50, 65, 77, 0.78);
    font-size: 0.88rem;
    line-height: 1.42;
}

.hero-search,
.theme-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.hero-contact-row {
    margin-top: 1rem;
    color: rgba(50, 65, 77, 0.78);
    font-weight: 700;
}

.cta-message-preview {
    margin: 0.85rem 0 0;
    color: rgba(50, 65, 77, 0.76);
    font-size: 0.92rem;
    line-height: 1.6;
}

.hero-inline-link {
    color: var(--pr-pine);
}

.hero-contact-divider {
    opacity: 0.35;
}

.hero-search input,
.theme-search input {
    min-height: 50px;
    padding: 0 1rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 32, 0.12);
    background: rgba(255, 255, 255, 0.9);
    font: inherit;
}

.hot-properties-shell {
    padding: 1.2rem 0 0.4rem;
}

.hot-properties-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.hot-properties-head h2 {
    margin: 0.55rem 0 0;
    color: var(--pr-ink);
    font-family: "Fraunces", Georgia, serif;
    font-size: clamp(1.65rem, 3vw, 2.5rem);
    letter-spacing: 0;
    line-height: 1.08;
}

.hot-properties-controls,
.hot-properties-dots,
.hot-property-topline,
.hot-property-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.hot-properties-arrow,
.hot-properties-dot {
    border: 0;
    cursor: pointer;
    transition: transform 180ms ease, opacity 180ms ease, background 180ms ease;
}

.hot-properties-arrow {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--pr-pine);
    border: 1px solid rgba(23, 60, 58, 0.12);
    box-shadow: var(--pr-shadow-soft);
    font-size: 1.15rem;
}

.hot-properties-arrow:hover,
.hot-properties-dot:hover {
    transform: translateY(-1px);
}

.hot-properties-slider {
    overflow: hidden;
    border-radius: 32px;
}

.hot-properties-track {
    display: flex;
    transition: transform 420ms ease;
    will-change: transform;
}

.hot-property-slide {
    min-width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
    gap: 1.35rem;
    padding: 2rem;
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(216, 177, 123, 0.24), transparent 30%),
        linear-gradient(135deg, rgba(16, 45, 43, 0.98), rgba(22, 63, 60, 0.96));
    color: rgba(255, 255, 255, 0.88);
    box-shadow: 0 26px 52px rgba(10, 24, 30, 0.22);
}

.hot-property-slide h3 {
    margin: 0.9rem 0 0.7rem;
    color: var(--pr-white);
    font-family: "Fraunces", Georgia, serif;
    font-size: clamp(2rem, 3.7vw, 3.1rem);
    letter-spacing: 0;
    line-height: 1.02;
}

.hot-property-kicker {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 800;
}

.hot-property-lead {
    max-width: 42ch;
    font-size: 1.06rem;
    color: rgba(255, 255, 255, 0.94);
}

.hot-property-copy > p:last-of-type {
    max-width: 56ch;
}

.hot-property-sidecard {
    padding: 1.45rem;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hot-property-availability {
    margin: 0;
    color: var(--pr-white);
    font-size: 1rem;
    font-weight: 700;
}

.hot-property-points {
    margin: 1rem 0 0;
    padding-left: 1.1rem;
    color: rgba(255, 255, 255, 0.84);
}

.hot-property-points li + li {
    margin-top: 0.55rem;
}

.hot-property-link {
    display: inline-flex;
    margin-top: 1rem;
    color: var(--pr-white);
    font-weight: 800;
}

.hot-properties-dots {
    justify-content: center;
    margin-top: 1rem;
}

.hot-properties-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: rgba(23, 60, 58, 0.18);
}

.hot-properties-dot.is-active {
    width: 36px;
    background: linear-gradient(135deg, var(--pr-copper), #d9a66a);
}

.section-strip {
    padding-bottom: 1rem;
}

.chip {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(15, 23, 32, 0.08);
    box-shadow: var(--pr-shadow-soft);
    font-weight: 700;
}

.content-shell {
    padding: 3.1rem 0 0;
}

.content-shell + .content-shell,
.content-shell + .section-strip,
.section-strip + .content-shell,
.section-strip + .hot-properties-shell,
.hot-properties-shell + .content-shell,
.content-shell + .cta-band {
    margin-top: 1.8rem;
}

.featured-listings-shell {
    margin-top: 2.5rem;
}

.featured-listings-shell .card-grid {
    gap: 1.8rem;
}

.featured-listings-shell .card {
    min-height: 100%;
}

.tone-dark {
    color: rgba(255, 255, 255, 0.84);
}

.tone-dark .section-head h2,
.tone-dark .card h3,
.tone-dark .card p,
.tone-dark .card-link,
.tone-dark .eyebrow {
    color: inherit;
}

.tone-dark > .container.section-head h2,
.tone-dark > .container.section-head .eyebrow,
.tone-dark > .container.section-head .section-link.light {
    color: var(--pr-ink);
}

.tone-dark .container > .card-grid .card,
.tone-dark .cta-band,
.tone-dark .section-head + .card-grid .card {
    background: linear-gradient(180deg, rgba(20, 57, 55, 0.96), rgba(11, 28, 33, 0.96));
    border-color: rgba(255, 255, 255, 0.08);
}

.section-head {
    margin-bottom: 1.35rem;
}

.section-head.compact {
    margin-top: 2rem;
}

.section-head h2,
.site-footer h2,
.site-footer h3,
.page-sidebar h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    margin: 0.5rem 0 0;
}

.section-link {
    color: var(--pr-pine);
    font-weight: 800;
}

.section-link.light {
    color: rgba(255, 255, 255, 0.88);
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.feature-highlight-grid,
.review-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.feature-highlight-card,
.review-card,
.message-prefill-box,
.page-cta-band {
    border-radius: var(--pr-radius-lg);
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(15, 23, 32, 0.08);
    box-shadow: var(--pr-shadow-soft);
}

.feature-highlight-card,
.review-card,
.message-prefill-box,
.page-cta-band {
    padding: 1.45rem;
}

.feature-highlight-card h2,
.review-card h3,
.page-cta-band h2,
.message-prefill-box h2 {
    color: var(--pr-ink);
    font-family: "Fraunces", Georgia, serif;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0.85rem 0 0.65rem;
}

.review-aggregate-box {
    display: grid;
    gap: 0.2rem;
    min-width: 170px;
    padding: 1rem 1.15rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(15, 23, 32, 0.08);
    box-shadow: var(--pr-shadow-soft);
}

.review-aggregate-box strong {
    color: var(--pr-ink);
    font-size: 1.8rem;
    font-weight: 800;
}

.review-aggregate-box span {
    color: rgba(50, 65, 77, 0.72);
    font-size: 0.92rem;
    font-weight: 700;
}

.review-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.review-stars {
    color: var(--pr-copper);
    font-size: 1.05rem;
    letter-spacing: 0.06em;
}

.google-review-card {
    gap: 1rem;
    border-color: rgba(66, 133, 244, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 255, 0.94));
}

.google-review-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.google-review-badge {
    color: #3c4043;
    font-size: 0.78rem;
    font-weight: 800;
}

.google-review-stars {
    color: #fbbc04;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    line-height: 1;
    white-space: nowrap;
}

.google-review-stars::before {
    content: "\2605\2605\2605\2605\2605";
    font-family: Arial, "Segoe UI Symbol", sans-serif;
    font-weight: 900;
}

.card-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
    padding: 1.45rem;
}

.card-media {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, rgba(23, 60, 58, 0.1), rgba(184, 120, 51, 0.12));
    border: 1px solid rgba(15, 23, 32, 0.06);
}

.featured-property-card .card-media {
    aspect-ratio: 7 / 4;
    object-fit: contain;
    padding: 0.25rem;
    border: 4px solid #ffffff;
    background: #f7f2e8;
    box-shadow: 0 14px 30px rgba(15, 23, 32, 0.1);
}

.card h2,
.card h3 {
    color: var(--pr-ink);
    margin: 0.85rem 0 0.7rem;
    font-size: 1.35rem;
    line-height: 1.15;
}

.card p {
    margin: 0;
}

.card-meta {
    margin-top: 0.9rem;
    color: rgba(23, 60, 58, 0.86);
    font-size: 0.94rem;
    font-weight: 700;
}

.card-link {
    display: inline-flex;
    margin-top: 1rem;
    color: var(--pr-copper);
    font-weight: 800;
}

.card-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    align-items: center;
    margin-top: 1rem;
}

.card-inline-actions .card-link {
    margin-top: 0;
}

.inline-actions .card-link,
.card-inline-actions .card-link {
    margin-top: 0;
    margin-right: 0;
}

.inline-actions .card-link + .card-link,
.card-inline-actions .card-link + .card-link {
    margin-left: 0;
}

.card-package .inline-actions,
.property-category-card .inline-actions,
.tone-dark .inline-actions {
    gap: 0.85rem 1.25rem;
    align-items: flex-start;
}

.card-package .card-link,
.property-category-card .card-link,
.tone-dark .card-link {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    line-height: 1.25;
}

.card-link.subtle {
    color: var(--pr-pine);
}

.card-area-property {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 250, 0.92)),
        radial-gradient(circle at top right, rgba(216, 177, 123, 0.14), transparent 40%);
}

.card-package,
.card-offer,
.card-ecosystem {
    height: 100%;
}

.card-package .card-meta {
    line-height: 1.7;
}

.hot-property-media {
    margin-bottom: 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
}

.cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2rem 2.2rem;
    background:
        linear-gradient(135deg, rgba(17, 44, 42, 0.96), rgba(20, 57, 55, 0.92)),
        radial-gradient(circle at top right, rgba(216, 177, 123, 0.22), transparent 48%);
    color: rgba(255, 255, 255, 0.86);
}

.cta-band h2 {
    color: var(--pr-white);
}

.content-block,
.sidebar-card {
    padding: 2rem;
}

.prose-block h2,
.prose-block h3,
.prose-block h4 {
    color: var(--pr-ink);
    font-family: "Fraunces", Georgia, serif;
    line-height: 1.15;
    margin: 1.6rem 0 0.7rem;
}

.prose-block h2 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.prose-block h3 {
    font-size: clamp(1.35rem, 2.2vw, 1.7rem);
}

.prose-block p,
.prose-block li,
.sidebar-card p {
    color: var(--pr-copy);
}

.prose-block ul,
.prose-block ol {
    padding-left: 1.3rem;
}

.prose-block div[style*="flex-wrap:wrap;gap:12px"] {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.prose-block div[style*="flex-wrap:wrap;gap:12px"] > a {
    display: inline-flex !important;
}

.page-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.75fr) minmax(280px, 0.9fr);
    gap: 1.4rem;
}

.page-layout-wide {
    grid-template-columns: minmax(0, 1fr);
}

.page-sidebar {
    display: grid;
    gap: 1.25rem;
}

.sidebar-card .button.full {
    display: flex;
    width: 100%;
}

.sidebar-card .button.full + .button.full {
    margin-top: 0.85rem;
}

.contact-chip {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.84rem;
    font-weight: 700;
}

.message-prefill-box {
    margin-bottom: 1.8rem;
}

.page-review-shell {
    margin-top: 2rem;
}

.page-cta-band {
    margin-top: 2rem;
    background:
        linear-gradient(135deg, rgba(248, 251, 250, 0.98), rgba(255, 255, 255, 0.92)),
        radial-gradient(circle at top right, rgba(216, 177, 123, 0.2), transparent 42%);
}

.sidebar-contact-list {
    display: grid;
    gap: 0.45rem;
    margin: 1rem 0 1.15rem;
    color: rgba(50, 65, 77, 0.8);
    font-size: 0.94rem;
    font-weight: 700;
}

.sidebar-links li + li {
    margin-top: 0.9rem;
}

.sidebar-links a {
    display: grid;
    gap: 0.2rem;
    padding: 1rem 1rem 0;
    border-top: 1px solid rgba(15, 23, 32, 0.08);
}

.sidebar-link-visual {
    display: block;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 0.35rem;
}

.sidebar-link-visual img {
    width: 100%;
    height: 122px;
    object-fit: cover;
    display: block;
}

.sidebar-links li:first-child a {
    border-top: 0;
    padding-top: 0;
}

.sidebar-links strong {
    color: var(--pr-ink);
}

.sidebar-links span {
    color: rgba(50, 65, 77, 0.72);
    font-size: 0.92rem;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    color: rgba(50, 65, 77, 0.7);
    font-size: 0.92rem;
}

.crumb-sep {
    opacity: 0.45;
}

.hero-page .container {
    display: grid;
    gap: 1.2rem;
}

.hero-side-card {
    padding: 1.6rem;
}

.page-hero-media {
    margin-bottom: 1rem;
}

.full {
    width: 100%;
}

.site-footer {
    margin-top: 4rem;
    padding: 3rem 0;
    background: var(--pr-pine-deep);
    color: rgba(255, 255, 255, 0.78);
}

.footer-brand {
    display: inline-flex;
    margin-bottom: 1rem;
}

.footer-brand-logo {
    width: 218px;
    max-width: 100%;
    height: auto;
    display: block;
}

.footer-grid {
    align-items: start;
}

.footer-grid > div {
    flex: 1 1 0;
}

.site-footer h2,
.site-footer h3,
.site-footer a {
    color: var(--pr-white);
}

.footer-contact-list {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}

.footer-contact-actions {
    margin-top: 1rem;
}

.hero-actions .button,
.inline-actions .button,
.cta-actions .button,
.footer-contact-actions .footer-button {
    min-width: 198px;
}

.hero-actions > *,
.inline-actions > *,
.cta-actions > * {
    margin: 0;
}

.footer-button-secondary {
    background: rgba(244, 239, 228, 0.96);
    border-color: rgba(216, 177, 123, 0.42);
    color: var(--pr-pine-deep);
    box-shadow: none;
}

.header-cta,
.button-primary,
.footer-button {
    color: #ffffff !important;
}

.button-secondary,
.footer-button-secondary {
    background: linear-gradient(135deg, var(--pr-pine) 0%, var(--pr-pine-deep) 100%);
    border-color: rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
    box-shadow: 0 18px 32px rgba(16, 45, 43, 0.2);
}

.cta-band .button,
.tone-dark .button,
.footer-contact-actions .footer-button {
    color: #ffffff !important;
}

.cta-band-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem 2rem;
}

.ailia-latest-guides .section-head p {
    max-width: 760px;
}

.ailia-guide-card {
    display: flex;
    flex-direction: column;
}

.ailia-guide-card .inline-actions {
    margin-top: auto;
}

.social-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.9rem 1rem;
    margin: 1.25rem 0;
    padding: 1rem;
    border: 1px solid rgba(23, 60, 58, 0.14);
    border-radius: var(--pr-radius-md);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 239, 228, 0.78));
    box-shadow: var(--pr-shadow-soft);
}

.social-share-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.social-share-links {
    display: grid;
    grid-template-columns: repeat(4, 48px);
    gap: 0.65rem;
    flex: 0 0 auto;
}

.social-share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    border: 1px solid rgba(184, 120, 51, 0.3);
    border-radius: 999px;
    background: var(--pr-white);
    color: var(--pr-pine-deep);
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    box-shadow: var(--pr-shadow-soft);
}

.social-share-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: rgba(23, 60, 58, 0.09);
    color: inherit;
    flex: 0 0 24px;
}

.social-share-icon::before,
.social-share-icon::after {
    content: "";
    position: absolute;
    display: block;
}

.social-share-icon-whatsapp {
    background: #25d366;
    color: #fff;
}

.social-share-icon-whatsapp svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.social-share-icon-phone::before {
    width: 10px;
    height: 14px;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-left-color: transparent;
    border-radius: 2px 2px 8px 2px;
    transform: rotate(38deg);
}

.social-share-icon-facebook::before {
    content: "f";
    position: static;
    color: currentColor;
    font-family: Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1;
}

.social-share-icon-x::before,
.social-share-icon-x::after {
    width: 15px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.social-share-icon-x::before {
    transform: rotate(45deg);
}

.social-share-icon-x::after {
    transform: rotate(-45deg);
}

.social-share-icon-email::before {
    width: 15px;
    height: 11px;
    border: 2px solid currentColor;
    border-radius: 3px;
}

.social-share-icon-email::after {
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
}

.social-share-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.social-share-whatsapp {
    border-color: rgba(37, 211, 102, 0.35);
}

.social-share-facebook {
    border-color: rgba(24, 119, 242, 0.28);
}

.social-share-x {
    border-color: rgba(15, 23, 32, 0.24);
}

.social-share-email {
    border-color: rgba(184, 120, 51, 0.34);
}

.social-share-button:hover {
    background: var(--pr-copper);
    color: var(--pr-white);
    transform: translateY(-1px);
}

.scriptlesssocialsharing {
    display: none !important;
    margin: 1.25rem 0;
    padding: 1rem;
    border: 1px solid rgba(23, 60, 58, 0.12);
    border-radius: var(--pr-radius-md);
    background: rgba(244, 239, 228, 0.72);
}

.scriptlesssocialsharing__heading {
    margin: 0 0 0.8rem;
    color: var(--pr-pine-deep);
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 1rem;
    font-weight: 800;
}

.scriptlesssocialsharing__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.scriptlesssocialsharing__buttons a.button {
    flex: 0 1 auto !important;
    min-width: 118px;
    min-height: 42px;
    padding: 0.68rem 0.9rem !important;
    border: 1px solid rgba(184, 120, 51, 0.3) !important;
    border-radius: 999px !important;
    background: var(--pr-white) !important;
    color: var(--pr-pine-deep) !important;
    box-shadow: var(--pr-shadow-soft);
    font-weight: 800;
    text-decoration: none;
}

.scriptlesssocialsharing__buttons a.button:hover {
    background: var(--pr-copper) !important;
    color: var(--pr-white) !important;
}

.footer-menu {
    flex-direction: column;
    align-items: flex-start;
}

.protection-notice {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 120;
    max-width: 320px;
    padding: 0.95rem 1.05rem;
    border-radius: 16px;
    background: rgba(15, 23, 32, 0.92);
    color: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
}

.protection-notice.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.nav-toggle {
    display: none;
    width: 48px;
    height: 48px;
    padding: 0;
    background: transparent;
    border: 1px solid rgba(15, 23, 32, 0.12);
    border-radius: 14px;
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: var(--pr-ink);
}

@media (max-width: 1080px) {
    .header-main,
    .hero-grid,
    .hero-page-grid,
    .cta-band,
    .footer-grid,
    .section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .primary-nav {
        margin-left: 0;
        width: 100%;
        display: block;
    }

    .menu {
        justify-content: flex-start;
    }

    .card-grid,
    .card-grid-two,
    .card-grid-three,
    .card-grid-four,
    .page-layout,
    .feature-highlight-grid,
    .review-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-layout-wide {
        grid-template-columns: minmax(0, 1fr);
    }

    .hot-property-slide {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 820px) {
    .ailia-visual-slider {
        padding: 1rem 0 1.4rem;
    }

    .ailia-region-slider {
        padding: 0.4rem 0 1.4rem;
    }

    .ailia-slider-frame {
        aspect-ratio: 7 / 4;
        height: auto;
        min-height: 0;
        border-radius: var(--pr-radius-md);
    }

    .content-shell {
        padding-top: 2.35rem;
    }

    .content-shell + .content-shell,
    .content-shell + .section-strip,
    .section-strip + .content-shell,
    .section-strip + .hot-properties-shell,
    .hot-properties-shell + .content-shell,
    .content-shell + .cta-band {
        margin-top: 1.25rem;
    }

    .scriptlesssocialsharing__buttons {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .social-share {
        align-items: stretch;
    }

    .social-share-label {
        width: 100%;
    }

    .social-share-links {
        grid-template-columns: repeat(4, 48px);
        flex-basis: auto;
    }

    .social-share-button {
        width: 48px;
        min-width: 0;
        gap: 0;
        min-height: 48px;
    }

    .scriptlesssocialsharing__buttons a.button {
        min-width: 0;
        width: 100%;
    }

    .nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .primary-nav {
        display: none;
        width: 100%;
        padding-bottom: 0.8rem;
    }

    .primary-nav.is-open {
        display: block;
    }

    .menu {
        flex-direction: column;
        align-items: flex-start;
        padding: 0.5rem 0 0;
    }

    .menu-item-mega,
    .mega-menu,
    .mega-menu-panel {
        width: 100%;
    }

    .mega-menu-panel {
        position: static;
        width: 100%;
        margin-top: 0.5rem;
        transform: none;
        box-shadow: var(--pr-shadow-soft);
    }

    .mega-menu-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .menu > li > a {
        min-height: 38px;
        padding: 0;
    }

    .header-cta {
        width: 100%;
    }

    .header-actions {
        width: 100%;
        justify-content: flex-start;
        align-items: stretch;
        gap: 0.75rem;
    }

    .header-contact-strip {
        width: 100%;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        border-radius: var(--pr-radius-md);
    }

    .header-contact-strip a {
        border-radius: var(--pr-radius-sm);
        text-align: center;
    }

    .site-brand {
        width: calc(100% - 64px);
    }

    .site-brand-logo {
        width: min(172px, 100%);
    }

    .hero-copy,
    .hero-panel,
    .content-block,
    .sidebar-card,
    .cta-band {
        padding: 1.5rem;
    }

    .hero-trust-grid {
        grid-template-columns: minmax(0, 1fr);
        margin-top: 1.4rem;
    }

    .card-grid,
    .card-grid-two,
    .card-grid-three,
    .card-grid-four,
    .page-layout,
    .feature-highlight-grid,
    .review-card-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .hero-search,
    .theme-search {
        grid-template-columns: minmax(0, 1fr);
    }

    .hot-properties-head {
        align-items: flex-start;
    }

    .hot-properties-arrow {
        width: 44px;
        height: 44px;
    }

    .hot-property-slide {
        padding: 1.4rem;
        border-radius: 24px;
    }

    .hot-property-sidecard {
        padding: 1.15rem;
        border-radius: 20px;
    }

    .protection-notice {
        left: 16px;
        right: 16px;
        max-width: none;
        bottom: 14px;
    }

    .header-bar-inner,
    .hero-actions,
    .hero-contact-row,
    .contact-chip-row,
    .inline-actions,
    .cta-actions,
    .card-inline-actions,
    .footer-contact-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .header-bar-inner {
        padding: 0.6rem 0;
        gap: 0.4rem;
    }

    .header-bar-inner a,
    .hero-actions .button,
    .inline-actions .button,
    .cta-actions .button,
    .footer-contact-actions .footer-button,
    .header-cta,
    .contact-chip {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .hero-contact-row {
        gap: 0.45rem;
    }

    .cta-message-preview {
        font-size: 0.88rem;
    }

    .locale-switch,
    .review-aggregate-box {
        width: 100%;
    }

.hero-contact-divider,
.header-bar-sep {
    display: none;
}
}

.hero-marketplace {
    position: relative;
    overflow: hidden;
}

.hero-marketplace::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(244, 239, 228, 0.94), rgba(237, 244, 241, 0.82)),
        radial-gradient(circle at top right, rgba(216, 177, 123, 0.16), transparent 36%);
    pointer-events: none;
}

.hero-marketplace .hero-grid {
    position: relative;
    z-index: 1;
}

.hero-marketplace .hero-copy,
.hero-marketplace .hero-panel,
.hero-marketplace .panel-card,
.hero-marketplace .hero-inline-link,
.hero-marketplace .hero-lead,
.hero-marketplace h1 {
    color: var(--pr-ink);
}

.hero-marketplace .hero-panel {
    background:
        radial-gradient(circle at top right, rgba(216, 177, 123, 0.18), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 239, 228, 0.93));
    border: 1px solid rgba(15, 23, 32, 0.08);
    box-shadow: var(--pr-shadow);
}

.hero-marketplace .hero-search {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(15, 23, 32, 0.14);
}

.hero-marketplace .hero-search input {
    background: transparent;
    color: var(--pr-ink);
}

.hero-marketplace .hero-search input::placeholder {
    color: rgba(15, 23, 32, 0.56);
}

.hero-marketplace .panel-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 23, 32, 0.1);
    box-shadow: var(--pr-shadow-soft);
}

.hero-marketplace .panel-card span {
    color: var(--pr-pine-deep);
    background: rgba(23, 60, 58, 0.08);
}

.hero-marketplace .panel-card-link {
    color: var(--pr-pine-deep) !important;
}

.hero-marketplace .panel-card-link-accent {
    color: var(--pr-copper) !important;
}

.marketplace-card-grid {
    align-items: stretch;
}

.card-marketplace {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.card-media-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
}

.card-overlay-badges {
    position: absolute;
    inset: 1rem 1rem auto 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.card-badge.subtle {
    background: rgba(255, 255, 255, 0.92);
    color: var(--pr-pine);
}

.card-subtitle {
    margin: -0.35rem 0 0;
    color: rgba(50, 65, 77, 0.8);
    font-weight: 600;
}

.property-highlight-list {
    display: grid;
    gap: 0.55rem;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(23, 60, 58, 0.06), rgba(184, 120, 51, 0.06));
    border: 1px solid rgba(23, 60, 58, 0.08);
}

.property-highlight-list p {
    margin: 0;
    font-size: 0.94rem;
}

.property-highlight-list strong {
    color: var(--pr-pine-deep);
}

.hot-property-slide .property-highlight-list {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 23, 32, 0.1);
    box-shadow: var(--pr-shadow-soft);
}

.hot-property-slide .property-highlight-list p {
    color: var(--pr-copy);
}

.hot-property-slide .property-highlight-list strong {
    color: var(--pr-pine-deep);
}

.hot-property-slide .hero-actions {
    margin-top: 1.1rem;
    gap: 1rem;
    align-items: stretch;
}

.hot-property-slide .hero-actions .button {
    min-width: 220px;
}

@media (min-width: 1081px) {
    .header-main {
        flex-wrap: nowrap;
        gap: 0.65rem;
        min-height: 74px;
    }

    .site-brand {
        flex: 0 0 auto;
        gap: 0.5rem;
    }

    .site-brand-logo {
        width: 150px;
        max-width: 150px;
    }

    .site-brand-copy strong {
        font-size: 1rem;
        white-space: nowrap;
    }

    .primary-nav {
        min-width: 0;
        flex: 1 1 auto;
    }

    .site-header .menu {
        flex-wrap: nowrap;
        justify-content: center;
        gap: 0.8rem;
    }

    .site-header .menu > li > a,
    .site-header .mega-menu summary {
        min-height: 42px;
        padding: 0 0.45rem;
        font-size: 0.94rem;
        line-height: 1.2;
        white-space: nowrap;
    }

    .header-actions .header-cta {
        min-height: 42px;
        padding: 0.68rem 0.9rem;
        font-size: 0.9rem;
    }

    .header-contact-strip {
        gap: 0.34rem;
        padding: 0.25rem;
    }

    .header-contact-strip a {
        min-height: 38px;
        padding: 0.4rem 0.58rem;
    }

    .header-contact-strip span {
        font-size: 0.6rem;
    }

    .header-contact-strip strong {
        font-size: 0.86rem;
    }
}

.inquiry-modal[hidden] {
    display: none !important;
}

body.modal-open {
    overflow: hidden;
}

.inquiry-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 1.5rem;
}

.inquiry-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 32, 0.62);
    backdrop-filter: blur(12px);
}

.inquiry-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 640px);
    padding: 2rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(216, 177, 123, 0.18), transparent 34%),
        linear-gradient(180deg, #fbf8f2 0%, #f8fbfa 100%);
    box-shadow: 0 30px 60px rgba(14, 28, 37, 0.28);
    border: 1px solid rgba(15, 23, 32, 0.08);
}

.inquiry-modal-dialog h2 {
    margin: 0.35rem 0 0.8rem;
    color: var(--pr-ink);
    font-family: "Fraunces", Georgia, serif;
    font-size: clamp(1.9rem, 3vw, 2.4rem);
    line-height: 1.1;
}

.inquiry-modal-copy {
    margin: 0;
    color: rgba(50, 65, 77, 0.88);
}

.inquiry-modal-tags,
.inquiry-modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.25rem;
}

.inquiry-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 32, 0.08);
    color: var(--pr-pine);
    font-size: 1.4rem;
    cursor: pointer;
}

.inquiry-modal-close:hover {
    background: rgba(15, 23, 32, 0.14);
}

@media (max-width: 768px) {
    .inquiry-modal-dialog {
        padding: 1.5rem;
    }

    .property-highlight-list {
        padding: 0.9rem 1rem;
    }
}

.estate-inquiry-shell {
    margin-top: 1.75rem;
}

.estate-inquiry-card {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 1.25rem;
    padding: 1.5rem;
    border: 1px solid var(--pr-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--pr-shadow-soft);
}

.estate-inquiry-shell.is-compact .estate-inquiry-card {
    grid-template-columns: minmax(0, 1fr);
    padding: 1.2rem;
    border-radius: 20px;
}

.estate-inquiry-copy h2 {
    margin: 0.2rem 0 0.7rem;
    color: var(--pr-pine-deep);
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1.18;
}

.estate-inquiry-copy p {
    margin: 0;
    color: var(--pr-copy);
}

.estate-inquiry-role-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1.1rem;
}

.estate-inquiry-role-card {
    padding: 0.95rem 1rem;
    border: 1px solid rgba(16, 45, 43, 0.11);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(237, 244, 241, 0.95), rgba(255, 255, 255, 0.98));
}

.estate-inquiry-role-card strong {
    display: block;
    margin-bottom: 0.3rem;
    color: var(--pr-pine-deep);
    font-size: 0.98rem;
}

.estate-inquiry-role-card p {
    font-size: 0.92rem;
}

.estate-inquiry-status {
    margin-top: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 14px;
    font-size: 0.94rem;
    font-weight: 600;
}

.estate-inquiry-status.is-success {
    background: rgba(23, 60, 58, 0.09);
    color: var(--pr-pine-deep);
    border: 1px solid rgba(23, 60, 58, 0.18);
}

.estate-inquiry-status.is-error {
    background: rgba(184, 120, 51, 0.12);
    color: #7b3f00;
    border: 1px solid rgba(184, 120, 51, 0.2);
}

.estate-inquiry-form {
    display: block;
}

.estate-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.estate-inquiry-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.95rem 1rem;
}

.estate-inquiry-grid.compact-grid {
    grid-template-columns: minmax(0, 1fr);
}

.estate-inquiry-form label {
    display: block;
}

.estate-inquiry-form label span {
    display: block;
    margin-bottom: 0.42rem;
    color: var(--pr-pine-deep);
    font-size: 0.88rem;
    font-weight: 700;
}

.estate-inquiry-form input,
.estate-inquiry-form select,
.estate-inquiry-form textarea {
    width: 100%;
    border: 1px solid rgba(15, 23, 32, 0.12);
    border-radius: 14px;
    background: #fff;
    color: var(--pr-ink);
    padding: 0.88rem 0.95rem;
    font: inherit;
    line-height: 1.45;
    outline: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.estate-inquiry-form input:focus,
.estate-inquiry-form select:focus,
.estate-inquiry-form textarea:focus {
    border-color: rgba(23, 60, 58, 0.45);
    box-shadow: 0 0 0 4px rgba(23, 60, 58, 0.09);
    background: #fff;
}

.estate-inquiry-form textarea {
    min-height: 128px;
    resize: vertical;
}

.estate-inquiry-form .full-width {
    grid-column: 1 / -1;
}

.estate-inquiry-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1rem;
}

.page-sidebar .estate-inquiry-shell {
    margin-top: 1rem;
}

.page-sidebar .estate-inquiry-copy h2,
.estate-inquiry-shell.is-compact .estate-inquiry-copy h2 {
    font-size: 1.2rem;
}

.page-sidebar .estate-inquiry-copy p,
.estate-inquiry-shell.is-compact .estate-inquiry-copy p {
    font-size: 0.93rem;
}

@media (max-width: 980px) {
    .estate-inquiry-card {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 720px) {
    .estate-inquiry-card {
        padding: 1.15rem;
    }

    .estate-inquiry-role-grid,
    .estate-inquiry-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .estate-inquiry-form .full-width {
        grid-column: auto;
    }
}

