/*
 * Shireen M Property
 * Luxury Frontend v1.1.1
 */

:root {
    --lux-ivory: #f7f3ee;
    --lux-ivory-deep: #eee7df;
    --lux-white: #ffffff;
    --lux-ink: #25211f;
    --lux-ink-soft: #463f3b;
    --lux-rose: #b77779;
    --lux-rose-dark: #965f62;
    --lux-gold: #c8a96b;
    --lux-taupe: #d8ccc2;
    --lux-muted: #7b716b;
    --lux-line: rgba(37, 33, 31, .12);
    --lux-shadow: 0 24px 70px rgba(39, 30, 25, .12);
    --lux-radius: 3px;
    --lux-shell: 1240px;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--lux-ivory);
    color: var(--lux-ink);
}

body,
button,
input,
select,
textarea {
    font-family:
        "Avenir Next",
        "Segoe UI",
        Helvetica,
        Arial,
        sans-serif;
}

h1,
h2,
h3,
.lux-signature strong {
    font-family:
        Georgia,
        "Times New Roman",
        serif;
}

img {
    max-width: 100%;
}

.lux-shell {
    width: min(calc(100% - 48px), var(--lux-shell));
    margin-inline: auto;
}

.lux-eyebrow,
.lux-kicker {
    display: block;
    margin: 0 0 18px;
    color: var(--lux-rose-dark);
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .22em;
}

.lux-section {
    padding: 110px 0;
}

.lux-section-head {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 58px;
}

.lux-section-head h2,
.lux-editorial h2,
.lux-valuation h2 {
    margin: 0;
    color: var(--lux-ink);
    font-size: clamp(44px, 5.4vw, 78px);
    line-height: .98;
    font-weight: 400;
    letter-spacing: -.045em;
}

.lux-section-head h2 em,
.lux-editorial h2 em,
.lux-valuation h2 em {
    color: var(--lux-rose);
    font-weight: 400;
}

.lux-section-head > p,
.lux-head-side p {
    max-width: 480px;
    margin: 0;
    color: var(--lux-muted);
    font-size: 16px;
    line-height: 1.8;
}

.lux-head-side a {
    display: inline-block;
    margin-top: 22px;
}


/* -----------------------------------------------------
   PUBLIC HEADER
----------------------------------------------------- */

body > header,
.site-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    transition:
        background .3s ease,
        box-shadow .3s ease,
        backdrop-filter .3s ease;
}

body > header.lux-scrolled,
.site-header.lux-scrolled {
    background: rgba(247, 243, 238, .92);
    box-shadow: 0 1px 0 rgba(37, 33, 31, .09);
    backdrop-filter: blur(18px);
}

header nav a {
    transition:
        color .2s ease,
        opacity .2s ease;
}

header nav a:hover {
    color: var(--lux-rose-dark);
}

.lux-nav-toggle {
    display: none;
    border: 0;
    background: transparent;
    color: var(--lux-ink);
    font-size: 25px;
    cursor: pointer;
}


/* -----------------------------------------------------
   HERO
----------------------------------------------------- */

.lux-hero {
    position: relative;
    min-height: min(860px, 91vh);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #1f1b19;
}

.lux-hero__media {
    position: absolute;
    inset: -4%;
    background:
        url("/assets/luxury-v111/hero.jpg")
        center 48% / cover no-repeat;
    transform: scale(1.035);
    will-change: transform;
}

.lux-hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(20, 16, 14, .79) 0%,
            rgba(20, 16, 14, .58) 42%,
            rgba(20, 16, 14, .16) 73%,
            rgba(20, 16, 14, .08) 100%
        ),
        linear-gradient(
            0deg,
            rgba(20, 16, 14, .30),
            transparent 45%
        );
}

.lux-hero__content {
    position: relative;
    z-index: 2;
    padding-block: 100px 120px;
}

.lux-hero .lux-kicker {
    color: #e7c69a;
}

.lux-hero h1 {
    max-width: 880px;
    margin: 0;
    color: #fff;
    font-size: clamp(62px, 8.4vw, 118px);
    line-height: .88;
    font-weight: 400;
    letter-spacing: -.055em;
}

.lux-hero h1 em {
    color: #e3b8b8;
    font-weight: 400;
}

.lux-hero__intro {
    max-width: 650px;
    margin: 32px 0 0;
    color: rgba(255, 255, 255, .83);
    font-size: clamp(17px, 1.6vw, 20px);
    line-height: 1.7;
}

.lux-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 35px;
}

.lux-btn {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 27px;
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .035em;
    transition:
        transform .2s ease,
        background .2s ease,
        border-color .2s ease,
        color .2s ease;
}

.lux-btn:hover {
    transform: translateY(-2px);
}

.lux-btn--primary {
    background: var(--lux-rose);
    color: #fff;
}

.lux-btn--primary:hover {
    background: var(--lux-rose-dark);
    color: #fff;
}

.lux-btn--glass {
    border-color: rgba(255,255,255,.45);
    background: rgba(255,255,255,.08);
    color: #fff;
    backdrop-filter: blur(10px);
}

.lux-btn--glass:hover {
    background: #fff;
    color: var(--lux-ink);
}

.lux-btn--dark {
    background: var(--lux-ink);
    color: #fff;
}

.lux-btn--light {
    background: var(--lux-ivory);
    color: var(--lux-ink);
}

