/* ============================================================
   AZUR VILLA PRESTIGE — css/location.css
   ============================================================ */

/* ══ HERO ══ */
.loc-hero {
    position: relative;
    height: 72vh;
    min-height: 500px;
    max-height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden
}

.loc-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0
}

.loc-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 45%;
    transform: scale(1.08);
    will-change: transform
}

.loc-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(12, 11, 9, .90) 0%, rgba(12, 11, 9, .58) 45%, rgba(12, 11, 9, .20) 100%)
}

.loc-hero-content {
    position: relative;
    z-index: 2;
    padding: 88px var(--pad) 48px;
    max-width: var(--maxw);
    margin: 0 auto;
    width: 100%
}

.loc-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 8.5px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .75);
    margin-bottom: 28px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .6)
}

.loc-breadcrumb a {
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
    transition: color .3s
}

.loc-breadcrumb a:hover {
    color: var(--sand)
}

.loc-breadcrumb span:last-child {
    color: #fff;
    font-weight: 400
}

.loc-breadcrumb span[aria-hidden] {
    color: rgba(255, 255, 255, .5);
    font-size: 11px
}

.loc-hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
    margin-bottom: 22px;
    opacity: 0
}

.loc-hero-h1 {
    font-family: var(--serif);
    font-size: clamp(40px, 5.5vw, 80px);
    font-weight: 300;
    line-height: 1.12;
    letter-spacing: -.02em;
    color: #fff;
    margin-bottom: 20px;
    max-width: 700px
}

.loc-h1-line {
    display: block;
    overflow: hidden;
    line-height: 1.18
}

.loc-h1-word {
    display: block;
    transform: translateY(110%);
    opacity: 0;
    will-change: transform, opacity
}

.loc-hero-h1 em {
    font-style: italic;
    color: var(--sand)
}

.loc-hero-sub {
    font-size: clamp(13px, 1.3vw, 15px);
    font-weight: 200;
    color: rgba(255, 255, 255, .58);
    line-height: 1.85;
    max-width: 540px;
    margin-bottom: 36px;
    opacity: 0
}

.loc-hero-stats {
    display: flex;
    align-items: center;
    gap: 0;
    opacity: 0
}

.lhs-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-right: 28px
}

.lhs-item:last-child {
    padding-right: 0
}

.lhs-n {
    font-family: var(--serif);
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 300;
    color: #fff;
    line-height: 1
}

.lhs-l {
    font-size: 8.5px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .45)
}

.lhs-sep {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, .15);
    flex-shrink: 0;
    margin: 0 28px 0 0
}

.loc-hero-scroll {
    position: absolute;
    right: var(--pad);
    bottom: 52px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    font-size: 7px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .25);
    writing-mode: vertical-rl
}

/* ══ FILTRES 2 LIGNES ══ */
.loc-filters {
    background: var(--white);
    border-bottom: 1px solid var(--borders);
    position: sticky;
    top: var(--nhs);
    z-index: 100;
    transition: box-shadow .3s
}

.loc-filters.shadow {
    box-shadow: 0 4px 24px rgba(76, 87, 96, .08)
}

.lf-row {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 var(--pad)
}

.lf-row--top {
    border-bottom: 1px solid rgba(215, 206, 178, .25)
}

.lf-row-inner {
    display: flex;
    align-items: center;
    gap: 0;
    height: 52px;
    flex-wrap: nowrap
}

.lf-cell {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    padding: 0 16px
}

.lf-cell:first-child {
    padding-left: 0
}

.lf-cell--right {
    margin-left: auto;
    padding-right: 0;
    gap: 10px
}

.lf-label {
    font-size: 7px;
    font-weight: 300;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--khaki);
    white-space: nowrap;
    flex-shrink: 0
}

.lf-vline {
    width: 1px;
    height: 24px;
    background: var(--borders);
    flex-shrink: 0
}

.lf-select-wrap {
    position: relative
}

.lf-select-wrap::after {
    content: '▾';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 9px;
    color: var(--khaki);
    pointer-events: none
}

.lf-select {
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    outline: none;
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 300;
    color: var(--iron);
    cursor: pointer;
    padding-right: 16px
}

.lf-stepper {
    display: flex;
    align-items: center;
    gap: 8px
}

.lf-step-btn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid var(--borders);
    background: none;
    color: var(--dim);
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    line-height: 1;
    flex-shrink: 0
}

.lf-step-btn:hover {
    border-color: var(--iron);
    color: var(--iron)
}

.lf-step-val {
    font-family: var(--serif);
    font-size: 17px;
    font-weight: 300;
    color: var(--iron);
    min-width: 20px;
    text-align: center
}

.lf-sort {
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    outline: none;
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 300;
    letter-spacing: .5px;
    color: var(--iron);
    cursor: pointer
}

