/* ============================================
   PEPITE TRAVEL — Explorer Experience Design
   ============================================ */

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

:root {
  --sand: #E8E3DC;
  --earth: #1A1A1A;
  --earth-light: #1A1A1A;
  --terracotta: #BD6338;
  --sage: #6F7D5C;
  --ocean: #3E5C76;
  --gold: #BD6338;
  --cream: #F5F0E8;
  --sand-warm: #D6C6A8;
  --light-border: rgba(26, 26, 26, 0.08);
  --text-secondary: rgba(26, 26, 26, 0.6);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --nav-height: 64px;
  --terracotta-dark: color-mix(in srgb, var(--terracotta) 75%, black);
  /* Overlay variables */
  --overlay-color: #6F7D5C;
  --overlay-r: 111;
  --overlay-g: 125;
  --overlay-b: 92;
  --overlay-enabled: 1;
  /* Layout variables */
  --navbar-bg: var(--earth);
  --sidebar-bg: #ffffff;
  --header-bg: var(--earth);
  /* Text variables */
  --text-body: var(--earth);
  --text-title: var(--earth);
  --text-link: var(--sage);
  --text-on-dark: #ffffff;
  /* Section variables */
  --premium-bg: var(--sage);
  --premium-text: #ffffff;
  --footer-bg: var(--earth);
  --footer-text: rgba(255, 255, 255, 0.75);
  --footer-link: rgba(255, 255, 255, 0.75);
  --navbar-text: #ffffff;
  --cta-bg: var(--sage);
  --cta-text: var(--sand);
  --sage-text: #ffffff;
  --cta-banner-bg: var(--sage);
  --cta-banner-text: var(--sand);
  /* Spot text + pépite pin */
  --spot-text: #000000;
  --pepite-pin: #BD6338;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--cream);
  color: var(--text-body, var(--earth-light));
  overflow-x: hidden;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.005em;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ============================================
   NAVIGATION — Transparent + Sticky
   ============================================ */

nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 0 2.5rem;
  height: var(--nav-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--navbar-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.4s, border-color 0.4s, box-shadow 0.4s;
}

/* Transparent nav on hero pages */
.has-hero-nav nav {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: transparent;
}

.has-hero-nav .logo { color: white; }
.has-hero-nav .nav-link { color: rgba(255, 255, 255, 0.75); }
.has-hero-nav .nav-link:hover,
.has-hero-nav .nav-link.active { color: white; }
.has-hero-nav .nav-link.active::after { background: white; }
.has-hero-nav .nav-search-btn { color: rgba(255, 255, 255, 0.75); }
.has-hero-nav .nav-search-btn:hover { color: white; }
.has-hero-nav .nav-mobile-btn { color: white; }

/* Scrolled state — dark bg */
.has-hero-nav nav.scrolled {
  background: var(--navbar-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}

.has-hero-nav nav.scrolled .logo { color: white; }
.has-hero-nav nav.scrolled .nav-link { color: rgba(255, 255, 255, 0.65); }
.has-hero-nav nav.scrolled .nav-link:hover,
.has-hero-nav nav.scrolled .nav-link.active { color: white; }
.has-hero-nav nav.scrolled .nav-link.active::after { background: var(--terracotta); }
.has-hero-nav nav.scrolled .nav-search-btn { color: rgba(255, 255, 255, 0.65); }
.has-hero-nav nav.scrolled .nav-search-btn:hover { color: white; }
.has-hero-nav nav.scrolled .nav-mobile-btn { color: white; }

.logo {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  font-size: 1.9rem;
  letter-spacing: -0.03em;
  color: var(--navbar-text, white);
  transition: color 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.logo-dot { color: var(--terracotta); }
.logo-text { display: inline-flex; align-items: center; gap: 0; color: inherit; }

.logo-img {
  height: 36px;
  width: 36px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
  background: transparent;
  border-radius: 50%;
}


.nav-links {
  display: flex;
  gap: 2.5rem;
  margin-left: 2.5rem;
}

.nav-link {
  font-size: 0.88rem;
  font-weight: 500;
  color: color-mix(in srgb, var(--navbar-text, white) 70%, transparent);
  transition: color 0.3s;
  position: relative;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}
.nav-link svg {
  flex-shrink: 0;
  vertical-align: middle;
}

.nav-link:hover, .nav-link.active {
  color: var(--sage-text, var(--navbar-text, white));
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--terracotta);
  border-radius: 1px;
  transition: background 0.3s;
}

.nav-search-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s;
  border-radius: var(--radius-sm);
}

.nav-search-btn:hover { color: white; }

.nav-mobile-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: white;
  transition: color 0.3s;
}

/* Mobile menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: var(--nav-height);
  left: 0;
  right: 0;
  background: var(--cream);
  border-bottom: 1px solid var(--light-border);
  padding: 1rem 2rem 1.5rem;
  z-index: 999;
  flex-direction: column;
  gap: 0.5rem;
}

.mobile-menu.open { display: flex; }

.mobile-link {
  display: block;
  padding: 0.75rem 0;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid var(--light-border);
}

.mobile-search-wrapper {
  margin-top: 0.5rem;
  position: relative;
}

.mobile-search-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--light-border);
  border-radius: var(--radius-md);
  font-size: 0.95rem;
  font-family: inherit;
  background: white;
  outline: none;
}

.mobile-search-input:focus {
  border-color: var(--terracotta);
}

/* Search overlay */
.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: color-mix(in srgb, var(--earth) 50%, transparent);
  backdrop-filter: blur(4px);
  z-index: 2000;
  padding: 12vh 2rem 2rem;
}

.search-overlay.open { display: block; }

.search-container {
  max-width: 640px;
  margin: 0 auto;
  background: white;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(148, 163, 122, 0.2);
}

.search-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--light-border);
  color: var(--text-secondary);
}

.search-header input {
  flex: 1;
  border: none;
  font-size: 1.05rem;
  font-family: inherit;
  outline: none;
  background: none;
  color: var(--earth-light);
}

.search-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: var(--text-secondary);
  border-radius: var(--radius-sm);
}

.search-close:hover { color: var(--earth-light); }

.search-results {
  max-height: 400px;
  overflow-y: auto;
}

.search-result-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1.5rem;
  border-bottom: 1px solid var(--light-border);
  transition: background 0.15s;
}

.search-result-item:hover { background: var(--sand); }

.search-result-img {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-sm);
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.search-result-info h4 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.search-result-info p {
  font-size: 0.8rem;
  color: var(--text-secondary);
}

.search-result-badge {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: auto;
  flex-shrink: 0;
}

.search-result-badge.gem {
  background: rgba(189, 99, 56, 0.12);
  color: var(--terracotta);
}

.search-result-badge.must-see {
  background: rgba(62, 92, 118, 0.12);
  color: var(--ocean);
}

.search-empty {
  padding: 2rem;
  text-align: center;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

/* ============================================
   HOME SECTIONS WRAPPER — Flex ordering
   ============================================ */
.home-sections-wrapper {
  display: flex;
  flex-direction: column;
}

.page-sections-wrapper {
  display: flex;
  flex-direction: column;
}

/* ============================================
   HERO — Full Immersive
   ============================================ */

.hero-immersive {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero-immersive-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  animation: heroZoom 20s ease-in-out infinite alternate;
}

@keyframes heroZoom {
  0% { transform: scale(1.02); }
  100% { transform: scale(1.08); }
}

.hero-immersive-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(var(--overlay-r), var(--overlay-g), var(--overlay-b), calc(0.45 * var(--overlay-enabled))) 0%,
    rgba(var(--overlay-r), var(--overlay-g), var(--overlay-b), calc(0.2 * var(--overlay-enabled))) 30%,
    rgba(var(--overlay-r), var(--overlay-g), var(--overlay-b), calc(0.35 * var(--overlay-enabled))) 60%,
    rgba(var(--overlay-r), var(--overlay-g), var(--overlay-b), calc(0.8 * var(--overlay-enabled))) 100%
  );
}

.hero-immersive-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 0 2rem;
}

.hero-immersive-content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: white;
  margin-bottom: 1.5rem;
}

.hero-immersive-sub {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  max-width: 550px;
  margin: 0 auto 2.5rem;
}

.hero-immersive-cta {
  display: inline-flex;
  align-items: center;
  padding: 14px 36px;
  background: white;
  color: var(--earth-light);
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0;
  border-radius: 8px;
  transition: all 0.25s;
  border: 1px solid white;
}

.hero-immersive-cta:hover {
  transform: translateY(-1px);
  opacity: 0.92;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
}

.hero-scroll-hint {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: rgba(255, 255, 255, 0.5);
  /* Separate opacity fade-in from bounce to avoid transform conflicts */
  animation: scrollBounce 2s ease-in-out 1.2s infinite, scrollHintFadeIn 0.6s ease 0.8s both;
}

@keyframes scrollHintFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes scrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ============================================
   HERO TEXT — Staggered Entrance
   ============================================ */

@keyframes heroFadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-immersive-content h1 {
  animation: heroFadeSlideUp 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.08s both;
}

.hero-immersive-sub {
  animation: heroFadeSlideUp 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.26s both;
}

.hero-cta-group {
  animation: heroFadeSlideUp 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.44s both;
}

/* Country hero breadcrumb stagger */
.country-hero-content .breadcrumb {
  animation: heroFadeSlideUp 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s both;
}

.country-hero-content h1 {
  animation: heroFadeSlideUp 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.18s both;
}

.country-hero-content .hero-immersive-sub {
  animation: heroFadeSlideUp 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.32s both;
}

/* Spot hero */
.spot-hero-content .breadcrumb {
  animation: heroFadeSlideUp 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s both;
}

.spot-hero-content .spot-badge-large {
  animation: heroFadeSlideUp 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s both;
}

.spot-hero-content h1 {
  animation: heroFadeSlideUp 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s both;
}

.spot-hero-content .spot-hero-sub {
  animation: heroFadeSlideUp 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.38s both;
}

.spot-hero-content .save-btn {
  animation: heroFadeSlideUp 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

/* ============================================
   MAP EXPLORE SECTION (Homepage)
   ============================================ */

.map-explore-section {
  padding: 4rem 0 0;
  background: var(--cream);
}

.map-explore-header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.map-explore-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  letter-spacing: -0.04em;
}

.map-explore-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--terracotta);
  transition: opacity 0.2s;
}

.map-explore-link:hover { opacity: 0.7; }

.map-explore-container {
  width: 100%;
  height: 88vh;
  min-height: 625px;
  max-height: 875px;
  border-radius: 12px;
  overflow: hidden;
  border: 1.5px solid #BD6338;
  box-shadow: 0 16px 48px rgba(0,0,0,0.20), 0 2px 12px rgba(189,99,56,0.14);
  z-index: 1;
}

/* ============================================
   BUTTON SYSTEM — 3 Types
   ============================================ */

/* Shared base */
.btn-primary,
.btn-secondary,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding: 14px 32px;
  border-radius: 8px;
  transition: all 0.25s ease;
  cursor: pointer;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

/* Primary — dark fill */
.btn-primary {
  background: var(--earth-light);
  color: var(--cream);
  border: 1px solid var(--earth-light);
}
.btn-primary:hover {
  opacity: 0.85;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(148, 163, 122, 0.18);
}

/* Primary light (on dark backgrounds) */
.btn-primary.btn-light {
  background: white;
  color: var(--earth-light);
  border-color: white;
}
.btn-primary.btn-light:hover {
  opacity: 0.92;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

/* Secondary — outline */
.btn-secondary {
  background: transparent;
  color: var(--earth-light);
  border: 1px solid rgba(148, 163, 122, 0.25);
}
.btn-secondary:hover {
  background: rgba(148, 163, 122, 0.05);
  border-color: var(--earth-light);
  transform: translateY(-1px);
}

/* Ghost — text only */
.btn-ghost {
  background: transparent;
  color: var(--earth-light);
  border: 1px solid transparent;
  padding-left: 4px;
  padding-right: 4px;
}
.btn-ghost:hover {
  color: var(--terracotta);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

/* Legacy aliases kept for compatibility */
.btn-secondary-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 14px 32px;
  border-radius: 8px;
  border: 1px solid rgba(148, 163, 122, 0.25);
  color: var(--earth-light);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.25s;
  background: transparent;
}
.btn-secondary-outline:hover {
  border-color: var(--earth-light);
  background: rgba(148, 163, 122, 0.05);
}

.btn-outline-light {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 14px 32px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.25s;
}
.btn-outline-light:hover {
  border-color: white;
  background: rgba(255, 255, 255, 0.1);
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ============================================
   PAGE HERO (sub-pages)
   ============================================ */

.page-hero {
  padding: 8rem 2.5rem 3.5rem;
  background: var(--sand);
}

.page-hero-content {
  max-width: 1200px;
  margin: 0 auto;
}

.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
  line-height: 1.1;
}

.page-hero p {
  font-size: 1.05rem;
  color: var(--text-secondary);
  max-width: 600px;
  line-height: 1.7;
}

.page-hero-image {
  min-height: 55vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(var(--overlay-r), var(--overlay-g), var(--overlay-b), calc(0.8 * var(--overlay-enabled))) 0%, rgba(var(--overlay-r), var(--overlay-g), var(--overlay-b), calc(0.2 * var(--overlay-enabled))) 50%, rgba(var(--overlay-r), var(--overlay-g), var(--overlay-b), calc(0.15 * var(--overlay-enabled))) 100%);
}

.page-hero-image .page-hero-content {
  position: relative;
  z-index: 1;
  padding-bottom: 3rem;
}

.page-hero-content.light h1,
.page-hero-content.light p {
  color: white;
}

.page-hero-content.light p {
  color: rgba(255, 255, 255, 0.8);
}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  overflow: hidden;
  max-width: 100%;
  word-break: break-word;
}

.breadcrumb a {
  color: var(--text-secondary);
  transition: color 0.2s;
}

.breadcrumb a:hover { color: var(--terracotta); }
.breadcrumb span { color: var(--text-secondary); }

.breadcrumb.light a { color: rgba(255, 255, 255, 0.6); }
.breadcrumb.light a:hover { color: white; }
.breadcrumb.light span { color: rgba(255, 255, 255, 0.4); }

@media (max-width: 768px) {
  .breadcrumb {
    font-size: 0.82rem;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
}

/* ============================================
   SECTIONS
   ============================================ */

.section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.content-section {
  padding: 7rem 0;
}

.discover-section {
  padding: 8rem 0;
  background: var(--cream);
}

.featured-section {
  padding: 8rem 0;
  background: var(--sand);
}

.related-section {
  padding: 7rem 0;
  background: var(--sand);
}

.section-header {
  margin-bottom: 4rem;
}

.section-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 0.6rem;
}

.section-header h2,
.discover-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

/* Section type badge icons (gem / must-see) above section titles */
.section-type-badge {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.section-type-badge.gem {
  background: rgba(189, 99, 56, 0.12);
  color: var(--gold);
}
.section-type-badge.must-see {
  background: rgba(62, 92, 118, 0.12);
  color: var(--ocean);
}

.section-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
}

.section-see-all {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--terracotta);
  transition: opacity 0.2s;
}

.section-see-all:hover { opacity: 0.7; }

.section-footer-link {
  text-align: center;
  margin-top: 2.5rem;
}

/* ============================================
   CARDS — Spots (Image-dominant overlay)
   ============================================ */

.spots-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.spot-card {
  display: block;
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/4;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.spot-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(148, 163, 122, 0.15);
}

.spot-card-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}

.spot-card:hover .spot-card-img {
  transform: scale(1.06);
}

.spot-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
  backdrop-filter: blur(8px);
  z-index: 2;
}

.spot-badge.gem {
  background: rgba(189, 99, 56, 0.9);
  color: white;
}

.spot-badge.must-see {
  background: rgba(62, 92, 118, 0.9);
  color: white;
}

.spot-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1.5rem 1.5rem;
  background: linear-gradient(to top, rgba(var(--overlay-r), var(--overlay-g), var(--overlay-b), calc(0.85 * var(--overlay-enabled))) 0%, rgba(var(--overlay-r), var(--overlay-g), var(--overlay-b), calc(0.4 * var(--overlay-enabled))) 60%, transparent 100%);
  z-index: 1;
}

.spot-card-location {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.3rem;
}

