/* ============================================
   BARiolé-Granville — v4 Simplified V1 + Hero B
   Warm Palette
   ============================================ */

/* --- Variables --- */
:root {
  --cream: #faf5ee;
  --brown-dark: #2c1810;
  --brown-medium: #3d2518;
  --orange: #ec850d;
  --orange-hover: #d4760b;
  --gold: #c4953a;
  --text-light: #faf5ee;
  --text-dark: #2c1810;
  --font-display: 'Lobster', cursive;
  --font-body: 'Inter', sans-serif;
}

/* --- Reset & Base --- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  color: var(--text-dark);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--orange);
  text-decoration: none;
  transition: color 0.3s;
}

a:hover {
  color: var(--orange-hover);
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.hidden {
  display: none !important;
}

/* --- BAR accent --- */
.bar-accent {
  color: var(--orange);
  font-weight: 700;
}

/* --- Navbar --- */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  transition: background 0.4s, box-shadow 0.4s;
}

.navbar.scrolled {
  background: rgba(44, 24, 16, 0.95);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.navbar-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-logo img {
  height: 36px;
}

.navbar-links {
  display: flex;
  list-style: none;
  gap: 0.2rem;
}

.navbar-links a {
  display: block;
  padding: 0.5rem 0.75rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: color 0.3s;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.navbar-links a:hover,
.navbar-links a.active {
  color: var(--orange);
}

.navbar-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.lang-toggle {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  background: rgba(0, 0, 0, 0.35);
  padding: 0.3rem 0.6rem;
  border-radius: 20px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.lang-option {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0.25rem 0.35rem;
  transition: color 0.3s;
}

.lang-option.active {
  color: var(--orange);
}

.lang-option:hover {
  color: rgba(255, 255, 255, 0.9);
}

.lang-sep {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.8rem;
}

/* Hamburger */
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  flex-direction: column;
  gap: 5px;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}

.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ===== HERO (Variant B) ===== */
.hero {
  position: relative;
  height: 100vh;
  min-height: 550px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-image: url('../img/exterior-owners-cropped.jpg');
  background-size: cover;
  background-position: center 30%;
  filter: brightness(0.85);
}

.hero-gradient {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 30%,
    rgba(44, 24, 16, 0.55) 55%,
    rgba(44, 24, 16, 0.88) 80%,
    rgba(44, 24, 16, 0.97) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem 7rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.hero-text {
  max-width: 550px;
}

.hero-logo {
  height: 65px;
  width: auto;
  margin-bottom: 0.5rem;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

.hero-subtitle {
  font-size: 0.8rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 1rem;
  font-weight: 500;
}

.hero-tagline {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--text-light);
  margin-bottom: 0.6rem;
  line-height: 1.3;
}

.hero-description {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1.5rem;
  line-height: 1.65;
}

.hero-cta {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: var(--orange);
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 1px;
  border-radius: 4px;
  transition: background 0.3s, transform 0.2s;
}

.hero-cta:hover {
  background: var(--orange-hover);
  color: #fff;
  transform: translateY(-1px);
}

.hero-info {
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
  line-height: 1.8;
  flex-shrink: 0;
}

.hero-info strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.hero-info-divider {
  width: 40px;
  height: 2px;
  background: var(--orange);
  margin-left: auto;
  margin-bottom: 0.8rem;
}

.hero-hours {
  margin-top: 0.6rem;
}

/* ===== SECTIONS ===== */
.section {
  padding: 5rem 0;
}

.section-light {
  background: var(--cream);
  color: var(--text-dark);
}

.section-dark {
  background: var(--brown-dark);
  color: var(--text-light);
}

.section-title {
  font-family: var(--font-display);
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 0.4rem;
}

.section-dark .section-title {
  color: var(--text-light);
}

.section-light .section-title {
  color: var(--text-dark);
}

.section-subtitle {
  text-align: center;
  font-size: 0.92rem;
  opacity: 0.7;
  margin-bottom: 2.5rem;
}

/* ===== À PROPOS ===== */
.section-about {
  position: relative;
  background: var(--brown-dark);
  color: var(--text-light);
  overflow: hidden;
}

.about-bg {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-image: url('../img/interior-front.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  opacity: 0.08;
}

.about-container {
  position: relative;
  z-index: 2;
}

.section-about .section-title {
  color: var(--text-light);
}

.about-text {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.about-text p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.about-highlight {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
}

.about-signature {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--gold);
  margin-top: 1.5rem;
}

/* ===== GALLERY ===== */
.gallery-grid {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  grid-auto-columns: 220px;
  gap: 0.8rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.5rem;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) rgba(0,0,0,0.1);
}

.gallery-grid::-webkit-scrollbar {
  height: 6px;
}

.gallery-grid::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.1);
  border-radius: 3px;
}

.gallery-grid::-webkit-scrollbar-thumb {
  background: var(--accent);
  border-radius: 3px;
}

.gallery-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  scroll-snap-align: start;
  min-width: 220px;
  height: 160px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.8rem 1rem;
  background: linear-gradient(transparent, rgba(44, 24, 16, 0.85));
  color: var(--text-light);
  font-size: 0.82rem;
  font-weight: 500;
  transform: translateY(100%);
  transition: transform 0.3s;
}