.lf-count {
    font-size: 9px;
    color: var(--khaki);
    white-space: nowrap
}

.lf-count strong {
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 300;
    color: var(--iron);
    margin-right: 2px
}

.lf-apply {
    font-size: 7.5px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--white);
    background: var(--iron);
    border: 1px solid var(--iron);
    padding: 7px 16px;
    cursor: pointer;
    transition: opacity .25s;
    white-space: nowrap;
    flex-shrink: 0;
    min-height: 34px
}

.lf-apply:hover {
    opacity: .82
}

.lf-reset {
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--dim);
    border: 1px solid rgba(102, 99, 91, .35);
    padding: 7px 16px;
    background: none;
    cursor: pointer;
    transition: all .25s;
    white-space: nowrap;
    flex-shrink: 0;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center
}

.lf-reset:hover {
    color: var(--iron);
    border-color: var(--iron)
}

.lf-row--bottom .lf-row-inner {
    height: 42px;
    gap: 12px
}

.lf-pills {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    align-items: center
}

.lf-pill {
    font-size: 9px;
    font-weight: 300;
    letter-spacing: .8px;
    color: var(--khaki);
    border: 1px solid rgba(160, 158, 140, .3);
    padding: 4px 12px;
    cursor: pointer;
    background: none;
    transition: all .2s;
    white-space: nowrap;
    flex-shrink: 0
}

.lf-pill:hover {
    color: var(--iron);
    border-color: rgba(76, 87, 96, .4)
}

.lf-pill.on {
    background: var(--iron);
    color: var(--white);
    border-color: var(--iron)
}

/* ══ LAYOUT PRINCIPAL ══ */
.loc-main {
    background: var(--cream);
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 0;
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 64px var(--pad) 96px;
    align-items: start;
    column-gap: 56px
}

.loc-catalogue {
    min-height: 0
}

/* ══ MESSAGE VIDE ══ */
.loc-empty {
    display: none;
    text-align: center;
    padding: 80px 20px;
    background: var(--white);
    border: 1px solid var(--borders);
    margin-bottom: 3px
}

.loc-empty[hidden] {
    display: none !important
}

.loc-empty:not([hidden]) {
    display: block
}

.loc-empty p {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 300;
    color: var(--khaki);
    margin-bottom: 8px
}

.loc-empty span {
    font-size: 13px;
    color: var(--dim)
}

.loc-empty-reset {
    color: var(--iron);
    background: none;
    border: none;
    border-bottom: 1px solid var(--iron);
    padding: 0;
    cursor: pointer;
    font: inherit
}

/* ══ CARTES VILLAS ══ */
.lc-card {
    display: grid;
    grid-template-columns: 440px 1fr;
    background: var(--white);
    border: 1px solid var(--borders);
    margin-bottom: 3px;
    overflow: hidden;
    transition: box-shadow .5s cubic-bezier(.16, 1, .3, 1);
    opacity: 1;
    transform: none
}

.lc-card:hover {
    box-shadow: 0 12px 48px rgba(76, 87, 96, .1);
    z-index: 1;
    position: relative
}

.lc-card.hidden {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important
}

.lcc-photo-wrap {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden
}

.lcc-photo {
    position: relative;
    height: 100%;
    min-height: 360px;
    overflow: hidden;
    opacity: 1;
    clip-path: none
}

.lcc-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    will-change: transform;
    transition: transform 1.4s cubic-bezier(.16, 1, .3, 1), filter .9s ease;
    filter: brightness(1);
    opacity: 1
}

.lc-card:hover .lcc-img {
    transform: scale(1.04);
    filter: brightness(1.15) saturate(1.05)
}

.lcc-photo-ov {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(12, 11, 9, .90) 0%, rgba(12, 11, 9, .58) 45%, rgba(12, 11, 9, .20) 100%);
    transition: opacity .6s
}

.lc-card:hover .lcc-photo-ov {
    opacity: 0
}

.lcc-photo-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, .06) 0%, transparent 50%);
    opacity: 0;
    transition: opacity .5s
}

.lc-card:hover .lcc-photo-shine {
    opacity: 1
}

.lcc-photo-meta {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 14px 16px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 2
}

.lcc-badge {
    font-size: 7px;
    font-weight: 300;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .88);
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 3px 9px;
    background: rgba(12, 11, 9, .32);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px)
}

.lcc-zone-tag {
    font-size: 8px;
    font-weight: 300;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .55)
}

.lcc-body {
    padding: 32px 30px 26px;
    display: flex;
    flex-direction: column;
    gap: 0
}

.lcc-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 8px
}

.lcc-zone {
    display: block;
    font-size: 8.5px;
    font-weight: 300;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--dim);
    margin-bottom: 6px
}