.spot-card-body h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  color: white;
}

.spot-card-body p {
  display: none;
}

.spot-card-meta {
  display: none;
}

/* ============================================
   CARDS — Countries
   ============================================ */

.countries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.25rem;
}

.country-card {
  display: block;
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.country-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(148, 163, 122, 0.15);
}

.country-card-img {
  height: 320px;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: transform 0.6s ease;
  overflow: hidden;
}

.country-card:hover .country-card-img {
  /* zoom handled by inner pseudo — using transform on parent */
}

.country-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(var(--overlay-r), var(--overlay-g), var(--overlay-b), calc(0.75 * var(--overlay-enabled))) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
}

.country-card-overlay h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  font-size: 1.8rem;
  color: white;
  letter-spacing: -0.02em;
}

.country-card-stats {
  display: flex;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.25rem;
}

/* ============================================
   CARDS — Country Preview (Homepage)
   ============================================ */

.countries-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.country-preview-card {
  display: block;
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 3/4;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.country-preview-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 50px rgba(148, 163, 122, 0.12);
}

.country-preview-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: transform 0.6s ease;
}

.country-preview-card:hover .country-preview-img {
  transform: scale(1.05);
}

.country-preview-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(var(--overlay-r), var(--overlay-g), var(--overlay-b), calc(0.8 * var(--overlay-enabled))) 0%, transparent 55%);
  display: flex;
  align-items: flex-end;
  padding: 1.75rem;
}

.country-preview-overlay h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: white;
}

/* ============================================
   PAYS GRID — Homepage "Explorer les pays"
   ============================================ */

.pays-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

/* 2-column grid on ALL screens — reduce gap on small screens for readability */
@media (max-width: 480px) {
  .pays-grid {
    gap: 0.75rem;
  }
}

/* ============================================
   CARDS — Regions
   ============================================ */

.regions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.25rem;
}

.region-card {
  display: block;
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  aspect-ratio: 4/3;
}

.region-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(148, 163, 122, 0.15);
}

.region-card-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}

.region-card:hover .region-card-img {
  transform: scale(1.06);
}

.region-card-overlay {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}

.region-card-count {
  font-size: 0.75rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  padding: 4px 12px;
  border-radius: 100px;
  color: var(--earth-light);
}

.region-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1.5rem 1.5rem;
  background: linear-gradient(to top, rgba(var(--overlay-r), var(--overlay-g), var(--overlay-b), calc(0.85 * var(--overlay-enabled))) 0%, rgba(var(--overlay-r), var(--overlay-g), var(--overlay-b), calc(0.3 * var(--overlay-enabled))) 70%, transparent 100%);
  z-index: 1;
}

.region-card-body h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  color: white;
  margin-bottom: 0;
}

.region-card-body p {
  display: none;
}

.region-card-body .region-card-tagline {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.25rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

@media (max-width: 768px) {
  .region-card-body .region-card-tagline {
    font-size: 0.78rem;
  }
}

/* ============================================
   FILTER BAR
   ============================================ */

.filter-bar {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.filter-label {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-secondary);
  margin-right: 0.25rem;
}

.filter-btn {
  font-size: 0.82rem;
  font-weight: 500;
  padding: 0.5rem 1.2rem;
  border-radius: 100px;
  border: 1px solid var(--light-border);
  color: var(--text-secondary);
  transition: all 0.25s;
  background: white;
}

.filter-btn:hover {
  border-color: var(--earth-light);
  color: var(--earth-light);
}

.filter-btn.active {
  background: var(--earth-light);
  color: white;
  border-color: var(--earth-light);
}

.filter-btn.gem.active {
  background: var(--terracotta);
  border-color: var(--terracotta);
}

.filter-btn.must-see.active {
  background: var(--ocean);
  border-color: var(--ocean);
}

/* ============================================
   CTA SECTION
   ============================================ */

.cta-section {
  padding: 8rem 2.5rem;
  text-align: center;
  background: var(--cta-banner-bg, var(--cta-bg));
  color: var(--cta-banner-text, var(--cta-text));
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(189, 99, 56, 0.06) 0%, transparent 60%);
}

.cta-inner {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-inner h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin-bottom: 1.25rem;
}

.cta-inner p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--cta-banner-text, var(--cta-text));
  opacity: 0.65;
  margin-bottom: 2.5rem;
}

/* ============================================
   SPOT DETAIL PAGE
   ============================================ */

.spot-hero {
  min-height: 70vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.spot-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(var(--overlay-r), var(--overlay-g), var(--overlay-b), calc(0.25 * var(--overlay-enabled))) 0%,
    rgba(var(--overlay-r), var(--overlay-g), var(--overlay-b), calc(0.1 * var(--overlay-enabled))) 30%,
    rgba(var(--overlay-r), var(--overlay-g), var(--overlay-b), calc(0.5 * var(--overlay-enabled))) 65%,
    rgba(var(--overlay-r), var(--overlay-g), var(--overlay-b), calc(0.88 * var(--overlay-enabled))) 100%
  );
}

.spot-hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  padding: 2rem 2.5rem 4rem;
}

.spot-badge-large {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(8px);
}

.spot-badge-large.gem {
  background: rgba(189, 99, 56, 0.88);
  color: white;
}

.spot-badge-large.must-see {
  background: rgba(62, 92, 118, 0.88);
  color: white;
}

.spot-hero-content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  color: white;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
  line-height: 1.05;
}

.spot-hero-sub {
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
  max-width: 580px;
  margin-bottom: 0;
}

/* ============================================
   SPOT INFO STRIP
   ============================================ */

.spot-info-strip {
  background: white;
  border-bottom: 1px solid var(--light-border);
}

.spot-info-strip-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.spot-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem 1.5rem;
  border-right: 1px solid var(--light-border);
}

.spot-info-item:first-child { padding-left: 0; }
.spot-info-item:last-child { border-right: none; padding-right: 0; }

.spot-info-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--sand);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--terracotta);
  flex-shrink: 0;
}

.spot-info-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-secondary);
  margin-bottom: 0.3rem;
}

.spot-info-value {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--earth-light);
  line-height: 1.5;
}

/* ============================================
   SPOT BODY (New sectioned layout)
   ============================================ */

.spot-body {
  padding: 6rem 0 2.5rem;
  background: var(--cream);
}

.spot-body-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.spot-section {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--light-border);
}

.spot-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.spot-section-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-secondary);
  margin-bottom: 0.75rem;
}

.spot-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
  margin-bottom: 1.25rem;
  line-height: 1.2;
  color: var(--earth-light);
}

.spot-section p {
  font-size: 1rem;
  line-height: 1.95;
  color: var(--spot-text, #000000);
}

.spot-section.highlight {
  background: linear-gradient(135deg, rgba(189, 99, 56, 0.06) 0%, rgba(189, 99, 56, 0.03) 100%);
  border: 1px solid rgba(189, 99, 56, 0.15);
  border-radius: 12px;
  padding: 2.5rem;
  border-bottom: 1px solid rgba(189, 99, 56, 0.15);
  padding-bottom: 2.5rem;
  margin-bottom: 4rem;
}

.spot-section.highlight h2 {
  color: var(--earth-light);
}

.spot-section-icon {
  font-size: 1.25rem;
  margin-bottom: 0.6rem;
}

/* ============================================
   SPOT MAP SECTION (Full-width)
   ============================================ */

.spot-map-section {
  background: var(--cream);
  padding: 0 0 6rem;
}

.spot-map-section-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.spot-map-header {
  margin-bottom: 1.5rem;
}

.spot-map-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: var(--earth-light);
  margin-bottom: 0.25rem;
}

.spot-map-header p {
  font-size: 0.85rem;
  color: var(--text-secondary);
}

.spot-map-container {
  width: 100%;
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
  border: 1.5px solid #BD6338;
  box-shadow: 0 12px 40px rgba(0,0,0,0.18), 0 2px 8px rgba(189,99,56,0.12);
}

/* Legacy sidebar styles (kept for old references) */
.spot-content { padding: 5rem 0; background: var(--cream); }
.spot-content-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
.spot-sidebar { display: flex; flex-direction: column; gap: 1.25rem; }
.sidebar-card {
  background: white;
  border: 1px solid var(--light-border);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s;
}
.sidebar-card:hover { box-shadow: 0 8px 30px rgba(148, 163, 122, 0.06); }
.sidebar-card-icon {
  width: 40px; height: 40px;
  border-radius: 8px;
  background: var(--sand);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem;
  color: var(--terracotta);
}
.sidebar-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0.65rem;
}
.sidebar-card p {
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--text-secondary);
}
.sidebar-map-card { padding: 1.25rem 1.25rem 0; overflow: hidden; }
.sidebar-map-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0.65rem;
}

/* ============================================
   COUNTRY MAP SECTION
   ============================================ */

.country-map-section {
  background: var(--cream);
  border-bottom: none;
}

.country-map-header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2.5rem 1.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.country-map-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  font-size: 1.75rem;
  letter-spacing: -0.03em;
  color: var(--earth);
  margin: 0 0 0.25rem;
}

.country-map-subtitle {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin: 0;
}

.country-map-container {
  width: 100%;
  height: 60vh;
  min-height: 420px;
  max-height: 640px;
  border-radius: 12px;
  overflow: hidden;
  border: 1.5px solid #BD6338;
  box-shadow: 0 16px 48px rgba(0,0,0,0.20), 0 2px 12px rgba(189,99,56,0.14);
}

/* ============================================
   GEM CARDS — Pépites Cachées Highlight
   ============================================ */

.gem-card {
  border: 1.5px solid rgba(214, 198, 168, 0.45);
  box-shadow: 0 4px 18px rgba(214, 198, 168, 0.18);
}

.gem-card:hover {
  border-color: rgba(214, 198, 168, 0.7);
  box-shadow: 0 8px 32px rgba(214, 198, 168, 0.28);
}

.incontournable-card {
  border: 1.5px solid rgba(62, 92, 118, 0.35);
  box-shadow: 0 4px 18px rgba(62, 92, 118, 0.12);
}

.incontournable-card:hover {
  border-color: rgba(62, 92, 118, 0.55);
  box-shadow: 0 8px 32px rgba(62, 92, 118, 0.22);
}

/* Stronger gem badge */
.spot-badge.gem {
  background: var(--terracotta);
  color: white;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 8px rgba(189, 99, 56, 0.4);
}

.spot-badge-large.gem {
  background: var(--terracotta);
  color: white;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 2px 12px rgba(189, 99, 56, 0.45);
}

/* ============================================
   MAP PAGE
   ============================================ */

.map-page-header {
  padding: 5rem 2.5rem 1.5rem;
  margin-top: var(--nav-height);
  background: var(--cream);
  border-bottom: 1px solid var(--light-border);
}

.map-page-header-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.map-page-header h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0.25rem 0;
}

.map-page-header p {
  color: var(--text-secondary);
  margin-top: 0.25rem;
  font-size: 0.95rem;
}

.map-wrapper {
  display: grid;
  grid-template-columns: 340px 1fr;
  height: calc(100vh - var(--nav-height) - 110px);
  min-height: 500px;
  border: 1.5px solid #BD6338;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0,0,0,0.20), 0 2px 12px rgba(189,99,56,0.14);
  margin: 2rem;
}

.map-sidebar {
  background: var(--cream);
  border-right: 1px solid var(--light-border);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.map-sidebar-header {
  padding: 1rem 1.25rem 0.5rem;
  border-bottom: 1px solid var(--light-border);
}

.map-sidebar-header h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 700;
}

.map-filter-bar {
  padding: 0.75rem 1rem;
  display: flex;
  gap: 0.5rem;
  border-bottom: 1px solid var(--light-border);
}

.map-filter-btn {
  background: var(--sand);
  border: 1px solid var(--light-border);
  border-radius: 100px;
  padding: 0.3rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--text-secondary);
  transition: all 0.2s;
  font-family: 'DM Sans', sans-serif;
}

.map-filter-btn.active,
.map-filter-btn:hover {
  color: var(--earth-light);
  background: white;
  border-color: var(--earth-light);
}

.map-filter-btn.gem.active { border-color: var(--terracotta); color: var(--terracotta); background: rgba(224,131,88,0.08); }
.map-filter-btn.must-see.active { border-color: var(--ocean); color: var(--ocean); background: rgba(62,92,118,0.08); }

.map-spot-list {
  flex: 1;
  overflow-y: auto;
  padding: 0.5rem 0;
}

.map-spot-item {
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  cursor: pointer;
  border-bottom: 1px solid var(--light-border);
  transition: background 0.15s;
  align-items: flex-start;
}

.map-spot-item:hover { background: var(--sand); }

.map-spot-item-img {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-sm);
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  background-color: var(--sand);
}

.map-spot-item-body {
  flex: 1;
  min-width: 0;
}

.map-spot-item-body strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--earth-light);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.map-spot-item-body p {
  font-size: 0.75rem;
  color: var(--text-secondary);
  margin: 0.1rem 0 0.3rem;
}

.map-spot-badge {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.1rem 0.5rem;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.map-spot-badge.gem { background: rgba(224,131,88,0.12); color: var(--terracotta); }
.map-spot-badge.must-see { background: rgba(62,92,118,0.12); color: var(--ocean); }

.map-spot-link {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--terracotta);
  display: inline-block;
}

.map-container {
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 8px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.18);
}

/* Map popups */
.map-popup {
  font-family: 'DM Sans', sans-serif;
  min-width: 180px;
}

.map-popup-img {
  width: 100%;
  height: 110px;
  background-size: cover;
  background-position: center;
  border-radius: 10px 10px 0 0;
  margin: -0.85rem -0.85rem 0.65rem;
  width: calc(100% + 1.7rem);
}

.map-popup-badge {
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.1rem 0.5rem;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.map-popup-badge.gem { background: rgba(224,131,88,0.12); color: var(--terracotta); }
.map-popup-badge.must-see { background: rgba(62,92,118,0.12); color: #3E5C76; }

.map-popup-name {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 0.15rem;
}

.map-popup-region {
  font-size: 0.78rem;
  color: rgba(26,26,26,0.55);
  margin: 0 0 0.5rem;
}

.map-popup-link {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--terracotta);
  display: inline-block;
}

/* Override Leaflet popup styles */
.leaflet-popup-content-wrapper {
  border-radius: 14px !important;
  border: 1px solid #BD6338 !important;
  box-shadow: 0 12px 40px rgba(0,0,0,0.18), 0 2px 8px rgba(189,99,56,0.12) !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.leaflet-popup-content {
  margin: 0 !important;
  padding: 0.85rem !important;
}

.leaflet-popup-tip-container {
  display: none;
}

/* Geolocation button — z-index 1100+ to sit ABOVE expand button and all map controls */
.leaflet-control-geoloc {
  z-index: 1100 !important;
  margin-bottom: 55px !important;
}
.leaflet-control-geoloc .leaflet-control-geoloc-btn {
  z-index: 1100 !important;
  position: relative;
}
/* Geolocation pulse marker */
.geoloc-pulse-marker {
  z-index: 800 !important;
}

/* ============================================
   FOOTER
   ============================================ */

footer {
  padding: 3.5rem 2.5rem 1.5rem;
  background: var(--footer-bg);
  border-top: 1px solid var(--light-border);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--light-border);
  gap: 1rem;
}

.footer-tagline {
  font-size: 0.85rem;
  color: var(--footer-text);
  margin-top: 0.25rem;
}

.footer-links {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: nowrap;
}

.footer-links a {
  font-size: 0.88rem;
  color: var(--footer-link);
  transition: color 0.2s;
}

.footer-links a:hover { color: var(--terracotta); }

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 1.5rem;
  text-align: center;
}

.footer-bottom p {
  font-size: 0.78rem;
  color: var(--footer-text);
}

/* ============================================
   ERROR PAGE
   ============================================ */

.error-page {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 2rem;
}

.error-content {
  text-align: center;
}

.error-content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  font-size: 6rem;
  color: var(--terracotta);
  opacity: 0.3;
  margin-bottom: 0.5rem;
}

.error-content p {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
}

/* ============================================
   EMPTY STATE
   ============================================ */

.empty-state {
  text-align: center;
  padding: 4rem 2rem;
}

