/* ============================================================
   INDORE.CITY — Single Listing Page  (Exclusive, v3)
   Loaded only on: is_singular('listing')  via functions.php
   All classes prefixed .lp-  — no conflicts with theme CSS.
   ============================================================ */

/* ── Reset & design tokens ─────────────────────────────────── */
.lp-page *, .lp-page *::before, .lp-page *::after { box-sizing: border-box; }

.lp-page {
    --lp-blue:    #0d4f7c;
    --lp-orange:  #f55f1a;
    --lp-green:   #059669;
    --lp-wa:      #25d366;
    --lp-bg:      #f2f5fa;
    --lp-surface: #ffffff;
    --lp-border:  #dde8f6;
    --lp-text:    #1a2838;
    --lp-muted:   #5e7285;
    --lp-r:       16px;
    --lp-shadow:  0 4px 20px rgba(11,35,70,.09);
    --lp-gap:     20px;
    --lp-sidebar: 340px;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--lp-text);
    background: var(--lp-bg);
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;
}

/* Prevent any layout block from forcing horizontal scroll. */
.lp-main,
.lp-sidebar,
.lp-card,
.lp-tabs,
.lp-tabs__panel,
.lp-sidebar__widget,
.lp-claim-banner,
.lp-share,
.lp-detail-list,
.lp-form {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

/* Guard long text/URLs/user content in all key cards and review areas. */
.lp-prose,
.lp-prose p,
.lp-faq__a,
.lp-review p,
.lp-detail-list dd,
.lp-detail-list a,
.lp-notice,
.lp-card__title,
.lp-sidebar__widget h3 {
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Rich content inside About/Reviews should not overflow viewport. */
.lp-prose img,
.lp-prose video,
.lp-prose iframe,
.lp-prose embed,
.lp-prose object,
.lp-prose canvas,
.lp-tabs img,
.lp-tabs iframe,
.lp-review img {
    max-width: 100%;
    height: auto;
}

.lp-prose table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* WP review form controls inside tab panel. */
.lp-tabs .comment-respond,
.lp-tabs .comment-form,
.lp-tabs .comment-form p,
.lp-tabs .comment-form-author,
.lp-tabs .comment-form-email,
.lp-tabs .comment-form-url,
.lp-tabs .comment-form-comment {
    max-width: 100%;
    min-width: 0;
}

.lp-tabs .comment-form input[type="text"],
.lp-tabs .comment-form input[type="email"],
.lp-tabs .comment-form input[type="url"],
.lp-tabs .comment-form textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* ── Container ─────────────────────────────────────────────── */
.lp-container { max-width: 1260px; margin: 0 auto; padding: 0 20px; }

/* ════════════════════════════════════════════════════════════
   HERO
════════════════════════════════════════════════════════════ */
.lp-hero {
    background: linear-gradient(160deg, #070e1d 0%, #0c1e3c 50%, #122e58 100%);
    position: relative;
    overflow: hidden;
}

.lp-hero::after {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 80% 0%, rgba(245,95,26,.2) 0%, transparent 55%);
    pointer-events: none;
}

/* Cover image */
.lp-hero__cover {
    position: relative;
    width: 100%; height: 420px;
    overflow: hidden;
}
.lp-hero__cover img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    opacity: .72;
}
.lp-hero__cover::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(7,14,29,.15) 0%, rgba(7,14,29,.45) 55%, rgba(7,14,29,.9) 100%);
}

