:root {
    --navy: #0b1d36;
    --navy-2: #122844;
    --ink: #1c2430;
    --muted: #5b6573;
    --gold: #c4a35a;
    --gold-2: #dbbe7a;
    --cream: #f6f1e8;
    --paper: #fffdf9;
    --line: #e4dccf;
    --danger: #9b2c2c;
    --ok: #1f6b4a;
    --shadow: 0 18px 40px rgba(11, 29, 54, 0.10);
    --header: 108px;
    --radius: 16px;
    --font: "Outfit", system-ui, sans-serif;
    --serif: "Cormorant Garamond", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html {
    scroll-behavior: smooth;
    overflow-x: clip;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
body {
    margin: 0;
    font-family: var(--font);
    color: var(--ink);
    background:
        radial-gradient(1200px 500px at 10% -10%, rgba(196, 163, 90, 0.16), transparent 50%),
        radial-gradient(900px 400px at 100% 0%, rgba(18, 40, 68, 0.10), transparent 45%),
        linear-gradient(180deg, #eef2f6 0%, var(--cream) 28%, #ece6db 100%);
    min-height: 100vh;
    min-height: 100dvh;
    line-height: 1.55;
    overflow-x: clip;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-bottom: calc(46px + env(safe-area-inset-bottom));
}
img, video { max-width: 100%; display: block; }
iframe { max-width: 100%; }
button, input, select, textarea {
    font-family: inherit;
    font-size: 16px;
    max-width: 100%;
    color: var(--ink);
}
select {
    background-color: #fff;
    padding-right: 2.25rem;
    overflow-wrap: anywhere;
}
select option,
select optgroup {
    color: #1c2430;
    background: #fff;
}
select:disabled,
input:disabled,
textarea:disabled {
    color: var(--ink);
    opacity: 1;
    background: #f4efe6;
}
:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 2px;
}
a { color: var(--navy); }
.sr-only, .skip-link {
    position: absolute;
    left: -9999px;
}
.skip-link:focus {
    left: 12px;
    top: 12px;
    z-index: 80;
    background: #fff;
    padding: 8px 12px;
}

.container { width: min(1240px, calc(100% - 32px)); margin-inline: auto; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: linear-gradient(180deg, var(--navy) 0%, var(--navy-2) 100%);
    color: #fff;
    box-shadow: 0 8px 24px rgba(11, 29, 54, 0.25);
}
.utility-bar {
    background: #071525;
    font-size: 0.82rem;
    border-bottom: 1px solid rgba(196, 163, 90, 0.25);
}
.utility-inner, .nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.utility-inner { min-height: 36px; }
.utility-note {
    margin: 0;
    color: #e8eef6;
    flex: 1 1 220px;
    overflow-wrap: anywhere;
}
.utility-app {
    color: var(--gold-2);
    font-weight: 600;
    text-decoration: none;
}
.utility-app:hover { text-decoration: underline; }
.app-announce {
    background: #f4ead3;
    border-bottom: 1px solid rgba(196, 163, 90, 0.45);
    color: var(--navy);
}
.app-announce[hidden] { display: none; }
.app-announce-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px 28px;
    padding: 12px 0;
}
.app-announce-inner p {
    margin: 0;
    max-width: 62ch;
    line-height: 1.45;
}
.app-announce-inner strong { font-weight: 700; }
.app-announce-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}
.app-announce-download { padding: 8px 16px; }
.app-announce-dismiss {
    background: none;
    border: 0;
    color: var(--navy);
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
    font: inherit;
    padding: 6px 0;
}
.app-announce-dismiss:hover { color: var(--gold); }
.app-page { max-width: 760px; }
.app-page .lead { font-size: 1.08rem; color: var(--muted); max-width: 58ch; }
.app-download-card {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
    margin: 24px 0;
    padding: 24px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
}
.app-download-card h2 { margin: 0 0 8px; }
.app-download-card .btn { margin: 12px 0 8px; }
.app-points { margin: 0; padding-left: 18px; }
.app-points li { margin: 0 0 8px; }
.app-note { padding: 22px 24px; }
.app-note ol { padding-left: 18px; }
.app-note li { margin: 0 0 8px; }
.utility-auth { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.auth-link {
    color: var(--gold-2);
    text-decoration: none;
    font-weight: 600;
}
.auth-link.is-login {
    border: 1px solid var(--gold);
    padding: 4px 12px;
    border-radius: 999px;
}
.utility-user {
    color: #e8eef6;
    overflow-wrap: anywhere;
}

.nav-inner { min-height: 72px; padding: 8px 0; }
.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff;
    flex-shrink: 0;
}
.brand img {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--gold);
    box-shadow: 0 0 0 3px rgba(196, 163, 90, 0.25);
}
.brand strong {
    display: block;
    font-family: var(--serif);
    font-size: 1.55rem;
    letter-spacing: 0.08em;
    font-weight: 600;
}
.brand small {
    display: block;
    color: var(--gold-2);
    letter-spacing: 0.04em;
    font-size: 0.78rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.nav-toggle {
    display: none;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #fff;
    border: 1px solid var(--gold);
    border-radius: 8px;
    padding: 8px 12px;
    min-height: 44px;
    cursor: pointer;
}
.nav-toggle-bars {
    width: 18px;
    height: 12px;
    display: inline-block;
    background:
        linear-gradient(#fff, #fff) 0 0 / 100% 2px no-repeat,
        linear-gradient(#fff, #fff) 0 5px / 100% 2px no-repeat,
        linear-gradient(#fff, #fff) 0 10px / 100% 2px no-repeat;
}
.site-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 6px 4px;
    margin-left: 18px;
    flex: 1;
}
.site-menu a {
    color: #e7eef7;
    text-decoration: none;
    padding: 8px 11px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 500;
    white-space: normal;
}
.site-menu a:hover, .site-menu a.is-active { background: rgba(255,255,255,0.08); color: var(--gold-2); }
.site-menu .list-cta {
    background: var(--gold);
    color: var(--navy) !important;
    font-weight: 700;
}
.chip { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; }
.layout-main { min-width: 0; max-width: 100%; }
.btn { min-height: 44px; }
.chat-label-short { display: none; }
.nearby-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 0.8fr;
    gap: 8px;
    margin-bottom: 8px;
}
.nearby-row input, .nearby-row select { width: 100%; min-width: 0; }
td, th { overflow-wrap: anywhere; }
.site-menu .list-cta:hover { background: var(--gold-2); }

.page-shell { width: min(1360px, calc(100% - 24px)); margin: 28px auto 48px; }
.layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}
.no-sidebar .layout { grid-template-columns: 1fr; }

.site-sidebar {
    position: sticky;
    top: calc(var(--header) + 16px);
    height: calc(100vh - var(--header) - 32px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
    overscroll-behavior: contain;
}
.site-sidebar::-webkit-scrollbar { width: 6px; }
.site-sidebar::-webkit-scrollbar-thumb { background: #cfc3ae; border-radius: 99px; }

.live-results { margin-top: 12px; display: grid; gap: 8px; }
.live-hit {
    display: grid;
    gap: 2px;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    min-height: 44px;
}
.live-hit strong { font-size: 0.95rem; }
.live-hit span { color: var(--muted); font-size: 0.85rem; }
.side-card {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 18px;
    margin-bottom: 16px;
    box-shadow: var(--shadow);
}
.side-card h2 {
    margin: 0 0 12px;
    font-family: var(--serif);
    font-size: 1.45rem;
}
.side-search label { display: grid; gap: 6px; margin-bottom: 12px; font-size: 0.95rem; color: var(--ink); font-weight: 600; }
.side-search input, .side-search select, .field input, .field select, .field textarea {
    width: 100%;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 10px;
    padding: 10px 12px;
    color: var(--ink);
}
.side-listings { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.side-listings a {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    align-items: center;
}
.side-listings img {
    width: 72px;
    height: 64px;
    object-fit: cover;
    border-radius: 10px;
}
.side-listings strong { display: block; font-size: 0.92rem; }
.side-listings em { font-style: normal; color: var(--muted); font-size: 0.8rem; }
.trust-card p { margin-top: 0; color: var(--muted); }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 999px;
    padding: 11px 18px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
}
.btn-gold { background: var(--gold); color: var(--navy); width: 100%; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-line { background: transparent; border: 1px solid var(--line); color: var(--navy); }
.paywall-actions .btn-gold,
.paywall-actions .btn-navy { width: auto; flex: 1; }

.paywall-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 0 18px;
    padding: 14px 18px;
    border-radius: 16px;
    text-decoration: none;
    color: var(--navy);
    background: linear-gradient(90deg, #f3e6c4, var(--gold-2));
    border: 1px solid var(--gold);
    font-weight: 600;
    text-align: center;
}
.paywall-banner:hover { color: var(--navy); filter: brightness(1.03); }
.paywall-card { border: 1px solid var(--gold); box-shadow: var(--shadow); }
.paywall-kicker {
    margin: 0 0 4px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.72rem;
    color: var(--gold);
    font-weight: 700;
}
.paywall-price {
    font-family: var(--serif);
    font-size: 2.1rem;
    margin: 0 0 8px;
    color: var(--navy);
    line-height: 1.1;
}
.paywall-steps {
    margin: 12px 0 16px;
    padding-left: 18px;
    color: var(--muted);
    font-size: 0.92rem;
}
.paywall-steps li { margin: 6px 0; }
.paywall-form .field { margin-bottom: 12px; }
.paywall-status {
    min-height: 1.3em;
    margin: 10px 0 0;
    font-size: 0.9rem;
    color: var(--navy-2);
}
.paywall-status.is-wait { color: var(--navy); }
.paywall-status.is-ok { color: var(--ok); }
.paywall-status.is-err { color: var(--danger); }
.paywall-unlocked {
    display: inline-block;
    margin: 0 0 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #e7f6ee;
    color: var(--ok);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.paywall-phone {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--navy);
    margin: 8px 0 14px;
}
.paywall-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.paywall-lock { margin-top: 12px; padding-top: 12px; border-top: 1px dashed var(--line); }
.landlord-plan { margin-bottom: 18px; }
.paywall-price small { font-size: 1rem; font-weight: 500; color: var(--muted); }
.plan-meter {
    height: 10px;
    border-radius: 999px;
    background: var(--cream);
    border: 1px solid var(--line);
    overflow: hidden;
    margin: 10px 0 6px;
}
.plan-meter span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--gold), var(--gold-2));
}
.btn-danger { background: var(--danger); color: #fff; }
.text-link { color: var(--gold); font-weight: 600; }
button.text-link {
    background: none;
    border: 0;
    padding: 0;
    font: inherit;
    cursor: pointer;
    text-decoration: underline;
}

.banner { padding: 12px 16px; border-radius: 12px; margin-bottom: 16px; }
.banner-success { background: #e7f6ee; color: var(--ok); }
.banner-error { background: #fdecec; color: var(--danger); }
.banner-next {
    background: #eef3f9;
    color: var(--navy);
    border: 1px solid var(--line);
}
.banner-next strong { display: block; margin-bottom: 4px; color: var(--navy); }

.hero {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    min-height: 420px;
    color: #fff;
    margin-bottom: 28px;
    box-shadow: var(--shadow);
}
.hero-slides { position: absolute; inset: 0; }
.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.9s ease;
}
.hero-slide.is-on { opacity: 1; z-index: 1; }
.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: kenburns 14s ease-out infinite alternate;
}
.hero-slide:nth-child(even) img { animation-name: kenburns-alt; }
@keyframes kenburns {
    from { transform: scale(1) translate(0, 0); }
    to { transform: scale(1.14) translate(-3%, -2%); }
}
@keyframes kenburns-alt {
    from { transform: scale(1.12) translate(-3%, 1%); }
    to { transform: scale(1) translate(2%, -1%); }
}
.hero-dots {
    position: absolute;
    z-index: 3;
    top: 16px;
    right: 20px;
    left: auto;
    bottom: auto;
    display: flex;
    gap: 8px;
}
.hero-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
}
.hero-dots button.is-on { background: var(--gold); transform: scale(1.2); }
.hero-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 2;
    background: linear-gradient(0deg, rgba(7, 16, 32, 0.90) 0%, rgba(7, 16, 32, 0.62) 58%, transparent 100%);
    padding: 72px 40px 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 100%;
    pointer-events: none;
}
.hero-overlay .hero-actions,
.hero-overlay .hero-find,
.hero-overlay a { pointer-events: auto; }
.hero-overlay h1 {
    font-family: var(--serif);
    font-size: clamp(2.0rem, 4vw, 3.4rem);
    margin: 0 0 10px;
    line-height: 1.18;
    max-width: 22em;
    overflow-wrap: break-word;
    overflow: visible;
    text-shadow: 0 2px 18px rgba(0,0,0,0.45);
}
.hero-trust {
    display: block;
    color: #fff;
    font-weight: 700;
    white-space: normal;
    overflow: visible;
}
.hero-overlay p {
    margin: 0 0 18px;
    color: #fff;
    max-width: 52ch;
    overflow-wrap: anywhere;
    text-shadow: 0 1px 10px rgba(0,0,0,0.45);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-find {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: end;
    pointer-events: auto;
}
.hero-find label { display: grid; gap: 6px; color: #fff; font-size: 0.95rem; }
.hero-find select {
    min-width: 150px;
    border: 1px solid rgba(255,255,255,0.45);
    background: rgba(11,29,54,0.88);
    color: #fff;
    border-radius: 10px;
    padding: 10px 2.25rem 10px 12px;
}
.hero-find select option,
.hero-find select optgroup {
    color: #1c2430;
    background: #fff;
}
.place-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
    align-items: end;
    margin: 0 0 16px;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
}
.place-bar .btn { justify-self: start; }
.place-bar label { display: grid; gap: 6px; font-size: 0.95rem; color: var(--ink); font-weight: 600; }
.place-bar select {
    width: 100%;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--ink);
    border-radius: 10px;
    padding: 10px 2.25rem 10px 12px;
}
.field-hint {
    display: block;
    font-weight: 500;
    font-size: 0.88rem;
    color: var(--ink);
    line-height: 1.4;
}
.card-view-btn { margin-top: 10px; width: 100%; }
.quick-request { max-width: 520px; }
.hero-actions .btn { width: auto; }
.hero-actions .hero-wa { background: rgba(255,255,255,0.14); color: #fff; border: 1px solid rgba(255,255,255,0.35); }
.hero-actions .hero-wa:hover { background: #25d366; border-color: #25d366; color: #fff; }

.market-msg {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 22px 22px 18px;
    margin: 0 0 28px;
    box-shadow: var(--shadow);
}
.market-msg-head h2 {
    font-family: var(--serif);
    margin: 0 0 8px;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
}
.market-msg-head p { color: var(--muted); margin: 0 0 16px; max-width: 62ch; }
.market-steps {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.market-steps li {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 14px;
    display: grid;
    gap: 6px;
}
.market-steps span { color: var(--muted); font-size: 0.92rem; }
.market-msg-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; }
.market-msg-actions .btn { width: auto; }

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 12px;
    margin: 8px 0 16px;
}
.section-head h2, .page-title, .portal-head h1 {
    font-family: var(--serif);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    margin: 0;
    overflow-wrap: anywhere;
}
.kicker {
    letter-spacing: 0.03em;
    color: var(--gold);
    font-size: 0.92rem;
    margin: 0 0 4px;
    font-weight: 700;
    overflow-wrap: anywhere;
}
.listing-facts {
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 8px;
    overflow-wrap: anywhere;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 18px;
}
.property-card, .service-card, .plain-card {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.property-card a.cover {
    display: block;
    height: 210px;
    overflow: hidden;
    position: relative;
    background: #111;
}
.live-frame {
    position: relative;
    overflow: hidden;
    display: block;
}
.live-slides {
    position: absolute;
    inset: 0;
}
.live-slides img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.9s ease;
    animation: kenburns 16s ease-in-out infinite alternate;
}
.live-slides img.is-on { opacity: 1; z-index: 1; }
.property-card:nth-child(even) .live-slides img,
.card-grid .property-card:nth-child(3n) .live-slides img { animation-name: kenburns-alt; }
.property-card img, .property-card video {
    width: 100%;
    height: 210px;
    object-fit: cover;
}
.badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: var(--navy);
    color: var(--gold-2);
    font-size: 0.82rem;
    padding: 6px 10px;
    border-radius: 12px;
    line-height: 1.25;
    max-width: calc(100% - 24px);
    white-space: normal;
    overflow-wrap: anywhere;
    box-shadow: 0 6px 16px rgba(0,0,0,0.28);
}
.badge-boost {
    background: var(--gold);
    color: var(--navy);
    font-weight: 700;
}
.property-card.is-boosted {
    box-shadow: 0 16px 36px rgba(196, 163, 90, 0.28);
    border: 1px solid var(--gold);
}
.property-body { padding: 14px 16px 16px; min-width: 0; }
.property-body .btn { margin-top: 8px; }
.property-body h3 { margin: 0 0 6px; font-size: 1.05rem; line-height: 1.3; overflow-wrap: anywhere; }
.property-body .kicker { margin-bottom: 6px; }

