/* ─── Reviews Hero ──────────────────────────────────────────────────────── */
.reviews-hero {
  background: linear-gradient(160deg, #062218 0%, var(--primary) 50%, #0a3828 100%);
  padding: 88px 0 72px; color: #fff; text-align: center;
  position: relative; overflow: hidden;
}
.reviews-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.reviews-hero::after {
  content: '';
  position: absolute; bottom: -2px; left: 0; right: 0;
  height: 48px; background: var(--bg);
  clip-path: ellipse(60% 100% at 50% 100%);
}
.reviews-hero-inner { position: relative; z-index: 1; }
.reviews-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.74rem; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase;
  background: rgba(232,160,32,0.15);
  border: 1px solid rgba(232,160,32,0.3);
  color: var(--accent); padding: 6px 18px; border-radius: 50px; margin-bottom: 20px;
}
.reviews-hero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  color: #fff; margin-bottom: 16px; line-height: 1.12; font-weight: 700;
}
.reviews-hero-sub {
  color: rgba(255,255,255,0.75); font-size: 1.05rem;
  line-height: 1.7; margin-bottom: 48px; max-width: 520px; margin-left: auto; margin-right: auto;
}
.reviews-stats {
  display: flex; justify-content: center; gap: 56px; flex-wrap: wrap;
  padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.15);
  max-width: 560px; margin: 0 auto;
}
.stat-item { text-align: center; }
.stat-number {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.8rem; font-weight: 700; color: var(--accent);
  display: block; line-height: 1;
}
.stat-label {
  font-size: 0.78rem; color: rgba(255,255,255,0.65); margin-top: 6px;
  text-transform: uppercase; letter-spacing: 1px;
}

/* ─── Filter bar ────────────────────────────────────────────────────────── */
.reviews-filters-bar {
  background: var(--bg); border-bottom: 1px solid var(--border);
  padding: 18px 0; position: sticky; top: 68px; z-index: 90;
}
.reviews-filters-inner { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.filter-row { display: flex; align-items: center; gap: 10px; }
.filter-label { font-size: 0.84rem; font-weight: 600; color: var(--text); white-space: nowrap; }
.filter-select {
  padding: 8px 32px 8px 14px; border: 1.5px solid var(--border);
  border-radius: var(--radius); font-family: 'DM Sans', sans-serif;
  font-size: 0.88rem; color: var(--text); background: var(--bg);
  transition: border-color var(--transition);
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 10px center;
}
.filter-select:focus { outline: none; border-color: var(--primary-mid); }
.filter-row--count { margin-left: auto; font-size: 0.88rem; color: var(--text-light); font-weight: 500; }

/* ─── Reviews section ───────────────────────────────────────────────────── */
.reviews-section { padding: 56px 0 72px; }

/* ─── Reviews grid ──────────────────────────────────────────────────────── */
.reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-bottom: 48px;
}
@media (max-width: 900px) { .reviews-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .reviews-grid { grid-template-columns: 1fr; } }

/* ─── Review card ───────────────────────────────────────────────────────── */
.review-card {
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--radius-md); overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  display: flex; flex-direction: column;
  position: relative;
}
.review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.09);
}
.review-card::before {
  content: '\201C';
  position: absolute; top: 16px; right: 20px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 5rem; line-height: 1; color: var(--emerald-pale);
  pointer-events: none; user-select: none;
}
.review-card .card-body { padding: 24px 24px 20px; flex: 1; display: flex; flex-direction: column; }