.lux-hero__signature {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 58px;
    color: rgba(255,255,255,.68);
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.lux-hero__signature span {
    width: 54px;
    height: 1px;
    background: var(--lux-gold);
}

.lux-scroll-cue {
    position: absolute;
    z-index: 3;
    right: 34px;
    bottom: 32px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: rgba(255,255,255,.68);
    font-size: 10px;
    letter-spacing: .16em;
    text-decoration: none;
    text-transform: uppercase;
    transform: rotate(-90deg) translateX(100%);
    transform-origin: right bottom;
}

.lux-scroll-cue span {
    width: 38px;
    height: 1px;
    background: rgba(255,255,255,.55);
}


/* -----------------------------------------------------
   SEARCH
----------------------------------------------------- */

.lux-search-wrap {
    position: relative;
    z-index: 10;
    margin-top: -48px;
}

.lux-search {
    display: grid;
    grid-template-columns:
        1.25fr
        .8fr
        1fr
        .65fr
        auto;
    align-items: stretch;
    background: #fff;
    box-shadow: var(--lux-shadow);
}

.lux-search__intro {
    padding: 22px 26px;
    background: var(--lux-ink);
    color: #fff;
}

.lux-search__intro span,
.lux-search label > span {
    display: block;
    margin-bottom: 8px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.lux-search__intro span {
    color: #d8b483;
}

.lux-search__intro strong {
    display: block;
    font-family: Georgia, serif;
    font-size: 18px;
    font-weight: 400;
}

.lux-search label {
    min-width: 0;
    padding: 19px 22px;
    border-right: 1px solid var(--lux-line);
}

.lux-search label > span {
    color: var(--lux-muted);
}

.lux-search input,
.lux-search select {
    width: 100%;
    height: 26px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--lux-ink);
    font-size: 14px;
}

.lux-search button {
    min-width: 118px;
    border: 0;
    background: var(--lux-rose);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    transition: background .2s ease;
}

.lux-search button:hover {
    background: var(--lux-rose-dark);
}


/* -----------------------------------------------------
   DISCOVERY
----------------------------------------------------- */

.lux-discover {
    padding-top: 125px;
}

.lux-discover-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    min-height: 520px;
}

.lux-discover-card {
    position: relative;
    min-height: 510px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

.lux-discover-card:nth-child(even) {
    transform: translateY(25px);
}

.lux-discover-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.lux-discover-card__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            0deg,
            rgba(18, 14, 12, .78),
            rgba(18, 14, 12, .08) 65%
        );
    transition: background .4s ease;
}

.lux-discover-card__content {
    position: absolute;
    z-index: 2;
    inset: auto 25px 27px;
}

.lux-discover-card__content > span {
    color: #e7c69a;
    font-size: 10px;
    letter-spacing: .16em;
}

.lux-discover-card h3 {
    margin: 9px 0 5px;
    color: #fff;
    font-size: 41px;
    font-weight: 400;
}

.lux-discover-card p {
    max-width: 230px;
    margin: 0;
    color: rgba(255,255,255,.76);
    line-height: 1.55;
}

.lux-discover-card b {
    display: block;
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: .04em;
}

.lux-discover-card:hover img {
    transform: scale(1.075);
}

.lux-discover-card:hover .lux-discover-card__shade {
    background:
        linear-gradient(
            0deg,
            rgba(117, 69, 71, .88),
            rgba(18,14,12,.12) 70%
        );
}


/* -----------------------------------------------------
   FEATURED PROPERTIES
----------------------------------------------------- */

.lux-featured {
    margin-top: 35px;
    background: #fff;
}

.lux-properties {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.lux-property {
    color: var(--lux-ink);
    text-decoration: none;
    transition: transform .3s ease;
}

.lux-property:hover {
    transform: translateY(-6px);
}

.lux-property__image {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--lux-ivory-deep);
}

.lux-property__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s ease;
}

.lux-property:hover .lux-property__image img {
    transform: scale(1.045);
}

.lux-property__ref {
    position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 8px 11px;
    background: rgba(37,33,31,.82);
    color: #fff;
    font-size: 10px;
    letter-spacing: .08em;
    backdrop-filter: blur(8px);
}

.lux-property__body {
    padding: 22px 4px 15px;
}

.lux-property__price {
    margin-bottom: 7px;
    color: var(--lux-rose-dark);
    font-weight: 800;
}

.lux-property h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 400;
}

.lux-property__location {
    margin: 8px 0 0;
    color: var(--lux-muted);
}

.lux-property__meta {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 19px;
    padding-top: 15px;
    border-top: 1px solid var(--lux-line);
    color: var(--lux-muted);
    font-size: 11px;
}

.lux-property__meta span b {
    color: var(--lux-ink);
}

.lux-property__open {
    margin-left: auto;
    color: var(--lux-ink) !important;
    font-weight: 700;
}


/* -----------------------------------------------------
   EMPTY FEATURED STATE
----------------------------------------------------- */

.lux-coming-soon {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    min-height: 510px;
    background: var(--lux-ivory);
}

.lux-coming-soon__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    overflow: hidden;
}

.lux-coming-soon__images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lux-coming-soon__images img:first-child {
    grid-row: span 2;
}

.lux-coming-soon__copy {
    align-self: center;
    padding: 55px;
}

.lux-coming-soon__copy h3 {
    margin: 0;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.03;
    font-weight: 400;
}

.lux-coming-soon__copy p {
    margin: 23px 0 0;
    color: var(--lux-muted);
    line-height: 1.8;
}


/* -----------------------------------------------------
   EDITORIAL
----------------------------------------------------- */

.lux-editorial {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    background: var(--lux-ivory-deep);
}

.lux-editorial__image {
    min-height: 720px;
}