.verify-desk { max-width: 760px; }
.verify-hero h1 { font-family: var(--serif); margin: 0 0 8px; font-size: clamp(1.8rem, 3vw, 2.3rem); }
.verify-hero p { color: var(--muted); margin: 0 0 20px; max-width: 58ch; }
.verify-steps {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 0;
    margin: 0 0 18px;
}
.verify-steps li {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--muted);
    position: relative;
}
.verify-steps li.is-done {
    border-color: var(--ok);
    color: var(--ok);
    background: #e7f6ee;
}
.verify-status {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px;
    border-radius: 14px;
    margin-bottom: 16px;
    border: 1px solid var(--line);
    background: #fff;
}
.verify-status.is-ok { background: #e7f6ee; border-color: #b7e0c8; }
.verify-status.is-wait { background: #fff6e5; border-color: #ead7a2; }
.verify-status.is-bad { background: #fdecec; border-color: #f0c2c2; }
.verify-card {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 22px;
    box-shadow: var(--shadow);
}
.verify-label { font-weight: 600; margin: 0 0 10px; }
.verify-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}
.verify-tab {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 999px;
    padding: 10px 16px;
    min-height: 44px;
    cursor: pointer;
    font-weight: 600;
    color: var(--navy);
}
.verify-tab.is-on {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
}
.verify-hint { color: var(--muted); margin: 0 0 16px; }
.verify-drop {
    position: relative;
    display: grid;
    gap: 6px;
    place-items: center;
    text-align: center;
    border: 2px dashed var(--gold);
    border-radius: 16px;
    padding: 28px 16px;
    background: #fffdf6;
    cursor: pointer;
    margin-bottom: 14px;
}
.verify-drop input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.verify-drop strong { font-size: 1.02rem; }
.verify-drop span { color: var(--muted); font-size: 0.86rem; }
.verify-preview {
    margin-bottom: 14px;
    border-radius: 12px;
    overflow: hidden;
    max-height: 180px;
    background: #111;
}
.verify-preview img { width: 100%; height: 180px; object-fit: contain; background: #111; }
.verify-checks { padding-left: 18px; color: var(--muted); margin: 0 0 16px; }
.verify-checks li { margin: 4px 0; }
.verify-docs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 8px 0 16px;
}
.verify-doc {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 12px;
    min-width: 0;
}
.verify-doc .verify-drop { margin-bottom: 8px; padding: 18px 10px; }
.verify-req { color: #b45309; font-size: 0.78rem; font-weight: 700; }
.verify-have { font-size: 0.8rem; color: var(--ok); margin: 0 0 8px; }
.verify-file-list { margin: 0; padding-left: 16px; }
.verify-file-list li { margin: 4px 0; }
.otp-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0 16px;
}
.otp-digit {
    width: 48px;
    height: 56px;
    text-align: center;
    font-size: 1.35rem;
    font-weight: 700;
    border-radius: 12px;
    border: 1px solid var(--line);
    font-family: inherit;
}
.otp-local {
    background: #fff6e5;
    border: 1px dashed #ead7a2;
    padding: 12px 14px;
    border-radius: 12px;
    margin-bottom: 14px;
}
.otp-local p { margin: 6px 0 0; color: var(--muted); }
.otp-local code {
    display: inline-block;
    margin-top: 4px;
    font-size: 1.35rem;
    letter-spacing: 0.28em;
    font-weight: 700;
    color: var(--navy);
}

.portal-client .portal-nav { margin-bottom: 12px; }
.portal-client .page-shell { margin-top: 16px; }
.portal-client .auth-box { display: none; }
.id-upload-panel[hidden],
.id-office-panel[hidden],
.id-otp-note[hidden] { display: none !important; }
.id-office-panel,
.id-upload-panel { display: grid; gap: 8px; }

@media (max-width: 700px) {
    .verify-steps { grid-template-columns: 1fr 1fr; }
    .verify-docs { grid-template-columns: 1fr; }
    .wa-float-label { display: none; }
}

.cinema-reel {
    overflow: hidden;
    border-radius: 18px;
    height: 132px;
    margin: 0 0 24px;
    border: 1px solid var(--line);
    background: #0b1d36;
    box-shadow: var(--shadow);
}
.cinema-track {
    display: flex;
    gap: 10px;
    width: max-content;
    height: 132px;
    animation: reel 48s linear infinite;
    padding-right: 10px;
}
.cinema-track img {
    height: 132px;
    width: 210px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 0;
}
.cinema-reel:hover .cinema-track { animation-play-state: paused; }
@keyframes reel {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.service-card { padding: 0 0 16px; }
.service-card .kicker, .service-card h3, .service-card p, .service-card .btn {
    margin-left: 16px;
    margin-right: 16px;
}
.service-card .kicker { padding-top: 14px; }
.service-photo {
    height: 168px;
    margin: 0;
    border-radius: 18px 18px 0 0;
}
.service-photo .live-slides img { border-radius: 0; }

.side-thumb {
    width: 72px;
    height: 64px;
    border-radius: 10px;
    flex-shrink: 0;
}
.side-listings a {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    align-items: center;
}
.gallery-main {
    position: relative;
    overflow: hidden;
}
.gallery-main img, .gallery-main video {
    animation: kenburns 18s ease-in-out infinite alternate;
}
.gallery-thumbs button.is-on { outline: 3px solid var(--gold); }
.property-body, .plain-card { padding: 16px; }
.property-card .property-body { padding: 16px; }
.property-body h3 { margin: 0 0 6px; font-size: 1.08rem; overflow-wrap: anywhere; }
.property-body h3 a { text-decoration: none; }
.meta { color: #3a4452; font-size: 0.95rem; margin: 0 0 8px; overflow-wrap: anywhere; line-height: 1.45; }
.price { font-weight: 700; color: var(--navy); margin: 0; }
.stars { color: var(--gold); letter-spacing: 1px; }

.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}
.filters a, .chip {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 999px;
    padding: 8px 12px;
    text-decoration: none;
    color: var(--navy);
    font-size: 0.95rem;
    white-space: normal;
    line-height: 1.3;
}
.filters a.is-on { background: var(--navy); color: #fff; border-color: var(--navy); }
.filters a.filter-change {
    background: transparent;
    border-style: dashed;
    color: var(--muted);
}
.filters-intent { margin-bottom: 10px; }
.is-hidden { display: none !important; }
.is-quiet { opacity: 1; }
.auth-link.is-logout { color: #f3d9a4; }
.notice-list { list-style: none; margin: 0; padding: 0; }
.notice-list li { padding: 10px 0; border-bottom: 1px solid var(--line); }
.notice-list li:last-child { border-bottom: 0; }
tr.is-unread td { background: #fff8ea; }

.property-hero {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr;
    gap: 12px;
    margin-bottom: 20px;
}
.gallery-main {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    min-height: 360px;
    background: #111;
}
.gallery-main img, .gallery-main video {
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.gallery-thumbs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-content: start;
}
.gallery-thumbs button {
    border: 0;
    padding: 0;
    background: none;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    height: 132px;
}
.gallery-thumbs img, .gallery-thumbs video {
    width: 100%;
    height: 132px;
    object-fit: cover;
}

.two-col {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
    gap: 20px;
    align-items: start;
}
.prose h2, .plain-card h2, .plain-card h3 { font-family: var(--serif); margin-top: 0; }
.amenity-list, .nearby-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 8px;
    padding: 0;
    list-style: none;
}
.amenity-list li, .nearby-list li {
    background: var(--cream);
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 0.9rem;
}
.map-wrap {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--line);
    height: 280px;
}
.map-wrap iframe { width: 100%; height: 100%; border: 0; }
.studio-photos {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 12px 0 16px;
}
.studio-photos figure { margin: 0; }
.studio-photos img {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: #dce4ee;
}
.studio-photos .is-wide img { height: 260px; }
@media (min-width: 720px) {
    .studio-photos {
        grid-template-columns: 1.35fr 1fr;
        grid-template-rows: 1fr 1fr;
        min-height: 340px;
    }
    .studio-photos .is-wide {
        grid-row: 1 / span 2;
    }
    .studio-photos .is-wide img,
    .studio-photos img {
        height: 100%;
        min-height: 160px;
    }
}

.site-footer {
    background: var(--navy);
    color: #d5deea;
    padding: 40px 0 0;
    margin-top: 20px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 24px;
    padding-bottom: 28px;
}
.site-footer a { color: var(--gold-2); text-decoration: none; display: block; margin: 6px 0; }
.brand-footer img { width: 48px; height: 48px; }
.footer-base {
    border-top: 1px solid rgba(255,255,255,0.08);
    text-align: center;
    padding: 14px 16px 20px;
    font-size: 0.82rem;
    color: #9eacbe;
}

.notice-rail {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 48;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    height: calc(46px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    background: linear-gradient(90deg, #081526 0%, var(--navy) 18%, #122844 100%);
    border-top: 1px solid var(--gold);
    box-shadow: 0 -8px 24px rgba(11, 29, 54, 0.18);
    color: var(--gold-2);
}
.notice-rail-label {
    flex-shrink: 0;
    margin-left: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--gold);
    color: var(--navy);
    font-size: 0.82rem;
    font-weight: 700;
}
.notice-viewport {
    overflow: hidden;
}
.notice-track {
    display: flex;
    align-items: center;
    gap: 0;
    width: max-content;
    animation: notice-scroll 70s linear infinite;
}
.notice-rail:hover .notice-track { animation-play-state: paused; }
.notice-item {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0 8px 0 28px;
}
.notice-item::before {
    content: "●";
    color: var(--gold);
    font-size: 0.55rem;
    margin-right: 10px;
}
.notice-item:hover { color: #fff; }
@keyframes notice-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.wa-float {
    position: fixed;
    left: max(18px, env(safe-area-inset-left));
    bottom: calc(58px + env(safe-area-inset-bottom));
    z-index: 50;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
}
.wa-float-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    box-shadow: 0 8px 22px rgba(18, 140, 70, 0.45);
    animation: wa-pulse 2.4s ease-out infinite;
}
.wa-float-label {
    background: #128c7e;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 999px;
    box-shadow: var(--shadow);
    white-space: nowrap;
}
.wa-text-link {
    color: #128c7e;
    font-weight: 600;
}
.btn-wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #fff;
    border: 0;
    width: auto;
    min-height: 44px;
    padding: 10px 16px;
}
.btn-wa:hover { background: #1ebe5d; color: #fff; }
@keyframes wa-pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.65); }
    70% { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
.chatbot {
    position: fixed;
    right: max(22px, env(safe-area-inset-right));
    bottom: calc(58px + env(safe-area-inset-bottom));
    z-index: 50;
}
.chatbot-toggle {
    background: var(--navy);
    color: var(--gold-2);
    border: 1px solid var(--gold);
    border-radius: 999px;
    padding: 12px 16px;
    cursor: pointer;
    box-shadow: var(--shadow);
}
.chatbot-panel {
    position: absolute;
    right: 0;
    bottom: 56px;
    width: min(360px, calc(100vw - 32px));
    background: #fff;
    border-radius: 16px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    overflow: hidden;
}
.chatbot-head { background: var(--navy); color: #fff; padding: 12px 14px; }
.chatbot-head span { display: block; color: #fff; font-size: 0.9rem; line-height: 1.4; overflow-wrap: anywhere; }
.chatbot-log { height: 260px; overflow-y: auto; padding: 12px; display: grid; gap: 8px; background: #faf7f2; }
.chat-msg { padding: 8px 10px; border-radius: 12px; font-size: 0.95rem; overflow-wrap: anywhere; }
.chat-msg.bot { background: #fff; border: 1px solid var(--line); }
.chat-msg.user { background: var(--navy); color: #fff; margin-left: 24px; }
.chatbot-form { display: grid; grid-template-columns: 1fr auto; gap: 6px; padding: 10px; }
.chatbot-form input { border: 1px solid var(--line); border-radius: 10px; padding: 8px; }
.chatbot-form button { background: var(--gold); border: 0; border-radius: 10px; padding: 8px 12px; cursor: pointer; }

.auth-box {
    width: min(460px, 100%);
    margin: 20px auto;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 28px;
    box-shadow: var(--shadow);
}
.field { margin-bottom: 14px; display: grid; gap: 6px; }
.auth-box h1 { font-family: var(--serif); margin-top: 0; }
.role-picks { display: grid; gap: 8px; }
.role-picks label {
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 8px 10px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.portfolio-filters {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    align-items: end;
    margin-bottom: 18px;
}
.portfolio-filters label { display: grid; gap: 6px; font-weight: 600; font-size: 0.88rem; }
.portfolio-desk {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.9fr);
    gap: 18px;
    align-items: start;
}
.portfolio-select-row { margin: 0 0 10px; }
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 14px;
}
.portfolio-card {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 14px;
    box-shadow: var(--shadow);
    min-width: 0;
}
.portfolio-pick {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    cursor: pointer;
}
.portfolio-pick strong { display: block; }
.portfolio-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--navy);
    color: var(--gold-2);
    display: grid;
    place-items: center;
    font-weight: 700;
    flex-shrink: 0;
}
.portfolio-homes { margin: 8px 0; padding-left: 16px; }
.portfolio-homes li { margin: 4px 0; }
.mail-compose { position: sticky; top: 18px; }
.mail-tpl-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 12px; }
.mail-tpl-row .btn { width: auto; font-size: 0.82rem; padding: 8px 12px; min-height: 36px; }

.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}
.stat {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 16px;
}
.stat b { display: block; font-size: 1.6rem; font-family: var(--serif); }
table {
    width: 100%;
    border-collapse: collapse;
    background: var(--paper);
    border-radius: 14px;
    overflow: hidden;
}
th, td { padding: 10px 12px; text-align: left; border-bottom: 1px solid var(--line); font-size: 0.92rem; vertical-align: top; }
th { background: var(--navy); color: #fff; }
.portal-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
}
.portal-nav a {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 6px 12px;
    text-decoration: none;
}
.footer-grid-desk { grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.8fr); }

.pagination { display: flex; gap: 6px; margin-top: 18px; flex-wrap: wrap; }
.pagination a {
    padding: 6px 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    text-decoration: none;
    background: #fff;
}

.split-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.full { grid-column: 1 / -1; }

.list-start {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 18px 0 24px;
}
.list-start-card {
    display: grid;
    gap: 8px;
    align-content: start;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 22px;
    text-decoration: none;
    color: inherit;
    box-shadow: var(--shadow);
}
.list-start-card:hover { border-color: var(--gold); }
.list-start-card h2 {
    font-family: var(--serif);
    margin: 0;
    color: var(--navy);
}
.list-start-card p { margin: 0; }
.list-start-card .btn { margin-top: 8px; }
.listing-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}
.listing-steps li {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 12px 14px;
    font-size: 0.92rem;
}
.listing-steps strong { display: block; color: var(--navy); margin-bottom: 4px; }
.listing-photos input[type="file"] {
    padding: 12px;
    border: 1px dashed var(--line);
    border-radius: 12px;
    background: #fff;
}
.listing-extra {
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 4px 14px 14px;
    background: #faf7f2;
}
.listing-extra summary {
    cursor: pointer;
    font-weight: 600;
    padding: 10px 0;
    color: var(--navy);
}

@media (max-width: 1280px) {
    .layout { grid-template-columns: 260px minmax(0, 1fr); gap: 20px; }
    .site-menu a { padding: 8px 10px; font-size: 0.92rem; }
}

@media (max-width: 1120px) {
    :root { --header: 92px; }
    .nav-toggle { display: inline-flex; }
    .nav-inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 10px;
    }
    .site-menu {
        display: none;
        grid-column: 1 / -1;
        margin: 0;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        padding: 4px 0 12px;
        max-height: min(70vh, 520px);
        overflow-y: auto;
    }
    .site-menu.is-open { display: flex; }
    .site-menu a {
        white-space: normal;
        padding: 12px 14px;
        font-size: 1rem;
        border-radius: 10px;
    }
    .site-menu .list-cta { margin-left: 0; text-align: center; }
    .brand small { display: block; font-size: 0.72rem; }
}

@media (max-width: 980px) {
    .page-shell { width: min(1360px, calc(100% - 16px)); margin: 16px auto 32px; }
    .layout {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }
    .layout-main { order: 1; }
    .site-sidebar {
        order: 2;
        position: relative;
        top: auto;
        height: auto;
        overflow: visible;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        padding-right: 0;
    }
    .site-sidebar .trust-card { grid-column: 1 / -1; }
    .property-hero,
    .two-col,
    .footer-grid,
    .footer-grid-desk,
    .split-form,
    .nearby-row { grid-template-columns: 1fr; }
    .list-start,
    .listing-steps { grid-template-columns: 1fr; }
    .market-steps { grid-template-columns: 1fr; }
    .gallery-main { min-height: 0; }
    .gallery-main img, .gallery-main video { height: 280px; }
    .gallery-thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .gallery-thumbs button,
    .gallery-thumbs img,
    .gallery-thumbs video { height: 84px; }
    .hero { min-height: 420px; border-radius: 18px; }
    .hero-overlay {
        max-width: none;
        padding: 48px 22px 28px;
        background: linear-gradient(180deg, rgba(7, 16, 32, 0.2) 0%, rgba(7, 16, 32, 0.88) 58%);
        justify-content: flex-end;
    }
    .hero-overlay h1 { max-width: none; }
    .section-head { flex-direction: column; align-items: flex-start; }
    .utility-note { display: block; }
    .utility-user { max-width: none; }
    .auth-box { padding: 20px 16px; }
    .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .portfolio-desk,
    .portfolio-filters { grid-template-columns: 1fr; }
    .mail-compose { position: static; }
}

@media (max-width: 700px) {
    .site-sidebar { grid-template-columns: 1fr; }
    .card-grid { grid-template-columns: 1fr; }
    .container { width: min(1240px, calc(100% - 20px)); }
    .page-shell { width: calc(100% - 16px); margin: 16px auto 36px; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-actions .btn { width: 100%; }
    .hero-find { flex-direction: column; align-items: stretch; }
    .hero-find select, .hero-find .btn { width: 100%; min-width: 0; }
    .place-bar { grid-template-columns: 1fr; }
    .quick-request { max-width: none; }
    .filters { gap: 6px; }
    .filters a, .chip { font-size: 0.82rem; min-height: 40px; }
    .amenity-list, .nearby-list { grid-template-columns: 1fr 1fr; }
    table { min-width: 620px; }
    .layout-main { overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .auth-box { width: 100%; max-width: none; }
    .split-form { grid-template-columns: 1fr; }
    .portal-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 6px;
    }
    .portal-nav a { flex: 0 0 auto; }
    .two-col { grid-template-columns: 1fr; }
    .field input, .field select, .field textarea { width: 100%; }
}

@media (max-width: 640px) {
    .hero {
        min-height: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        border-radius: 14px;
    }
    .hero-overlay {
        position: relative;
        padding: 120px 16px 16px;
        background: linear-gradient(180deg, rgba(7, 16, 32, 0.08) 0%, rgba(7, 16, 32, 0.92) 42%);
    }
    .hero-overlay h1 {
        font-size: 1.5rem;
        line-height: 1.28;
        max-width: none;
        overflow: visible;
    }
    .hero-trust {
        display: block;
        margin-top: 6px;
        font-size: 1.08em;
        color: var(--gold-2);
        text-shadow: 0 1px 12px rgba(0,0,0,0.55);
    }
    .hero-dots { top: 12px; right: 12px; left: auto; bottom: auto; }
    .hero-dots button { width: 12px; height: 12px; }
    .cinema-reel, .cinema-track { height: 96px; border-radius: 12px; }
    .cinema-track img { height: 96px; width: 150px; }
    .property-card a.cover,
    .property-card img,
    .property-card video { height: 190px; }
    .chat-label-full { display: inline; }
    .chat-label-short { display: none; }
    .chatbot-toggle { min-width: 52px; min-height: 52px; padding: 10px 14px; }
    .chatbot-panel {
        width: min(100vw - 16px, 360px);
        right: -4px;
        bottom: 58px;
        max-height: min(70vh, 480px);
    }
    .chatbot-log { height: 200px; }
    .footer-base { padding: 14px 16px calc(14px + env(safe-area-inset-bottom)); }
    .brand img { width: 44px; height: 44px; }
    .brand strong { font-size: 1.28rem; letter-spacing: 0.04em; }
    .page-title { font-size: 1.7rem; }
    .portal-nav a { padding: 10px 12px; }
    .app-announce-inner { flex-direction: column; align-items: flex-start; padding: 14px 0; }
    .app-download-card { grid-template-columns: 1fr; padding: 18px; }
}

@media (max-width: 420px) {
    .amenity-list, .nearby-list { grid-template-columns: 1fr; }
    .gallery-thumbs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .utility-auth { gap: 8px; }
    .auth-link { font-size: 0.82rem; }
    .chatbot { right: 10px; bottom: calc(54px + env(safe-area-inset-bottom)); }
    .wa-float { left: 10px; bottom: calc(54px + env(safe-area-inset-bottom)); }
    .wa-float-label { display: inline-block; font-size: 0.78rem; white-space: normal; max-width: 9rem; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-slide img,
    .live-slides img,
    .gallery-main img,
    .gallery-main video,
    .cinema-track {
        animation: none !important;
        transform: none !important;
    }
    .notice-track { animation-duration: 90s; }
    .wa-float-icon { animation: none; }
}