.lcc-name {
    font-family: var(--serif);
    font-size: clamp(22px, 2.2vw, 30px);
    font-weight: 300;
    color: var(--iron);
    line-height: 1.08;
    margin-bottom: 0
}

.lcc-name a {
    color: inherit;
    text-decoration: none;
    transition: color .3s
}

.lcc-name a:hover {
    color: var(--khaki)
}

.lcc-fav {
    font-size: 16px;
    color: var(--khaki);
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    transition: color .3s, transform .3s;
    flex-shrink: 0;
    line-height: 1
}

.lcc-fav:hover {
    color: var(--iron);
    transform: scale(1.15)
}

.lcc-fav.on {
    color: #c0392b
}

.lcc-desc {
    font-size: 13px;
    font-weight: 300;
    color: var(--dim);
    line-height: 1.82;
    margin: 14px 0 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.lcc-specs {
    display: flex;
    align-items: stretch;
    padding: 16px 0;
    border-top: 1px solid var(--borders);
    border-bottom: 1px solid var(--borders);
    margin-bottom: 16px
}

.lcc-spec {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    flex: 1;
    padding: 0 8px;
    border-right: 1px solid var(--borders)
}

.lcc-spec:first-child {
    padding-left: 0
}

.lcc-spec:last-child {
    border-right: none
}

.lcc-spec-n {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 300;
    color: var(--iron);
    line-height: 1
}

.lcc-spec-l {
    font-size: 7.5px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--dim);
    white-space: nowrap
}

.lcc-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 22px
}

.lcc-am {
    font-size: 9px;
    font-weight: 300;
    letter-spacing: .5px;
    color: var(--dim);
    border: 1px solid var(--borders);
    padding: 3px 10px
}

.lcc-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto
}

.lcc-cta {
    flex: 1;
    background: var(--iron);
    color: var(--white);
    border: none;
    padding: 13px 18px;
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: opacity .3s, transform .3s var(--ease), gap .35s
}

.lcc-cta:hover {
    opacity: .85;
    transform: translateY(-1px);
    gap: 14px
}

.lcc-broch {
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--dim);
    border: 1px solid var(--borders);
    padding: 13px 16px;
    background: none;
    cursor: pointer;
    transition: all .25s;
    white-space: nowrap
}

.lcc-broch:hover {
    border-color: var(--iron);
    color: var(--iron)
}

/* ══ SIDEBAR ══ */
.loc-aside {
    position: sticky;
    top: calc(var(--nhs) + 66px + 24px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-self: start
}

.la-card {
    background: var(--white);
    border: 1px solid var(--borders);
    padding: 28px
}

.la-title {
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 300;
    color: var(--iron);
    margin-bottom: 8px;
    margin-top: 12px
}

.la-card>p {
    font-size: 12.5px;
    font-weight: 300;
    color: var(--dim);
    line-height: 1.75;
    margin-bottom: 18px
}

.la-tels {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 14px;
    border-top: 1px solid var(--borders)
}

.la-tel {
    font-size: 11px;
    color: var(--dim);
    transition: color .3s
}

.la-tel:hover {
    color: var(--iron)
}

.la-hrs {
    font-size: 8.5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--dim);
    margin-top: 10px;
    display: block
}

.la-guarantees {
    background: var(--cream2);
    border: 1px solid var(--borders);
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.la-gua {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 12px;
    font-weight: 300;
    color: var(--dim)
}

.la-gua-ico {
    color: var(--sand2);
    flex-shrink: 0;
    margin-top: 1px
}

.la-review {
    background: var(--cream);
    border: 1px solid var(--borders);
    padding: 20px 24px;
    margin: 0
}

.la-stars {
    color: var(--sand2);
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    display: block
}

.la-review-text {
    font-family: var(--serif);
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    color: var(--iron);
    line-height: 1.65;
    margin-bottom: 10px
}

.la-review-author {
    font-size: 8.5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--khaki);
    display: block
}

/* ══ CTA PROPRIÉTAIRES ══ */
.loc-owners {
    background: var(--iron);
    padding: 88px 0;
    text-align: center;
    position: relative;
    overflow: hidden
}

.loc-owners::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(215, 206, 178, .07) 0%, transparent 65%)
}

.loc-owners-inner {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 var(--pad)
}

.loc-owners h2 {
    color: #fff;
    margin-bottom: 14px
}

.loc-owners h2 em {
    color: var(--sand)
}

.loc-owners p {
    font-size: 14px;
    font-weight: 200;
    color: rgba(255, 255, 255, .55);
    line-height: 1.85;
    margin-bottom: 32px
}

.loc-owners-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 44px
}

