/**
 * assets/css/oga-tourism-listings.css — Airbnb × TripAdvisor listings.
 * Light OGA brand: navy #001D6C · red #b01c2e · gold #EAB308.
 * @since 2026-07-29
 */

.oga-lst { margin: 28px 0; }
.oga-lst-head { margin-bottom: 16px; }
.oga-lst-eyebrow { margin: 0 0 6px; font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 11px; color: var(--brand-navy, #001D6C); }
.oga-lst-h2 { margin: 0 0 6px; font-size: clamp(21px, 3vw, 28px); font-weight: 800; color: var(--text-primary, #14181f); }
.oga-lst-sub { margin: 0 0 14px; font-size: 13.5px; color: var(--text-secondary, #55617a); max-width: 70ch; }

/* Topic filter chips */
.oga-lst-topics { display: flex; gap: 8px; overflow-x: auto; padding: 4px 0 8px; -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
.oga-lst-topic {
	white-space: nowrap; flex: 0 0 auto;
	padding: 7px 14px; border-radius: 999px; font-size: 12.5px; font-weight: 600; text-decoration: none;
	color: var(--brand-navy, #001D6C); background: #fff; border: 1px solid #e3e8f2;
	transition: border-color .14s ease, color .14s ease, background .14s ease;
}
.oga-lst-topic:hover { border-color: var(--brand-navy, #001D6C); }
.oga-lst-topic.is-active { background: var(--brand-navy, #001D6C); color: #fff; border-color: var(--brand-navy, #001D6C); }

/* Group */
.oga-lst-group { margin: 22px 0; scroll-margin-top: 90px; }
.oga-lst-grouphead { display: flex; align-items: baseline; gap: 10px; margin-bottom: 12px; flex-wrap: wrap; }
.oga-lst-groupname { margin: 0; font-size: 18px; font-weight: 800; color: var(--text-primary, #14181f); }
.oga-lst-grouptag { font-size: 12.5px; color: var(--text-secondary, #8894ac); }

/* Grid */
.oga-lst-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 18px; }
.oga-lst-grid--top { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }

/* Card — Airbnb style */
.oga-lst-card {
	display: flex; flex-direction: column;
	background: #fff; border-radius: 16px; overflow: hidden;
	border: 1px solid #eef1f6;
	transition: transform .16s ease, box-shadow .16s ease;
}
.oga-lst-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,29,108,.12); }

.oga-lst-photo {
	position: relative; aspect-ratio: 20 / 13; display: flex; align-items: center; justify-content: center;
}
.oga-lst-hero { font-size: 54px; filter: drop-shadow(0 6px 14px rgba(0,0,0,.28)); }
.oga-lst-heart {
	position: absolute; top: 10px; right: 10px; width: 32px; height: 32px; border: 0; cursor: pointer;
	border-radius: 50%; background: rgba(255,255,255,.9); color: var(--brand-red-600, #b01c2e); font-size: 16px; line-height: 1;
	display: grid; place-items: center; transition: transform .12s ease, background .12s ease;
}
.oga-lst-heart:hover { transform: scale(1.12); background: #fff; }

/* Trust badges */
.oga-lst-badge {
	position: absolute; top: 10px; left: 10px;
	font-size: 10.5px; font-weight: 700; padding: 4px 9px; border-radius: 999px; background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,.15);
}
.oga-lst-badge--superhost { color: var(--brand-red-600, #b01c2e); }
.oga-lst-badge--choice    { color: #0a7d2c; }
.oga-lst-badge--verified  { color: var(--brand-navy, #001D6C); }

.oga-lst-body { padding: 13px 14px 15px; display: flex; flex-direction: column; gap: 5px; }
.oga-lst-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.oga-lst-type { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--text-secondary, #8894ac); }

/* TripAdvisor-style bubble rating */
.oga-lst-rating { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; color: var(--text-primary, #14181f); }
.oga-lst-dots { display: inline-flex; gap: 2px; }
.oga-lst-dot { width: 10px; height: 10px; border-radius: 50%; background: #e2e6ee; display: inline-block; position: relative; }
.oga-lst-dot.is-full { background: #0a7d2c; }
.oga-lst-dot.is-half { background: linear-gradient(90deg, #0a7d2c 50%, #e2e6ee 50%); }
.oga-lst-rating b { font-weight: 800; }
.oga-lst-reviews { color: var(--text-secondary, #8894ac); }

.oga-lst-title { margin: 1px 0 0; font-size: 15.5px; font-weight: 700; line-height: 1.3; color: var(--text-primary, #14181f); }
.oga-lst-area { margin: 0; font-size: 12.5px; color: var(--text-secondary, #667); }
.oga-lst-host { margin: 0; font-size: 12px; color: var(--text-secondary, #8894ac); }

.oga-lst-foot { margin-top: 8px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.oga-lst-price { font-size: 13px; color: var(--text-primary, #14181f); }
.oga-lst-price b { font-size: 17px; font-weight: 800; color: var(--brand-navy, #001D6C); }
.oga-lst-cta {
	display: inline-flex; align-items: center; justify-content: center; padding: 8px 15px; border-radius: 999px;
	font-weight: 700; font-size: 12.5px; text-decoration: none; color: #fff;
	background: linear-gradient(135deg, var(--brand-red-600, #b01c2e), var(--brand-red-500, #d7273c));
	transition: filter .14s ease;
}
.oga-lst-cta:hover { filter: brightness(1.1); }
.oga-lst-cta--cart { background: linear-gradient(135deg, var(--brand-navy, #001D6C), var(--brand-blue-600, #0A2463)); }

.oga-lst-more { text-align: center; margin-top: 18px; }
.oga-lst-morebtn {
	display: inline-block; padding: 11px 22px; border-radius: 999px; font-weight: 700; font-size: 13.5px; text-decoration: none;
	color: var(--brand-navy, #001D6C); background: #fff; border: 1.5px solid var(--brand-navy, #001D6C);
	transition: background .14s ease, color .14s ease;
}
.oga-lst-morebtn:hover { background: var(--brand-navy, #001D6C); color: #fff; }

.oga-lst--top { padding: 22px clamp(16px,4vw,28px); background: radial-gradient(120% 130% at 100% 0%, rgba(234,179,8,.06), transparent 55%), #f6f8fc; border-radius: 16px; }

@media (prefers-reduced-motion: reduce) {
	.oga-lst-card, .oga-lst-heart { transition: none; }
	.oga-lst-card:hover { transform: none; }
}
