/*
Theme Name: Guide Bénin
Theme URI: https://github.com/guide-benin
Description: Thème WordPress sur-mesure pour le portail officiel de promotion touristique Guide Bénin. 100% conforme aux maquettes d'origine.
Version: 1.0.0
Author: Antigravity
Author URI: https://github.com/guide-benin
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: guide-benin
*/

/* Reset & Global Styles */
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  background: #FBF7EF;
  font-family: 'Sora', sans-serif;
  color: #241009;
  overflow-x: clip;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Micro-animations & Interactive Elements */
.gb-link {
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease;
}

.gb-card {
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s;
  cursor: pointer;
}

.gb-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(36,16,9,0.18);
}

.gb-navlink {
  transition: color .25s;
}

.gb-navlink:hover {
  color: #FB9A02 !important;
}

.gb-btn {
  transition: transform .2s, box-shadow .3s, background .3s;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gb-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(232,67,30,0.32);
}

.gb-ig {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.gb-ig:hover .gb-igoverlay {
  opacity: 1;
}

.gb-igoverlay {
  transition: opacity 0.35s ease;
}

.gb-team:hover .gb-zoom {
  transform: scale(1.05);
}

.gb-zoom {
  transition: transform .6s cubic-bezier(.2,.7,.2,1);
}

/* Fallback for Image Slots */
.gb-image-slot {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
