/* =============================================================
   SEO Location Page — "Maison Rouge"
   Palette: #C62828 red  ·  #111111 ink  ·  #FFFFFF white
   ============================================================= */

:root {
    --r:       #C62828;
    --r-dk:    #B71C1C;
    --r-lite:  #FFEBEE;
    --ink:     #111111;
    --body:    #3a3a3a;
    --muted:   #888;
    --line:    #E5E5E5;
    --hero-bg: #F8F5F1;
}

/* ── Hero ─────────────────────────────────────────────── */

.slp-hero {
    background: var(--hero-bg);
    border-bottom: 1px solid #E2DDD7;
    position: relative;
    overflow: hidden;
}

.slp-hero::after {
    content: '';
    position: absolute;
    top: -160px;
    right: -160px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(198,40,40,.06) 0%, transparent 65%);
    pointer-events: none;
}

.slp-hero .containerr {
    padding-top: 0;
    padding-bottom: 52px;
    position: relative;
    z-index: 1;
}

/* Breadcrumb */
.slp-crumbs {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 22px 0 32px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.slp-crumbs a {
    color: #aaa;
    text-decoration: none;
    transition: color .2s;
}

.slp-crumbs a:hover { color: var(--r); }

.slp-crumbs svg { color: #ccc; flex-shrink: 0; }

.slp-crumbs span {
    color: var(--r);
    font-weight: 700;
}

/* H1 */
.slp-h1 {
    font-size: clamp(26px, 5vw, 56px);
    font-weight: 900;
    color: var(--ink);
    line-height: 1.06;
    letter-spacing: -1.8px;
    margin: 0;
    max-width: 860px;
}

/* KPI strip */
.slp-kpi {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    margin-top: 40px;
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 32px;
}

.slp-kpi-item {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-right: 44px;
    margin-right: 44px;
    border-right: 1px solid rgba(0,0,0,.1);
}

.slp-kpi-item:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.slp-kpi-item strong {
    font-size: clamp(24px, 4vw, 44px);
    font-weight: 900;
    color: var(--r);
    letter-spacing: -1.5px;
    line-height: 1;
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.slp-kpi-item strong em {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
}

.slp-kpi-item span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-weight: 700;
    color: #999;
}

/* ── Body ────────────────────────────────────────────── */

.slp-body {
    padding-top: 60px;
    padding-bottom: 80px;
}

/* ── Article + Sidebar layout ────────────────────────── */

.slp-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 60px;
    margin-bottom: 80px;
    align-items: start;
}

/* Article */
.slp-article {
    font-size: 16px;
    line-height: 1.85;
    color: var(--body);
}

.slp-article > p:first-child {
    font-size: 18px;
    line-height: 1.75;
    color: #222;
}

.slp-article h2 {
    font-size: 20px;
    font-weight: 800;
    color: var(--ink);
    margin: 40px 0 14px;
    letter-spacing: -0.4px;
    line-height: 1.2;
    padding-left: 14px;
    border-left: 3px solid var(--r);
}

.slp-article h3 {
    font-size: 17px;
    font-weight: 700;
    color: #222;
    margin: 28px 0 10px;
    letter-spacing: -0.2px;
}

.slp-article p { margin: 0 0 18px; }

.slp-article ul,
.slp-article ol { margin: 0 0 18px 22px; }

.slp-article li { margin-bottom: 8px; }

.slp-article li::marker { color: var(--r); }

.slp-article strong { color: var(--ink); }

.slp-article a {
    color: var(--r);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Sidebar */
.slp-aside {
    position: sticky;
    top: 90px;
    align-self: start;
}

.slp-aside-inner {
    background: #fff;
    border: 1px solid var(--line);
    border-top: 4px solid var(--r);
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

.slp-aside-top {
    padding: 22px 24px 18px;
    background: #FAFAFA;
    border-bottom: 1px solid var(--line);
}

.slp-aside-cat {
    margin: 0 0 4px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: var(--r);
}

.slp-aside-city {
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    color: var(--ink);
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.slp-aside-stats {
    list-style: none;
    margin: 0;
    padding: 6px 0;
}

.slp-aside-stats li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 24px;
    border-bottom: 1px solid #F3F3F3;
    font-size: 13px;
    gap: 12px;
}

.slp-aside-stats li:last-child { border-bottom: none; }

.slp-aside-stats li span { color: #777; font-weight: 500; }

.slp-aside-stats li strong {
    color: var(--ink);
    font-weight: 800;
    text-align: right;
    flex-shrink: 0;
}

.slp-aside-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 4px 16px 16px;
    padding: 12px 20px;
    background: var(--r);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    transition: background .2s, transform .2s, box-shadow .2s;
}

.slp-aside-cta:hover {
    background: var(--r-dk);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(198,40,40,.3);
}

/* ── Listing ─────────────────────────────────────────── */

.slp-listing { padding-top: 0; }

.slp-listing-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
    padding-bottom: 18px;
    border-bottom: 2px solid var(--ink);
    flex-wrap: wrap;
}

.slp-listing-head h2 {
    margin: 0;
    font-size: clamp(18px, 2.5vw, 26px);
    font-weight: 900;
    color: var(--ink);
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.slp-count-pill {
    font-size: 11px;
    font-weight: 800;
    color: #fff;
    background: var(--r);
    padding: 4px 12px;
    border-radius: 20px;
    white-space: nowrap;
    flex-shrink: 0;
}

/* ── Featured card ───────────────────────────────────── */

.slp-featured {
    display: grid;
    grid-template-columns: 55% 1fr;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    transition: box-shadow .3s ease;
}

.slp-featured:hover {
    box-shadow: 0 20px 56px rgba(0,0,0,.1);
}

.slp-featured-img {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/2;
    background: #f0efed;
}

.slp-featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.slp-featured:hover .slp-featured-img img {
    transform: scale(1.04);
}

.slp-featured-body {
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}

.slp-featured-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.slp-featured-name {
    margin: 0;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 900;
    color: var(--ink);
    line-height: 1.2;
    letter-spacing: -0.4px;
}

.slp-featured-name a {
    color: var(--ink);
    text-decoration: none;
    transition: color .2s;
}

.slp-featured-name a:hover { color: var(--r); }

.slp-featured-desc {
    font-size: 14px;
    line-height: 1.72;
    color: #666;
    margin: 0;
}

.slp-featured-price {
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 900;
    color: var(--r);
    letter-spacing: -0.5px;
}

.slp-featured-price small {
    font-size: 13px;
    font-weight: 600;
}

.slp-featured-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 4px;
}

/* ── Card grid ───────────────────────────────────────── */

.slp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* ── Card ────────────────────────────────────────────── */

.slp-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid var(--line);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .3s ease, box-shadow .3s ease;
}

.slp-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 48px rgba(0,0,0,.09);
}