.empty-state p {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
  .spots-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .spot-content-inner {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .spot-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .country-card-img { height: 240px; }
  .spot-card { aspect-ratio: 1/1.2; }
  nav { padding: 0 1.25rem; }

  .nav-links { display: none; }
  .nav-search-btn { display: none; }
  .nav-mobile-btn { display: block; }

  .hero-immersive-content h1 {
    font-size: 2rem;
  }

  .hero-immersive-sub {
    font-size: 0.95rem;
    margin-bottom: 2rem;
  }

  .map-explore-section {
    padding: 3rem 0 0;
  }

  .map-explore-header {
    padding: 0 1.5rem 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .map-explore-container {
    height: 63vh;
    min-height: 440px;
  }

  .spots-grid { grid-template-columns: repeat(2, 1fr); }
  .countries-grid { grid-template-columns: 1fr; }
  .regions-grid { grid-template-columns: 1fr; }
  .countries-preview-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .spot-card {
    aspect-ratio: 4/5;
  }

  .region-card {
    aspect-ratio: 16/10;
  }

  .spot-content-inner { gap: 2rem; }

  .spot-sidebar {
    grid-template-columns: 1fr;
  }

  .page-hero { padding: 6.5rem 1.5rem 2.5rem; }
    .page-hero-image { min-height: 40vh; max-height: 50vh; }

    .spot-hero { min-height: 45vh; max-height: 55vh; }
  .spot-hero-content { padding: 1.5rem 1.5rem 2.5rem; }

  .footer-inner {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .section-inner { padding: 0 1.5rem; }
  .content-section { padding: 4.5rem 0; }
  .discover-section { padding: 5rem 0; }
  .featured-section { padding: 5rem 0; }

  .filter-bar { gap: 0.4rem; }
  .filter-btn {
    font-size: 0.78rem;
    padding: 0.4rem 0.8rem;
  }

  .hero-ctas { flex-direction: column; }

  .map-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    height: auto;
  }

  .map-sidebar { max-height: 250px; }
  .map-container { height: 400px; }

  .section-header-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  /* Fix 1: Keep diamond emoji inline on mobile 2-col grid */
  .spot-card-body h3,
  .highlight-card-body h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Fix 2: Prevent INCONTOURNABLE badge overflow on mobile */
  .spot-badge,
  .highlight-badge {
    font-size: 0.55rem;
    letter-spacing: 0.06em;
    padding: 4px 10px;
    max-width: calc(100% - 24px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .hero-immersive-content h1 { font-size: 2.2rem; }
  .hero-immersive-sub { font-size: 0.9rem; }
  .hero-immersive-cta { padding: 0.85rem 2rem; font-size: 0.88rem; }
  .countries-preview-grid { gap: 0.75rem; }
  .spot-card { aspect-ratio: 3/4; }

  /* Fix 1: Diamond emoji must stay inline on all widths */
  .spot-card-body h3,
  .highlight-card-body h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.95rem;
  }

  /* Fix 2: INCONTOURNABLE badge must not truncate */
  .spot-badge,
  .highlight-badge {
    font-size: 0.5rem;
    letter-spacing: 0.05em;
    padding: 4px 8px;
    max-width: calc(100% - 24px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .country-card-img { height: 240px; }
  .spot-card { aspect-ratio: 1/1.2; }
  .country-map-header {
    padding: 2rem 1.5rem 1.25rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .country-map-header h2 { font-size: 1.35rem; }
  .country-map-container {
    height: 45vh;
    min-height: 300px;
  }
  .spot-map-container { height: 180px; }
}

/* ============================================
   ADMIN STYLES (unchanged)
   ============================================ */

.admin-body { background: #F7F7F5; }

/* Admin Login */
.admin-login-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sand);
  padding: 2rem;
}

.admin-login-box {
  background: white;
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 4px 24px rgba(26,26,26,0.08);
}

.admin-login-logo {
  text-align: center;
  margin-bottom: 2rem;
}

.admin-login-logo p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-top: 0.25rem;
}

.admin-error {
  background: #FEF2F2;
  border: 1px solid #FCA5A5;
  color: #991B1B;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  margin-bottom: 1.25rem;
}

.admin-login-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Admin Layout */
.admin-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 100vh;
}

.admin-sidebar {
  background: var(--sidebar-bg, white);
  border-right: 1px solid var(--sidebar-border, var(--light-border));
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
}

.admin-sidebar-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 1.25rem 1.25rem;
  border-bottom: 1px solid var(--sidebar-border, var(--light-border));
  margin-bottom: 0.75rem;
}

/* Sidebar logo adapts to sidebar background brightness */
.admin-sidebar-brand .logo {
  color: var(--sidebar-text-hover, var(--earth-light));
}

.admin-badge {
  background: var(--terracotta);
  color: white;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.admin-nav {
  flex: 1;
  padding: 0 0.75rem;
  display: flex;
  flex-direction: column;
  /* Override global nav { position: fixed } that bleeds into admin sidebar */
  position: static;
  top: auto;
  width: auto;
  z-index: auto;
  height: auto;
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: none;
  justify-content: flex-start;
  align-items: stretch;
  transition: none;
}

.admin-nav-section {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--sidebar-text-muted, var(--text-secondary));
  padding: 1rem 0.5rem 0.4rem;
}

.admin-nav-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 0.75rem;
  border-radius: var(--radius-sm);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--sidebar-text, var(--text-secondary));
  transition: all 0.15s;
}

.admin-nav-link:hover,
.admin-nav-link.active {
  background: var(--sidebar-hover-bg, var(--sand));
  color: var(--sidebar-text-hover, var(--earth-light));
}

.admin-nav-icon { font-size: 1rem; }

.admin-logout-form {
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--sidebar-border, var(--light-border));
  margin-top: auto;
}

.admin-logout-btn {
  width: 100%;
  background: none;
  border: 1px solid var(--sidebar-border, var(--light-border));
  border-radius: var(--radius-sm);
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--sidebar-text, var(--text-secondary));
  cursor: pointer;
  transition: all 0.15s;
  font-family: 'DM Sans', sans-serif;
}

.admin-logout-btn:hover {
  border-color: #FCA5A5;
  color: #991B1B;
}

/* Admin Main */
.admin-main {
  padding: 2rem;
  min-width: 0;
}

.admin-page-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.admin-page-header h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 800;
}

.admin-page-header p {
  color: var(--text-secondary);
  font-size: 0.85rem;
  margin-top: 0.2rem;
}

.admin-breadcrumb {
  font-size: 0.8rem;
  color: var(--text-secondary);
  margin-top: 0.25rem;
}

.admin-breadcrumb a { color: var(--terracotta); }

/* Admin Buttons */
.admin-btn-primary {
  background: var(--earth-light);
  color: white;
  padding: 0.6rem 1.25rem;
  border-radius: var(--radius-sm);
  font-size: 0.875rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: opacity 0.15s;
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
}

.admin-btn-primary:hover { opacity: 0.85; }

.admin-btn-secondary {
  background: none;
  border: 1px solid var(--light-border);
  color: var(--earth-light);
  padding: 0.6rem 1.25rem;
  border-radius: var(--radius-sm);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
}

.admin-btn-secondary:hover { border-color: var(--earth-light); }

.admin-btn-sm {
  background: var(--sand);
  border: 1px solid var(--light-border);
  color: var(--earth-light);
  padding: 0.3rem 0.7rem;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
}

.admin-btn-sm:hover { background: var(--earth-light); color: white; border-color: var(--earth-light); }
.admin-btn-sm.danger { color: #991B1B; }
.admin-btn-sm.danger:hover { background: #FEF2F2; border-color: #FCA5A5; color: #991B1B; }

/* Admin Stats Dashboard */
.admin-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

.admin-stat-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  border: 1px solid var(--light-border);
}

.admin-stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--earth-light);
  line-height: 1;
}

.admin-stat-label {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-top: 0.25rem;
}

.admin-stat-link {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--terracotta);
}

/* Quick actions */
.admin-quick-actions h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.admin-actions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.admin-action-card {
  background: white;
  border: 1px solid var(--light-border);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.15s;
}

.admin-action-card:hover {
  border-color: var(--earth-light);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(26,26,26,0.06);
}

.admin-action-icon { font-size: 1.5rem; }

.admin-action-card strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--earth-light);
}

.admin-action-card p {
  font-size: 0.78rem;
  color: var(--text-secondary);
  margin-top: 0.1rem;
}

/* Admin Table */
.admin-table-wrap {
  background: white;
  border-radius: var(--radius-lg);
  border: 1px solid var(--light-border);
  overflow: hidden;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-table th {
  background: var(--sand);
  padding: 0.75rem 1rem;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
}

.admin-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--light-border);
  font-size: 0.875rem;
  vertical-align: middle;
}

.admin-table tr:last-child td { border-bottom: none; }
.admin-table tr:hover td { background: rgba(245,240,232,0.5); }

.admin-table-name { font-weight: 600; }
.admin-table-name a { color: var(--earth-light); }
.admin-table-name a:hover { color: var(--terracotta); }

.admin-table-actions { white-space: nowrap; }
.admin-table-actions > * { margin-right: 0.4rem; }

.admin-thumb {
  width: 48px;
  height: 36px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

.admin-thumb-placeholder {
  width: 48px;
  height: 36px;
  background: var(--sand);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.admin-tag {
  background: var(--sand);
  border: 1px solid var(--light-border);
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
  display: inline-block;
}

.admin-coords-ok { color: #16A34A; font-weight: 700; }
.admin-coords-missing { color: var(--text-secondary); }

.spot-badge-mini {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.15rem 0.5rem;
  border-radius: 20px;
  display: inline-block;
  text-transform: uppercase;
}

.spot-badge-mini.gem { background: rgba(224,131,88,0.12); color: var(--terracotta); }
.spot-badge-mini.must-see { background: rgba(62,92,118,0.12); color: var(--ocean); }

.admin-empty {
  padding: 3rem;
  text-align: center;
  color: var(--text-secondary);
}

.admin-empty a { color: var(--terracotta); font-weight: 600; }

/* Admin Form */
.admin-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.admin-form-section {
  background: white;
  border: 1px solid var(--light-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.admin-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
  margin-bottom: 1.25rem;
}

.admin-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.admin-form-group:last-child { margin-bottom: 0; }

.admin-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.admin-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--earth-light);
}

.required { color: var(--terracotta); }

.admin-input,
.admin-select,
.admin-textarea {
  width: 100%;
  padding: 0.6rem 0.85rem;
  border: 1px solid var(--light-border);
  border-radius: var(--radius-sm);
  font-size: 0.875rem;
  font-family: 'DM Sans', sans-serif;
  color: var(--earth-light);
  background: white;
  transition: border-color 0.15s;
}

.admin-input:focus,
.admin-select:focus,
.admin-textarea:focus {
  outline: none;
  border-color: var(--earth-light);
  box-shadow: 0 0 0 3px rgba(26,26,26,0.06);
}

.admin-textarea { min-height: 100px; resize: vertical; }
.admin-textarea.tall { min-height: 160px; }

.admin-form-group small {
  font-size: 0.75rem;
  color: var(--text-secondary);
}

.admin-img-preview {
  width: 120px;
  height: 80px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  margin-top: 0.5rem;
}

.admin-radio-group {
  display: flex;
  gap: 1rem;
}

.admin-radio {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.admin-radio input { cursor: pointer; }

.admin-radio-label {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.3rem 0.75rem;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: all 0.15s;
}

.admin-radio-label.gem { color: var(--terracotta); border-color: rgba(224,131,88,0.25); background: rgba(224,131,88,0.08); }
.admin-radio-label.must-see { color: var(--ocean); border-color: rgba(62,92,118,0.25); background: rgba(62,92,118,0.08); }

.admin-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  padding: 1rem 0;
}

/* ============================================
   ADMIN MOBILE RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
  .country-card-img { height: 240px; }
  .spot-card { aspect-ratio: 1/1.2; }
  /* Admin sidebar/layout mobile rules moved to off-canvas block below (line ~6489) */

  .admin-stats-grid {
    grid-template-columns: 1fr;
  }

  .admin-actions-grid {
    grid-template-columns: 1fr;
  }

  .admin-form-row {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   COUNTRY MAP FILTERS
   ============================================ */

.country-map-filters {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
}

/* Override/extend existing map-filter-btn for country page */
.country-map-filters .map-filter-btn {
  font-size: 0.8rem;
  padding: 0.35rem 0.9rem;
}

.country-map-filters .map-filter-btn.gem.active,
.country-map-filters .map-filter-btn.gem:hover {
  border-color: var(--terracotta);
  color: var(--terracotta);
  background: rgba(224,131,88,0.08);
}

.country-map-filters .map-filter-btn.must-see.active,
.country-map-filters .map-filter-btn.must-see:hover {
  border-color: var(--ocean);
  color: var(--ocean);
  background: rgba(62,92,118,0.08);
}

/* ============================================
   MAP POPUP — CARD STYLE WITH IMAGE
   ============================================ */

.map-popup-link-wrap {
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

.map-popup-link-wrap:hover .map-popup-cta { color: #9A4E2B; }

.map-popup-body {
  padding: 0 0.1rem;
}

.map-popup-cta {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--terracotta);
  display: inline-block;
  margin-top: 0.1rem;
  transition: color 0.15s;
}

.map-popup-container .leaflet-popup-content-wrapper {
  border-radius: 14px !important;
  overflow: hidden;
}

/* ============================================
   CUSTOM MARKER CLUSTER
   ============================================ */

.custom-cluster {
  background: transparent !important;
  border: none !important;
}

.cluster-bubble {
  width: 44px;
  height: 44px;
  background: var(--terracotta);
  color: #FFFFFF;
  border-radius: 50%;
  border: 2px solid rgba(140,90,30,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 3px 12px rgba(0,0,0,0.22);
  transition: transform 0.2s;
}

.custom-cluster:hover .cluster-bubble {
  transform: scale(1.1);
}

/* Override Leaflet default cluster styles */
.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
  background-color: transparent !important;
}
.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
  background-color: transparent !important;
}

/* ============================================
   SPOT CARD WRAPPER (relative for save button)
   ============================================ */

.spot-card-wrapper {
  position: relative;
  display: block;
}

.spot-card-wrapper .spot-card {
  display: block;
}

/* ============================================
   SAVE BUTTON
   ============================================ */

.save-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(8px);
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 100px;
  padding: 0.5rem 1rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(26,26,26,0.7);
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 1.25rem;
}

.save-btn:hover {
  background: white;
  color: var(--earth);
  border-color: white;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.save-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.save-btn .save-icon-outline { display: block; }
.save-btn .save-icon-filled { display: none; color: var(--terracotta); }

.save-btn.saved .save-icon-outline { display: none; }
.save-btn.saved .save-icon-filled { display: block; }

.save-btn.saved {
  color: var(--terracotta);
  background: rgba(255,255,255,0.95);
  border-color: rgba(224,131,88,0.4);
}

/* Save button on cards (floating corner button) */
.save-btn-card {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  padding: 0.35rem;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  z-index: 2;
  background: rgba(255,255,255,0.88);
  border: 1.5px solid rgba(255,255,255,0.5);
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.save-btn-card:hover {
  transform: scale(1.1);
  background: white;
}

.save-btn-card svg {
  width: 15px;
  height: 15px;
}

/* Bounce animation on click */
@keyframes saveBounce {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.35); }
  70%  { transform: scale(0.9); }
  100% { transform: scale(1); }
}

.save-bounce { animation: saveBounce 0.35s ease; }
.save-btn-card.save-bounce { animation: saveBounce 0.35s ease; }

/* ============================================
   NAV SAVED INDICATOR
   ============================================ */

.nav-saved {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.25rem;
}

.nav-saved-count {
  position: absolute;
  top: -4px;
  right: -6px;
  background: var(--terracotta, #e08358);
  color: white;
  font-size: 10px;
  font-weight: 800;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* ============================================
   SAVED SPOTS PAGE
   ============================================ */

.saved-page-section {
  min-height: 70vh;
  padding: calc(var(--nav-height) + 3rem) 2.5rem 4rem;
  background: var(--cream);
}

.saved-page-subtitle {
  color: var(--text-secondary);
  font-size: 1rem;
  margin: 0.25rem 0 2rem;
}

.saved-empty {
  text-align: center;
  padding: 4rem 2rem;
  max-width: 480px;
  margin: 0 auto;
}

.saved-empty-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.saved-empty h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  color: var(--earth);
  margin: 0 0 0.75rem;
}

.saved-empty p {
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0 0 1.5rem;
}

.saved-loading {
  display: flex;
  justify-content: center;
  padding: 4rem 0;
}

.saved-loading-dots {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}

.saved-loading-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--terracotta, #e08358);
  opacity: 0.6;
  animation: dotPulse 1.2s ease-in-out infinite;
}

.saved-loading-dots span:nth-child(2) { animation-delay: 0.2s; }
.saved-loading-dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes dotPulse {
  0%, 100% { transform: scale(1); opacity: 0.4; }
  50% { transform: scale(1.4); opacity: 1; }
}

/* ============================================
   MOBILE — NEW FEATURES
   ============================================ */

@media (max-width: 768px) {
  .country-card-img { height: 240px; }
  .spot-card { aspect-ratio: 1/1.2; }
  .country-map-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .country-map-filters {
    gap: 0.4rem;
  }

  .country-map-filters .map-filter-btn {
    font-size: 0.75rem;
    padding: 0.3rem 0.7rem;
  }

  .save-btn {
    padding: 0.45rem 0.85rem;
    font-size: 0.8rem;
  }

  .saved-page-section {
    padding: calc(var(--nav-height) + 2rem) 1.25rem 3rem;
  }
}

/* ============================================
   MAP HEADER — TITLE BLOCK + CONTROLS
   ============================================ */

.map-explore-title-block {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

/* ============================================
   MAP STATS — Editorial / Magazine Style
   ============================================ */

.map-stats-editorial {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 0.35rem;
}

.map-stats-editorial--compact {
  margin-top: 0.5rem;
  gap: 1rem;
}

.map-stat-editorial-item {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}

.map-stat-editorial-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--terracotta);
  display: block;
}

.map-stat-editorial-num--sm {
  font-size: 1.5rem;
}

.map-stat-editorial-num--ocean {
  color: var(--ocean);
}

.map-stat-editorial-num--countries {
  color: var(--earth);
}

.stat-label-icon.countries-icon {
  color: var(--earth);
}

.map-stat-editorial-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 0.28rem;
  white-space: nowrap;
}