.gallery-item:hover .gallery-caption {
  transform: translateY(0);
}

/* Lightbox */
.lightbox {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 200;
  background: rgba(44, 24, 16, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.lightbox.open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: var(--text-light);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  padding: 0.5rem;
  transition: color 0.3s;
}

.lightbox-close:hover {
  color: var(--orange);
}

.lightbox-img {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 6px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

/* ===== CONTACT ===== */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 2.5rem;
  align-items: start;
}

.contact-block {
  margin-bottom: 2rem;
}

.contact-block h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.contact-block p {
  font-size: 0.92rem;
  line-height: 1.7;
}

.contact-hours {
  font-size: 0.92rem;
}

.contact-hours-row {
  display: flex;
  justify-content: space-between;
  padding: 0.35rem 0;
  max-width: 260px;
}

.contact-hours-closed span:last-child {
  opacity: 0.5;
}

.contact-map iframe {
  width: 100%;
  border-radius: 8px;
}

/* ===== FOOTER ===== */
.footer {
  background: var(--brown-dark);
  color: var(--text-light);
  text-align: center;
  padding: 2.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-logo {
  margin: 0 auto 0.8rem;
  opacity: 0.7;
}

.footer-tagline {
  font-size: 0.85rem;
  opacity: 0.6;
  margin-bottom: 0.8rem;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  font-weight: 500;
  transition: color 0.3s;
}

.footer-nav a:hover {
  color: var(--orange);
}

.footer-copy {
  font-size: 0.75rem;
  opacity: 0.35;
}

/* ===== FADE-IN ANIMATION ===== */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 768px) {
  /* Navbar mobile */
  .navbar-links {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: rgba(44, 24, 16, 0.97);
    flex-direction: column;
    padding: 1rem 0;
    gap: 0;
    transform: translateY(-120%);
    transition: transform 0.35s ease;
    z-index: 99;
  }

  .navbar-links.open {
    transform: translateY(0);
  }

  .navbar-links a {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }

  .hamburger {
    display: flex;
  }

  /* Hero mobile */
  .hero-content {
    flex-direction: column;
    padding: 0 1.5rem 7rem;
    align-items: flex-start;
  }

  .hero-info {
    text-align: left;
  }

  .hero-info-divider {
    margin-left: 0;
  }

  .hero-tagline {
    font-size: 1.5rem;
  }

  .hero-logo {
    height: 50px;
  }

  /* Sections */
  .section {
    padding: 3.5rem 0;
  }

  .section-title {
    font-size: 1.8rem;
  }

  /* About */
  .about-bg {
    background-attachment: scroll;
  }

  /* Gallery */
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .footer-nav {
    flex-wrap: wrap;
    gap: 1rem;
  }
}




/* ===== EVENTS (Horizontal Slider) ===== */
.events-grid {
  display: flex;
  gap: 1.2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 1.5rem 0 1rem;
  margin-top: 1rem;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) rgba(250,245,238,0.1);
}

.events-grid::-webkit-scrollbar {
  height: 6px;
}

.events-grid::-webkit-scrollbar-track {
  background: rgba(250,245,238,0.1);
  border-radius: 3px;
}