.slp-card-img {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/2;
    background: #f0efed;
}

.slp-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.slp-card:hover .slp-card-img img {
    transform: scale(1.06);
}

/* Badge */
.slp-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 10px;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    color: #fff;
    background: rgba(0,0,0,.45);
    backdrop-filter: blur(3px);
    z-index: 1;
}

.slp-badge--premium { background: var(--r); }
.slp-badge--gold { background: var(--ink); color: #f0c040; }
.slp-badge--standard { background: rgba(0,0,0,.45); }
.slp-badge--basic { background: rgba(0,0,0,.38); }

/* Card body */
.slp-card-body {
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.slp-card-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.slp-card-name {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.2px;
}

.slp-card-name a {
    color: var(--ink);
    text-decoration: none;
    transition: color .2s;
}

.slp-card-name a:hover { color: var(--r); }

/* Location row */
.slp-loc {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #777;
    font-weight: 500;
}

.slp-loc svg { flex-shrink: 0; }

.slp-dot { color: #ccc; }

/* Rating */
.slp-rating { display: flex; align-items: center; gap: 5px; flex-shrink: 0; }

.slp-rating-score {
    background: var(--ink);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 2px 7px;
    border-radius: 4px;
    line-height: 1.5;
}

.slp-rating-count { font-size: 11px; color: var(--muted); white-space: nowrap; }

/* Description */
.slp-card-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #666;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Card footer */
.slp-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid #F0F0F0;
    margin-top: auto;
    flex-wrap: wrap;
}

.slp-card-price {
    font-size: 14px;
    font-weight: 900;
    color: var(--ink);
    white-space: nowrap;
    letter-spacing: -0.3px;
}

.slp-card-actions { display: flex; gap: 8px; flex-shrink: 0; }

/* ── Buttons ─────────────────────────────────────────── */

.slp-btn-red,
.slp-btn-sm-red {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--r);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    border: 2px solid var(--r);
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    transition: background .2s, border-color .2s, transform .2s, box-shadow .2s;
    cursor: pointer;
    white-space: nowrap;
}

.slp-btn-red { padding: 11px 24px; font-size: 12px; }
.slp-btn-sm-red { padding: 7px 14px; font-size: 11px; }

.slp-btn-red:hover,
.slp-btn-sm-red:hover {
    background: var(--r-dk);
    border-color: var(--r-dk);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(198,40,40,.35);
}

.slp-btn-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--ink);
    font-weight: 800;
    text-decoration: none;
    border: 2px solid var(--ink);
    border-radius: 5px;
    padding: 11px 24px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    transition: background .2s, color .2s, transform .2s;
    white-space: nowrap;
}