.stat-label-icon {
  flex-shrink: 0;
  opacity: 0.7;
}

.stat-label-icon.gem-icon { color: var(--terracotta); }
.stat-label-icon.must-see-icon { color: var(--ocean); }

.map-stat-editorial-sep {
  width: 1px;
  height: 2.2rem;
  background: var(--light-border);
  flex-shrink: 0;
}

/* Legacy — hidden, kept for safety */
.map-stat-badges { display: none !important; }

.map-explore-controls {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
}

.home-map-filters {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.home-map-filters .map-filter-btn {
  font-size: 0.8rem;
  padding: 0.35rem 0.9rem;
}

.home-map-filters .map-filter-btn.gem.active,
.home-map-filters .map-filter-btn.gem:hover {
  border-color: var(--terracotta);
  color: var(--terracotta);
  background: rgba(189, 99, 56, 0.08);
}

.home-map-filters .map-filter-btn.must-see.active,
.home-map-filters .map-filter-btn.must-see:hover {
  border-color: var(--ocean);
  color: var(--ocean);
  background: rgba(62, 92, 118, 0.08);
}

/* ============================================
   DESTINATIONS PAGE HERO
   ============================================ */

.destinations-hero {
  position: relative;
  height: 75vh;
  min-height: 480px;
  max-height: 56vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
}

.destinations-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 40%;
}

.destinations-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(26,26,26,0.35) 0%, rgba(26,26,26,0.65) 100%);
}

.destinations-hero .page-hero-content {
  position: relative;
  z-index: 1;
  padding: 3rem 2.5rem 2.5rem;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* ============================================
   CONTINENT NAV
   ============================================ */

.continent-nav {
  position: sticky;
  top: var(--nav-height);
  z-index: 50;
  background: rgba(247, 246, 242, 0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--light-border);
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.continent-nav::-webkit-scrollbar { display: none; }

.continent-nav-item {
  display: inline-block;
  padding: 0.85rem 1.4rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-secondary);
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
  letter-spacing: 0.01em;
}

.continent-nav-item:hover {
  color: var(--earth-light);
  border-bottom-color: var(--terracotta);
}

/* ============================================
   CONTINENT SECTIONS
   ============================================ */

.destinations-page {
  background: var(--cream);
}

.continent-section {
  border-bottom: 1px solid var(--light-border);
}

.continent-section:last-child {
  border-bottom: none;
}

.continent-header {
  position: relative;
  min-height: 160px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.continent-header-overlay {
  display: none;
}

/* Solid continent color backgrounds — premium, subtle palette */
.continent-bg-europe     { background-color: #EDEBE6; }
.continent-bg-asia       { background-color: #F0EADF; }
.continent-bg-oceania    { background-color: #E3EBE8; }
.continent-bg-north-america { background-color: #E2E6EB; }
.continent-bg-south-america { background-color: #EDE8E0; }
.continent-bg-africa     { background-color: #F0EADB; }

.continent-header-content {
  position: relative;
  z-index: 1;
  padding: 2rem 2.5rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.continent-tag {
  display: inline-block;
  padding: 0.2rem 0.7rem;
  background: rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--earth);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.continent-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  letter-spacing: -0.03em;
  color: var(--earth);
  margin: 0 0 0.4rem;
  line-height: 1.1;
}

.continent-desc {
  font-size: 0.95rem;
  color: var(--text-secondary);
  margin: 0;
  max-width: 480px;
  line-height: 1.5;
}

.continent-countries {
  padding: 2rem 2.5rem 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

/* ============================================
   MOBILE — CONTINENT + MAP CONTROLS
   ============================================ */

@media (max-width: 768px) {
  .country-card-img { height: 240px; }
  .spot-card { aspect-ratio: 1/1.2; }
  .map-explore-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .map-explore-controls {
    align-items: flex-start;
    width: 100%;
  }

  .home-map-filters {
    justify-content: flex-start;
  }

  .map-stats-editorial {
    gap: 0.9rem;
    margin-top: 0.3rem;
  }

  .map-stat-editorial-num {
    font-size: 1.5rem;
  }

  .map-stat-editorial-num--sm {
    font-size: 1.25rem;
  }

  .map-stat-editorial-sep {
    height: 1.75rem;
  }

  .destinations-hero {
    height: 56vh;
    min-height: 320px;
    max-height: none;
  }

  .continent-header {
    min-height: 140px;
  }

  .continent-header-content {
    padding: 1.5rem 1.25rem;
  }

  .continent-title {
    font-size: 1.6rem;
  }

  .continent-countries {
    padding: 1.5rem 1.25rem 2rem;
  }

  .continent-nav-item {
    padding: 0.7rem 1rem;
    font-size: 0.8rem;
  }

  .destinations-hero .page-hero-content {
    padding: 2rem 1.25rem 1.75rem;
    text-align: center;
  }
}

/* ============================================
   RANDOM EXPLORATION BUTTON
   ============================================ */

.hero-cta-group {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-random-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 14px 28px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: white;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
  letter-spacing: 0;
}

.hero-random-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.8);
  transform: translateY(-1px);
}

.hero-random-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.random-btn-icon {
  font-size: 1.1em;
  display: inline-block;
}

@keyframes randomSpin {
  0% { transform: rotate(0deg) scale(1); }
  25% { transform: rotate(90deg) scale(1.2); }
  50% { transform: rotate(180deg) scale(1); }
  75% { transform: rotate(270deg) scale(1.2); }
  100% { transform: rotate(360deg) scale(1); }
}

.random-spin {
  animation: randomSpin 0.8s linear infinite;
}

/* ============================================
   COUNTRY HERO — FULL-SCREEN IMMERSIVE
   ============================================ */

.country-hero .hero-immersive-content {
  text-align: center;
  align-items: center;
}

.country-hero-content .breadcrumb {
  margin-bottom: 1.25rem;
  justify-content: center;
}

.country-hero .hero-immersive-content h1 {
  font-size: clamp(2.8rem, 7vw, 5.5rem);
}

/* ============================================
   COUNTRY KEY INFO BLOCK
   ============================================ */

.country-info-section {
  background: white;
  border-bottom: 1px solid var(--light-border);
  padding: 2rem 0;
}

.country-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.country-info-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.2rem 1.8rem;
  border-right: 1px solid var(--light-border);
}

.country-info-card:last-child {
  border-right: none;
}

.country-info-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  line-height: 1;
}

.country-info-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-secondary);
  margin-bottom: 0.2rem;
}

.country-info-value {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--earth-light);
  line-height: 1.3;
}

/* ============================================
   HIGHLIGHTED SPOTS
   ============================================ */

.highlights-section {
  padding: 7rem 0;
}

.highlights-gems {
  background: var(--cream);
}

.highlights-must-sees {
  background: white;
}

.highlights-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  margin-bottom: 0.6rem;
}

.gem-label {
  background: rgba(189, 99, 56, 0.1);
  color: var(--terracotta);
}

.must-see-label {
  background: rgba(62, 92, 118, 0.1);
  color: var(--ocean);
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.highlight-card {
  display: block;
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/4;
  text-decoration: none;
  color: inherit;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease;
}

.highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 50px rgba(148, 163, 122, 0.15);
}

.highlight-card-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}

.highlight-card:hover .highlight-card-img {
  transform: scale(1.06);
}

.highlight-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border-radius: 6px;
  backdrop-filter: blur(8px);
  z-index: 2;
}

.highlight-badge.gem-badge {
  background: rgba(189, 99, 56, 0.9);
  color: white;
}

.highlight-badge.must-see-badge {
  background: rgba(62, 92, 118, 0.9);
  color: white;
}

.gem-highlight-card {
  border: 1.5px solid rgba(214, 198, 168, 0.45);
  box-shadow: 0 4px 18px rgba(214, 198, 168, 0.18);
}

.gem-highlight-card:hover {
  border-color: rgba(214, 198, 168, 0.7);
  box-shadow: 0 8px 32px rgba(214, 198, 168, 0.28);
}

.must-see-highlight-card {
  border: 1.5px solid rgba(62, 92, 118, 0.35);
  box-shadow: 0 4px 18px rgba(62, 92, 118, 0.12);
}

.must-see-highlight-card:hover {
  border-color: rgba(62, 92, 118, 0.55);
  box-shadow: 0 8px 32px rgba(62, 92, 118, 0.22);
}

.highlight-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1.5rem 1.5rem;
  background: linear-gradient(to top, rgba(var(--overlay-r), var(--overlay-g), var(--overlay-b), calc(0.88 * var(--overlay-enabled))) 0%, rgba(var(--overlay-r), var(--overlay-g), var(--overlay-b), calc(0.4 * var(--overlay-enabled))) 60%, transparent 100%);
  z-index: 1;
}

.highlight-region {
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.3rem;
}

.highlight-card-body h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: white;
  line-height: 1.25;
  margin-bottom: 0;
}

.highlight-card-body p {
  display: none;
}


/* ============================================
   MOBILE — NEW SECTIONS
   ============================================ */

@media (max-width: 768px) {
  .country-card-img { height: 240px; }
  .spot-card { aspect-ratio: 1/1.2; }
  .hero-cta-group {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }

  .hero-random-btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }

  .country-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .country-info-card {
    padding: 1rem 1.25rem;
    border-right: none;
    border-bottom: 1px solid var(--light-border);
  }

  .country-info-card:nth-child(even) {
    border-left: 1px solid var(--light-border);
  }

  .country-info-card:nth-child(3),
  .country-info-card:nth-child(4) {
    border-bottom: none;
  }

  .highlights-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
  }

}

@media (max-width: 480px) {
  .highlights-grid {
    grid-template-columns: 1fr;
  }

  .country-info-grid {
    grid-template-columns: 1fr;
  }

  .country-info-card {
    border-bottom: 1px solid var(--light-border);
    border-left: none !important;
  }

  .country-info-card:last-child {
    border-bottom: none;
  }
}

/* ============================================
   SCROLL REVEAL — Micro-interactions
   ============================================ */

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reveal-on-scroll.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger children for grids */
.reveal-on-scroll .spot-card,
.reveal-on-scroll .country-card,
.reveal-on-scroll .region-card,
.reveal-on-scroll .country-preview-card,
.reveal-on-scroll .highlight-card {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal-on-scroll.revealed .spot-card,
.reveal-on-scroll.revealed .country-card,
.reveal-on-scroll.revealed .region-card,
.reveal-on-scroll.revealed .country-preview-card,
.reveal-on-scroll.revealed .highlight-card {
  opacity: 1;
  transform: translateY(0);
}

.reveal-on-scroll.revealed .spot-card:nth-child(1),
.reveal-on-scroll.revealed .country-card:nth-child(1),
.reveal-on-scroll.revealed .region-card:nth-child(1),
.reveal-on-scroll.revealed .country-preview-card:nth-child(1),
.reveal-on-scroll.revealed .highlight-card:nth-child(1) { transition-delay: 0.05s; }

.reveal-on-scroll.revealed .spot-card:nth-child(2),
.reveal-on-scroll.revealed .country-card:nth-child(2),
.reveal-on-scroll.revealed .region-card:nth-child(2),
.reveal-on-scroll.revealed .country-preview-card:nth-child(2),
.reveal-on-scroll.revealed .highlight-card:nth-child(2) { transition-delay: 0.1s; }

.reveal-on-scroll.revealed .spot-card:nth-child(3),
.reveal-on-scroll.revealed .country-card:nth-child(3),
.reveal-on-scroll.revealed .region-card:nth-child(3),
.reveal-on-scroll.revealed .country-preview-card:nth-child(3),
.reveal-on-scroll.revealed .highlight-card:nth-child(3) { transition-delay: 0.15s; }

.reveal-on-scroll.revealed .spot-card:nth-child(4),
.reveal-on-scroll.revealed .country-card:nth-child(4),
.reveal-on-scroll.revealed .region-card:nth-child(4),
.reveal-on-scroll.revealed .country-preview-card:nth-child(4),
.reveal-on-scroll.revealed .highlight-card:nth-child(4) { transition-delay: 0.2s; }

.reveal-on-scroll.revealed .spot-card:nth-child(5),
.reveal-on-scroll.revealed .highlight-card:nth-child(5) { transition-delay: 0.25s; }

.reveal-on-scroll.revealed .spot-card:nth-child(6) { transition-delay: 0.3s; }

/* ============================================
   ENHANCED GEM CARDS — Terracotta Premium
   ============================================ */

.gem-card {
  outline: 2px solid rgba(189, 99, 56, 0.3);
  outline-offset: -1px;
}

.gem-card:hover {
  outline-color: rgba(189, 99, 56, 0.6);
  box-shadow: 0 12px 40px rgba(189, 99, 56, 0.2), 0 4px 16px rgba(0, 0, 0, 0.08);
}

/* gem-highlight-card styles already defined above with outline approach */

/* ============================================
   SMOOTH TRANSITIONS — Global Polish
   ============================================ */

.spot-card,
.country-card,
.country-preview-card,
.region-card,
.highlight-card {
  will-change: transform;
}

.spot-card-img,
.country-preview-img {
  will-change: transform;
}

/* Smoother card hover transitions */
.spot-card { transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease; }
.country-card { transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease; }
.highlight-card { transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease; }

/* Premium footer separator */
footer {
  border-top: 1px solid var(--light-border);
  padding: 4.5rem 2.5rem 2rem;
  background: var(--footer-bg);
}

/* ============================================
   PREFERS REDUCED MOTION
   ============================================ */

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .reveal-on-scroll .spot-card,
  .reveal-on-scroll .country-card,
  .reveal-on-scroll .region-card,
  .reveal-on-scroll .country-preview-card,
  .reveal-on-scroll .highlight-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .hero-immersive-bg { animation: none; }
  .hero-scroll-hint { animation: none; }
}

/* ============================================
   SPOT INFO STRIP — Responsive
   ============================================ */