.lux-editorial__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lux-editorial__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:
        clamp(55px, 8vw, 125px)
        clamp(45px, 7vw, 110px);
}

.lux-editorial__lead {
    max-width: 560px;
    margin: 31px 0 15px;
    color: var(--lux-ink-soft);
    font-family: Georgia, serif;
    font-size: 22px;
    line-height: 1.55;
}

.lux-editorial__copy > p:not(.lux-editorial__lead) {
    max-width: 570px;
    color: var(--lux-muted);
    line-height: 1.85;
}

.lux-signature {
    display: flex;
    flex-direction: column;
    margin: 27px 0;
}

.lux-signature strong {
    font-size: 23px;
    font-style: italic;
    font-weight: 400;
}

.lux-signature span {
    margin-top: 3px;
    color: var(--lux-muted);
    font-size: 11px;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.lux-text-link {
    color: var(--lux-ink);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.lux-text-link:hover {
    color: var(--lux-rose-dark);
}


/* -----------------------------------------------------
   VALUES
----------------------------------------------------- */

.lux-values {
    padding: 76px 0;
    background: var(--lux-ink);
    color: #fff;
}

.lux-values .lux-shell {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.lux-value {
    padding: 17px 42px;
    border-right: 1px solid rgba(255,255,255,.12);
}

.lux-value:first-child {
    padding-left: 0;
}

.lux-value:last-child {
    border-right: 0;
}

.lux-value > span {
    color: var(--lux-gold);
    font-size: 10px;
    letter-spacing: .16em;
}

.lux-value h3 {
    margin: 16px 0 11px;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
}

.lux-value p {
    max-width: 300px;
    margin: 0;
    color: rgba(255,255,255,.64);
    line-height: 1.7;
}


/* -----------------------------------------------------
   VALUATION CTA
----------------------------------------------------- */

.lux-valuation {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.lux-valuation__media {
    position: absolute;
    inset: 0;
    background:
        url("/assets/luxury-v111/invest.jpg")
        center / cover no-repeat;
}

.lux-valuation__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(31,24,21,.84),
            rgba(31,24,21,.50) 52%,
            rgba(31,24,21,.09)
        );
}

.lux-valuation__content {
    position: relative;
    z-index: 2;
}

.lux-valuation .lux-eyebrow {
    color: #e7c69a;
}

.lux-valuation h2 {
    color: #fff;
}

.lux-valuation h2 em {
    color: #e3b8b8;
}

.lux-valuation p {
    max-width: 560px;
    margin: 26px 0 0;
    color: rgba(255,255,255,.78);
    font-size: 17px;
    line-height: 1.75;
}


/* -----------------------------------------------------
   CONTACT
----------------------------------------------------- */

.lux-contact-strip {
    padding: 80px 0;
    background: var(--lux-rose);
    color: #fff;
}

.lux-contact-strip .lux-shell {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 65px;
    align-items: center;
}

.lux-contact-strip .lux-eyebrow {
    color: rgba(255,255,255,.72);
}

.lux-contact-strip h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(39px, 4vw, 58px);
    font-weight: 400;
}

.lux-contact-strip__links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.lux-contact-strip__links a {
    padding: 22px;
    border-left: 1px solid rgba(255,255,255,.30);
    color: #fff;
    text-decoration: none;
    word-break: break-word;
}

.lux-contact-strip__links span {
    display: block;
    margin-bottom: 7px;
    color: rgba(255,255,255,.67);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}


/* -----------------------------------------------------
   FLOATING CTA
----------------------------------------------------- */

.lux-whatsapp {
    position: fixed;
    z-index: 1100;
    right: 22px;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 17px;
    border-radius: 50px;
    background: #1f8f59;
    color: #fff;
    box-shadow: 0 12px 35px rgba(0,0,0,.18);
    font-size: 12px;
    text-decoration: none;
    transition: transform .2s ease;
}

.lux-whatsapp:hover {
    transform: translateY(-3px);
    color: #fff;
}

.lux-whatsapp > span {
    font-size: 20px;
}

.lux-floating-valuation {
    position: fixed;
    z-index: 1050;
    right: 0;
    top: 50%;
    padding: 13px 19px;
    background: var(--lux-ink);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
    transform: rotate(-90deg) translateY(-100%);
    transform-origin: top right;
}

.lux-floating-valuation:hover {
    background: var(--lux-rose-dark);
    color: #fff;
}


/* -----------------------------------------------------
   FOOTER
----------------------------------------------------- */

body > footer,
.site-footer {
    background: #181513 !important;
    color: rgba(255,255,255,.65);
}

footer a {
    color: rgba(255,255,255,.78);
}

footer a:hover {
    color: #e3b8b8;
}


/* -----------------------------------------------------
   REVEAL ANIMATION
----------------------------------------------------- */

.js-lux .lux-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity .7s ease,
        transform .7s cubic-bezier(.2,.7,.2,1);
}

.js-lux .lux-reveal.lux-visible {
    opacity: 1;
    transform: none;
}


/* -----------------------------------------------------
   MOBILE
----------------------------------------------------- */

