.lh-hero{background:linear-gradient(135deg,var(--secondary-800) 0%,var(--secondary-700) 50%,var(--primary-900) 100%);color:var(--cream-100);padding:3.5rem 0 3rem;position:relative;overflow:hidden;border-bottom:1px solid var(--secondary-700)}.lh-hero::before,.lh-search svg{position:absolute;pointer-events:none}.lh-hero::before{content:"";top:-30%;right:5%;width:600px;height:600px;background:radial-gradient(circle,rgba(212,165,116,.12)0,transparent 60%)}.lh-hero-container{max-width:1320px;margin:0 auto;padding:0 1.5rem;position:relative}.lh-breadcrumb{font-size:.875rem;color:rgba(250,246,238,.7);margin-bottom:1.25rem}.lh-breadcrumb a{color:rgba(250,246,238,.7);text-decoration:none;transition:color var(--transition-fast)}.lh-breadcrumb a:hover{color:var(--accent-400)}.lh-breadcrumb-sep{margin:0 .5rem;opacity:.4}.lh-breadcrumb-current,.lh-hero-badge{color:var(--accent-400);font-weight:600}.lh-hero-badge{display:inline-block;background:rgba(30,42,74,.4);border:1px solid rgba(212,165,116,.3);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;padding:.35rem .875rem;border-radius:99px;margin-bottom:1.25rem}.lh-hero-title{font-size:clamp(2rem,4vw,3.25rem);font-weight:900;color:var(--white);margin:0 0 1rem;letter-spacing:-.04em;line-height:1.1;max-width:800px}.lh-hero-sub{font-size:1.0625rem;color:rgba(255,255,255,.7);max-width:700px;line-height:1.7;margin:0 0 1.75rem}.lh-hero-stats{display:flex;gap:2rem;flex-wrap:wrap}.lh-hero-stat{display:flex;flex-direction:column}.lh-hero-stat-num{font-size:1.875rem;font-weight:800;color:var(--accent-400);line-height:1;letter-spacing:-.02em}.lh-hero-stat-label{font-size:.8125rem;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:.08em;margin-top:.375rem}.lh-container{max-width:1280px;margin:0 auto;padding:0 2rem}.lh-section{padding:3rem 0 4rem}@media (max-width:768px){.lh-section{padding:2rem 0 3rem}}.lh-filters{background:var(--cream-100);border-bottom:1px solid var(--border);padding:1.5rem 0;position:sticky;top:0;z-index:20;backdrop-filter:blur(8px)}.lh-filter-bar{display:grid;grid-template-columns:1fr repeat(3,minmax(160px,220px));gap:1rem;align-items:end}.lh-search{position:relative;display:flex;align-items:center}.lh-search svg{left:1rem;color:var(--text-muted)}.lh-search-input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:1px solid var(--gray-200);border-radius:var(--radius-md);background:var(--white);font-size:.9375rem;color:var(--text-primary);transition:var(--transition-fast)}.lh-filter-select:focus,.lh-search-input:focus{outline:0;border-color:var(--primary-700);box-shadow:var(--focus-ring)}.lh-filter{display:flex;flex-direction:column;gap:.375rem}.lh-filter label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.lh-filter-select{padding:.75rem 1rem;border:1px solid var(--gray-200);border-radius:var(--radius-md);background:var(--white);font-size:.9375rem;color:var(--text-primary);cursor:pointer;transition:var(--transition-fast)}.lh-active-filters{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.lh-active-label{font-size:.8125rem;color:var(--text-muted);font-weight:600}.lh-active-chip{display:inline-flex;align-items:center;gap:.375rem;background:var(--primary-700);color:var(--white);font-size:.8125rem;padding:.3rem .75rem;border-radius:99px;text-decoration:none;transition:var(--transition-fast)}.lh-active-chip:hover{background:var(--primary-800)}.lh-clear-all{font-size:.8125rem;color:var(--primary-700);text-decoration:underline;font-weight:600}.lh-listings{padding:3rem 0 4rem}.lh-section-heading{font-size:clamp(1.25rem,2vw,1.75rem);font-weight:700;color:var(--text-primary);margin:0 0 1.5rem;letter-spacing:-.02em}.lh-featured{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid var(--border)}.lh-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.lh-grid-featured{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.lh-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;transition:var(--transition-base);position:relative;display:flex;flex-direction:column}.lh-card:hover{border-color:var(--primary-700);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.lh-card-featured{border-color:var(--accent-400);box-shadow:0 0 0 1px var(--accent-400)}.lh-card-featured-tag{position:absolute;top:.75rem;right:.75rem;background:var(--accent-400);color:var(--secondary-800);font-size:.6875rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:.25rem .625rem;border-radius:99px;z-index:1}.lh-card-img-wrap{display:block;aspect-ratio:16/10;overflow:hidden;background:var(--gray-100)}.lh-card-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.lh-card:hover .lh-card-img{transform:scale(1.05)}.lh-card-body{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;flex:1}.lh-card-locality{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.5rem}.lh-card-title{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0 0 .625rem;letter-spacing:-.01em;line-height:1.3}.lh-card-title a{color:inherit;text-decoration:none;transition:color var(--transition-fast)}.lh-card-title a:hover{color:var(--primary-700)}.lh-card-desc{font-size:.9375rem;line-height:1.6;color:var(--text-secondary);margin:0 0 .875rem;flex:1}.lh-card-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.875rem}.lh-card-tag,.lh-empty p{color:var(--text-secondary)}.lh-card-tag{display:inline-block;background:var(--cream-100);font-size:.75rem;padding:.25rem .625rem;border-radius:99px;font-weight:600}.lh-card-cta,.lh-card-verified{display:inline-flex;align-items:center;gap:.375rem}.lh-card-verified{color:var(--success-600);font-size:.8125rem;font-weight:600;margin-bottom:.5rem}.lh-card-cta{color:var(--primary-700);font-size:.875rem;font-weight:700;text-decoration:none;margin-top:auto;transition:gap var(--transition-fast)}.lh-card-cta:hover{gap:.625rem}.lh-empty{text-align:center;padding:3.5rem 1.5rem;background:var(--cream-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);max-width:720px;margin:0 auto}.lh-empty-badge{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent-500);background:rgba(184,137,61,.1);padding:.3rem .75rem;border-radius:999px;margin-bottom:1rem}.lh-empty h3,.lh-empty-stat strong{font-family:"Playfair Display",Georgia,serif;font-size:1.5rem}.lh-empty h3{color:var(--text-primary);margin:0 0 .75rem;line-height:1.25}.lh-empty p{margin:0 0 2rem;font-size:.95rem;line-height:1.6;max-width:540px;margin-left:auto;margin-right:auto}.lh-empty-stats{display:flex;justify-content:center;align-items:stretch;gap:2.5rem;margin:0 0 2rem;padding:1.25rem 0;border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);flex-wrap:wrap}.lh-empty-stat{display:flex;flex-direction:column;align-items:center;gap:.25rem}.lh-empty-stat strong{font-weight:700;color:var(--primary-700);line-height:1}.lh-empty-stat span{font-size:.8rem;color:var(--text-secondary);font-weight:500}.lh-empty-actions{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.lh-empty-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:700;font-size:.875rem;text-decoration:none;transition:var(--transition-fast);cursor:pointer;line-height:1}.lh-empty-btn--primary{background:var(--primary-700);color:var(--white);border:1px solid var(--primary-700)}.lh-empty-btn--primary:hover{background:var(--primary-800);border-color:var(--primary-800);transform:translateY(-1px)}.lh-empty-btn--ghost{background:0 0;color:var(--primary-700);border:1px solid var(--gray-300)}.lh-empty-btn--ghost:hover{border-color:var(--primary-700);background:rgba(30,42,74,.04)}.lh-empty-cta{display:inline-block;background:var(--primary-700);color:var(--white);padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:600;text-decoration:none;transition:var(--transition-fast)}.lh-empty-cta:hover{background:var(--primary-800)}@media (max-width:560px){.lh-empty-stats{gap:1.5rem;padding:1rem 0}.lh-empty-stat strong{font-size:1.25rem}.lh-empty-actions{flex-direction:column}.lh-empty-actions .lh-empty-btn{width:100%;justify-content:center}}.lh-pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:3rem}.lh-page-btn{display:inline-flex;align-items:center;background:var(--white);border:1px solid var(--gray-200);color:var(--text-primary);font-weight:600;padding:.5rem 1rem;border-radius:var(--radius-md);text-decoration:none;transition:var(--transition-fast)}.lh-page-btn:hover:not(.disabled),.lh-page-num:hover:not(.active){border-color:var(--primary-700);color:var(--primary-700)}.lh-page-btn.disabled{opacity:.4;cursor:not-allowed}.lh-page-numbers{display:flex;gap:.375rem}.lh-page-num{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;border:1px solid var(--gray-200);border-radius:var(--radius-md);background:var(--white);color:var(--text-primary);font-weight:600;text-decoration:none;transition:var(--transition-fast)}.lh-page-num.active{background:var(--primary-700);border-color:var(--primary-700);color:var(--white)}.lh-info{background:var(--cream-100);border-top:1px solid var(--border);padding:3rem 0 4rem}.lh-info-content{max-width:800px;margin:0 auto;font-size:1rem;line-height:1.75;color:var(--text-secondary)}.lh-info-content h2,.lh-info-content h3{color:var(--text-primary);margin-top:2rem}.lh-cta-banner{background:linear-gradient(135deg,var(--primary-700) 0%,var(--primary-800) 100%);color:var(--white);padding:3rem 0}.lh-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.lh-cta-text h2{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:var(--white);letter-spacing:-.02em}.lh-cta-text p{margin:0;color:rgba(255,255,255,.85);max-width:600px;line-height:1.6}.lh-cta-btn{display:inline-block;background:var(--accent-400);color:var(--secondary-800);font-weight:700;padding:.875rem 1.75rem;border-radius:var(--radius-md);text-decoration:none;transition:var(--transition-fast);white-space:nowrap}.lh-cta-btn:hover{background:var(--accent-500);transform:translateY(-1px)}@media (max-width:900px){.lh-filter-bar{grid-template-columns:1fr 1fr}.lh-search{grid-column:1/-1}}@media (max-width:600px){.lh-hero{padding:2.5rem 0 2rem}.lh-container,.lh-hero-container{padding:0 1.25rem}.lh-filter-bar{grid-template-columns:1fr}.lh-hero-stats{gap:1.5rem}.lh-grid,.lh-grid-featured{grid-template-columns:1fr}.lh-cta-inner{flex-direction:column;align-items:flex-start}}.lh-country-group{margin-bottom:3.5rem}.lh-country-group:last-child{margin-bottom:0}.lh-country-head{display:flex;align-items:center;gap:.75rem;font-family:var(--font-serif, Georgia, "Times New Roman", serif);font-size:1.45rem;font-weight:800;color:var(--text-primary, #1c1917);letter-spacing:-.02em;margin:0 0 1.5rem;padding-bottom:.85rem;border-bottom:2px solid var(--accent-300, #d4a574)}.lh-country-head>span:not(.lh-card-cc):not(.lh-country-count){flex:1}.lh-cards .lh-card,.lh-country-count{border:1px solid var(--border, #e9e6df)}.lh-card-cc,.lh-country-count{letter-spacing:.04em;font-family:var(--font-sans, system-ui, sans-serif);text-transform:uppercase}.lh-country-count{font-size:.78rem;font-weight:600;color:var(--text-muted, #9ca3af);background:var(--cream-100, #fdfbf7);border-radius:99px;padding:.3rem .75rem}.lh-card-cc{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:20px;border-radius:4px;background:var(--secondary-700, #1e2a4a);color:#fff;font-size:.62rem;font-weight:800;line-height:1}.lh-card-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--accent-300, #d4a574);flex-shrink:0}.lh-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.lh-cards .lh-card{display:flex;flex-direction:column;gap:.55rem;padding:1.1rem 1.25rem;background:#fff;border-radius:10px;text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s,transform .15s;overflow:visible}.lh-cards .lh-card:hover{border-color:var(--secondary-700, #1e2a4a);box-shadow:0 6px 20px rgba(15,23,42,.07);transform:translateY(-2px)}.lh-cards .lh-card-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:0}.lh-cards .lh-card-title{margin:0;font-family:var(--font-serif, Georgia, "Times New Roman", serif);font-size:1.1rem;font-weight:700;color:var(--text-primary, #1c1917);letter-spacing:-.01em;line-height:1.2;flex:1}.lh-cards .lh-card-sub{font-size:.84rem;color:var(--text-secondary, #57534e);line-height:1.4}.lh-cards .lh-card-dates{font-size:.85rem;font-weight:600;color:var(--secondary-700, #1e2a4a);letter-spacing:.01em}.lh-cards .lh-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.82rem;color:var(--text-secondary, #57534e);line-height:1.4}.lh-cards .lh-card-meta strong{color:var(--text-primary, #1c1917);font-weight:700;margin-right:.15rem}.lh-meta-muted,.lh-meta-sep{color:var(--text-muted, #9ca3af)}.lh-meta-sep{opacity:.5}.lh-meta-muted{font-style:italic;font-size:.78rem}.lh-cards .lh-card-cta{display:inline-flex;align-items:center;gap:.3rem;margin-top:.2rem;font-size:.82rem;font-weight:700;color:var(--secondary-700, #1e2a4a);transition:color .15s,gap .15s}.lh-cards .lh-card:hover .lh-card-cta{color:var(--accent-500, #b88857);gap:.5rem}.lh-badge{display:inline-block;padding:.22rem .6rem;border-radius:99px;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;line-height:1.3;flex-shrink:0}.lh-badge--current{background:rgba(34,139,84,.12);color:#14693e;border:1px solid rgba(34,139,84,.25)}.lh-badge--upcoming{background:rgba(212,165,116,.15);color:#8a5a25;border:1px solid rgba(212,165,116,.4)}.lh-badge--past{background:rgba(120,120,130,.1);color:#6b6b73;border:1px solid rgba(120,120,130,.22)}@media (max-width:600px){.lh-country-head{font-size:1.2rem;flex-wrap:wrap}.lh-country-count{font-size:.7rem}.lh-cards{grid-template-columns:1fr}}.lh-badge--verified{background:rgba(34,139,84,.12);color:#14693e;border:1px solid rgba(34,139,84,.25)}.lh-badge--claimed{background:rgba(212,165,116,.15);color:#8a5a25;border:1px solid rgba(212,165,116,.4)}.lh-badge--unclaimed{background:rgba(120,120,130,.08);color:#8a8a92;border:1px solid rgba(120,120,130,.2)}.lh-tags{display:flex;flex-wrap:wrap;gap:.32rem;margin-top:.15rem}.lh-tag{font-size:.7rem;font-weight:600;letter-spacing:.02em;text-transform:lowercase;color:var(--text-secondary, #57534e);background:var(--cream-100, #fdfbf7);border:1px solid var(--border, #e9e6df);border-radius:99px;padding:.18rem .55rem}