@media (max-width: 768px) {
  .country-card-img { height: 240px; }
  .spot-card { aspect-ratio: 1/1.2; }
  .spot-info-strip-inner {
    grid-template-columns: 1fr;
    padding: 0 1.5rem;
  }
  .spot-info-item {
    padding: 1.25rem 0;
    border-right: none;
    border-bottom: 1px solid var(--light-border);
  }
  .spot-info-item:first-child { padding-top: 1.25rem; }
  .spot-info-item:last-child { border-bottom: none; }

  .spot-body { padding: 4rem 0 1.5rem; }
  .spot-body-inner { padding: 0 1.5rem; }
  .spot-section { margin-bottom: 3rem; padding-bottom: 3rem; }

  .locked-spot-body { padding: 4rem 0 1.5rem; }
  .locked-spot-inner { padding: 0 1.5rem; }
  .locked-field-blur { margin-bottom: 3rem; padding-bottom: 3rem; }

  .spot-map-section { padding: 0 0 4rem; }
  .spot-map-section-inner { padding: 0 1.5rem; }
  .spot-map-container { height: 260px; }

  .spot-hero { min-height: 55vh; }
  .spot-hero-content { padding: 1.5rem 1.5rem 2.5rem; }
  .spot-hero-content h1 { font-size: 2.2rem; }
}

@media (max-width: 480px) {
  .btn-primary,
  .btn-secondary,
  .btn-ghost {
    padding: 12px 24px;
    font-size: 0.85rem;
  }

  .spot-info-strip-inner {
    grid-template-columns: 1fr 1fr;
  }
  .spot-info-item:nth-child(2) {
    border-right: none;
  }
}

/* ============================================
   ADMIN UPGRADE — New UX Styles
   ============================================ */

/* Navigation admin icon */
.nav-admin-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: inherit;
  opacity: 0.55;
  transition: opacity 0.2s, background 0.2s;
  flex-shrink: 0;
}

.nav-admin-icon:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.12);
}

nav.scrolled .nav-admin-icon,
nav.nav-opaque .nav-admin-icon {
  color: white;
}

nav.scrolled .nav-admin-icon:hover,
nav.nav-opaque .nav-admin-icon:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* Admin section labels in sidebar */
.admin-nav-section-label {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--sidebar-text-muted, var(--text-secondary));
  padding: 1rem 0.75rem 0.35rem;
  opacity: 0.6;
}

.admin-nav-icon-svg {
  flex-shrink: 0;
  opacity: 0.7;
}

/* Page subtitle */
.admin-page-subtitle {
  color: var(--text-secondary);
  font-size: 0.85rem;
  margin-top: 0.3rem;
}

/* Alerts */
.admin-alert {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.admin-alert-success {
  background: #F0FDF4;
  border: 1px solid #BBF7D0;
  color: #166534;
}

.admin-alert-error {
  background: #FEF2F2;
  border: 1px solid #FCA5A5;
  color: #991B1B;
}

/* Ghost button */
.admin-btn-ghost {
  background: none;
  border: none;
  color: var(--text-secondary);
  padding: 0.6rem 1rem;
  border-radius: var(--radius-sm);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'DM Sans', sans-serif;
  text-decoration: none;
  transition: color 0.15s;
}

.admin-btn-ghost:hover { color: var(--earth-light); }

.admin-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* New form section layout — header + body */
.admin-form-section-header {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--light-border);
  background: #FAFAF9;
}

.admin-form-section-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--earth-light);
  margin: 0 0 0.2rem;
}

.admin-form-section-header p {
  font-size: 0.8rem;
  color: var(--text-secondary);
  margin: 0;
}

.admin-form-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* Admin field (new naming, same as admin-form-group) */
.admin-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.admin-hint {
  font-size: 0.75rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

/* Image preview (background-based) */
.admin-image-preview {
  width: 200px;
  height: 120px;
  border-radius: var(--radius-sm);
  background-size: cover;
  background-position: center;
  border: 1px solid var(--light-border);
  margin-top: 0.5rem;
}

.admin-input-url {
  font-family: monospace;
  font-size: 0.82rem;
}

.admin-textarea-tall {
  min-height: 180px;
}

/* Preset radio groups (Design/Layout settings) */
.admin-preset-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.admin-preset-option {
  display: inline-flex;
  align-items: center;
  gap: 0;
  cursor: pointer;
}

.admin-preset-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.admin-preset-option span {
  display: inline-block;
  padding: 0.5rem 0.9rem;
  border: 1px solid var(--light-border);
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text-secondary);
  background: white;
  cursor: pointer;
  transition: all 0.15s;
  user-select: none;
}

.admin-preset-option:hover span {
  border-color: rgba(26,26,26,0.25);
  color: var(--earth-light);
}

.admin-preset-option.selected span,
.admin-preset-option input:checked + span {
  background: var(--earth-light);
  color: white;
  border-color: var(--earth-light);
}

/* Toggle switches (Behavior settings) */
.admin-toggles-grid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.admin-toggle-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 1.25rem;
  background: #FAFAF9;
  border: 1px solid var(--light-border);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: border-color 0.15s;
}

.admin-toggle-card:hover {
  border-color: rgba(26,26,26,0.2);
}

.admin-toggle-info {
  flex: 1;
}

.admin-toggle-info strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--earth-light);
}

.admin-toggle-info span {
  display: block;
  font-size: 0.78rem;
  color: var(--text-secondary);
  margin-top: 0.1rem;
}

.admin-toggle-switch {
  flex-shrink: 0;
  position: relative;
}

/* Hide the "false" hidden input for toggles */
.admin-toggle-card input[type="hidden"] {
  display: none;
}

.admin-toggle-card input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.admin-switch-label {
  display: block;
  width: 44px;
  height: 24px;
  background: #D1D5DB;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s;
  position: relative;
}

.admin-switch-label::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: transform 0.2s;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

.admin-toggle-card input[type="checkbox"]:checked + .admin-switch-label {
  background: #1A1A1A;
}

.admin-toggle-card input[type="checkbox"]:checked + .admin-switch-label::after {
  transform: translateX(20px);
}

/* Spot type selector */
.admin-type-selector {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.admin-type-option {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  border: 1.5px solid var(--light-border);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all 0.15s;
  background: white;
}

.admin-type-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.admin-type-option svg {
  margin-top: 2px;
  flex-shrink: 0;
  color: var(--text-secondary);
}

.admin-type-option strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--earth-light);
}

.admin-type-option span {
  display: block;
  font-size: 0.75rem;
  color: var(--text-secondary);
  margin-top: 0.15rem;
}

.admin-type-option:hover {
  border-color: rgba(26,26,26,0.3);
}

.admin-type-option[data-type="pepite_cachee"].selected,
.admin-type-option[data-type="pepite_cachee"]:has(input:checked) {
  border-color: var(--terracotta);
  background: rgba(224,131,88,0.05);
}

.admin-type-option[data-type="pepite_cachee"].selected svg {
  color: var(--terracotta);
}

.admin-type-option[data-type="incontournable"].selected,
.admin-type-option[data-type="incontournable"]:has(input:checked) {
  border-color: var(--ocean);
  background: rgba(62,92,118,0.05);
}

.admin-type-option[data-type="incontournable"].selected svg {
  color: var(--ocean);
}

/* Hero height presets */
.hero-immersive.hero-height-40vh { min-height: 40vh; }
.hero-immersive.hero-height-60vh { min-height: 60vh; }
.hero-immersive.hero-height-80vh { min-height: 80vh; }
.hero-immersive.hero-height-100vh { min-height: 100vh; }

/* ============================================
   MAP MARKER — Drop-in Animation
   ============================================ */

@keyframes markerDropIn {
  0% {
    opacity: 0;
    transform: translateY(-18px) scale(0.65);
  }
  65% {
    transform: translateY(3px) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Base marker icon — always visible, no animation */
.map-marker-icon {
  opacity: 1 !important;
}

/* Animation class — added on initial load only, removed after playing */
.map-marker-drop {
  animation: markerDropIn 0.45s cubic-bezier(0.34, 1.4, 0.64, 1) both;
}

/* ============================================
   PAGE TRANSITION — Fade In/Out
   ============================================ */

@keyframes pageFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

body {
  animation: pageFadeIn 0.3s ease both;
}

body.page-leaving {
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

/* ============================================
   BUTTON MICRO-INTERACTIONS
   ============================================ */

.btn-primary:active,
.btn-secondary:active,
.btn-ghost:active,
.hero-immersive-cta:active,
.hero-random-btn:active,
.map-filter-btn:active {
  transform: scale(0.97) translateY(0) !important;
  transition: transform 0.08s ease !important;
}

.hero-immersive-cta {
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              opacity 0.25s ease,
              box-shadow 0.25s ease;
}

.hero-immersive-cta:hover {
  transform: translateY(-2px) scale(1.02);
}

/* ============================================
   ICON HOVER — Subtle Glow / Pulse
   ============================================ */

.spot-badge,
.highlight-badge {
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.spot-card:hover .spot-badge,
.highlight-card:hover .highlight-badge {
  box-shadow: 0 0 10px rgba(189, 99, 56, 0.4);
  transform: scale(1.04);
}

.spot-card:hover .spot-badge.must-see,
.highlight-card:hover .highlight-badge.must-see-badge {
  box-shadow: 0 0 10px rgba(62, 92, 118, 0.4);
}

.save-btn {
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.25s ease,
              color 0.25s ease,
              background 0.25s ease;
}

.save-btn:hover {
  transform: scale(1.06);
}

/* Stat label icons hover glow */
.map-stat-editorial-item:hover .map-stat-editorial-num {
  opacity: 0.82;
  transition: opacity 0.2s ease;
}

/* ============================================
   MAP POPUP — Fade Animation
   ============================================ */

.map-popup-container .leaflet-popup-content-wrapper {
  animation: popupFadeIn 0.18s ease both;
}

@keyframes popupFadeIn {
  from { opacity: 0; transform: translateY(4px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* ============================================
   COUNTRY INFO CARDS — Stagger Reveal
   ============================================ */

.country-info-grid .country-info-card:nth-child(1) { transition-delay: 0.05s; }
.country-info-grid .country-info-card:nth-child(2) { transition-delay: 0.1s; }
.country-info-grid .country-info-card:nth-child(3) { transition-delay: 0.15s; }
.country-info-grid .country-info-card:nth-child(4) { transition-delay: 0.2s; }

/* ============================================
   PREFERS REDUCED MOTION — Extended Coverage
   ============================================ */

@media (prefers-reduced-motion: reduce) {
  .hero-immersive-content h1,
  .hero-immersive-sub,
  .hero-cta-group,
  .hero-scroll-hint,
  .country-hero-content .breadcrumb,
  .country-hero-content h1,
  .country-hero-content .hero-immersive-sub,
  .spot-hero-content .breadcrumb,
  .spot-hero-content .spot-badge-large,
  .spot-hero-content h1,
  .spot-hero-content .spot-hero-sub,
  .spot-hero-content .save-btn {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .map-marker-drop {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-immersive-bg {
    animation: none !important;
  }

  body {
    animation: none !important;
  }

  body.page-leaving {
    opacity: 1 !important;
    transition: none !important;
  }
}

/* Section subtitle */
.section-subtitle {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-top: 0.35rem;
}

/* Admin form actions updated */
.admin-form-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.5rem 0 0.5rem;
}

/* Admin mobile */
@media (max-width: 768px) {
  .admin-type-selector {
    grid-template-columns: 1fr;
  }

  .admin-preset-group {
    gap: 0.4rem;
  }

  .admin-image-preview {
    width: 150px;
    height: 90px;
  }

  .nav-admin-icon {
    display: none; /* hide on mobile to save space */
  }
}

/* ============================================
   MEMBER AUTH — Nav Additions
   ============================================ */

.nav-member {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.nav-member-name {
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.nav-badge-premium {
  background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);
  color: white;
}

.nav-badge-free {
  display: none; /* Hide "Gratuit" label on desktop */
}

.nav-unlock-cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  background: var(--gold);
  color: white;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
}
.nav-unlock-cta:hover { background: var(--terracotta-dark); transform: translateY(-1px); }

.nav-logout-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  padding: 4px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  transition: color 0.2s;
}
.nav-logout-btn:hover { color: white; }

.nav-auth {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.nav-login-btn {
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  padding: 5px 0;
  transition: color 0.2s;
}
.nav-login-btn:hover { color: white; }

.nav-signup-btn {
  display: inline-flex;
  align-items: center;
  padding: 5px 14px;
  background: white;
  color: var(--earth);
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 500;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
}
.nav-signup-btn:hover { background: rgba(255,255,255,0.85); transform: translateY(-1px); }

.mobile-link-cta {
  background: var(--gold) !important;
  color: white !important;
  border-radius: 8px !important;
  margin: 0.5rem 0 !important;
  font-weight: 600 !important;
  text-align: center !important;
  padding: 0.85rem 1.25rem !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.mobile-link-premium {
  color: var(--gold) !important;
  font-weight: 600 !important;
}

.mobile-link-logout {
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  width: 100%;
  font-family: inherit;
  font-size: 1rem;
  color: var(--text-secondary);
  padding: 0.75rem 1.5rem;
  display: block;
}

/* Hero nav transparent adjustments for member elements */
.has-hero-nav .nav-member-name { color: rgba(255,255,255,0.85); }
.has-hero-nav .nav-logout-btn { color: rgba(255,255,255,0.65); }
.has-hero-nav .nav-login-btn { color: rgba(255,255,255,0.75); }
.has-hero-nav nav.scrolled .nav-member-name { color: rgba(255,255,255,0.85); }
.has-hero-nav nav.scrolled .nav-login-btn { color: rgba(255,255,255,0.7); }

/* ============================================
   AUTH PAGES (signup/login)
   ============================================ */

.auth-page {
  min-height: 100vh;
  padding: calc(var(--nav-height) + 3rem) 1.5rem 4rem;
  background: var(--cream);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.auth-container {
  width: 100%;
  max-width: 420px;
  background: white;
  border-radius: var(--radius-xl);
  padding: 2.5rem 2rem;
  border: 1px solid var(--light-border);
  box-shadow: 0 8px 40px rgba(0,0,0,0.06);
  animation: fadeUp 0.4s ease;
}

.auth-gem-badge {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  color: white;
}

.auth-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.4rem;
}

.auth-subtitle {
  text-align: center;
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-bottom: 1.75rem;
  line-height: 1.5;
}

.auth-error {
  background: #FEF2F2;
  border: 1px solid #FECACA;
  color: #B91C1C;
  border-radius: var(--radius-sm);
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  margin-bottom: 1.25rem;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.auth-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.auth-field label {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--earth);
}

.required { color: #E53E3E; }

.auth-field input {
  padding: 0.75rem 1rem;
  border: 1.5px solid rgba(26,26,26,0.12);
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--earth);
  background: white;
  transition: border-color 0.2s;
  outline: none;
}
.auth-field input:focus {
  border-color: var(--gold);
}

.auth-submit {
  padding: 0.875rem 1.5rem;
  background: var(--earth);
  color: white;
  border: none;
  border-radius: var(--radius-md);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  margin-top: 0.25rem;
}
.auth-submit:hover { background: #333; transform: translateY(-1px); }

.auth-benefits {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--light-border);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.auth-benefit-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--text-secondary);
}
.auth-benefit-item svg { flex-shrink: 0; color: var(--sage); }

.auth-benefit-premium {
  color: var(--gold);
  font-weight: 500;
}
.auth-benefit-premium svg { color: var(--gold); }

.auth-alt {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-secondary);
}
.auth-alt a {
  color: var(--earth);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ============================================
   PAYMENT SUCCESS PAGE
   ============================================ */

.success-page {
  min-height: 100vh;
  padding: calc(var(--nav-height) + 4rem) 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: var(--cream);
}

.success-container {
  max-width: 500px;
  width: 100%;
  text-align: center;
  animation: fadeUp 0.5s ease;
}

.success-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  box-shadow: 0 8px 30px rgba(189, 99, 56, 0.35);
}

.success-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.success-sub {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

.success-social {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
}
.success-social strong { color: var(--earth); }

.success-actions { margin-bottom: 1.5rem; }

.success-cta {
  display: inline-block;
  padding: 0.875rem 2rem;
  background: var(--earth);
  color: white;
  border-radius: var(--radius-md);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s;
}
.success-cta:hover { background: #333; transform: translateY(-2px); }

.success-redirect {
  font-size: 0.8rem;
  color: var(--text-secondary);
}

/* ============================================
   LOCKED SPOT PAGE
   ============================================ */

.spot-hero-locked {
  position: relative;
  overflow: hidden;
}

.spot-hero-blur-overlay {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(0,0,0,0.4);
}

.locked-cta-block {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}

.locked-lock-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.15);
  border: 1.5px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-bottom: 0.5rem;
}

.locked-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);
  color: white;
  border-radius: var(--radius-md);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 700;
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 20px rgba(189, 99, 56, 0.4);
}
.locked-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 28px rgba(189, 99, 56, 0.5); }

.locked-cta-sub {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.7);
}

.locked-spot-body {
  padding: 6rem 0 2.5rem;
  background: var(--cream);
}

.locked-spot-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 2.5rem;
  display: flex;
  flex-direction: column;
}

.locked-content-preview {
  display: flex;
  flex-direction: column;
}

.locked-field-blur {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--light-border);
}
.locked-field-blur:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.locked-field-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: 0.75rem;
}