.loc-owners-kpi {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding-top: 36px;
    border-top: 1px solid rgba(215, 206, 178, .2)
}

.lok-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 36px
}

.lok-n {
    font-family: var(--serif);
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 300;
    color: #fff;
    line-height: 1
}

.lok-l {
    font-size: 8.5px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .35)
}

.lok-sep {
    width: 1px;
    height: 44px;
    background: rgba(215, 206, 178, .2);
    flex-shrink: 0
}

/* ══ MISC ══ */
.fn-col-title {
    font-size: 7.5px;
    font-weight: 400;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: var(--khaki);
    margin-bottom: 4px
}

.nav-link--active {
    color: var(--iron) !important;
    font-weight: 400 !important;
    border-bottom: 1.5px solid var(--iron);
    padding-bottom: 2px
}

.sticky-mob {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 850;
    display: none;
    grid-template-columns: 1fr 1fr;
    background: var(--white);
    border-top: 1px solid var(--borders);
    box-shadow: 0 -4px 24px rgba(76, 87, 96, .10)
}

.sm-wa {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px;
    background: var(--iron);
    color: var(--white);
    font-size: 8.5px;
    font-weight: 300;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .3s
}

.sm-wa:hover {
    background: var(--dim)
}

.sm-villas {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    font-size: 8.5px;
    font-weight: 300;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--iron);
    border-left: 1px solid var(--borders);
    background: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
    cursor: pointer;
    transition: background .3s
}

.sm-villas:hover {
    background: var(--cream)
}

/* ══ RESPONSIVE FILTRES ══ */
@media(max-width:900px) {
    .lf-cell {
        padding: 0 10px
    }

    .lf-cell--right {
        gap: 8px
    }

    .lf-count {
        display: none
    }
}

@media(max-width:600px) {
    .lf-row-inner {
        height: auto;
        flex-wrap: wrap;
        padding: 10px 0;
        gap: 10px
    }

    .lf-vline {
        display: none
    }

    .lf-cell {
        padding: 0
    }

    .lf-cell--right {
        width: 100%;
        justify-content: flex-end
    }

    .lf-row--bottom .lf-row-inner {
        height: auto
    }

    .lf-pills {
        flex-wrap: wrap;
        gap: 5px
    }
}

/* ══ RESPONSIVE ══ */
@media(max-width:1100px) {
    .loc-main {
        grid-template-columns: 1fr;
        gap: 0;
        padding-top: 52px
    }

    .loc-aside {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        margin-top: 48px
    }

    .la-review {
        grid-column: span 2
    }

    .lc-card {
        grid-template-columns: 360px 1fr
    }
}

@media(max-width:768px) {
    .loc-hero {
        height: 60vh;
        min-height: 400px
    }

    .loc-hero-content {
        padding: 100px var(--pad) 60px
    }

    .loc-hero-h1 {
        font-size: clamp(30px, 9vw, 46px)
    }

    .loc-hero-sub {
        font-size: 13px;
        margin-bottom: 24px
    }

    .loc-hero-scroll {
        display: none
    }

    .loc-hero-stats {
        flex-wrap: wrap;
        gap: 16px
    }

    .lhs-sep {
        display: none
    }

    .lhs-item {
        padding-right: 0
    }

    .lc-card {
        grid-template-columns: 1fr
    }

    .lcc-photo {
        min-height: 260px
    }

    .lcc-body {
        padding: 22px 20px 20px
    }

    .lcc-desc {
        -webkit-line-clamp: 4
    }

    .lcc-actions {
        flex-wrap: wrap
    }

    .lcc-cta {
        min-width: 100%
    }

    .loc-aside {
        grid-template-columns: 1fr
    }

    .la-review {
        grid-column: auto
    }

    .loc-owners-kpi {
        flex-direction: column;
        gap: 24px
    }

    .lok-sep {
        width: 44px;
        height: 1px
    }

    .lok-item {
        padding: 0
    }

    .loc-breadcrumb {
        font-size: 8px;
        letter-spacing: 2px;
        margin-bottom: 20px
    }
}

@media(max-width:480px) {
    .lcc-specs {
        flex-wrap: wrap
    }

    .lcc-spec {
        min-width: 45%;
        border-right: none;
        padding: 8px 0;
        border-bottom: 1px solid var(--borders)
    }

    .lcc-spec:last-child {
        border-bottom: none
    }

    .loc-owners-btns {
        flex-direction: column
    }
}

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

    .lcc-img,
    .loc-hero-img,
    .lcc-photo-ov,
    .lcc-photo-shine {
        transition: none !important
    }

    .loc-h1-word,
    .loc-hero-eyebrow,
    .loc-hero-sub,
    .loc-hero-stats {
        opacity: 1 !important;
        transform: none !important
    }
}