@media (max-width: 1050px) {

    .lux-search {
        grid-template-columns: 1fr 1fr;
    }

    .lux-search__intro {
        grid-column: span 2;
    }

    .lux-search button {
        min-height: 62px;
    }

    .lux-discover-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3px;
    }

    .lux-discover-card:nth-child(even) {
        transform: none;
    }

    .lux-properties {
        grid-template-columns: 1fr 1fr;
    }

    .lux-editorial {
        grid-template-columns: 1fr;
    }

    .lux-editorial__image {
        min-height: 560px;
    }

    .lux-contact-strip .lux-shell {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 760px) {

    .lux-shell {
        width: min(calc(100% - 30px), var(--lux-shell));
    }

    .lux-section {
        padding: 78px 0;
    }

    .lux-section-head {
        grid-template-columns: 1fr;
        gap: 27px;
        margin-bottom: 39px;
    }

    .lux-hero {
        min-height: 790px;
    }

    .lux-hero__media {
        background-position: 59% center;
    }

    .lux-hero__shade {
        background:
            linear-gradient(
                0deg,
                rgba(20,16,14,.88),
                rgba(20,16,14,.20) 75%
            );
    }

    .lux-hero__content {
        align-self: end;
        padding-block: 230px 100px;
    }

    .lux-hero h1 {
        font-size: clamp(52px, 16vw, 78px);
    }

    .lux-hero__intro {
        font-size: 16px;
    }

    .lux-scroll-cue {
        display: none;
    }

    .lux-search-wrap {
        margin-top: -32px;
    }

    .lux-search {
        grid-template-columns: 1fr;
    }

    .lux-search__intro {
        grid-column: auto;
    }

    .lux-search label {
        border-right: 0;
        border-bottom: 1px solid var(--lux-line);
    }

    .lux-search button {
        min-height: 58px;
    }

    .lux-discover {
        padding-top: 90px;
    }

    .lux-discover-grid {
        display: flex;
        gap: 10px;
        margin-right: -15px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .lux-discover-grid::-webkit-scrollbar {
        display: none;
    }

    .lux-discover-card {
        flex: 0 0 82vw;
        min-height: 480px;
        scroll-snap-align: start;
    }

    .lux-properties {
        grid-template-columns: 1fr;
    }

    .lux-coming-soon {
        grid-template-columns: 1fr;
    }

    .lux-coming-soon__images {
        min-height: 410px;
    }

    .lux-coming-soon__copy {
        padding: 42px 27px;
    }

    .lux-editorial__image {
        min-height: 430px;
    }

    .lux-editorial__copy {
        padding: 65px 25px;
    }

    .lux-values {
        padding: 60px 0;
    }

    .lux-values .lux-shell {
        grid-template-columns: 1fr;
    }

    .lux-value,
    .lux-value:first-child {
        padding: 25px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .lux-value:last-child {
        border-bottom: 0;
    }

    .lux-valuation {
        min-height: 620px;
    }

    .lux-valuation__overlay {
        background: rgba(31,24,21,.70);
    }

    .lux-contact-strip {
        padding: 65px 0;
    }

    .lux-contact-strip__links {
        grid-template-columns: 1fr;
    }

    .lux-contact-strip__links a {
        padding: 16px 0;
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.27);
    }

    .lux-floating-valuation {
        display: none;
    }

    .lux-whatsapp {
        right: 15px;
        bottom: 15px;
    }

    .lux-nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    header nav.lux-mobile-nav {
        display: none;
    }

    header nav.lux-mobile-nav.lux-open {
        position: absolute;
        display: flex;
        flex-direction: column;
        inset: 100% 0 auto;
        gap: 0;
        padding: 16px 24px 24px;
        background: var(--lux-ivory);
        box-shadow: 0 20px 35px rgba(0,0,0,.10);
    }

    header nav.lux-mobile-nav.lux-open a {
        padding: 13px 0;
        border-bottom: 1px solid var(--lux-line);
    }
}


@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }

    .js-lux .lux-reveal {
        opacity: 1;
        transform: none;
    }
}

/* =====================================================
   v1.1.1-r2
   Existing native mobile-navigation integration
===================================================== */

@media (max-width: 760px) {

    .site-header {
        position: sticky;
        top: 0;
        z-index: 1200;
    }

    .site-header .menu-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        width: 44px;
        height: 44px;

        border: 0;
        background: transparent;
        color: var(--lux-ink);

        font-size: 23px;
        cursor: pointer;
    }

    .site-header nav {
        transition:
            opacity .2s ease,
            transform .2s ease;
    }

    body.nav-open {
        overflow: hidden;
    }

    body.nav-open .site-header nav {
        max-height:
            calc(100vh - 72px);

        overflow-y: auto;

        background:
            var(--lux-ivory);
    }

    body.nav-open .site-header nav a {
        font-size: 16px;
    }
}


/* Never display the abandoned second-menu control. */

.lux-nav-toggle {
    display: none !important;
}


/* =====================================================
   SHIREEN M PROPERTY v1.1.1-r3
   FINAL LUXURY POLISH
===================================================== */


/* -----------------------------------------------------
   ACCESSIBILITY
----------------------------------------------------- */

.lux-skip-link {
    position: fixed;
    z-index: 99999;
    top: 12px;
    left: 12px;

    padding: 10px 14px;

    background: #fff;
    color: #25211f;

    text-decoration: none;

    transform: translateY(-160%);
}

.lux-skip-link:focus {
    transform: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(200,169,107,.82);
    outline-offset: 3px;
}


/* -----------------------------------------------------
   SMART LUXURY HEADER
----------------------------------------------------- */

.site-header {
    width: 100%;

    min-height: 80px;

    display: flex;
    align-items: center;

    padding:
        0
        max(
            4.2vw,
            28px
        );

    background: rgba(247,243,238,.97);

    border-bottom:
        1px solid rgba(37,33,31,.08);

    transition:
        min-height .28s ease,
        padding .28s ease,
        background .32s ease,
        box-shadow .32s ease,
        backdrop-filter .32s ease;

    box-sizing: border-box;
}