.locked-text-blur {
  color: rgba(148, 163, 122, 0.68);
  filter: blur(5px);
  user-select: none;
  font-size: 1rem;
  line-height: 1.95;
  pointer-events: none;
}

.locked-upgrade-panel {
  background: rgba(255,255,255,0.06);
  border-radius: var(--radius-xl);
  padding: 2rem 1.75rem;
  border: 2px solid rgba(189, 99, 56, 0.5);
  box-shadow: 0 8px 40px rgba(189, 99, 56, 0.15);
  text-align: center;
  position: sticky;
  top: calc(var(--nav-height) + 1.5rem);
}

.locked-upgrade-gem {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: white;
}

.locked-upgrade-panel h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: white;
}

.locked-upgrade-panel p {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}

.locked-perks {
  list-style: none;
  text-align: left;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.locked-perks li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.85);
}

.locked-perks li svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--terracotta);
}

.locked-upgrade-btn {
  display: block;
  width: 100%;
  padding: 0.875rem;
  background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);
  color: white;
  border-radius: var(--radius-md);
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 20px rgba(189, 99, 56, 0.35);
  margin-bottom: 0.75rem;
}
.locked-upgrade-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 28px rgba(189, 99, 56, 0.5); }

.locked-upgrade-sub {
  font-size: 0.77rem;
  color: rgba(255,255,255,0.45);
  margin-bottom: 1rem !important;
}

.locked-social-proof {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
  margin-bottom: 0 !important;
}

/* ============================================
   LOCKED SPOT CARDS (region/country/home)
   ============================================ */

.spot-card-locked {
  cursor: pointer;
}

.spot-card-img-blur {
  filter: blur(8px);
  transform: scale(1.05);
  transition: filter 0.3s, transform 0.3s;
}
.spot-card-locked:hover .spot-card-img-blur {
  filter: blur(5px);
}

/* Lock overlay sits OUTSIDE the blurred img div, directly in .spot-card */
.spot-card-lock-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 3;
  pointer-events: none;
}

.spot-card-locked-label {
  font-size: 0.78rem;
  color: var(--gold);
  font-weight: 500;
  margin-top: 0.25rem;
}

.region-fomo-banner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1.25rem;
  background: rgba(189, 99, 56, 0.08);
  border: 1px solid rgba(189, 99, 56, 0.25);
  border-radius: var(--radius-md);
  margin-bottom: 1.5rem;
  font-size: 0.88rem;
  color: var(--earth);
}

.region-fomo-banner svg {
  flex-shrink: 0;
  color: var(--gold);
}

.region-fomo-banner a {
  color: var(--gold);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ============================================
   FOMO SECTION (homepage)
   ============================================ */

.fomo-section {
  padding: 5rem 0;
  background: var(--premium-bg);
}

.fomo-section .section-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fomo-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
  text-align: center;
}

.fomo-gem-icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: transparent;
}

.fomo-gem-logo {
  width: 100px;
  height: 100px;
  object-fit: cover;
  display: block;
  background: transparent;
  border-radius: 50%;
}

.fomo-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--sage-text, var(--premium-text, white));
  margin-bottom: 0.35rem;
}

.fomo-subtitle {
  color: var(--sage-text, var(--premium-text, rgba(255,255,255,0.55)));
  opacity: 0.65;
  font-size: 0.9rem;
}

.fomo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.fomo-card {
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform 0.25s, border-color 0.25s;
}
.fomo-card:hover { transform: translateY(-3px); border-color: rgba(189, 99, 56, 0.4); }

.fomo-card-img {
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.fomo-card-blur-overlay {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(0,0,0,0.45);
}

.fomo-card-lock {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 2;
}

.fomo-card-body {
  padding: 1rem;
}

.fomo-card-location {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 0.3rem;
}

.fomo-card h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: white;
  margin-bottom: 0.35rem;
}

.fomo-card-lock-label {
  font-size: 0.78rem;
  color: var(--gold);
}

.fomo-cta-block {
  text-align: center;
}

.fomo-unlock-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 2.25rem;
  background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);
  color: white;
  border-radius: var(--radius-md);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 700;
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 24px rgba(189, 99, 56, 0.4);
  margin-bottom: 0.75rem;
}
.fomo-unlock-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 32px rgba(189, 99, 56, 0.55); }

.fomo-cta-sub {
  color: var(--sage-text, var(--premium-text, rgba(255,255,255,0.45)));
  opacity: 0.55;
  font-size: 0.82rem;
}

/* ============================================
   TESTIMONIALS SECTION
   ============================================ */

.testimonials-section {
  padding: 5rem 0;
  background: white;
}

.testimonials-section .section-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.testimonial-card {
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  border: 1px solid var(--light-border);
  transition: box-shadow 0.25s, transform 0.25s;
  animation: fadeUp 0.5s ease both;
}
.testimonial-card:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(0,0,0,0.07); }

.testimonial-stars {
  color: var(--gold);
  font-size: 0.9rem;
  letter-spacing: 1px;
  margin-bottom: 0.75rem;
}

.testimonial-text {
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--earth);
  margin-bottom: 1.25rem;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonial-avatar {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--terracotta) 0%, var(--ocean) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
}

.testimonial-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--earth);
}

.testimonial-origin {
  font-size: 0.75rem;
  color: var(--text-secondary);
  margin-top: 1px;
}

/* CTA gem button */
.btn-gem-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);
  color: white;
  border-radius: var(--radius-md);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 700;
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 20px rgba(189, 99, 56, 0.35);
}
.btn-gem-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 28px rgba(189, 99, 56, 0.5); }

/* ============================================
   RESPONSIVE — Member/Auth/FOMO
   ============================================ */

@media (max-width: 1024px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fomo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .locked-spot-inner {
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .nav-member {
    display: none; /* shown in mobile menu */
  }
  .nav-auth {
    display: none; /* shown in mobile menu */
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .fomo-grid {
    grid-template-columns: 1fr 1fr;
  }
  .fomo-header {
    flex-direction: column;
    gap: 1rem;
  }
  .fomo-header h2 {
    font-size: 1.35rem;
  }
  .locked-spot-inner {
    padding: 0 1.25rem;
  }
  .fomo-unlock-btn {
    font-size: 0.9rem;
    padding: 0.875rem 1.5rem;
  }
  .auth-container {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .fomo-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   HIGHLIGHT CARD LOCKED STATE (country pages)
   ============================================ */

.highlight-card-locked { cursor: pointer; }

.highlight-card-img-blur {
  filter: blur(8px);
  transform: scale(1.05);
}

.highlight-card {
  position: relative;
  overflow: hidden;
}

.highlight-card-lock-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 3;
  pointer-events: none;
}

.locked-highlight-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);
  color: white;
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 600;
  transition: transform 0.15s;
  white-space: nowrap;
  align-self: flex-end;
}
.locked-highlight-cta:hover { transform: translateY(-1px); }

/* ============================================
   MOBILE MENU ICONS
   ============================================ */

.mobile-link-icon {
  vertical-align: -3px;
  margin-right: 6px;
  flex-shrink: 0;
}

.mobile-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mobile-link-logout {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
}

/* ============================================
   PEPITE OVERLAY TEXT — "Cette pépite vous attend"
   ============================================ */

.pepite-overlay-text {
  display: block;
  margin-top: 0.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: white;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6), 0 0 20px rgba(0,0,0,0.3);
  letter-spacing: 0.02em;
  pointer-events: none;
}

.spot-card-lock-overlay {
  flex-direction: column;
}

.highlight-card-lock-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 3;
  pointer-events: none;
}

.highlight-card-lock-overlay .pepite-overlay-text {
  font-size: 0.8rem;
}

/* ============================================
   FOMO TEXT FEATURES (no photos)
   ============================================ */

.fomo-text-features {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2.5rem;
  padding: 2rem;
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,0.1);
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.fomo-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--sage-text, var(--premium-text, rgba(255,255,255,0.8)));
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  width: 100%;
}

.fomo-feature-item svg {
  color: var(--gold);
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-top: 2px;
}

.fomo-feature-item span {
  flex: 1;
  text-align: left;
  line-height: 1.4;
}

/* ============================================
   SEARCH RESULT BLUR (locked pepites)
   ============================================ */

.search-result-img-blur {
  filter: blur(6px);
  transform: scale(1.05);
}

/* ============================================
   MOBILE RESPONSIVE — mobile link fixes
   ============================================ */
@media (max-width: 768px) {
  .mobile-link-cta {
    font-size: 0.95rem !important;
  }

  .fomo-text-features {
    padding: 1.25rem;
  }

  .pepite-overlay-text {
    font-size: 0.75rem;
  }
}

/* ============================================
   NAV — PLANNER LINK
   ============================================ */
