    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    /* ── MOBILE DRAG HANDLE ── */
    .mobile-handle {
      display: none;
      justify-content: center;
      padding: 10px 0 2px;
      cursor: pointer;
      flex-shrink: 0;
    }
    .mobile-handle::before {
      content: '';
      width: 36px; height: 4px;
      border-radius: 2px;
      background: #ddd8d0;
    }

    /* ── MAP FAB (mobile only) ── */
    #map-fab {
      display: none;
      position: fixed;
      bottom: 24px;
      left: 50%;
      transform: translateX(-50%);
      background: #1a1a1a;
      color: #fff;
      border: none;
      padding: 13px 26px;
      border-radius: 28px;
      font-family: 'Inter', sans-serif;
      font-size: 13.5px;
      font-weight: 500;
      cursor: pointer;
      z-index: 150;
      box-shadow: 0 4px 20px rgba(0,0,0,0.28);
      align-items: center;
      gap: 7px;
      white-space: nowrap;
      transition: background 0.15s, transform 0.15s;
    }
    #map-fab:hover { background: #333; }

    /* ── MOBILE RESPONSIVE ── */
    body {
      font-family: 'Inter', sans-serif;
      height: 100vh;
      display: flex;
      overflow: hidden;
      background: #fafaf8;
      color: #1a1a1a;
    }

    /* ── MAP ── */
    #map {
      flex: 1;
      height: 100vh;
      z-index: 0;
    }

    /* ── SIDEBAR ── */
    #sidebar {
      width: 460px;
      flex-shrink: 0;
      height: 100vh;
      display: flex;
      flex-direction: column;
      background: #fff;
      box-shadow: -2px 0 12px rgba(0,0,0,0.06);
      z-index: 10;
      overflow: hidden;
    }

    #sidebar-header {
      padding: 28px 24px 20px;
      border-bottom: 1px solid #f0ece6;
    }

    #sidebar-header h1 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 26px;
      font-weight: 500;
      color: #1a1a1a;
      line-height: 1.2;
      margin-bottom: 8px;
    }

    #sidebar-header p {
      font-size: 13px;
      color: #7a7a72;
      line-height: 1.5;
    }

    #sidebar-header .credit {
      margin-top: 10px;
      font-size: 11.5px;
      color: #b5aa97;
      font-style: italic;
    }

    /* ── SHORTLIST BAR ── */
    #shortlist-bar {
      padding: 10px 20px;
      border-bottom: 1px solid #f0ece6;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    #shortlist-btn {
      display: flex;
      align-items: center;
      gap: 6px;
      padding: 7px 14px;
      border-radius: 20px;
      border: 1.5px solid #e0d8ce;
      background: #fff;
      font-size: 12.5px;
      font-family: 'Inter', sans-serif;
      font-weight: 500;
      color: #6a6055;
      cursor: pointer;
      transition: all 0.15s;
      white-space: nowrap;
    }

    #shortlist-btn:hover { border-color: #c8a97e; color: #a07840; }

    #shortlist-btn.active {
      background: #c8a97e;
      border-color: #c8a97e;
      color: #fff;
    }

    #shortlist-btn .sl-heart { font-size: 14px; line-height: 1; }

    #shortlist-count {
      display: none;
      background: #1a1a1a;
      color: #fff;
      font-size: 10px;
      font-weight: 700;
      min-width: 18px;
      height: 18px;
      border-radius: 9px;
      padding: 0 5px;
      align-items: center;
      justify-content: center;
      font-family: 'Inter', sans-serif;
    }

    #shortlist-btn.active #shortlist-count { background: rgba(255,255,255,0.3); }

    #shortlist-empty {
      display: none;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 48px 24px;
      text-align: center;
      color: #9a9488;
    }

    #shortlist-empty .sl-empty-heart { font-size: 36px; margin-bottom: 12px; opacity: 0.4; }
    #shortlist-empty p { font-size: 13px; line-height: 1.6; }

    /* ── HEART BUTTON ON CARDS ── */
    .heart-btn {
      position: absolute;
      top: 10px;
      right: 12px;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: rgba(255,255,255,0.92);
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      box-shadow: 0 1px 4px rgba(0,0,0,0.12);
      transition: transform 0.15s, background 0.15s;
      z-index: 2;
      line-height: 1;
    }

    .heart-btn:hover { transform: scale(1.15); background: #fff; }
    .heart-btn.liked { background: #fff0f0; }

    .venue-card { position: relative; }

    /* ── VENUE LIST ── */
    #venue-list {
      flex: 1;
      overflow-y: auto;
      padding: 8px 0;
    }

    #venue-list::-webkit-scrollbar { width: 4px; }
    #venue-list::-webkit-scrollbar-track { background: transparent; }
    #venue-list::-webkit-scrollbar-thumb { background: #e0d8ce; border-radius: 2px; }

    .venue-card {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      padding: 14px 20px;
      cursor: pointer;
      border-bottom: 1px solid #f5f2ee;
      transition: background 0.15s;
    }

    .venue-card:hover { background: #fdf9f5; }
    .venue-card.active { background: #fdf5ee; border-left: 3px solid #c8a97e; padding-left: 17px; }

    .venue-thumb {
      width: 72px;
      height: 60px;
      border-radius: 6px;
      object-fit: cover;
      flex-shrink: 0;
      background: #ede8e0;
    }

    .venue-thumb-placeholder {
      width: 72px;
      height: 60px;
      border-radius: 6px;
      flex-shrink: 0;
      background: linear-gradient(135deg, #e8e0d4, #d4c9b8);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      color: #b5a590;
    }

    .venue-info { flex: 1; min-width: 0; }

    .venue-name {
      font-family: 'Cormorant Garamond', serif;
      font-size: 16.5px;
      font-weight: 500;
      color: #1a1a1a;
      line-height: 1.2;
      margin-bottom: 3px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .venue-location {
      font-size: 11.5px;
      color: #9a9488;
      margin-bottom: 5px;
    }

    .venue-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 4px;
    }

    .tag {
      font-size: 10.5px;
      padding: 2px 7px;
      border-radius: 10px;
      font-weight: 500;
      letter-spacing: 0.02em;
    }

    .tag-guests { background: #eef4ef; color: #4a7a55; }
    .tag-price  { background: #f5f0ea; color: #8a6a3a; }
    .tag-dining { background: #eef0f8; color: #3a508a; }

    /* ── DETAIL DRAWER (slides in from right over map) ── */
    #detail-panel {
      position: fixed;
      top: 0;
      right: 0;
      width: 460px;
      height: 100vh;
      background: #fff;
      z-index: 200;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      transform: translateX(110%);
      transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: -6px 0 32px rgba(0,0,0,0.13);
    }

    #detail-panel.open { transform: translateX(0); }

    /* dim overlay behind the drawer */
    #detail-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.18);
      z-index: 199;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
    }

    #detail-overlay.open { opacity: 1; pointer-events: all; }

    #detail-close {
      position: absolute;
      top: 14px; right: 16px;
      width: 34px; height: 34px;
      border-radius: 50%;
      background: rgba(0,0,0,0.35);
      border: none;
      cursor: pointer;
      font-size: 15px;
      color: #fff;
      display: flex; align-items: center; justify-content: center;
      backdrop-filter: blur(6px);
      z-index: 30;
      transition: background 0.15s;
    }

    #detail-close:hover { background: rgba(0,0,0,0.6); }

    #detail-body {
      flex: 1;
      overflow-y: auto;
      padding: 20px 20px 24px;
    }

    #detail-body .d-about {
      font-size: 13px;
      line-height: 1.65;
      color: #444;
      margin-bottom: 16px;
    }

    .detail-section {
      margin-bottom: 14px;
    }

    .detail-section h4 {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: #b5aa97;
      margin-bottom: 5px;
      font-weight: 500;
    }

    .detail-section p {
      font-size: 13px;
      color: #3a3a3a;
      line-height: 1.55;
    }

    .d-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin-top: 16px;
      padding: 9px 18px;
      background: #1a1a1a;
      color: #fff;
      text-decoration: none;
      font-size: 12px;
      font-weight: 500;
      border-radius: 20px;
      letter-spacing: 0.03em;
      transition: background 0.15s;
    }

    .d-link:hover { background: #333; }

    /* ── PHOTO HERO CAROUSEL ── */
    .photo-carousel {
      position: relative;
      width: 100%;
      height: 300px;
      overflow: hidden;
      background: #1a1a1a;
      flex-shrink: 0;
    }

    .photo-carousel img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      transition: opacity 0.5s ease;
    }

    .photo-carousel img.visible { opacity: 1; }

    .hero-gradient {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.18) 50%, transparent 100%);
      z-index: 2;
      pointer-events: none;
    }

    .hero-title {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 20px 22px 18px;
      z-index: 3;
      pointer-events: none;
    }

    .hero-title h2 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 38px;
      font-weight: 400;
      font-style: italic;
      color: #fff;
      line-height: 1.05;
      margin: 0 0 5px;
      text-shadow: 0 2px 12px rgba(0,0,0,0.4);
    }

    .hero-title .hero-location {
      font-size: 11.5px;
      color: rgba(255,255,255,0.75);
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .carousel-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255,255,255,0.15);
      backdrop-filter: blur(6px);
      border: 1px solid rgba(255,255,255,0.25);
      border-radius: 50%;
      width: 34px; height: 34px;
      cursor: pointer;
      font-size: 16px;
      color: #fff;
      display: flex; align-items: center; justify-content: center;
      z-index: 5;
      transition: background 0.15s;
    }

    .carousel-btn:hover { background: rgba(255,255,255,0.3); }
    .carousel-btn.prev { left: 12px; }
    .carousel-btn.next { right: 12px; }

    .carousel-dots {
      position: absolute;
      bottom: 14px;
      right: 18px;
      display: flex;
      gap: 5px;
      z-index: 5;
    }

    .carousel-dot {
      width: 5px; height: 5px;
      border-radius: 50%;
      background: rgba(255,255,255,0.4);
      cursor: pointer;
      transition: background 0.2s;
    }

    .carousel-dot.active { background: #fff; }

    /* ── SPACES ── */
    .spaces-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
      margin-top: 4px;
    }

    .space-item {
      background: #faf7f3;
      border-radius: 6px;
      padding: 10px 11px;
    }

    .space-item strong {
      display: block;
      font-size: 12px;
      font-weight: 500;
      color: #1a1a1a;
      margin-bottom: 2px;
    }

    .space-item span {
      font-size: 11.5px;
      color: #7a7a72;
      line-height: 1.4;
    }

    /* ── REVIEWS ── */
    .reviews-list { margin-top: 4px; display: flex; flex-direction: column; gap: 10px; }

    .review-card {
      background: #faf7f3;
      border-radius: 6px;
      padding: 11px 13px;
    }

    .review-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 6px;
    }

    .review-author { font-size: 12px; font-weight: 500; color: #1a1a1a; }
    .review-date { font-size: 11px; color: #9a9488; }

    .review-stars { color: #c8a97e; font-size: 11px; margin-bottom: 5px; }

    .review-text {
      font-size: 12.5px;
      color: #444;
      line-height: 1.55;
      font-style: italic;
    }

    .rating-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #1a1a1a;
      color: #fff;
      padding: 4px 10px;
      border-radius: 12px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 12px;
    }

    .rating-badge span { color: #c8a97e; font-weight: 600; }

    /* ── FIANCÉE AI ── */
    #home-btn {
      display: flex;
      align-items: center;
      gap: 5px;
      padding: 7px 12px;
      border-radius: 20px;
      border: 1.5px solid #e0d8ce;
      background: #fff;
      font-size: 12.5px;
      font-family: 'Inter', sans-serif;
      font-weight: 500;
      color: #6a6055;
      cursor: pointer;
      transition: all 0.15s;
      white-space: nowrap;
    }

    #home-btn:hover { border-color: #c8a97e; color: #a07840; }

    #photographers-btn {
      display: flex;
      align-items: center;
      gap: 5px;
      padding: 6px 14px;
      border-radius: 20px;
      border: 1.5px solid #e8e2da;
      background: #fff;
      color: #5a5248;
      font-size: 12.5px;
      font-weight: 500;
      cursor: pointer;
      transition: border-color 0.15s, color 0.15s, background 0.15s;
      white-space: nowrap;
    }
    #photographers-btn:hover { border-color: #c8a97e; color: #a07840; }
    #photographers-btn.active { background: #2d2520; color: #fff; border-color: #2d2520; }

    #photographers-panel {
      display: none;
      flex: 1;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 40px 24px;
      text-align: center;
    }
    #photographers-panel.open { display: flex; }

    #photographers-coming-soon .ph-icon { font-size: 40px; margin-bottom: 14px; }
    #photographers-coming-soon h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 24px;
      font-weight: 500;
      color: #1a1a1a;
      margin-bottom: 10px;
    }
    #photographers-coming-soon p {
      font-size: 13.5px;
      color: #7a7a72;
      line-height: 1.6;
    }

    #ai-btn {
      display: flex;
      align-items: center;
      gap: 6px;
      padding: 7px 14px;
      border-radius: 20px;
      border: 1.5px solid #e0d8ce;
      background: #fff;
      font-size: 12.5px;
      font-family: 'Inter', sans-serif;
      font-weight: 500;
      color: #6a6055;
      cursor: pointer;
      transition: all 0.15s;
      white-space: nowrap;
    }

    #ai-btn:hover { border-color: #c8a97e; color: #a07840; }

    #ai-btn.active {
      background: #1a1a1a;
      border-color: #1a1a1a;
      color: #fff;
    }

    #ai-panel {
      display: none;
      flex: 1;
      flex-direction: column;
      overflow: hidden;
    }

    #ai-panel.open { display: flex; }

    #chat-messages {
      flex: 1;
      overflow-y: auto;
      padding: 16px 16px 8px;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    #chat-messages::-webkit-scrollbar { width: 4px; }
    #chat-messages::-webkit-scrollbar-track { background: transparent; }
    #chat-messages::-webkit-scrollbar-thumb { background: #e0d8ce; border-radius: 2px; }

    .chat-msg {
      display: flex;
      flex-direction: column;
      gap: 2px;
      max-width: 88%;
    }

    .chat-msg.ai { align-self: flex-start; }
    .chat-msg.user { align-self: flex-end; }

    .chat-bubble {
      padding: 10px 13px;
      border-radius: 14px;
      font-size: 13px;
      line-height: 1.55;
    }

    .chat-msg.ai .chat-bubble {
      background: #faf7f3;
      border: 1px solid #f0ece6;
      color: #2a2a2a;
      border-bottom-left-radius: 4px;
    }

    .chat-msg.user .chat-bubble {
      background: #1a1a1a;
      color: #fff;
      border-bottom-right-radius: 4px;
    }

    .chat-label {
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: #b5aa97;
      padding: 0 4px;
    }

    .chat-msg.user .chat-label { text-align: right; }

    .chat-suggestions {
      display: flex;
      flex-direction: column;
      gap: 7px;
      margin-top: 8px;
    }

    .chat-venue-card {
      background: #fff;
      border: 1.5px solid #e8e2d8;
      border-radius: 10px;
      padding: 10px 12px;
      cursor: pointer;
      transition: border-color 0.15s, box-shadow 0.15s;
    }

    .chat-venue-card:hover {
      border-color: #c8a97e;
      box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    }

    .chat-venue-card .cv-name {
      font-family: 'Cormorant Garamond', serif;
      font-size: 15px;
      font-weight: 500;
      color: #1a1a1a;
      margin-bottom: 2px;
    }

    .chat-venue-card .cv-why {
      font-size: 11.5px;
      color: #7a7a72;
      line-height: 1.45;
    }

    .chat-venue-card .cv-loc {
      font-size: 10.5px;
      color: #b5aa97;
      margin-top: 3px;
    }

    .chat-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-top: 9px;
    }

    .chat-chip {
      background: #fff;
      border: 1.5px solid #ddd6c8;
      border-radius: 20px;
      padding: 5px 12px;
      font-size: 11.5px;
      color: #6b5f4e;
      cursor: pointer;
      transition: border-color 0.15s, background 0.15s;
      font-family: inherit;
      white-space: nowrap;
    }

    .chat-chip:hover {
      border-color: #c8a97e;
      background: #fdf9f5;
      color: #4a3f30;
    }

    .chat-chip:disabled {
      opacity: 0.4;
      cursor: default;
    }

    .chat-typing {
      display: flex;
      gap: 4px;
      align-items: center;
      padding: 12px 14px;
      background: #faf7f3;
      border: 1px solid #f0ece6;
      border-radius: 14px;
      border-bottom-left-radius: 4px;
      width: fit-content;
    }

    .chat-typing span {
      width: 6px; height: 6px;
      border-radius: 50%;
      background: #c8a97e;
      animation: typing-bounce 1.2s infinite;
    }

    .chat-typing span:nth-child(2) { animation-delay: 0.2s; }
    .chat-typing span:nth-child(3) { animation-delay: 0.4s; }

    @keyframes typing-bounce {
      0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
      30% { transform: translateY(-5px); opacity: 1; }
    }

    #chat-input-wrap {
      display: flex;
      gap: 8px;
      padding: 12px 14px;
      border-top: 1px solid #f0ece6;
      background: #fff;
    }

    #chat-input {
      flex: 1;
      font-family: 'Inter', sans-serif;
      font-size: 13px;
      padding: 9px 13px;
      border: 1.5px solid #e8e2d8;
      border-radius: 20px;
      outline: none;
      color: #1a1a1a;
      background: #faf7f3;
      transition: border-color 0.15s;
    }

    #chat-input:focus { border-color: #c8a97e; }

    #chat-send {
      width: 36px; height: 36px;
      border-radius: 50%;
      background: #1a1a1a;
      border: none;
      color: #fff;
      font-size: 15px;
      cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      transition: background 0.15s;
    }

    #chat-send:hover { background: #333; }

    /* ── INQUIRY FORM ── */
    .inquiry-section {
      margin-top: 24px;
      padding-top: 20px;
      border-top: 1px solid #f0ece6;
    }

    .inquiry-section h4 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 20px;
      font-weight: 500;
      color: #1a1a1a;
      margin-bottom: 4px;
    }

    .inquiry-section .inquiry-sub {
      font-size: 12px;
      color: #9a9488;
      margin-bottom: 16px;
    }

    .inq-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin-bottom: 10px;
    }

    .inq-row.full { grid-template-columns: 1fr; }

    .inq-field {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .inq-field label {
      font-size: 10.5px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      color: #9a9488;
    }

    .inq-field input,
    .inq-field select,
    .inq-field textarea {
      font-family: 'Inter', sans-serif;
      font-size: 13px;
      color: #1a1a1a;
      background: #faf7f3;
      border: 1px solid #e8e2d8;
      border-radius: 6px;
      padding: 9px 11px;
      outline: none;
      transition: border-color 0.15s;
      width: 100%;
    }

    .inq-field input:focus,
    .inq-field select:focus,
    .inq-field textarea:focus { border-color: #c8a97e; }

    .inq-field textarea { resize: vertical; min-height: 80px; }

    .inq-submit {
      width: 100%;
      margin-top: 14px;
      padding: 12px;
      background: #1a1a1a;
      color: #fff;
      border: none;
      border-radius: 8px;
      font-family: 'Inter', sans-serif;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.03em;
      cursor: pointer;
      transition: background 0.15s;
    }

    .inq-submit:hover { background: #333; }
    .inq-submit:disabled { background: #aaa; cursor: default; }

    .inq-success {
      text-align: center;
      padding: 24px 16px;
      background: #f0f7f0;
      border-radius: 8px;
      margin-top: 4px;
    }

    .inq-success .inq-tick { font-size: 28px; margin-bottom: 8px; }
    .inq-success p { font-size: 13px; color: #3a6a3a; line-height: 1.5; }

    /* ── MAP PINS (SVG teardrop) ── */
    .map-pin-wrap {
      cursor: pointer;
      transition: transform 0.15s, filter 0.15s;
      display: block;
      filter: drop-shadow(0 3px 6px rgba(0,0,0,0.22));
    }

    .map-pin-wrap:hover {
      transform: scale(1.16) translateY(-2px);
      filter: drop-shadow(0 6px 12px rgba(180,140,90,0.35));
    }

    .map-pin-wrap.active {
      transform: scale(1.22) translateY(-3px);
      filter: drop-shadow(0 7px 16px rgba(180,140,90,0.55));
    }

    .airport-pin-wrap {
      cursor: pointer;
      transition: transform 0.15s, filter 0.15s;
      display: block;
      filter: drop-shadow(0 3px 6px rgba(0,0,0,0.22));
    }

    .airport-pin-wrap:hover {
      transform: scale(1.14) translateY(-2px);
      filter: drop-shadow(0 5px 12px rgba(47,90,138,0.4));
    }

    /* leaflet tooltip */
    .leaflet-tooltip {
      background: #1a1a1a;
      color: #fff;
      border: none;
      border-radius: 6px;
      padding: 4px 10px;
      font-size: 12px;
      font-family: 'Inter', sans-serif;
      font-weight: 500;
      box-shadow: 0 2px 8px rgba(0,0,0,0.2);
      white-space: nowrap;
    }

    .leaflet-tooltip::before { border-top-color: #1a1a1a; }

    /* ── CITY DOT ── */
    .city-dot {
      display: flex;
      flex-direction: column;
      align-items: center;
      cursor: pointer;
    }

    .city-dot-circle {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #8a7060;
      border: 2px solid #fff;
      box-shadow: 0 1px 5px rgba(0,0,0,0.25);
      transition: transform 0.15s;
    }

    .city-dot:hover .city-dot-circle { transform: scale(1.4); }

    .city-dot-label {
      margin-top: 3px;
      font-size: 10.5px;
      font-weight: 600;
      font-family: 'Inter', sans-serif;
      color: #4a3a2e;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      white-space: nowrap;
      text-shadow: 0 1px 3px rgba(255,255,255,0.9);
    }

    /* ── LANDMARK POPUP ── */
    .leaflet-popup-content-wrapper {
      border-radius: 10px;
      box-shadow: 0 6px 24px rgba(0,0,0,0.13);
      padding: 0;
      overflow: hidden;
      border: none;
    }

    .leaflet-popup-content { margin: 0; width: 240px !important; }

    .leaflet-popup-tip-container { margin-top: -1px; }

    .lm-popup { font-family: 'Inter', sans-serif; }

    .lm-popup-head {
      padding: 13px 15px 10px;
      border-bottom: 1px solid #f0ece6;
    }

    .lm-popup-head .lm-icon { font-size: 18px; margin-bottom: 4px; }

    .lm-popup-head h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 17px;
      font-weight: 500;
      color: #1a1a1a;
      line-height: 1.2;
      margin-bottom: 2px;
    }

    .lm-popup-head .lm-sub {
      font-size: 11px;
      color: #9a9488;
      font-weight: 500;
      letter-spacing: 0.03em;
    }

    .lm-popup-body { padding: 11px 15px 14px; }

    .lm-row {
      display: flex;
      gap: 8px;
      margin-bottom: 8px;
      align-items: flex-start;
    }

    .lm-row-icon { font-size: 13px; margin-top: 1px; flex-shrink: 0; }

    .lm-row-text { font-size: 12px; color: #3a3a3a; line-height: 1.5; }

    .lm-row-text strong { color: #1a1a1a; font-weight: 600; }

    .lm-divider { border: none; border-top: 1px solid #f0ece6; margin: 8px 0; }

    .lm-venues {
      font-size: 11px;
      color: #7a7a72;
      line-height: 1.6;
    }

    .lm-venues strong { color: #4a3a2e; font-size: 10px; text-transform: uppercase; letter-spacing: 0.06em; display: block; margin-bottom: 3px; }

    .lm-tag-blue {
      display: inline-block;
      background: #e8f0f8;
      color: #2f5a8a;
      font-size: 10.5px;
      font-weight: 600;
      padding: 2px 7px;
      border-radius: 8px;
      margin-bottom: 6px;
    }

    /* venue number badge in list */
    .venue-num {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: #f0ece6;
      border: 1.5px solid #d4c9b8;
      color: #6a6055;
      font-size: 11px;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 2px;
    }

    .venue-card.active .venue-num {
      background: #c8a97e;
      border-color: #c8a97e;
      color: #fff;
    }

    /* ── VENMO QR ── */
    #venmo-qr {
      position: fixed;
      bottom: 28px;
      left: 396px;
      z-index: 50;
      background: #fff;
      border-radius: 10px;
      padding: 8px 10px 6px;
      box-shadow: 0 2px 12px rgba(0,0,0,0.14);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
      cursor: pointer;
      transition: transform 0.15s, box-shadow 0.15s;
      text-decoration: none;
    }

    #venmo-qr:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 16px rgba(0,0,0,0.18);
    }

    #venmo-qr img {
      width: 72px;
      height: 72px;
      display: block;
      border-radius: 4px;
    }

    #venmo-qr span {
      font-size: 9.5px;
      font-family: 'Inter', sans-serif;
      font-weight: 600;
      color: #8a7060;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }
    @media (max-width: 768px) {
      body {
        flex-direction: column;
        overflow: hidden;
        height: 100vh;
      }

      #map {
        width: 100%;
        height: 46vh;
        flex-shrink: 0;
        z-index: 0;
      }

      #sidebar {
        position: relative;
        width: 100%;
        height: 54vh;
        flex-shrink: 0;
        border-radius: 16px 16px 0 0;
        box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
        transform: none;
        transition: none;
        z-index: 10;
        overflow: hidden;
      }

      .mobile-handle { display: flex; }

      #sidebar-header {
        padding: 4px 18px 8px;
      }

      #sidebar-header h1 { font-size: 17px; margin-bottom: 0; }
      #sidebar-header > p { display: none; }
      #sidebar-header .credit { display: none; }

      #shortlist-bar {
        padding: 6px 12px;
        gap: 6px;
      }

      #home-btn, #shortlist-btn, #photographers-btn, #ai-btn {
        padding: 5px 10px;
        font-size: 11px;
      }

      #map-fab { display: none; }

      #venue-list {
        flex: 1;
        min-height: 0;
      }

      #detail-panel {
        width: 100%;
        height: 92vh;
        top: auto;
        bottom: 0;
        right: 0;
        border-radius: 20px 20px 0 0;
        transform: translateY(110%);
      }

      #detail-panel.open { transform: translateY(0); }

      #detail-close {
        top: 12px;
        right: 14px;
      }

      .photo-carousel { height: 220px; }
      .hero-title h2 { font-size: 26px; }

      .inq-row { grid-template-columns: 1fr; }
      .spaces-grid { grid-template-columns: 1fr; }

      #ai-panel { min-height: 0; }

      #shortlist-empty { padding: 16px; }
      #shortlist-empty .sl-empty-heart { font-size: 24px; margin-bottom: 6px; }
    }