.lux-home .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    background:
        linear-gradient(
            180deg,
            rgba(22,18,16,.42),
            rgba(22,18,16,.08),
            transparent
        );

    border-bottom-color:
        transparent;
}


.lux-home .site-header:not(.lux-scrolled) {
    color: #fff;
}


.lux-home .site-header.lux-scrolled,
.lux-inner .site-header {
    min-height: 72px;

    background:
        rgba(247,243,238,.94);

    box-shadow:
        0 8px 30px rgba(37,33,31,.07);

    border-bottom-color:
        rgba(37,33,31,.08);

    backdrop-filter:
        blur(16px);
}


.site-header .brand {
    display: flex;
    align-items: center;
    gap: 12px;

    color: var(--lux-ink);
    text-decoration: none;
}


.lux-home
.site-header:not(.lux-scrolled)
.brand {
    color: #fff;
}


.site-header .brand-mark {
    width: 44px;
    height: 44px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 auto;

    border-radius: 50%;

    background:
        var(--lux-rose);

    border:
        1px solid
        rgba(231,198,154,.86);

    color: #fff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 15px;

    box-shadow:
        0 8px 22px
        rgba(87,51,51,.16);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.site-header .brand:hover .brand-mark {
    transform:
        translateY(-1px)
        rotate(-3deg);

    box-shadow:
        0 11px 25px
        rgba(87,51,51,.22);
}


.site-header .brand-copy {
    display: flex;
    flex-direction: column;
}


.site-header .brand-copy b {
    font-size: 19px;
    line-height: 1.05;
    letter-spacing: -.02em;
}


.site-header .brand-copy small {
    margin-top: 4px;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: .26em;

    opacity: .68;
}


.site-header nav {
    margin-left: auto;

    display: flex;
    align-items: center;

    gap: clamp(
        19px,
        2vw,
        31px
    );
}


.site-header nav a {
    position: relative;

    color:
        var(--lux-ink);

    font-size: 13px;
    font-weight: 600;

    text-decoration: none;

    transition:
        color .2s ease,
        opacity .2s ease;
}


.lux-home
.site-header:not(.lux-scrolled)
nav > a:not(.nav-cta) {
    color: rgba(255,255,255,.95);
}


.site-header
nav > a:not(.nav-cta)::after {
    content: "";

    position: absolute;

    left: 50%;
    right: 50%;
    bottom: -8px;

    height: 1px;

    background:
        var(--lux-rose);

    transition:
        left .22s ease,
        right .22s ease;
}


.lux-home
.site-header:not(.lux-scrolled)
nav > a:not(.nav-cta)::after {
    background:
        #e7c69a;
}


.site-header
nav > a:not(.nav-cta):hover::after {
    left: 0;
    right: 0;
}


.site-header .nav-cta {
    min-height: 45px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 21px;

    background:
        var(--lux-rose);

    color: #fff !important;

    border:
        1px solid
        var(--lux-rose);

    border-radius: 3px;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}


.site-header .nav-cta:hover {
    background:
        var(--lux-rose-dark);

    border-color:
        var(--lux-rose-dark);

    transform:
        translateY(-1px);
}


/* Home hero now begins behind transparent header */

.lux-home .lux-hero {
    min-height:
        min(
            900px,
            100vh
        );
}


.lux-home .lux-hero__content {
    padding-top:
        165px;
}


/* Narrow hero copy for stronger editorial composition */

.lux-hero__intro {
    max-width: 610px;
}


/* -----------------------------------------------------
   SPACING REFINEMENT
----------------------------------------------------- */

.lux-discover {
    padding-top: 94px;
}


.lux-search-wrap {
    margin-bottom: 0;
}


/* -----------------------------------------------------
   DISCOVERY CARDS
----------------------------------------------------- */

.lux-discover-card {
    isolation: isolate;
}


.lux-discover-card::after {
    content: "";

    position: absolute;
    inset: 0;

    z-index: 1;

    border:
        1px solid
        rgba(255,255,255,.10);

    pointer-events: none;

    transition:
        border-color .3s ease;
}


.lux-discover-card:hover::after {
    border-color:
        rgba(231,198,154,.58);
}


.lux-discover-card__content {
    z-index: 3;
}


/* -----------------------------------------------------
   ABOUT SHIREEN
----------------------------------------------------- */

#about-shireen {
    scroll-margin-top: 90px;
}


/* -----------------------------------------------------
   VALUATION SIDE TAB
----------------------------------------------------- */

.lux-floating-valuation {
    background:
        var(--lux-rose-dark);

    color: #fff;

    border-radius:
        3px 3px 0 0;

    box-shadow:
        0 8px 28px
        rgba(67,34,35,.18);

    opacity: .94;

    transition:
        background .2s ease,
        padding .2s ease,
        opacity .2s ease;
}


.lux-floating-valuation:hover {
    background:
        var(--lux-rose);

    opacity: 1;
}


/* -----------------------------------------------------
   WHATSAPP
----------------------------------------------------- */

.lux-whatsapp {
    min-height: 46px;

    padding:
        0 15px;

    gap: 7px;

    font-size: 11px;

    border:
        1px solid
        rgba(255,255,255,.22);
}


.lux-whatsapp svg {
    display: block;
}


.lux-whatsapp b {
    font-weight: 800;
}


/* -----------------------------------------------------
   CENTRED PREMIUM FOOTER
----------------------------------------------------- */

.lux-site-footer {
    padding:
        78px
        20px
        34px !important;

    background:
        #171412 !important;

    color:
        rgba(255,255,255,.70);

    text-align:
        center;
}