.slp-btn-dark:hover {
    background: var(--ink);
    color: #fff;
    transform: translateY(-1px);
}

.slp-btn-sm-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #555;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid var(--line);
    border-radius: 5px;
    padding: 7px 14px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    transition: border-color .2s, color .2s;
    white-space: nowrap;
}

.slp-btn-sm-outline:hover {
    border-color: var(--ink);
    color: var(--ink);
}

/* ── View all ────────────────────────────────────────── */

.slp-view-all {
    display: flex;
    justify-content: center;
    padding: 48px 0 0;
}

.slp-btn-view-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px;
    background: #fff;
    color: var(--ink);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    border: 2px solid var(--ink);
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: background .2s, color .2s, transform .2s, box-shadow .2s;
}

.slp-btn-view-all:hover {
    background: var(--r);
    border-color: var(--r);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(198,40,40,.3);
}

.slp-btn-view-all svg {
    transition: transform .2s;
}

.slp-btn-view-all:hover svg {
    transform: translateX(4px);
}

/* ── Pagination ──────────────────────────────────────── */

.slp-pagination { padding: 40px 0 0; }

.slp-pagination ul {
    display: flex;
    justify-content: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.slp-pagination li a,
.slp-pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none;
    color: var(--ink);
    border: 2px solid var(--line);
    background: #fff;
    transition: border-color .2s, color .2s;
}

.slp-pagination li a:hover { border-color: var(--r); color: var(--r); }
.slp-pagination li.active span { background: var(--r); border-color: var(--r); color: #fff; }
.slp-pagination li.disabled span { opacity: .35; pointer-events: none; }

/* ── CTA block ───────────────────────────────────────── */

.slp-cta {
    margin-top: 48px;
    padding: 26px 32px;
    background: var(--r-lite);
    border: 1px solid rgba(198,40,40,.15);
    border-left: 4px solid var(--r);
    border-radius: 0 6px 6px 0;
    font-size: 15px;
    color: #444;
}

.slp-cta p { margin: 0; }

.slp-cta a {
    color: var(--r);
    font-weight: 800;
    text-decoration: none;
}

.slp-cta a:hover { text-decoration: underline; }

/* ── Responsive ──────────────────────────────────────── */

@media (max-width: 1100px) {
    .slp-grid { grid-template-columns: repeat(2, 1fr); }

    .slp-layout { grid-template-columns: 1fr 280px; gap: 40px; }

    .slp-featured { grid-template-columns: 1fr; }
    .slp-featured-img { aspect-ratio: 16/9; }
    .slp-featured-body { padding: 28px; gap: 14px; }
}

@media (max-width: 768px) {
    .slp-hero .containerr { padding-bottom: 36px; }

    .slp-h1 { letter-spacing: -0.8px; }

    .slp-kpi {
        gap: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 4px;
        flex-wrap: nowrap;
    }

    .slp-kpi::-webkit-scrollbar { display: none; }

    .slp-kpi-item {
        flex-shrink: 0;
        min-width: 110px;
        padding-right: 28px;
        margin-right: 28px;
    }

    .slp-kpi-item strong { letter-spacing: -1px; }

    .slp-layout {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 48px;
    }

    .slp-aside {
        position: static;
        margin-top: 36px;
    }

    .slp-featured {
        grid-template-columns: 1fr;
    }

    .slp-featured-img { aspect-ratio: 4/3; }

    .slp-featured-body { padding: 22px 20px; gap: 12px; }

    .slp-featured-name { font-size: 18px; }

    .slp-featured-price { font-size: 18px; }

    .slp-featured-actions { flex-wrap: nowrap; }

    .slp-grid { grid-template-columns: 1fr; gap: 16px; }

    .slp-listing-head h2 { font-size: 18px; }

    .slp-card-foot {
        flex-direction: column;
        align-items: stretch;
    }

    .slp-card-actions { justify-content: stretch; }

    .slp-card-actions a { flex: 1; text-align: center; }

    .slp-body { padding-top: 36px; padding-bottom: 52px; }
}

@media (min-width: 769px) and (max-width: 900px) {
    .slp-grid { grid-template-columns: repeat(2, 1fr); }
}