.nav-planner {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-planner-label {
  font-size: 0.85rem;
}
.mobile-link-planner {
  font-weight: 600 !important;
}

/* ============================================
   COUNTRY TYPE PAGES — section CTA links
   ============================================ */
.section-cta-wrap {
  margin-top: 2.5rem;
  text-align: center;
}

.section-cta-link {
  display: inline-block;
  padding: 0.75rem 2rem;
  border: 1.5px solid var(--terracotta);
  color: var(--terracotta);
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
}

.section-cta-link:hover {
  background: var(--terracotta);
  color: #fff;
  transform: translateY(-2px);
}

.section-cta-link--must-see {
  border-color: var(--color-ocean, #3E5C76);
  color: var(--color-ocean, #3E5C76);
}

.section-cta-link--must-see:hover {
  background: var(--color-ocean, #3E5C76);
  color: #fff;
}

.section-cta-link--back {
  border-color: var(--color-stone, #6b6b6b);
  color: var(--color-stone, #6b6b6b);
  font-size: 0.85rem;
}

.section-cta-link--back:hover {
  background: var(--color-stone, #6b6b6b);
  color: #fff;
}

.section-subtitle {
  color: var(--color-stone, #6b6b6b);
  font-size: 1rem;
  margin-top: 0.5rem;
}

/* ============================================
   REGION CARD — type variants
   ============================================ */
.region-card-count--gem {
  background: rgba(189, 99, 56, 0.9);
  color: #fff;
  display: inline-flex;
  align-items: center;
}

.region-card-count--must-see {
  background: rgba(62, 92, 118, 0.9);
  color: #fff;
  display: inline-flex;
  align-items: center;
}

.region-card-explore {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
}

/* ============================================
   EMPTY STATE
   ============================================ */
.empty-state {
  text-align: center;
  padding: 4rem 2rem;
  color: var(--color-stone, #6b6b6b);
}

.empty-state p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.btn-outline {
  display: inline-block;
  padding: 0.6rem 1.6rem;
  border: 1.5px solid currentColor;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.btn-outline:hover {
  background: var(--earth);
  border-color: var(--earth);
  color: #fff;
}

/* ============================================
   CAROUSEL — Horizontal Swipeable (Pépites & Incontournables)
   ============================================ */

.spots-carousel-wrapper {
  position: relative;
  margin: 0 -1rem;
  padding: 0 1rem;
}

.spots-carousel {
  display: flex;
  gap: 1.75rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.5rem;
}

.spots-carousel::-webkit-scrollbar {
  display: none;
}

.spots-carousel .spot-card {
  flex: 0 0 calc(33.333% - 1.17rem);
  min-width: 0;
  scroll-snap-align: start;
  aspect-ratio: 3 / 4;
}

.carousel-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.42);
  border: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
  color: #fff;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.carousel-arrow:hover:not(:disabled) {
  background: rgba(0, 0, 0, 0.62);
  transform: translateY(-50%) scale(1.06);
}

.carousel-arrow:disabled {
  opacity: 0.3;
  cursor: default;
}

.carousel-arrow-prev {
  left: 12px;
}

.carousel-arrow-next {
  right: 12px;
}

/* Dark section variant for premium pépites */
.section-dark {
  background: #12161A \!important;
  color: #F0EDE8;
}

.section-dark .section-header h2,
.section-dark .section-header-flex h2 {
  color: #F0EDE8;
}

.section-dark .section-type-badge.gem {
  background: rgba(189, 99, 56, 0.2);
}

.section-subtitle--light {
  color: rgba(240, 237, 232, 0.6) \!important;
}

.section-see-all--light {
  color: var(--gold) \!important;
}

.section-dark .spot-card-body {
  background: linear-gradient(to top, rgba(18, 22, 26, 0.95) 0%, transparent 100%);
}

.section-dark .carousel-arrow {
  background: rgba(255, 255, 255, 0.18);
  color: #F0EDE8;
}

.section-dark .carousel-arrow:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.32);
}

/* Peek gradient — hints more content is scrollable */
.spots-carousel-wrapper::after {
  content: '';
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  width: 3.5rem;
  background: linear-gradient(to right, transparent, var(--sand, #F5F0E8));
  pointer-events: none;
  z-index: 2;
}

/* Pagination dots */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--light-border, #E5DDD4);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, width 0.25s;
  flex-shrink: 0;
}

.carousel-dot.active {
  background: var(--earth, #6B4B35);
  width: 22px;
  border-radius: 4px;
}

.carousel-dot:hover:not(.active) {
  background: var(--sage, #7A8C6E);
}

/* Mobile carousel */
@media (max-width: 768px) {
  .spots-carousel .spot-card {
    flex: 0 0 80%;
  }

  .carousel-arrow {
    width: 36px;
    height: 36px;
  }

  .carousel-arrow-prev {
    left: 8px;
  }

  .carousel-arrow-next {
    right: 8px;
  }

  .spots-carousel-wrapper {
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
  }

  /* On mobile the peek gradient should cover the right edge of the visible area */
  .spots-carousel-wrapper::after {
    right: 1.5rem;
    width: 2.5rem;
  }
}

@media (max-width: 480px) {
  .spots-carousel .spot-card {
    flex: 0 0 88%;
  }
}

/* ============================================
   CAROUSEL — Highlight cards (country pages)
   ============================================ */

.spots-carousel .highlight-card {
  flex: 0 0 calc(33.333% - 1.17rem);
  min-width: 0;
  scroll-snap-align: start;
  aspect-ratio: 3/4;
}

@media (max-width: 768px) {
  .spots-carousel .highlight-card {
    flex: 0 0 80%;
  }
}

@media (max-width: 480px) {
  .spots-carousel .highlight-card {
    flex: 0 0 88%;
  }
}

/* ============================================
   CAROUSEL — Country preview cards (homepage)
   ============================================ */

.spots-carousel .country-preview-card {
  flex: 0 0 calc(33.333% - 1.17rem);
  min-width: 0;
  scroll-snap-align: start;
  aspect-ratio: 3/4;
  height: auto;
}

@media (max-width: 768px) {
  .spots-carousel .country-preview-card {
    flex: 0 0 80%;
  }
}

@media (max-width: 480px) {
  .spots-carousel .country-preview-card {
    flex: 0 0 88%;
  }
}

/* ============================================
   CTA "+" CARD — End of Pépites & Incontournables carousels
   ============================================ */

.spot-card-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sand-light, #FAF7F2);
  border: 2px dashed var(--light-border, #E5DDD4);
  text-decoration: none;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s, background 0.25s;
  position: relative;
}

.spot-card-cta:hover {
  border-color: var(--earth, #6B4B35);
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(107, 75, 53, 0.12);
  background: var(--sand, #F5F0E8);
}

.spot-card-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 1.5rem;
  width: 100%;
  height: 100%;
  min-height: 200px;
}

.spot-card-cta-plus {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);
  box-shadow: 0 4px 16px rgba(189, 99, 56, 0.35);
  flex-shrink: 0;
  transition: transform 0.25s, box-shadow 0.25s;
}
.spot-card-cta:hover .spot-card-cta-plus {
  transform: scale(1.08);
  box-shadow: 0 6px 24px rgba(189, 99, 56, 0.45);
}

.spot-card-cta-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--earth, #6B4B35);
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.spot-card-cta--must-see .spot-card-cta-plus {
  color: #fff;
  background: linear-gradient(135deg, #3E5C76 0%, #2A4258 100%);
  box-shadow: 0 4px 16px rgba(62, 92, 118, 0.35);
}
.spot-card-cta--must-see:hover .spot-card-cta-plus {
  box-shadow: 0 6px 24px rgba(62, 92, 118, 0.45);
}
.spot-card-cta--must-see .spot-card-cta-text {
  color: var(--color-ocean, #3E5C76);
}

.spot-card-cta--must-see:hover {
  border-color: var(--color-ocean, #3E5C76);
  box-shadow: 0 8px 32px rgba(62, 92, 118, 0.12);
}

/* ============================================
   CAROUSEL ENHANCEMENTS — All 6 Fixes
   ============================================ */

/* FIX 1: Arrows positioned INSIDE photos */
.carousel-arrow-inside {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
  color: #fff;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.carousel-arrow-inside:hover:not(:disabled) {
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(-50%) scale(1.1);
}

.carousel-arrow-inside:disabled {
  opacity: 0.3;
  cursor: default;
}

.carousel-arrow-prev.carousel-arrow-inside {
  left: 16px;
  z-index: 11;
}

.carousel-arrow-next.carousel-arrow-inside {
  right: 16px;
  z-index: 11;
}

/* FIX 2 & 3: Enhanced CTA card styling */
.spot-card-cta--enhanced {
  background: linear-gradient(135deg, #F5F0E8 0%, #FAF7F2 100%);
  border: 2px solid rgba(214, 198, 168, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
}

.spot-card-cta--enhanced::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(189, 99, 56, 0.15) 0%, transparent 60%),
              radial-gradient(circle at 70% 70%, rgba(111, 125, 92, 0.1) 0%, transparent 60%);
  pointer-events: none;
}

.spot-card-cta--enhanced:hover {
  border-color: rgba(214, 198, 168, 0.6);
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 12px 32px rgba(214, 198, 168, 0.18);
  background: linear-gradient(135deg, #FAF7F2 0%, #F5F0E8 100%);
}

.spot-card-cta--enhanced .spot-card-cta-plus {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);
  box-shadow: 0 4px 16px rgba(189, 99, 56, 0.35);
  letter-spacing: -0.02em;
  flex-shrink: 0;
}

.spot-card-cta--enhanced.spot-card-cta--must-see .spot-card-cta-plus {
  color: #fff;
  background: linear-gradient(135deg, #3E5C76 0%, #2A4258 100%);
  box-shadow: 0 4px 16px rgba(62, 92, 118, 0.35);
}

.spot-card-cta--enhanced .spot-card-cta-text {
  font-family: 'Syne', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--earth, #6B4B35);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.6;
}

.spot-card-cta--must-see.spot-card-cta--enhanced:hover {
  border-color: rgba(62, 92, 118, 0.5);
  box-shadow: 0 12px 32px rgba(62, 92, 118, 0.15);
}

/* FIX 4: Auto-scroll smooth transitions */
.spots-carousel {
  scroll-behavior: smooth;
}

/* FIX 5: Progress bar replaces dots */
.carousel-progress-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  padding: 0 1rem;
}

.carousel-progress-bar {
  width: 100%;
  max-width: 240px;
  height: 2px;
  background: var(--light-border, #E5DDD4);
  border-radius: 1px;
  overflow: hidden;
  position: relative;
}

.carousel-progress-fill {
  height: 100%;
  background: var(--earth, #6B4B35);
  border-radius: 1px;
  width: 0%;
  transition: width 0.05s linear;
}

/* Mobile responsive progress bar */
@media (max-width: 768px) {
  .carousel-progress-bar {
    max-width: 100%;
    height: 2px;
  }

  .carousel-progress-fill {
    background: var(--earth, #6B4B35);
  }
}

/* FIX 6: Staggered card entrance animation */
.card-stagger {
  opacity: 0;
  transform: translateY(20px);
}

.card-entered {
  animation: cardEntranceSlide 0.6s ease-out forwards;
}

@keyframes cardEntranceSlide {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
  .carousel-arrow-inside,
  .spot-card-cta--enhanced,
  .card-entered {
    transition: none;
    animation: none;
  }

  .card-stagger {
    opacity: 1;
    transform: translateY(0);
  }

  .card-entered {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================
   A2 — Footer logo large
   ============================================ */
.footer-logo-large {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  font-size: 2.8rem;
  letter-spacing: -0.03em;
  color: var(--earth-light);
  transition: color 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  line-height: 1;
}
.footer-logo-large > span > span { color: var(--terracotta); }
.footer-logo-large:hover { color: var(--terracotta); }

.footer-logo-img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  display: block;
  background: transparent;
  border-radius: 50%;
}

/* ============================================
   A3 — Hero height reduced 25%
   ============================================ */
.hero-immersive { height: 75vh !important; min-height: 420px !important; }
.hero-height-100vh { height: 75vh !important; }
.hero-height-80vh { height: 60vh !important; }
.hero-height-60vh { height: 45vh !important; }
/* Country/region/spot heroes */
.spot-hero { max-height: 56vh !important; }
.country-hero { height: 56vh !important; min-height: 340px !important; }
.region-hero { height: 56vh !important; min-height: 340px !important; }

/* ============================================
   A4 — FOMO / Premium sections — full height, centered
   ============================================ */
.fomo-section {
  padding: 3.375rem 0 !important;
  max-height: none !important;
  overflow: visible !important;
}
.fomo-section .section-inner {
  padding: 0 2rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}
.fomo-header {
  gap: 1.1rem !important;
  margin-bottom: 1.8rem !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
}
.fomo-header h2 {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem) !important;
  margin-bottom: 0.4rem !important;
  line-height: 1.3 !important;
}
.fomo-subtitle { display: block !important; }
.fomo-gem-icon { width: 100px !important; height: 100px !important; flex-shrink: 0 !important; background: transparent !important; }
.fomo-gem-logo { width: 100px !important; height: 100px !important; background: transparent !important; border-radius: 50% !important; }
.fomo-gem-icon svg { width: 22px !important; height: 22px !important; }
.fomo-text-features {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 1rem !important;
  margin-bottom: 1.8rem !important;
  width: 100% !important;
  max-width: 400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}
.fomo-feature-item {
  align-items: flex-start !important;
  text-align: left !important;
  width: 100% !important;
}
.fomo-feature-item svg {
  flex-shrink: 0 !important;
  min-width: 20px !important;
  margin-top: 2px !important;
}
.fomo-feature-item span {
  flex: 1 !important;
  text-align: left !important;
}
.fomo-cta-block {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 0 !important;
  margin-top: 0 !important;
  background: none !important;
  border: none !important;
}
.fomo-unlock-btn { font-size: 0.95rem !important; padding: 0.8rem 1.75rem !important; }
.fomo-cta-sub { display: block !important; }
.fomo-header > div > a.section-see-all { display: inline-block !important; }
/* Section premium incontournables — full height */
.premium-section {
  padding: 3.75rem 1.5rem !important;
  margin: 1.5rem 0 !important;
  max-height: none !important;
  overflow: visible !important;
  text-align: center !important;
}
.premium-section-header h3 { font-size: 1.3rem !important; }
.premium-upsell {
  padding: 3.75rem 1.5rem !important;
  max-height: none !important;
  overflow: visible !important;
  text-align: center !important;
}
.premium-upsell h3 { font-size: 1.3rem !important; }

/* ============================================
   A5 — CTA card redesign
   ============================================ */
.cta-card {
  background: linear-gradient(135deg, var(--earth-light) 0%, #2d2d2d 100%) !important;
  border: none !important;
  border-radius: var(--radius-lg) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 2rem 1.5rem !important;
  color: white !important;
  text-decoration: none !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  min-height: 200px !important;
}
.cta-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 20px 40px rgba(26,26,26,0.25) !important;
}
.cta-card-plus {
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.15) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.8rem !important;
  font-weight: 300 !important;
  margin-bottom: 1rem !important;
  color: white !important;
}
.cta-card-label {
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  color: rgba(255,255,255,0.85) !important;
  letter-spacing: 0.02em !important;
}

/* ============================================
   B1 — Map mobile fixes
   ============================================ */
@media (max-width: 768px) {
  .map-explore-container {
    height: 88vw !important;
    min-height: 350px !important;
    max-height: 475px !important;
    background: var(--cream) !important;
  }
}

/* C1 — Admin mobile responsive merged into off-canvas block below */

/* ============================================
   E1 — Share button
   ============================================ */
.spot-share-actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.spot-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  background: var(--cream);
  border: 1px solid var(--light-border);
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  font-family: inherit;
  color: var(--earth-light);
}
.spot-share-btn:hover { background: var(--sand-warm); }

/* ============================================
   E2 — Back to top
   ============================================ */
.back-to-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 44px;
  height: 44px;
  background: var(--earth-light);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(26,26,26,0.25);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.3s, transform 0.3s;
  z-index: 50;
}
.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
}
.back-to-top:hover { background: #333; }

/* ============================================
   E3 — Spot save count
   ============================================ */
.spot-save-count {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.75rem;
  color: var(--text-secondary);
  font-weight: 500;
}
.spot-save-count svg { flex-shrink: 0; }

/* ============================================
   E4 — Google Maps button
   ============================================ */
/* Google Maps button now uses .spot-share-btn for consistent styling */
.gmaps-btn-unified {
  margin-top: 0.75rem;
  text-decoration: none;
}
/* Legacy .gmaps-btn override (no longer used in templates) */
.gmaps-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: var(--cream);
  border: 1px solid var(--light-border);
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  font-weight: 500;
  transition: background 0.2s;
  margin-top: 0.5rem;
  color: var(--earth-light);
}
.gmaps-btn:hover {
  background: var(--sand-warm);
}

/* ============================================
   D14 — Announcement banner
   ============================================ */
.announcement-banner {
  width: 100%;
  padding: 0.6rem 1rem;
  background: var(--earth-light);
  color: white;
  z-index: 101;
  position: relative;
}
.announcement-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.announcement-text {
  font-size: 0.85rem;
  color: white;
  font-weight: 500;
  text-align: center;
  flex: 1;
}
a.announcement-text:hover { text-decoration: underline; }
.announcement-close {
  background: none;
  border: none;
  color: rgba(255,255,255,0.7);
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0 4px;
  flex-shrink: 0;
}
.announcement-close:hover { color: white; }

/* ============================================
   C1 — Admin mobile hamburger button
   ============================================ */
.admin-mobile-nav-btn {
  display: none;
  position: fixed;
  top: 0.75rem;
  left: 1rem;
  z-index: 1001;
  background: var(--earth-light);
  color: white;
  border: none;
  border-radius: var(--radius-sm);
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  display: none;
  align-items: center;
  gap: 0.4rem;
}
.admin-sidebar-close {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: var(--sidebar-text, var(--text-secondary));
  border-radius: var(--radius-sm);
  margin-left: auto;
}

@media (max-width: 768px) {
  .admin-mobile-nav-btn {
    display: inline-flex !important;
  }
  .admin-sidebar-close {
    display: flex !important;
  }
  .admin-sidebar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    height: 100vh !important;
    width: 85vw !important;
    max-width: 320px !important;
    overflow-y: auto !important;
    z-index: 1000 !important;
    transform: translateX(-100%) !important;
    transition: transform 0.3s ease !important;
    box-shadow: 4px 0 24px rgba(0,0,0,0.15) !important;
  }
  .admin-sidebar.admin-sidebar-open {
    transform: translateX(0) !important;
  }
  .admin-layout {
    display: block !important;
  }
  .admin-main {
    padding: 3.5rem 1rem 1rem !important;
    width: 100% !important;
  }
  .admin-page-header {
    flex-direction: column !important;
    gap: 0.75rem !important;
    align-items: flex-start !important;
  }
  .admin-page-header h1 {
    font-size: 1.4rem !important;
  }
  .admin-header {
    flex-direction: column !important;
    gap: 0.75rem !important;
    align-items: flex-start !important;
  }
  .admin-table { font-size: 0.8rem !important; }
  .admin-table th, .admin-table td { padding: 0.5rem !important; }
  .admin-card { padding: 1rem !important; }
  .admin-grid { grid-template-columns: 1fr !important; }
  .admin-table-wrap {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .admin-stats-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .admin-form-row { flex-direction: column !important; }
  .admin-form-section-header {
    padding: 1rem !important;
  }
  .admin-form-body {
    padding: 1rem !important;
  }
  .admin-toggles-grid {
    grid-template-columns: 1fr !important;
  }
  .admin-toggle-card {
    flex-direction: row !important;
    padding: 0.75rem !important;
  }
  .admin-form-actions {
    padding: 1rem !important;
  }
}

/* ============================================
   MEGA FIX — Points 1-10 Additional Styles
   ============================================ */

/* Point 1 supplement: ensure plus icon is pixel-perfect centered */
.spot-card-cta-plus {
  line-height: 1 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.spot-card-cta--enhanced .spot-card-cta-inner {
  min-height: 240px !important;
}

/* Point 4: Google Maps button = pin color */
.gmaps-btn-pepite {
  background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-dark) 100%) !important;
  color: white !important;
  border-color: transparent !important;
}
.gmaps-btn-pepite:hover {
  background: linear-gradient(135deg, #E0B84A 0%, #C99620 100%) !important;
}
.gmaps-btn-pepite svg { stroke: white !important; }
.gmaps-btn-incontournable {
  background: linear-gradient(135deg, #3E5C76 0%, #2A4258 100%) !important;
  color: white !important;
  border-color: transparent !important;
}
.gmaps-btn-incontournable:hover {
  background: linear-gradient(135deg, #4A6E8C 0%, #334E6A 100%) !important;
}
.gmaps-btn-incontournable svg { stroke: white !important; }

/* Point 7: GPS coordinates above map */
.spot-gps-coords {
  max-width: 900px;
  margin: 0 auto;
  padding: 2.5rem 2.5rem 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
  color: var(--text-secondary);
  font-family: 'DM Sans', sans-serif;
}
.spot-gps-text {
  font-weight: 600;
  color: var(--earth-light);
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .spot-gps-coords {
    padding: 1.5rem 1.5rem 0.5rem;
  }
}

/* Point 8: Region mobile hero — text bottom-left */
@media (max-width: 768px) {
  .page-hero-image {
    align-items: flex-end !important;
    justify-content: flex-start !important;
  }
  .page-hero-image .page-hero-content {
    width: 100% !important;
    text-align: left !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: 2rem !important;
    margin: 0 !important;
  }
  .page-hero-image .page-hero-content.light h1,
  .page-hero-image .page-hero-content.light p {
    text-align: left !important;
  }
  .page-hero-image .breadcrumb {
    justify-content: flex-start !important;
  }
}

/* Point 9: Spot photo carousel */
.spot-photos-section {
  background: var(--cream);
  padding: 0 0 2.5rem;
}
.spot-photos-section-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
.spot-photos-section h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--earth-light);
  margin-bottom: 1rem;
  padding-top: 1.5rem;
}
.spot-photos-carousel-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.spot-photos-slides {
  display: flex;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.spot-photos-slide {
  flex-shrink: 0;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
}
.spot-photos-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0,0,0,0.45);
  border: none;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: background 0.2s;
}
.spot-photos-arrow:hover { background: rgba(0,0,0,0.65); }
.spot-photos-arrow-prev { left: 0.75rem; }
.spot-photos-arrow-next { right: 0.75rem; }
.spot-photos-counter {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  background: rgba(0,0,0,0.5);
  color: white;
  font-size: 0.8rem;
  padding: 0.25rem 0.6rem;
  border-radius: var(--radius-sm);
}
.spot-photos-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 0.75rem;
}
.spot-photos-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--light-border);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}
.spot-photos-dot.active {
  background: var(--earth-light);
  transform: scale(1.35);
}
@media (max-width: 768px) {
  .spot-photos-slide { height: 260px; }
  .spot-photos-section-inner { padding: 0 1.5rem; }
}

/* Point 10: Articles section styles */
.articles-section {
  padding: 5rem 0;
  background: var(--cream);
}
.articles-section .section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.article-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: white;
  border: 1px solid var(--light-border);
  transition: transform 0.25s, box-shadow 0.25s;
  display: flex;
  flex-direction: column;
}
.article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(26,26,26,0.1);
}
.article-card-img {
  height: 200px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.article-card-body {
  padding: 1.25rem 1.5rem;
  flex: 1;
}
.article-card-date {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}
.article-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.6rem;
  color: var(--earth-light);
}
.article-card p {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.6;
}
/* Articles list page */
.articles-list-hero {
  padding: 8rem 2.5rem 4rem;
  background: var(--sand);
  text-align: center;
}
.articles-list-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
  color: var(--earth-light);
}
.articles-list-hero p {
  color: var(--text-secondary);
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}
.articles-list-body {
  padding: 4rem 0;
  background: var(--cream);
}
.articles-list-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
/* Article detail */
.article-hero {
  min-height: 60vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.article-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,26,26,0.82) 0%, rgba(26,26,26,0.2) 60%, transparent 100%);
}
.article-hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2.5rem 3.5rem;
  width: 100%;
}
.article-hero-content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  color: white;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}
.article-hero-content p {
  color: rgba(255,255,255,0.75);
  font-size: 1.05rem;
  line-height: 1.6;
}
.article-body {
  max-width: 780px;
  margin: 0 auto;
  padding: 4rem 2.5rem;
}
.article-body h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 2.5rem 0 1rem;
  color: var(--earth-light);
}
.article-body h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 1.75rem 0 0.5rem;
  color: var(--earth-light);
}
.article-body p {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--earth-light);
  margin-bottom: 1.25rem;
}
.article-body ul, .article-body ol {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}
.article-body li {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--earth-light);
  margin-bottom: 0.4rem;
}
.article-body img {
  width: 100%;
  border-radius: var(--radius-lg);
  margin: 2rem 0;
}
.article-body blockquote {
  border-left: 4px solid var(--gold, #e08358);
  padding: 0.75rem 1.25rem;
  margin: 1.5rem 0;
  background: var(--sand);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-style: italic;
  color: var(--earth-light);
}
.article-tip-box {
  background: linear-gradient(135deg, var(--sand) 0%, #F0E8D8 100%);
  border-left: 4px solid var(--gold, #e08358);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
}
.article-tip-box strong { color: var(--earth-light); }
.article-error-item {
  background: white;
  border: 1px solid var(--light-border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  margin: 1.5rem 0;
}
.article-error-item h3 {
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.1rem !important;
}
.article-cta-box {
  background: var(--earth);
  color: white;
  border-radius: var(--radius-lg);
  padding: 3rem 2rem;
  text-align: center;
  margin-top: 4rem;
}
.article-cta-box h2 {
  color: white !important;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem !important;
  margin-bottom: 1rem !important;
  margin-top: 0 !important;
}
.article-cta-box p { color: rgba(255,255,255,0.75) !important; margin-bottom: 1.5rem !important; }
.article-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.25rem;
  background: var(--sand);
  border: 1px solid var(--light-border);
  border-radius: var(--radius-sm);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--earth-light);
  text-decoration: none;
  transition: background 0.2s;
}
.article-back-btn:hover { background: var(--sand-warm); }
.article-category-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.9rem;
  background: var(--sand);
  border: 1px solid var(--light-border);
  border-radius: var(--radius-md);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--earth-light);
  margin: 0.25rem 0.25rem 0.25rem 0;
}
@media (max-width: 768px) {
  .article-body { padding: 2.5rem 1.5rem; }
  .articles-list-inner { padding: 0 1.5rem; }
  .articles-grid { grid-template-columns: 1fr; }
  .article-hero-content { padding: 0 1.5rem 2.5rem; }
  .articles-list-hero { padding: 6rem 1.5rem 3rem; }
}