.lux-footer-inner {
    width:
        min(
            100%,
            1030px
        );

    margin-inline: auto;
}


.lux-footer-brand {
    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    gap: 13px;

    color: #fff !important;

    text-decoration: none;
}


.lux-footer-mark {
    width: 51px;
    height: 51px;

    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    border-radius: 50%;

    background:
        var(--lux-rose);

    border:
        1px solid
        var(--lux-gold);

    color: #fff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 16px;
}


.lux-footer-brand > span:last-child {
    display: flex;
    flex-direction: column;

    text-align: left;
}


.lux-footer-brand strong {
    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 20px;
    font-weight: 400;
}


.lux-footer-brand small {
    margin-top: 5px;

    color:
        rgba(255,255,255,.48);

    font-size: 8px;

    font-weight: 800;

    letter-spacing: .20em;
}


.lux-footer-intro {
    max-width: 560px;

    margin:
        25px
        auto
        0;

    color:
        rgba(255,255,255,.56);

    font-size: 14px;

    line-height: 1.8;
}


.lux-footer-nav {
    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    gap:
        11px
        25px;

    margin-top: 32px;
}


.lux-footer-nav a {
    color:
        rgba(255,255,255,.78) !important;

    font-size: 12px;

    text-decoration: none;

    transition:
        color .2s ease;
}


.lux-footer-nav a:hover {
    color:
        #e3b8b8 !important;
}


.lux-footer-contact {
    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 27px;
}


.lux-footer-contact a {
    color:
        #fff !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 15px;

    text-decoration: none;
}


.lux-footer-contact span {
    color:
        var(--lux-gold);
}


.lux-footer-divider {
    width: 100%;

    height: 1px;

    margin:
        42px
        auto
        29px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(200,169,107,.42),
            rgba(183,119,121,.48),
            rgba(200,169,107,.42),
            transparent
        );
}


/* -----------------------------------------------------
   POWERED / DESIGNED BY MYinc
----------------------------------------------------- */

.lux-footer-credit {
    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    gap: 10px;

    color:
        rgba(255,255,255,.45);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .12em;

    text-transform: uppercase;
}


.myinc-neon-link {
    position: relative;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 76px;
    height: 31px;

    padding:
        0
        12px;

    overflow: hidden;

    background:
        rgba(255,255,255,.025);

    color:
        #fff !important;

    border:
        1px solid
        rgba(116,255,55,.24);

    border-radius: 3px;

    text-decoration: none;

    box-sizing: border-box;

    box-shadow:
        inset 0 0 16px
        rgba(112,255,55,.025);

    transition:
        background .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}


.myinc-neon-link:hover {
    background:
        rgba(116,255,55,.055);

    box-shadow:
        0 0 15px
        rgba(116,255,55,.09);

    transform:
        translateY(-1px);
}


.myinc-word {
    position: relative;

    z-index: 3;

    color: #fff;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: .035em;

    text-transform: none;
}


/*
   Four animated neon traces.
   Together they create the subtle "running rectangle"
   requested around MYinc.
*/

.myinc-edge {
    position: absolute;

    z-index: 2;

    display: block;

    background:
        linear-gradient(
            90deg,
            transparent,
            #71ff35,
            #b2ff75,
            transparent
        );

    filter:
        drop-shadow(
            0 0 3px
            rgba(113,255,53,.65)
        );

    pointer-events: none;
}


.edge-top,
.edge-bottom {
    width: 34px;
    height: 1px;

    animation:
        myincHorizontal
        2.8s
        linear
        infinite;
}


.edge-top {
    top: -1px;
    left: -34px;
}


.edge-bottom {
    right: -34px;
    bottom: -1px;

    animation-delay:
        1.4s;
}


.edge-left,
.edge-right {
    width: 1px;
    height: 18px;

    background:
        linear-gradient(
            180deg,
            transparent,
            #71ff35,
            #b2ff75,
            transparent
        );

    animation:
        myincVertical
        2.8s
        linear
        infinite;
}


.edge-right {
    top: -18px;
    right: -1px;

    animation-delay:
        .7s;
}


.edge-left {
    bottom: -18px;
    left: -1px;

    animation-delay:
        2.1s;
}


@keyframes myincHorizontal {

    0% {
        transform:
            translateX(0);
    }

    100% {
        transform:
            translateX(145px);
    }
}


@keyframes myincVertical {

    0% {
        transform:
            translateY(0);
    }

    100% {
        transform:
            translateY(72px);
    }
}


.lux-footer-copy {
    margin-top: 22px;

    color:
        rgba(255,255,255,.35);

    font-size: 10px;
}


/* -----------------------------------------------------
   TABLET
----------------------------------------------------- */

@media (max-width: 1050px) {

    .site-header {
        padding:
            0
            24px;
    }

    .site-header nav {
        gap: 17px;
    }

    .site-header nav a {
        font-size: 12px;
    }
}


/* -----------------------------------------------------
   MOBILE
----------------------------------------------------- */