/* Stars */
.stars { display: inline-flex; gap: 2px; margin-bottom: 12px; }
.star { font-size: 0.9rem; color: #D1D5DB; line-height: 1; }
.star--on { color: #F59E0B; }

.review-text {
  font-size: 0.93rem; line-height: 1.75; color: var(--text);
  font-style: italic; margin: 0 0 18px; flex: 1;
}
.review-author { margin-top: auto; }
.review-author strong {
  font-weight: 600; color: var(--primary); display: block;
  font-size: 0.92rem;
}
.review-dest { color: var(--text-light); font-size: 0.83rem; }
.review-date { font-size: 0.79rem; color: var(--text-light); margin-top: 5px; }
.review-itin-link {
  font-size: 0.82rem; color: var(--primary-mid); font-weight: 600;
  display: inline-block; margin-top: 12px; text-decoration: none;
}
.review-itin-link:hover { color: var(--primary); text-decoration: underline; }

/* ─── Skeleton ──────────────────────────────────────────────────────────── */
.card-skeleton {
  border-radius: var(--radius-md); overflow: hidden;
  border: 1px solid var(--border); background: var(--bg);
  min-height: 220px;
}
.card-skeleton::before {
  content: ''; display: block;
  height: 16px; margin: 24px 24px 12px;
  background: linear-gradient(90deg, #e8edf0 25%, #f4f6f8 50%, #e8edf0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
  border-radius: 4px;
}
.card-skeleton::after {
  content: '';
  display: block;
  margin: 0 24px;
  height: 120px;
  background: linear-gradient(90deg, #e8edf0 25%, #f4f6f8 50%, #e8edf0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
  border-radius: 6px;
}
@keyframes shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position:  200% 0; }
}

/* ─── Pagination ────────────────────────────────────────────────────────── */
.pagination {
  display: flex; gap: 8px; align-items: center;
  justify-content: center; flex-wrap: wrap;
}
.page-btn {
  min-width: 40px; height: 40px; display: flex; align-items: center;
  justify-content: center; border-radius: var(--radius);
  border: 1.5px solid var(--border); background: var(--bg);
  cursor: pointer; font-family: 'DM Sans', sans-serif;
  font-size: 0.88rem; font-weight: 500; color: var(--text);
  transition: all var(--transition);
}
.page-btn:hover, .page-btn--active {
  background: var(--primary-mid); color: #fff; border-color: var(--primary-mid);
}

/* ─── No results ────────────────────────────────────────────────────────── */
.no-results { text-align: center; padding: 72px 24px; }
.no-results p { color: var(--text-light); }
.btn-link {
  background: none; border: none; cursor: pointer;
  color: var(--primary-mid); font-weight: 600;
  font-family: inherit; font-size: inherit;
}
.btn-link:hover { color: var(--primary); text-decoration: underline; }

/* ─── Google Reviews Section ────────────────────────────────────────────── */
.google-reviews-section {
  background: #f8faf9; padding: 56px 0 40px; border-bottom: 1px solid var(--border);
}
.google-reviews-header {
  display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
  margin-bottom: 32px;
}
.google-badge {
  display: flex; align-items: center; gap: 8px;
  background: #fff; border: 1.5px solid #e0e0e0; border-radius: 24px;
  padding: 6px 14px; font-weight: 600; font-size: 0.9rem; color: #444;
}
.google-rating-summary {
  display: flex; align-items: center; gap: 10px;
}
.google-rating-number {
  font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 700;
  color: var(--primary);
}
.google-stars { font-size: 1.2rem; color: #FBBC05; letter-spacing: 1px; }
.google-rating-count { color: var(--text-light); font-size: 0.9rem; }
.google-maps-link {
  margin-left: auto; font-size: 0.85rem; color: var(--primary-mid);
  font-weight: 600; text-decoration: none;
}
.google-maps-link:hover { text-decoration: underline; }
.google-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.google-review-card {
  background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius);
  padding: 20px; display: flex; flex-direction: column; gap: 12px;
}
.google-review-header {
  display: flex; align-items: flex-start; gap: 12px;
}
.google-reviewer-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--primary); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.85rem; flex-shrink: 0;
}
.google-reviewer-info { flex: 1; }
.google-reviewer-info strong { font-size: 0.9rem; color: var(--text); }
.google-review-date { font-size: 0.78rem; color: var(--text-light); margin-top: 2px; }
.google-review-stars { font-size: 0.95rem; }
.google-review-text {
  font-size: 0.88rem; color: var(--text-light); line-height: 1.6;
  flex: 1; margin: 0;
}
@media (max-width: 600px) {
  .google-reviews-header { flex-direction: column; align-items: flex-start; }
  .google-maps-link { margin-left: 0; }
}