/* Region hero tagline */
.region-hero-tagline {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0.02em;
  margin: 0.3rem 0 0.6rem;
  text-shadow: 0 1px 4px rgba(0,0,0,0.35);
}
@media (max-width: 768px) {
  .region-hero-tagline { font-size: 0.95rem; }
}

/* ============================================
   HERO SUB-NAV (Phase 1)
   ============================================ */
.hero-subnav {
  background: #F7F6F2;
  border-bottom: 1px solid rgba(214, 198, 168, 0.5);
  position: relative;
  z-index: 10;
  overflow: hidden;
  max-width: 100vw;
}

.hero-subnav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  height: 52px;
  display: flex;
  align-items: center;
}

.hero-subnav-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  min-width: 0;        /* allow flex child to shrink so overflow-x: auto works */
  width: 100%;
}

.hero-subnav-breadcrumb::-webkit-scrollbar { display: none; }

.hero-subnav-item {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  color: #6b6b6b;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
  padding: 0.25rem 0;
}

.hero-subnav-item:hover { color: #1A1A1A; }

.hero-subnav-item--active {
  font-weight: 700;
  color: #1A1A1A;
  cursor: default;
  text-decoration: underline;
  text-decoration-color: #C5B99A;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.hero-subnav-sep {
  display: flex;
  align-items: center;
  color: #C5B99A;
  margin: 0 0.25rem;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .hero-subnav { overflow: visible; }
  .hero-subnav-inner { padding: 0 1.25rem; height: auto; min-height: 42px; overflow: visible; }
  .hero-subnav-item { font-size: 0.85rem; }
  .hero-subnav-breadcrumb {
    flex-wrap: wrap;
    overflow-x: visible;
    max-width: 100%;
    padding: 0.4rem 0;
    row-gap: 0.15rem;
  }
  /* Let the active item (spot name) wrap its text naturally on mobile */
  .hero-subnav-item--active {
    white-space: normal;
    word-break: break-word;
  }
}

/* ============================================
   BACK BUTTON (Phase 2)
   ============================================ */
.back-button-section {
  padding: 1.5rem 0;
}

.back-button-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
}

.back-button-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #3E5C76;
  text-decoration: none;
  padding: 0.65rem 1.25rem;
  border: 1.5px solid rgba(62, 92, 118, 0.25);
  border-radius: 10px;
  background: rgba(62, 92, 118, 0.04);
  transition: all 0.2s;
}

.back-button-link:hover {
  background: rgba(62, 92, 118, 0.1);
  border-color: rgba(62, 92, 118, 0.45);
  color: #2a4660;
  transform: translateX(-3px);
}

.back-button-link svg {
  flex-shrink: 0;
  transition: transform 0.2s;
}

.back-button-link:hover svg { transform: translateX(-2px); }

@media (max-width: 768px) {
  .back-button-inner { padding: 0 1.25rem; }
  .back-button-section { padding: 1.25rem 0; }
}

/* ============================================
   PROMO BANNER (below-nav, in-flow, smooth dismiss)
   ============================================ */
.promo-banner-v2 {
  /* In-flow — sits right below the fixed nav */
  position: relative;
  margin-top: var(--nav-height);
  background: linear-gradient(135deg, #1A1A1A 0%, #2a2a2a 50%, #1e2820 100%);
  color: #F7F6F2;
  overflow: hidden;
  /* Smooth max-height collapse when dismissed */
  max-height: 200px;
}

.promo-banner-v2::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(111, 125, 92, 0.15) 0%, transparent 60%),
              radial-gradient(ellipse at 80% 50%, rgba(214, 198, 168, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.promo-banner-v2-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.85rem 3rem 0.85rem 1.5rem; /* right pad for close button */
}

/* Content row: headline + actions */
.promo-banner-v2-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  text-align: center;
}

.promo-banner-v2-headline {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(247, 246, 242, 0.88);
  letter-spacing: 0.01em;
  flex-shrink: 1;
}

.promo-banner-v2-headline strong {
  color: #F7F6F2;
  font-weight: 700;
}

/* Actions: counter + CTA side by side */
.promo-banner-v2-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.promo-banner-v2-counter {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(214, 198, 168, 0.15);
  border: 1px solid rgba(214, 198, 168, 0.35);
  border-radius: 8px;
  padding: 0.42rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #D6C6A8;
  white-space: nowrap;
  flex-shrink: 0;
  height: 36px;
  box-sizing: border-box;
}

.promo-banner-v2-counter-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6F7D5C;
  animation: promoPulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes promoPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

.promo-banner-v2-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #F7F6F2;
  color: #1A1A1A;
  padding: 0 1.2rem;
  height: 36px;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
  flex-shrink: 0;
  letter-spacing: 0.01em;
  box-sizing: border-box;
}

.promo-banner-v2-cta:hover {
  background: #D6C6A8;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.promo-banner-v2-close {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(247,246,242,0.4);
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
  padding: 6px;
  transition: color 0.15s;
}

.promo-banner-v2-close:hover { color: rgba(247,246,242,0.85); }

/* Mobile: stack actions only if they would overflow */
@media (max-width: 580px) {
  .promo-banner-v2-content {
    gap: 0.6rem;
  }
  .promo-banner-v2-actions {
    gap: 10px;
  }
  .promo-banner-v2-headline { font-size: 0.82rem; }
}

@media (max-width: 400px) {
  .promo-banner-v2-actions {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
}

/* ============================================
   ANNOUNCEMENT ZONE (Homepage banner)
   ============================================ */

.announcement-zone {
  background: #ebe0ce;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding: 0;
}

.announcement-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.announcement-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: #000000;
  font-family: 'DM Sans', sans-serif;
}

.announcement-icon {
  flex-shrink: 0;
  color: #000000;
  opacity: 1;
}

.announcement-item strong {
  font-weight: 600;
}

.announcement-item--suggest {
  flex-wrap: wrap;
  gap: 8px;
}

.announcement-cta {
  display: inline-flex;
  align-items: center;
  padding: 4px 14px;
  background: #BD6338;
  color: #FFFFFF;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
}

.announcement-cta:hover {
  background: #b5942e;
  transform: translateX(2px);
}

/* Only show separator between items */
.announcement-item + .announcement-item {
  padding-top: 10px;
  border-top: 1px solid rgba(111,125,92,0.1);
}

@media (max-width: 768px) {
  .announcement-inner {
    padding: 16px 1.25rem;
    gap: 10px;
  }
  .announcement-item {
    font-size: 0.85rem;
  }
}

/* ============================================
   ANNOUNCEMENT — MODULE DISTANCE
   ============================================ */

.announcement-item--distance .ann-spot-name {
  font-weight: 700;
  color: #000;
}

/* ============================================
   ANNOUNCEMENT — MODULE INSPIRATION
   ============================================ */

.ann-inspiration-grid {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
}

.ann-inspiration-card {
  flex: 1 1 140px;
  min-width: 130px;
  max-width: 200px;
  background: rgba(255,255,255,0.55);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
}

.ann-inspiration-thumb {
  width: 100%;
  height: 80px;
  object-fit: cover;
  display: block;
  background: #d6c8b4;
}

.ann-inspiration-thumb-placeholder {
  width: 100%;
  height: 80px;
  background: #d6c8b4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 1.4rem;
}

.ann-inspiration-body {
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.ann-inspiration-name {
  font-size: 0.82rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}

.ann-inspiration-dist {
  font-size: 0.75rem;
  color: #444;
}

.ann-inspiration-btn {
  display: block;
  margin: 6px 10px 10px;
  padding: 5px 10px;
  background: #BD6338;
  color: #fff;
  border-radius: 16px;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: background 0.2s;
}

.ann-inspiration-btn:hover {
  background: #b5942e;
}

.announcement-item--inspiration {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.ann-inspiration-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 768px) {
  .ann-inspiration-grid {
    gap: 8px;
  }
  .ann-inspiration-card {
    flex: 1 1 100px;
    min-width: 100px;
  }
  .ann-inspiration-thumb {
    height: 64px;
  }
  .ann-inspiration-thumb-placeholder {
    height: 64px;
  }
}

/* ============================================
   ANNOUNCEMENT — MODULE SECRET CODE
   ============================================ */

.announcement-item--secret {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.ann-secret-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ann-secret-hint {
  font-size: 0.85rem;
  color: #333;
  font-style: italic;
}

.ann-secret-form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.ann-secret-input {
  flex: 1;
  min-width: 120px;
  max-width: 200px;
  padding: 6px 12px;
  border: 1.5px solid rgba(0,0,0,0.18);
  border-radius: 20px;
  font-size: 0.85rem;
  background: rgba(255,255,255,0.7);
  color: #000;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: inherit;
}

.ann-secret-input:focus {
  border-color: #BD6338;
}

.ann-secret-btn {
  padding: 6px 16px;
  background: #BD6338;
  color: #fff;
  border: none;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s;
  white-space: nowrap;
}

.ann-secret-btn:hover {
  background: #b5942e;
}

.ann-secret-msg {
  font-size: 0.82rem;
  padding: 4px 10px;
  border-radius: 12px;
  display: none;
}

.ann-secret-msg.success {
  background: rgba(199,165,66,0.15);
  color: #7a5c00;
  display: block;
}

.ann-secret-msg.error {
  background: rgba(220,38,38,0.08);
  color: #b91c1c;
  display: block;
}

.ann-secret-msg.info {
  background: rgba(0,0,0,0.06);
  color: #333;
  display: block;
}

/* ============================================
   SPOT PAGE — SECRET CODE BADGE
   ============================================ */

.spot-secret-code-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ebe0ce;
  border: 1px solid rgba(199,165,66,0.3);
  border-radius: 8px;
  padding: 10px 16px;
  margin: 1rem 0;
  font-size: 0.88rem;
  color: #000;
}

.spot-secret-code-badge .secret-code-icon {
  font-size: 1rem;
  flex-shrink: 0;
}

.spot-secret-code-badge .secret-code-label {
  font-weight: 400;
  color: #444;
}

.spot-secret-code-badge .secret-code-value {
  font-weight: 800;
  color: #000;
  letter-spacing: 2px;
  font-size: 1rem;
}

/* ============================================
   PREMIUM SIGNUP PAGE (Code Secret)
   ============================================ */

.premium-signup-page {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
}

.premium-signup-container {
  max-width: 420px;
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  box-shadow: 0 4px 32px rgba(0,0,0,0.10);
  text-align: center;
}

.premium-signup-gem {
  width: 56px;
  height: 56px;
  background: #ebe0ce;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: #BD6338;
}

.premium-signup-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.5rem;
  font-family: 'Cormorant Garamond', serif;
}

.premium-signup-subtitle {
  font-size: 0.92rem;
  color: #555;
  margin-bottom: 2rem;
}

.premium-signup-form .auth-field {
  text-align: left;
  margin-bottom: 1rem;
}

.premium-signup-form .auth-field label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}

.premium-signup-form .auth-field input {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  font-size: 0.92rem;
  color: #000;
  font-family: inherit;
  box-sizing: border-box;
}

.premium-signup-form .auth-field input:focus {
  border-color: #BD6338;
  outline: none;
}

.premium-signup-submit {
  width: 100%;
  padding: 12px;
  background: #BD6338;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s;
  margin-top: 0.5rem;
}

.premium-signup-submit:hover {
  background: #b5942e;
}

.premium-signup-error {
  background: rgba(220,38,38,0.08);
  color: #b91c1c;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.88rem;
  margin-bottom: 1rem;
  text-align: left;
}

.premium-signup-success {
  background: rgba(199,165,66,0.12);
  border: 1px solid rgba(199,165,66,0.3);
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
}

.premium-signup-success .success-icon {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}

.premium-signup-success h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.5rem;
  font-family: 'Cormorant Garamond', serif;
}

.premium-signup-success p {
  font-size: 0.9rem;
  color: #444;
  margin-bottom: 1.25rem;
}

.premium-signup-login-link {
  display: block;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: #666;
  text-align: center;
}

.premium-signup-login-link a {
  color: #BD6338;
  font-weight: 600;
  text-decoration: none;
}