@media (max-width: 760px) {

    .site-header,
    .lux-home .site-header {
        min-height: 68px;

        padding:
            0
            16px;

        background:
            rgba(247,243,238,.96);

        border-bottom:
            1px solid
            rgba(37,33,31,.08);

        box-shadow:
            0 5px 22px
            rgba(37,33,31,.06);

        backdrop-filter:
            blur(14px);
    }


    .lux-home
    .site-header:not(.lux-scrolled)
    .brand {
        color:
            var(--lux-ink);
    }


    .site-header .brand-mark {
        width: 39px;
        height: 39px;

        font-size: 13px;
    }


    .site-header .brand-copy b {
        font-size: 17px;
    }


    .site-header .menu-btn {
        margin-left: auto;

        color:
            var(--lux-ink);
    }


    .site-header nav {
        position: fixed;

        top: 68px;
        left: 0;
        right: 0;

        display: none;

        max-height:
            calc(100vh - 68px);

        overflow-y: auto;

        padding:
            18px
            24px
            28px;

        background:
            rgba(247,243,238,.985);

        box-shadow:
            0 18px 38px
            rgba(37,33,31,.12);

        backdrop-filter:
            blur(18px);
    }


    body.nav-open
    .site-header nav {
        display: flex;

        flex-direction: column;

        align-items: stretch;

        gap: 0;
    }


    .site-header nav a,
    .lux-home
    .site-header:not(.lux-scrolled)
    nav > a:not(.nav-cta) {

        padding:
            15px
            2px;

        border-bottom:
            1px solid
            var(--lux-line);

        color:
            var(--lux-ink);

        font-size: 15px;
    }


    .site-header
    nav > a:not(.nav-cta)::after {
        display: none;
    }


    .site-header .nav-cta {
        margin-top: 16px;

        border-bottom: 0;

        color: #fff !important;
    }


    .lux-home .lux-hero {
        min-height: 820px;
    }


    .lux-home .lux-hero__content {
        padding-top:
            180px;
    }


    .lux-discover {
        padding-top:
            74px;
    }


    .lux-site-footer {
        padding:
            62px
            19px
            28px !important;
    }


    .lux-footer-brand {
        flex-direction: column;

        gap: 12px;
    }


    .lux-footer-brand > span:last-child {
        text-align: center;
    }


    .lux-footer-nav {
        max-width: 330px;

        margin-inline: auto;
    }


    .lux-footer-contact {
        flex-direction: column;

        gap: 7px;
    }


    .lux-footer-contact > span {
        display: none;
    }


    .lux-footer-credit {
        flex-direction: column;
    }
}


/* -----------------------------------------------------
   REDUCED MOTION
----------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

    .myinc-edge {
        animation: none !important;
    }


    .myinc-neon-link {
        border-color:
            rgba(116,255,55,.55);

        box-shadow:
            0 0 9px
            rgba(116,255,55,.07);
    }
}



/* =====================================================
   SHIREEN M PROPERTY
   v1.1.1-r3.1 FOOTER HOTFIX
===================================================== */


/*
   Force override of legacy .site-footer grid/flex rules
   inherited from the original application stylesheet.
*/

.site-footer.lux-site-footer {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;

    padding:
        78px
        24px
        34px !important;

    background:
        #171412 !important;

    color:
        rgba(255,255,255,.70) !important;

    text-align:
        center !important;

    box-sizing:
        border-box !important;
}


.site-footer.lux-site-footer *,
.site-footer.lux-site-footer *::before,
.site-footer.lux-site-footer *::after {
    box-sizing:
        border-box;
}


.lux-site-footer
.lux-footer-inner {
    display: block !important;

    width:
        min(
            100%,
            960px
        ) !important;

    max-width:
        960px !important;

    margin:
        0 auto !important;

    padding:
        0 !important;

    text-align:
        center !important;
}


/* -----------------------------------------------------
   BRAND
----------------------------------------------------- */

.lux-footer-brand-block {
    display:
        flex !important;

    flex-direction:
        column !important;

    align-items:
        center !important;

    justify-content:
        center !important;

    width:
        100% !important;

    margin:
        0 auto !important;
}


.lux-footer-mark {
    width: 56px !important;
    height: 56px !important;

    display:
        inline-flex !important;

    align-items:
        center !important;

    justify-content:
        center !important;

    margin:
        0 auto !important;

    border:
        1px solid
        var(--lux-gold) !important;

    border-radius:
        50% !important;

    background:
        var(--lux-rose) !important;

    color:
        #fff !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif !important;

    font-size:
        17px !important;

    text-decoration:
        none !important;

    box-shadow:
        none !important;
}


.lux-footer-title {
    display:
        inline-block !important;

    margin-top:
        18px !important;

    color:
        #fff !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif !important;

    font-size:
        24px !important;

    font-weight:
        400 !important;

    line-height:
        1.2 !important;

    text-decoration:
        none !important;
}


.lux-footer-tagline {
    margin-top:
        7px !important;

    color:
        rgba(255,255,255,.45) !important;

    font-size:
        8px !important;

    font-weight:
        800 !important;

    letter-spacing:
        .22em !important;
}


.lux-footer-intro {
    display:
        block !important;

    max-width:
        560px !important;

    margin:
        25px auto 0 !important;

    padding:
        0 !important;

    color:
        rgba(255,255,255,.58) !important;

    font-size:
        14px !important;

    line-height:
        1.75 !important;

    text-align:
        center !important;
}


/* -----------------------------------------------------
   NAVIGATION
----------------------------------------------------- */

.lux-site-footer
.lux-footer-nav {
    display:
        flex !important;

    flex-direction:
        row !important;

    flex-wrap:
        wrap !important;

    align-items:
        center !important;

    justify-content:
        center !important;

    gap:
        12px
        26px !important;

    width:
        100% !important;

    margin:
        31px auto 0 !important;

    padding:
        0 !important;

    text-align:
        center !important;
}