/* Floating status badges */
.lp-verified, .lp-trending {
    position: absolute; z-index: 5; top: 16px;
    font-size: 11px; font-weight: 800; letter-spacing: .06em;
    padding: 5px 12px; border-radius: 999px;
    backdrop-filter: blur(6px);
    border: 1.5px solid rgba(255,255,255,.25);
}
.lp-verified { right: 16px; background: rgba(5,150,105,.9); color: #fff; }
.lp-trending { left:  16px; background: rgba(245,95,26,.9);  color: #fff; }

/* Gallery thumbs strip */
.lp-hero__thumbs {
    display: flex; gap: 6px;
    padding: 8px 20px;
    background: rgba(4,14,30,.65);
    overflow-x: auto; scrollbar-width: none;
}
.lp-hero__thumbs::-webkit-scrollbar { display: none; }
.lp-hero__thumbs img {
    width: 72px; height: 52px; object-fit: cover; flex-shrink: 0;
    border-radius: 8px; border: 2px solid rgba(255,255,255,.18);
    cursor: pointer; transition: border-color .2s;
}
.lp-hero__thumbs img:hover { border-color: var(--lp-orange); }

/* Info panel */
.lp-hero__panel {
    position: relative; z-index: 2;
    max-width: 1260px; margin: 0 auto;
    padding: 28px 24px 36px;
    display: flex; flex-direction: column; gap: 14px;
}

/* Badges */
.lp-hero__meta { display: flex; flex-wrap: wrap; gap: 8px; }
.lp-badge {
    display: inline-flex; align-items: center; gap: 4px;
    font-size: 12px; font-weight: 700;
    padding: 4px 12px; border-radius: 999px;
    border: 1.5px solid rgba(255,255,255,.2);
    backdrop-filter: blur(4px);
}
.lp-badge--cat    { background: rgba(245,95,26,.85); color: #fff; }
.lp-badge--loc    { background: rgba(255,255,255,.14); color: #e0eeff; }
.lp-badge--rating { background: rgba(250,190,0,.92); color: #3a2000; }

/* Title & tagline */
.lp-title {
    margin: 0;
    font-size: clamp(1.65rem, 3.5vw, 2.7rem);
    font-weight: 800; line-height: 1.14; letter-spacing: -.02em;
    color: #fff;
}
.lp-tagline { margin: 0; font-size: 1rem; color: rgba(218,234,255,.85); line-height: 1.55; }

/* Highlight pills */
.lp-pills { display: flex; flex-wrap: wrap; gap: 6px; }
.lp-pill {
    font-size: 12px; font-weight: 700;
    padding: 4px 12px; border-radius: 999px;
    background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.22); color: #dceeff;
}

/* Quick facts */
.lp-facts { display: flex; flex-wrap: wrap; gap: 6px 20px; margin: 0; }
.lp-fact { display: flex; align-items: center; gap: 6px; font-size: 13px; color: rgba(208,228,255,.9); }
.lp-fact dt { font-size: 15px; opacity: .85; }
.lp-fact dd { margin: 0; }
.lp-fact a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }

/* CTA buttons inside hero */
.lp-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; }

/* Stats strip */
.lp-stats {
    display: flex; gap: 24px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.12);
}
.lp-stat { display: flex; flex-direction: column; gap: 2px; }
.lp-stat strong { font-size: 18px; font-weight: 800; color: #fff; line-height: 1; }
.lp-stat span { font-size: 11px; color: rgba(175,207,255,.8); text-transform: uppercase; letter-spacing: .06em; }

/* ════════════════════════════════════════════════════════════
   BUTTONS
════════════════════════════════════════════════════════════ */
.lp-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 11px 20px; border-radius: 12px;
    font-size: 14px; font-weight: 700; font-family: inherit;
    cursor: pointer; border: none; text-decoration: none;
    transition: transform .15s, box-shadow .15s, background .15s;
    white-space: nowrap; line-height: 1.2;
}
.lp-btn:hover { transform: translateY(-1px); }
.lp-btn--full { width: 100%; text-align: center; }

.lp-btn--primary { background: linear-gradient(135deg,#f56218,#ff8433); color: #fff; box-shadow: 0 6px 18px rgba(245,98,24,.35); }
.lp-btn--primary:hover { box-shadow: 0 10px 24px rgba(245,98,24,.45); color: #fff; }

.lp-btn--call  { background: linear-gradient(135deg,#0d6e9c,#1489bd); color: #fff; box-shadow: 0 6px 18px rgba(13,110,156,.32); }
.lp-btn--call:hover  { color: #fff; box-shadow: 0 10px 24px rgba(13,110,156,.44); }

.lp-btn--wa    { background: linear-gradient(135deg,#1ebe5e,#25d366); color: #fff; box-shadow: 0 6px 18px rgba(37,211,102,.28); }
.lp-btn--wa:hover    { color: #fff; }

.lp-btn--book  { background: linear-gradient(135deg,#7c3aed,#9c5af5); color: #fff; box-shadow: 0 6px 18px rgba(124,58,237,.28); }
.lp-btn--book:hover  { color: #fff; }

.lp-btn--ghost { background: transparent; color: var(--lp-blue); border: 1.5px solid var(--lp-border); }
.lp-btn--ghost:hover { background: #f0f5ff; border-color: #9ab6dc; }

.lp-btn--outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.4); }
.lp-btn--outline:hover { background: rgba(255,255,255,.12); color: #fff; }

/* ════════════════════════════════════════════════════════════
   BODY LAYOUT
════════════════════════════════════════════════════════════ */
.lp-body { padding: 28px 0 100px; }

.lp-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) var(--lp-sidebar);
    gap: var(--lp-gap);
    align-items: start;
}

/* ════════════════════════════════════════════════════════════
   CARDS  (main column)
════════════════════════════════════════════════════════════ */
.lp-card {
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-r);
    padding: 24px;
    box-shadow: var(--lp-shadow);
    margin-bottom: var(--lp-gap);
}
.lp-card:last-child { margin-bottom: 0; }

.lp-card__title {
    margin: 0 0 16px;
    font-size: 1.1rem; font-weight: 800;
    color: var(--lp-blue);
    padding-bottom: 12px; border-bottom: 2px solid #eef3fb;
}

.lp-prose { font-size: 15px; line-height: 1.78; color: #3c4f64; }
.lp-prose p { margin: 0 0 12px; }
.lp-prose p:last-child { margin: 0; }

/* Two-col inside cards */
.lp-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.lp-list-card, .lp-info-box {
    background: #f7faff; border: 1px solid var(--lp-border);
    border-radius: 12px; padding: 16px;
}
.lp-list-card h3, .lp-info-box h3 {
    margin: 0 0 10px; font-size: 12px; font-weight: 800;
    text-transform: uppercase; letter-spacing: .07em; color: var(--lp-blue);
}
.lp-list-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 7px; }
.lp-list-card li { font-size: 13px; color: #3c4f64; padding-left: 18px; position: relative; }
.lp-list-card li::before { content: '✓'; position: absolute; left: 0; color: var(--lp-green); font-weight: 800; }

.lp-info-box--offer { background: #fff9f0; border-color: #fcd880; }
.lp-info-box--offer h3 { color: #b45309; }
.lp-info-box p { margin: 0; font-size: 13px; color: #3c4f64; line-height: 1.6; }

/* Trust row */
.lp-trust-row { display: flex; flex-wrap: wrap; gap: 12px; }
.lp-trust-item {
    display: flex; flex-direction: column; align-items: center;
    gap: 5px; text-align: center;
    background: #f7faff; border: 1px solid var(--lp-border);
    border-radius: 12px; padding: 14px 20px;
    flex: 1; min-width: 120px;
}
.lp-trust-icon { font-size: 22px; }
.lp-trust-item strong { font-size: 12px; font-weight: 800; color: var(--lp-blue); text-transform: uppercase; letter-spacing: .05em; }
.lp-trust-item span:last-child { font-size: 13px; color: var(--lp-muted); }

/* Claim banner */
.lp-claim-banner {
    display: flex; align-items: center; gap: 16px;
    background: linear-gradient(135deg,#fff7ed,#fef3c7);
    border: 1.5px solid #fcd34d; border-radius: var(--lp-r);
    padding: 16px 20px; margin-bottom: var(--lp-gap);
}
.lp-claim-banner__text { flex: 1; display: flex; flex-direction: column; gap: 3px; }
.lp-claim-banner__text strong { font-size: 15px; color: #78350f; }
.lp-claim-banner__text span  { font-size: 13px; color: #92400e; }

/* Website promo banner */
.lp-site-banner {
    display: flex; align-items: center; gap: 16px;
    background: linear-gradient(135deg,#ecfeff,#dbeafe);
    border: 1.5px solid #93c5fd;
    border-radius: var(--lp-r);
    padding: 16px 20px;
    margin-bottom: var(--lp-gap);
}
.lp-site-banner__text { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.lp-site-banner__text strong { font-size: 15px; color: #0c4a6e; }
.lp-site-banner__text span { font-size: 13px; color: #1e3a8a; line-height: 1.45; }
.lp-site-banner__text b { color: #b45309; }

/* Notice */
.lp-notice { padding: 12px 16px; border-radius: 10px; font-size: 14px; margin-bottom: 14px; }
.lp-notice--success { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.lp-notice--error   { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }

/* ════════════════════════════════════════════════════════════
   TABS
════════════════════════════════════════════════════════════ */
.lp-tabs {
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-r);
    box-shadow: var(--lp-shadow);
    overflow: hidden;
}
.lp-tabs__nav {
    display: flex;
    border-bottom: 1px solid var(--lp-border);
    background: #f6f9ff;
    overflow-x: auto; scrollbar-width: none;
}
.lp-tabs__nav::-webkit-scrollbar { display: none; }

.lp-tab {
    flex-shrink: 0;
    padding: 15px 22px;
    font-size: 14px; font-weight: 700;
    color: var(--lp-muted); background: transparent; border: none; cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: color .2s, border-color .2s; white-space: nowrap;
}
.lp-tab:hover { color: var(--lp-blue); }
.lp-tab.active { color: var(--lp-blue); border-bottom-color: var(--lp-orange); }

.lp-tabs__panel { display: none; padding: 24px; }
.lp-tabs__panel.active { display: block; }

/* FAQ  (uses <details>) */
.lp-faq { display: grid; gap: 8px; }
.lp-faq__item {
    background: #f7faff; border: 1px solid var(--lp-border);
    border-radius: 12px; overflow: hidden;
}
.lp-faq__q {
    padding: 14px 16px; font-size: 14px; font-weight: 700;
    color: var(--lp-text); cursor: pointer; list-style: none;
    display: flex; justify-content: space-between; align-items: center; gap: 12px;
    user-select: none;
}
.lp-faq__q::-webkit-details-marker { display: none; }
.lp-faq__q::after { content: '+'; font-size: 22px; font-weight: 300; color: var(--lp-muted); flex-shrink: 0; transition: transform .25s; }
details[open] .lp-faq__q::after { transform: rotate(45deg); }
.lp-faq__a { margin: 0; padding: 0 16px 14px; font-size: 14px; color: var(--lp-muted); line-height: 1.65; }

/* Reviews */
.lp-rating-hero {
    display: flex; align-items: center; gap: 14px;
    margin-bottom: 20px; padding: 16px;
    background: #f7faff; border: 1px solid var(--lp-border); border-radius: 12px;
}
.lp-rating-hero__score { font-size: 3rem; font-weight: 800; line-height: 1; color: var(--lp-blue); }
.lp-rating-hero__count { font-size: 12px; color: var(--lp-muted); }
.lp-star { color: #d1d5db; font-size: 18px; }
.lp-star.on { color: #f59e0b; }
.lp-reviews { display: grid; gap: 12px; margin-bottom: 24px; }
.lp-review {
    background: #f7faff; border: 1px solid var(--lp-border);
    border-radius: 12px; padding: 16px;
}
.lp-review__head {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 6px; gap: 8px;
}
.lp-review__head strong { font-size: 14px; color: var(--lp-text); }
.lp-review__date { font-size: 12px; color: var(--lp-muted); flex-shrink: 0; }
.lp-review__stars { display: flex; gap: 2px; margin-top: 3px; }
.lp-review p { margin: 8px 0 0; font-size: 14px; color: #3c4f64; line-height: 1.6; }

/* Booking */
.lp-booking { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lp-booking__card {
    background: #f7faff; border: 1px solid var(--lp-border);
    border-radius: 12px; padding: 20px;
    display: flex; flex-direction: column; align-items: center;
    gap: 10px; text-align: center;
}
.lp-booking__icon { font-size: 30px; }
.lp-booking__card h3 { margin: 0; font-size: 15px; color: var(--lp-blue); }
.lp-booking__card p  { margin: 0; font-size: 13px; color: var(--lp-muted); }

/* Business hours */
.lp-hours { margin: 0; padding: 0; list-style: none; display: grid; gap: 4px; }
.lp-hours li {
    display: flex; justify-content: space-between; align-items: center;
    font-size: 13px; padding: 7px 0;
    border-bottom: 1px solid var(--lp-border); color: var(--lp-text);
}
.lp-hours li:last-child { border-bottom: 0; }
.lp-hours strong { font-weight: 700; }

.lp-muted { color: var(--lp-muted); font-size: 14px; padding: 8px 0; }

/* ════════════════════════════════════════════════════════════
   SIDEBAR
════════════════════════════════════════════════════════════ */
.lp-sidebar {
    display: flex; flex-direction: column; gap: var(--lp-gap);
    position: sticky; top: 96px;
}
.lp-sidebar__widget {
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-r);
    padding: 20px;
    box-shadow: var(--lp-shadow);
}
.lp-sidebar__widget h3 {
    margin: 0 0 14px; font-size: 12px; font-weight: 800;
    color: var(--lp-blue); text-transform: uppercase; letter-spacing: .08em;
}

/* Quick CTA */
.lp-sidebar__cta {
    background: linear-gradient(160deg,#070e1d 0%,#0f2246 100%);
    border-color: rgba(180,210,248,.18);
    display: flex; flex-direction: column; gap: 10px;
}
.lp-sidebar__cta h3 { color: rgba(196,222,255,.88); }

/* Detail list */
.lp-detail-list { margin: 0; display: grid; gap: 0; }
.lp-detail-list > div {
    display: grid; grid-template-columns: 100px 1fr; gap: 6px; align-items: start;
    padding: 9px 0; border-bottom: 1px solid var(--lp-border); font-size: 13px;
}
.lp-detail-list > div:last-child { border-bottom: 0; }
.lp-detail-list dt { color: var(--lp-muted); font-weight: 600; }
.lp-detail-list dd { margin: 0; color: var(--lp-text); font-weight: 600; word-break: break-word; }
.lp-detail-list a  { color: var(--lp-blue); text-decoration: none; font-weight: 700; }
.lp-detail-list a:hover { text-decoration: underline; }

/* Map */
.lp-map { border-radius: 10px; overflow: hidden; }
.lp-map iframe { width: 100%; height: 210px; border: 0; display: block; }

/* Enquiry form */
.lp-sidebar__enquiry { background: linear-gradient(160deg,#f0f6ff,#e8f2ff); border-color: #c8daf8; }
.lp-sidebar__sub { margin: -8px 0 14px; font-size: 13px; color: var(--lp-muted); }

.lp-form { display: grid; gap: 14px; }
.lp-form__group { display: flex; flex-direction: column; gap: 5px; }
.lp-form__group label { font-size: 13px; font-weight: 700; color: var(--lp-text); }
.lp-optional { font-size: 12px; font-weight: 400; color: var(--lp-muted); }

.lp-input {
    width: 100%; padding: 12px 14px;
    border: 1.5px solid #c4d8f4; border-radius: 10px;
    font-size: 16px; /* prevent iOS auto-zoom */
    color: var(--lp-text); background: #fff;
    transition: border-color .2s, box-shadow .2s;
    font-family: inherit; -webkit-appearance: none; appearance: none;
}
.lp-input:focus { outline: none; border-color: var(--lp-blue); box-shadow: 0 0 0 3px rgba(13,79,124,.12); }
textarea.lp-input { resize: vertical; min-height: 96px; }

/* Share */
.lp-share { display: flex; gap: 10px; }
.lp-share__btn {
    flex: 1; display: flex; align-items: center; justify-content: center;
    height: 44px; border-radius: 10px;
    font-size: 15px; font-weight: 800; text-decoration: none;
    transition: transform .15s, opacity .15s;
}
.lp-share__btn:hover { transform: translateY(-2px); opacity: .88; }
.lp-share__btn--fb { background: #1877f2; color: #fff; }
.lp-share__btn--wa { background: #25d366; color: #fff; }
.lp-share__btn--tw { background: #000; color: #fff; }

/* Social links */
.lp-social { display: flex; flex-wrap: wrap; gap: 8px; }
.lp-social__link {
    padding: 6px 14px; border-radius: 999px;
    border: 1.5px solid var(--lp-border);
    font-size: 13px; font-weight: 700; color: var(--lp-blue);
    text-decoration: none; transition: background .2s;
}
.lp-social__link:hover { background: #eef4ff; }

/* Verified badge */
.lp-sidebar__badge {
    display: flex; align-items: center; gap: 12px;
    background: linear-gradient(135deg,#ecfdf5,#d1fae5);
    border-color: #a7f3d0; padding: 16px 18px;
}
.lp-verified-icon {
    width: 36px; height: 36px; background: var(--lp-green);
    border-radius: 50%; display: flex; align-items: center;
    justify-content: center; color: #fff; font-size: 18px; font-weight: 800; flex-shrink: 0;
}
.lp-sidebar__badge div { display: flex; flex-direction: column; gap: 3px; }
.lp-sidebar__badge strong { font-size: 14px; color: #065f46; }
.lp-sidebar__badge p { margin: 0; font-size: 12px; color: #047857; }

/* ════════════════════════════════════════════════════════════
   MOBILE DOCK
════════════════════════════════════════════════════════════ */
.lp-dock { display: none; }

@media (max-width: 860px) {
    .lp-dock {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
        gap: 8px;
        position: fixed;
        left: 10px; right: 10px;
        bottom: calc(10px + env(safe-area-inset-bottom));
        z-index: 9999;
        padding: 10px;
        border-radius: 18px;
        background: rgba(6,17,38,.94);
        border: 1px solid rgba(180,215,255,.2);
        box-shadow: 0 24px 56px rgba(1,9,21,.55), 0 0 0 1px rgba(255,255,255,.05);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
    }
    .lp-dock__btn {
        display: flex; flex-direction: column;
        align-items: center; justify-content: center; gap: 4px;
        min-height: 52px; border-radius: 12px;
        text-decoration: none; font-size: 11px; font-weight: 800; letter-spacing: .04em;
        transition: transform .15s, background .15s;
    }
    .lp-dock__btn:active { transform: scale(.95); }
    .lp-dock__btn--call { background: linear-gradient(145deg,#0d6e9c,#1489bd); color: #fff; }
    .lp-dock__btn--wa   { background: linear-gradient(145deg,#1ebe5e,#25d366); color: #fff; }
    .lp-dock__btn--book { background: linear-gradient(145deg,#7c3aed,#9c5af5); color: #fff; }
}

/* ════════════════════════════════════════════════════════════
   RESPONSIVE OVERRIDES
════════════════════════════════════════════════════════════ */

/* Tablet ≤ 1100 */
@media (max-width: 1100px) {
    .lp-page { --lp-sidebar: 300px; }
    .lp-hero__cover { height: 360px; }
}

/* Stack ≤ 900 */
@media (max-width: 900px) {
    .lp-layout { grid-template-columns: 1fr; }
    .lp-sidebar { position: static; order: 2; }
    .lp-main { order: 1; }

    /* Keep quick contact first within sidebar stack. */
    .lp-sidebar__cta { order: -1; }

    .lp-body { padding-bottom: 100px; }
}

/* Mobile ≤ 600 */
@media (max-width: 600px) {
    .lp-container { padding: 0 12px; }
    .lp-hero__cover { height: 235px; }
    .lp-hero__panel { padding: 18px 16px 26px; gap: 12px; }
    .lp-title { font-size: 1.5rem; }

    .lp-hero__actions { flex-direction: column; }
    .lp-hero__actions .lp-btn { width: 100%; justify-content: center; }
    .lp-stats { gap: 18px; }

    .lp-body { padding: 14px 0 100px; }
    .lp-card { padding: 16px; border-radius: 14px; }
    .lp-card__title { font-size: 1rem; }
    .lp-two-col { grid-template-columns: 1fr; }
    .lp-booking { grid-template-columns: 1fr; }
    .lp-tabs__panel { padding: 16px; }
    .lp-trust-row { flex-direction: column; }
    .lp-trust-item { flex-direction: row; text-align: left; }

    .lp-sidebar { gap: 12px; }
    .lp-sidebar__widget { border-radius: 14px; padding: 16px; }
    .lp-detail-list > div { grid-template-columns: minmax(72px, 88px) minmax(0, 1fr); }

    .lp-claim-banner,
    .lp-site-banner { flex-direction: column; align-items: flex-start; }
    .lp-claim-banner .lp-btn,
    .lp-site-banner .lp-btn { width: 100%; }

    .lp-share { flex-wrap: wrap; }
    .lp-share__btn { min-width: 0; }

    .lp-rating-hero { flex-direction: column; text-align: center; }
}