.events-grid::-webkit-scrollbar-thumb {
  background: var(--accent);
  border-radius: 3px;
}

.event-card {
  flex: 0 0 280px;
  scroll-snap-align: start;
  background: rgba(250, 245, 238, 0.08);
  border: 1px solid rgba(250, 245, 238, 0.1);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  transition: transform 0.3s, border-color 0.3s;
}

.event-card:hover {
  transform: translateY(-3px);
  border-color: var(--accent);
}

.event-date {
  background: var(--accent);
  color: #fff;
  min-width: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0.6rem;
  text-align: center;
}

.event-date-day {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.event-date-month {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0.2rem;
}

.event-body {
  padding: 0.8rem 1rem;
  flex: 1;
  min-width: 0;
}

.event-title {
  font-family: 'Lobster', cursive;
  font-size: 1.05rem;
  color: var(--cream);
  margin-bottom: 0.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-time {
  font-size: 0.75rem;
  color: var(--accent);
  margin-bottom: 0.4rem;
  font-weight: 500;
}

.event-description {
  font-size: 0.8rem;
  color: rgba(250, 245, 238, 0.65);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-tags {
  display: flex;
  gap: 0.3rem;
  margin-top: 0.4rem;
}

.event-tag {
  font-size: 0.65rem;
  padding: 0.15rem 0.4rem;
  border-radius: 10px;
  background: rgba(236, 133, 13, 0.15);
  color: var(--accent);
}

.events-empty {
  text-align: center;
  color: rgba(250, 245, 238, 0.6);
  font-style: italic;
  padding: 2rem 0;
}

@media (max-width: 480px) {
  .event-card { flex: 0 0 250px; }
}

/* ===== GALLERY TABS ===== */
.gallery-tabs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: 1.5rem 0;
  flex-wrap: wrap;
}

.gallery-tab {
  background: rgba(250, 245, 238, 0.08);
  border: 1px solid rgba(250, 245, 238, 0.15);
  color: rgba(250, 245, 238, 0.6);
  padding: 0.6rem 1.4rem;
  border-radius: 25px;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}

.gallery-tab:hover {
  border-color: var(--accent);
  color: var(--cream);
}

.gallery-tab.active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.gallery-panel {
  display: none;
}

.gallery-panel.active {
  display: block;
}

.gallery-presse-placeholder {
  text-align: center;
  color: rgba(250, 245, 238, 0.5);
  font-style: italic;
  padding: 3rem 0;
}

/* Zoomable lightbox for press articles */
.lightbox-img.zoomable {
  cursor: zoom-in;
  max-width: 95vw;
  max-height: 95vh;
}

.lightbox-img.zoomed {
  cursor: grab;
  max-width: none;
  max-height: none;
  transform-origin: center center;
}

.lightbox-img.zoomed.dragging {
  cursor: grabbing;
}

/* ===== ZOOMABLE LIGHTBOX ===== */
.lightbox-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.lightbox-img {
  max-width: 95vw;
  max-height: 90vh;
  object-fit: contain;
  transition: transform 0.2s ease;
  touch-action: pinch-zoom;
}

.lightbox-img.zoomed {
  max-width: none;
  max-height: none;
  cursor: grab;
}

.lightbox-img.zoomed.dragging {
  cursor: grabbing;
}

.lightbox-zoom-hint {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.7);
  color: rgba(255,255,255,0.8);
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.75rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}

.lightbox.open .lightbox-zoom-hint {
  opacity: 1;
  animation: fadeOutHint 3s forwards 2s;
}

@keyframes fadeOutHint {
  to { opacity: 0; }
}

.zoomable-item img {
  cursor: zoom-in;
}

/* ===== EVENT DETAIL OVERLAY ===== */
.event-overlay {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

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

.event-overlay-card {
  background: var(--brown-dark);
  border: 1px solid rgba(250, 245, 238, 0.15);
  border-radius: 12px;
  max-width: 420px;
  width: 100%;
  overflow: hidden;
  animation: slideUp 0.3s ease;
}

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

.event-overlay-header {
  background: var(--accent);
  color: #fff;
  padding: 1rem 1.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.event-overlay-date {
  text-align: center;
  min-width: 50px;
}

.event-overlay-date-day {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.event-overlay-date-month {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.event-overlay-title {
  font-family: 'Lobster', cursive;
  font-size: 1.3rem;
  line-height: 1.3;
}

.event-overlay-body {
  padding: 1.2rem;
}

.event-overlay-time {
  color: var(--accent);
  font-weight: 500;
  font-size: 0.85rem;
  margin-bottom: 0.8rem;
}

.event-overlay-desc {
  color: rgba(250, 245, 238, 0.8);
  font-size: 0.9rem;
  line-height: 1.6;
}

.event-overlay-tags {
  display: flex;
  gap: 0.4rem;
  margin-top: 0.8rem;
}

.event-overlay-close {
  display: block;
  width: 100%;
  padding: 0.8rem;
  background: rgba(250, 245, 238, 0.08);
  border: none;
  color: rgba(250, 245, 238, 0.6);
  font-family: var(--font-body);
  font-size: 0.85rem;
  cursor: pointer;
  transition: color 0.3s;
}

.event-overlay-close:hover {
  color: var(--cream);
}

.event-card {
  cursor: pointer;
}

/* ===== EVENT FLYER ===== */
.event-overlay-flyer {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 1rem;
  cursor: zoom-in;
}

.event-card-flyer-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: var(--accent);
  color: #fff;
  font-size: 0.65rem;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 600;
}

.event-card {
  position: relative;
}

/* ===== EVENT CARD WITH FLYER THUMBNAIL ===== */
.event-card.has-flyer {
  flex: 0 0 340px;
  flex-direction: column;
}

.event-card-thumb {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-bottom: 2px solid var(--accent);
}

.event-card.has-flyer .event-date {
  position: absolute;
  top: 8px;
  left: 8px;
  min-width: auto;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  padding: 0.4rem;
  background: var(--brown-dark);
  border: 2px solid var(--accent);
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);
  z-index: 1;
}

.event-card.has-flyer .event-date-day {
  font-size: 1.2rem;
}

.event-card.has-flyer .event-date-month {
  font-size: 0.55rem;
}

.event-card.has-flyer .event-body {
  padding: 0.8rem 1rem;
}

/* ===== EVENT CARD PLACEHOLDER (no flyer) ===== */
.event-card-placeholder {
  width: 100%;
  height: 160px;
  background: linear-gradient(135deg, var(--brown-dark) 0%, var(--brown-medium) 50%, var(--accent) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid var(--accent);
}

.event-card-placeholder span {
  font-size: 3rem;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.3));
}

/* ===== GALLERY LIGHT OVERRIDES ===== */
.section-light .gallery-tab {
  background: var(--brown-dark);
  border-color: var(--brown-dark);
  color: rgba(250, 245, 238, 0.7);
}

.section-light .gallery-tab:hover {
  color: #fff;
  border-color: var(--accent);
}

.section-light .gallery-tab.active {
  background: #ec850d !important;
  border-color: #ec850d !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  box-shadow: 0 2px 8px rgba(236, 133, 13, 0.4) !important;
}

.section-light .gallery-caption {
  color: var(--text-dark);
}

.section-light .gallery-presse-placeholder {
  color: rgba(44, 24, 16, 0.5);
}

/* ===== FOOTER LEGAL LINKS ===== */
.footer-legal {
  margin-bottom: 0.8rem;
  font-size: 0.8rem;
}

.footer-legal a {
  color: rgba(250, 245, 238, 0.5);
  transition: color 0.3s;
}

.footer-legal a:hover {
  color: var(--accent);
}

.footer-legal span {
  color: rgba(250, 245, 238, 0.3);
  margin: 0 0.4rem;
}

/* ===== MAP WITH NAVIGATION OVERLAY ===== */
.map-link {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}

.map-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.8rem;
  background: linear-gradient(transparent, rgba(44, 24, 16, 0.85));
  display: flex;
  justify-content: center;
  transition: background 0.3s;
}

.map-link:hover .map-overlay {
  background: linear-gradient(transparent, rgba(44, 24, 16, 0.95));
}

.map-nav-btn {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  transition: transform 0.3s, box-shadow 0.3s;
}

.map-link:hover .map-nav-btn {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(236, 133, 13, 0.4);
}