.lux-site-footer
.lux-footer-nav a {
    display:
        inline-block !important;

    width:
        auto !important;

    margin:
        0 !important;

    padding:
        0 !important;

    color:
        rgba(255,255,255,.78) !important;

    border:
        0 !important;

    background:
        transparent !important;

    font-size:
        12px !important;

    line-height:
        1.5 !important;

    text-decoration:
        none !important;

    transition:
        color .2s ease !important;
}


.lux-site-footer
.lux-footer-nav a:hover {
    color:
        #e3b8b8 !important;
}


/* -----------------------------------------------------
   CONTACT
----------------------------------------------------- */

.lux-site-footer
.lux-footer-contact {
    display:
        flex !important;

    flex-direction:
        row !important;

    flex-wrap:
        wrap !important;

    align-items:
        center !important;

    justify-content:
        center !important;

    gap:
        10px !important;

    width:
        100% !important;

    margin:
        27px auto 0 !important;

    padding:
        0 !important;

    text-align:
        center !important;
}


.lux-site-footer
.lux-footer-contact a {
    display:
        inline-block !important;

    margin:
        0 !important;

    padding:
        0 !important;

    color:
        #fff !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif !important;

    font-size:
        15px !important;

    text-decoration:
        none !important;
}


.lux-footer-dot {
    color:
        var(--lux-gold) !important;
}


/* -----------------------------------------------------
   DIVIDER
----------------------------------------------------- */

.lux-footer-divider {
    width:
        min(
            100%,
            780px
        ) !important;

    height:
        1px !important;

    margin:
        40px auto 27px !important;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(200,169,107,.45),
            rgba(183,119,121,.45),
            rgba(200,169,107,.45),
            transparent
        ) !important;
}


/* -----------------------------------------------------
   MYinc CREDIT
----------------------------------------------------- */

.lux-site-footer
.lux-footer-credit {
    display:
        flex !important;

    flex-direction:
        row !important;

    flex-wrap:
        wrap !important;

    align-items:
        center !important;

    justify-content:
        center !important;

    gap:
        8px !important;

    width:
        100% !important;

    margin:
        0 auto !important;

    padding:
        0 !important;

    text-align:
        center !important;
}


.lux-footer-credit-label {
    color:
        rgba(255,255,255,.42) !important;

    font-size:
        9px !important;

    font-weight:
        700 !important;

    letter-spacing:
        .12em !important;

    text-transform:
        uppercase !important;
}


.myinc-credit-link {
    position:
        relative !important;

    display:
        inline-block !important;

    margin:
        0 !important;

    padding:
        3px 2px 5px !important;

    border:
        0 !important;

    background:
        transparent !important;

    color:
        #fff !important;

    box-shadow:
        none !important;

    font-size:
        13px !important;

    font-weight:
        800 !important;

    letter-spacing:
        .02em !important;

    line-height:
        1 !important;

    text-decoration:
        none !important;

    text-transform:
        none !important;
}


.myinc-credit-link:hover {
    color:
        #fff !important;
}


/*
   No rectangle.
   Just a restrained moving neon-green line below MYinc.
*/

.myinc-neon-line {
    position:
        absolute !important;

    left:
        0 !important;

    right:
        0 !important;

    bottom:
        0 !important;

    height:
        1px !important;

    overflow:
        hidden !important;

    background:
        rgba(112,255,55,.17) !important;
}


.myinc-neon-line::after {
    content:
        "" !important;

    position:
        absolute !important;

    top:
        0 !important;

    left:
        -45% !important;

    width:
        45% !important;

    height:
        1px !important;

    background:
        linear-gradient(
            90deg,
            transparent,
            #71ff35,
            #b4ff83,
            transparent
        ) !important;

    filter:
        drop-shadow(
            0 0 3px
            rgba(113,255,53,.75)
        ) !important;

    animation:
        myincUnderlineRun
        2.7s
        linear
        infinite !important;
}


@keyframes myincUnderlineRun {

    from {
        transform:
            translateX(0);
    }

    to {
        transform:
            translateX(320%);
    }
}


/* Hide the old r3 neon rectangle components */

.myinc-neon-link,
.myinc-edge,
.edge-top,
.edge-right,
.edge-bottom,
.edge-left {
    display:
        none !important;
}


/* -----------------------------------------------------
   COPYRIGHT
----------------------------------------------------- */

.lux-site-footer
.lux-footer-copy {
    display:
        block !important;

    width:
        100% !important;

    margin:
        22px auto 0 !important;

    padding:
        0 !important;

    color:
        rgba(255,255,255,.32) !important;

    font-size:
        10px !important;

    line-height:
        1.6 !important;

    text-align:
        center !important;
}


/* -----------------------------------------------------
   MOBILE
----------------------------------------------------- */

@media (max-width: 760px) {

    .site-footer.lux-site-footer {
        padding:
            58px
            20px
            28px !important;
    }


    .lux-footer-mark {
        width:
            52px !important;

        height:
            52px !important;
    }


    .lux-footer-title {
        font-size:
            22px !important;
    }


    .lux-footer-intro {
        max-width:
            310px !important;
    }


    .lux-site-footer
    .lux-footer-nav {
        max-width:
            330px !important;

        gap:
            11px
            20px !important;
    }


    .lux-site-footer
    .lux-footer-contact {
        flex-direction:
            column !important;

        gap:
            6px !important;
    }


    .lux-footer-dot {
        display:
            none !important;
    }


    .lux-site-footer
    .lux-footer-credit {
        flex-direction:
            column !important;

        gap:
            7px !important;
    }
}


/* -----------------------------------------------------
   REDUCED MOTION
----------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

    .myinc-neon-line::after {
        animation:
            none !important;

        left:
            25% !important;

        width:
            50% !important;
    }
}

