/*
 Theme Name:   ABS Export Theme
 Theme URI:    https://absexport.com/
 Description:  Child theme for Hello Elementor, optimized for ABS Export.
 Author:       TT
 Author URI:   https://absexport.com/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  absexport-theme
*/

/* @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=DM+Sans:wght@300;400;500;600&family=Poppins:wght@300;400;500;600;700;900&display=swap'); */

:root {
  /* Theme Variables */
  --brown: #5c2d0e;
  --brown-light: #7a3d18;
  --gold: #8b7022;
  --gold-light: #a0872a;
  --gold-pale: #c8a84a;
  --olive: #6b8e23;
  --olive-light: #8aae3a;
  --olive-dark: #4a6318;
  --green: #6b8e23;
  --green-light: #8aae3a;
  --cream: #faf6ee;
  --cream-dark: #f0e8d6;
  --dark: #1a0d05;
  --text: #3a2010;
  --text-light: #5a4020;
  --white: #ffffff;
  --gradient-terrain: linear-gradient(135deg, #5a3e2b 0%, #6b8e23 100%);

  /* Elementor Global Colors Mapping */
  --e-global-color-primary: var(--brown);
  --e-global-color-secondary: var(--olive);
  --e-global-color-text: var(--text);
  --e-global-color-accent: var(--gold);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  background: var(--cream);
  color: var(--text);
  overflow-x: hidden;
}

/* ─── AFRICA SVG SECTION TAG ─── */
.section-tag {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  &::before {
    content: "";
    position: relative !important;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: url("assets/images/afrique.svg") no-repeat center center;
    background-size: cover;
  }
}

.section-tag svg {
  width: 22px;
  height: 22px;
  fill: var(--olive);
  opacity: 0.9;
  flex-shrink: 0;
}

.section-tag span {
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--olive);
}

.section-tag::after {
  content: "";
  width: 54px;
  height: 1px;
  background: var(--olive);
}

/* ─── NAVBAR ─── */
div#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0 48px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(250, 246, 238, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(139, 112, 34, 0.15);
  transition: box-shadow 0.3s;
}

div#navbar.scrolled {
  box-shadow: 0 4px 32px rgba(92, 45, 14, 0.12);
}

.nav-logo img {
  height: 80px;
  width: auto;
  margin: 5px 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
}

.nav-links a {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: var(--text);
  transition: color 0.2s;
}

.nav-links a:hover {
  color: var(--gold);
}

.nav-cta a {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 24px;
  background: var(--gradient-terrain);
  color: var(--white);
  border: none;
  cursor: pointer;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
}

.nav-cta a:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

.gtranslate_wrapper a.glink,
.nav-en {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border: 1.5px solid var(--gold);
  color: var(--gold);
  background: transparent;
  cursor: pointer;
  letter-spacing: 0.1em;
  transition: all 0.2s;
  display: inline-block;
  text-decoration: none;
}

.gtranslate_wrapper a.glink:hover,
.nav-en:hover {
  background: var(--gold);
  color: var(--white);
}

#burger,
.mobile-menu {
  display: none;
}

/* ─── HERO ─── */
#hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("assets/images/hero2.jpeg");
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  transition: transform 8s ease;
}

.hero-bg.loaded {
  transform: scale(1);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(26, 13, 5, 0.82) 0%,
    rgba(92, 45, 14, 0.55) 50%,
    rgba(26, 13, 5, 0.3) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  padding: 0 48px;
  margin-top: 72px;
}

.hero-content .section-tag svg {
  fill: var(--olive-light);
}

.hero-content .section-tag span {
  color: var(--olive-light);
}

.hero-h1 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s 0.3s forwards;
}

.hero-h1 em {
  font-style: normal;
  color: var(--olive);
}

.hero-tagline {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 40px;
  max-width: 560px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s 0.5s forwards;
}

.hero-badges {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 44px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s 0.7s forwards;
}

.hero-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(212, 175, 106, 0.4);
  backdrop-filter: blur(8px);
}

.hero-badge svg {
  width: 16px;
  height: 16px;
  fill: var(--gold-pale);
  flex-shrink: 0;
}

.hero-badge span {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.04em;
}

.hero-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s 0.9s forwards;
}

.btn-primary {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 16px 36px;
  background: var(--gradient-terrain);
  color: var(--white);
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.25s;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.btn-primary:hover {
  opacity: 0.88;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(92, 45, 14, 0.35);
}

.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
}

.hero-scroll span {
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.scroll-line {
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}

.scroll-line::after {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--gold-pale);
  animation: scrollLine 2s infinite;
}

/* ─── SECTIONS GENERAL ─── */
section#hero,
section#apropos,
section#produits,
section#atouts,
section#commande {
  padding: 100px 48px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title h2 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 800;
  color: var(--brown);
  line-height: 1.15;
  margin-bottom: 16px;
}

.section-title h2 span {
  color: var(--olive);
}

.section-subtitle {
  font-size: 16px;
  font-weight: 300;
  color: var(--text-light);
  line-height: 1.75;
  max-width: 620px;
  margin-bottom: 56px;
}

/* ─── ABOUT ─── */
#apropos {
  background: var(--cream);
}

.apropos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.apropos-text {
  padding-top: 8px;
}

.apropos-text p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--text-light);
  margin-bottom: 20px;
  font-weight: 300;
}

.apropos-text p strong {
  color: var(--text);
  font-weight: 600;
}

.apropos-divider {
  width: 48px;
  height: 3px;
  background: var(--gradient-terrain);
  margin: 28px 0;
}

/* Stacked key cards */
.stacked-cards {
  position: relative;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  /* height: 520px; */
}

@media screen and (max-width: 568px) {
  .stacked-cards {
    grid-template-columns: 1fr;
    gap: 20px !important;
  }
}

.key-card {
  /* position: absolute; */
  border-radius: 20px;
  padding: 28px 26px;
  box-shadow: 0 16px 48px rgba(26, 13, 5, 0.18);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  z-index: 1;
}

.key-card:hover {
  box-shadow: 0 24px 64px rgba(26, 13, 5, 0.28);
  z-index: 10 !important;
}

@media screen and (min-width: 569px) {
  .key-card.card-bg {
    /* Background image card */
    position: absolute;
    width: 260px;
    height: 340px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
}

.key-card.card-bg {
  background-image: url("assets/images/about2.jpeg");
  background-size: cover;
  background-position: center;
  min-height: 200px;
}

.key-card.card-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(
    160deg,
    rgba(107, 142, 35, 0.35) 0%,
    rgba(90, 62, 43, 0.55) 100%
  );
}

.key-card.card-white {
  background: var(--white);
}

.key-card.card-brown {
  background: var(--brown);
}

.key-card.card-olive {
  background: var(--olive-dark);
}

/* Card positions */
/* .key-card.c1 {
  width: 210px;
  top: 10px;
  left: 0;
  z-index: 4;
}

.key-card.c2 {
  width: 210px;
  top: 60px;
  right: 0;
  z-index: 5;
}

.key-card.c3 {
  width: 220px;
  bottom: 20px;
  left: 20px;
  z-index: 4;
}

.key-card.c4 {
  width: 200px;
  bottom: 50px;
  right: 10px;
  z-index: 3;
} */

.kc-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 18px;
}

.kc-icon.light {
  background: rgba(107, 142, 35, 0.12);
}

.kc-icon.dark {
  background: rgba(255, 255, 255, 0.12);
}

.kc-number {
  font-family: "Outfit", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 4px;
}

.kc-number.brown {
  color: var(--olive);
}

.kc-number.light {
  color: var(--white);
}

.kc-number.olive {
  color: var(--gold-pale);
}

.kc-label {
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.kc-label.dark {
  color: var(--brown);
}

.kc-label.light {
  color: rgba(255, 255, 255, 0.9);
}

.kc-desc {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}

.kc-desc.dark {
  color: var(--text-light);
}

.kc-desc.light {
  color: rgba(255, 255, 255, 0.72);
}

/* ─── PRODUCTS ─── */
#produits {
  background: var(--white);
}

.products-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(107, 142, 35, 0.15);
}

.product-card {
  background: var(--white);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.product-slider {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.product-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition:
    opacity 0.6s ease,
    transform 6s ease;
  transform: scale(1.05);
}

.product-slider img.active {
  opacity: 1;
  transform: scale(1);
}

.product-slider-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 3;
}

.slider-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transition:
    background 0.3s,
    transform 0.3s;
}

.slider-dot.active {
  background: var(--gold-pale);
  transform: scale(1.3);
}

.product-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 13, 5, 0.6) 0%, transparent 60%);
  pointer-events: none;
}

.product-body {
  padding: 28px 32px 32px;
}

.product-tag {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--olive);
  background: rgba(107, 142, 35, 0.1);
  padding: 4px 10px;
  margin-bottom: 12px;
  width: fit-content;
}

.product-title {
  font-family: "Outfit", sans-serif;
  font-size: 19px;
  font-weight: 800;
  color: var(--brown);
  line-height: 1.3;
  margin-bottom: 10px;
}

.product-desc {
  font-size: 14px;
  font-weight: 300;
  color: var(--text-light);
  line-height: 1.75;
  margin-bottom: 18px;
}

.product-keywords {
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: var(--green);
  letter-spacing: 0.05em;
  opacity: 0.8;
}

.products-footer {
  margin-top: 40px;
  padding: 24px 32px;
  background: var(--gradient-terrain);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.products-footer p {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.03em;
}

.products-footer strong {
  color: var(--gold-pale);
  font-weight: 600;
}

/* ─── ATOUTS (parallax) ─── */
#atouts {
  position: relative;
  padding: 100px 48px;
  overflow: hidden;
}

.atouts-bg {
  position: absolute;
  inset: 0;
  background-image: url("assets/images/atouts-bg.jpeg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.atouts-overlay {
  position: absolute;
  inset: 0;
  background: rgba(92, 45, 14, 0.88);
}

.atouts-content {
  position: relative;
  z-index: 2;
}

.atouts-content .section-tag svg {
  fill: var(--olive-light);
}

.atouts-content .section-tag span {
  color: var(--olive-light);
}

.atouts-content .section-title h2 {
  color: var(--white);
}

.atouts-content .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
  max-width: 580px;
}

.atouts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

.atout-card {
  padding: 44px 40px;
  background: rgba(92, 45, 14, 0.75);
  border: 1px solid rgba(200, 168, 74, 0.18);
  transition:
    background 0.3s,
    transform 0.3s;
  position: relative;
  overflow: hidden;
}

.atout-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: var(--olive);
  transition: height 0.4s;
}

.atout-card:hover {
  background: rgba(92, 45, 14, 0.92);
  transform: translateY(-3px);
}

.atout-card:hover::before {
  height: 100%;
}

.atout-number {
  font-family: "Outfit", sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: rgba(212, 175, 106, 0.15);
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 28px;
}

.atout-icon {
  width: 48px;
  height: 48px;
  background: rgba(212, 175, 106, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.atout-icon svg {
  width: 24px;
  height: 24px;
  fill: var(--gold-pale);
}

.atout-title {
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
  line-height: 1.3;
}

.atout-desc {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
}

.atout-kw {
  margin-top: 16px;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: rgba(212, 175, 106, 0.6);
  letter-spacing: 0.05em;
}

/* ─── CTA/COMMANDE ─── */
#commande {
  background: var(--white);
}

.commande-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.commande-left {
  padding-top: 8px;
}

.commande-left .section-title h2 {
  margin-bottom: 20px;
}

.commande-left p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--text-light);
  margin-bottom: 36px;
}

.commande-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.commande-info-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: var(--cream);
  border-left: 3px solid var(--olive);
}

.commande-info-item svg {
  width: 20px;
  height: 20px;
  fill: var(--olive);
  flex-shrink: 0;
}

.commande-info-item span {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  background: var(--cream);
  border: 1.5px solid rgba(139, 112, 34, 0.2);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: var(--text);
  outline: none;
  transition:
    border-color 0.2s,
    background 0.2s;
  appearance: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  background: var(--white);
}

.form-group textarea {
  resize: vertical;
  min-height: 110px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.btn-submit {
  width: 100%;
  padding: 16px;
  background: var(--gradient-terrain);
  color: var(--white);
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition:
    opacity 0.25s,
    transform 0.2s;
  margin-top: 8px;
}

.btn-submit:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

/* ─── FOOTER ─── */
footer .container-footer {
  position: relative;
  overflow: hidden;
  padding: 80px 48px 40px;
}

.footer-bg {
  position: absolute;
  inset: 0;
  background-image: url("assets/images/bg-contact.jpeg");
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  transform: scale(1);
}

.footer-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(26, 13, 5, 0.7) 0%,
    rgba(74, 63, 24, 0.92) 100%
  );
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 56px;
}

.footer-logo img {
  height: 40px;
  width: auto;
  margin-bottom: 20px;
  filter: brightness(0) invert(1) sepia(1) saturate(0.8) hue-rotate(5deg);
  opacity: 0.9;
}

.footer-desc {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: var(--gold-pale);
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-legal {
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.9;
}

.footer-col-title {
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-pale);
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(212, 175, 106, 0.2);
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav a {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s;
  letter-spacing: 0.03em;
}

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

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact-item svg {
  width: 16px;
  height: 16px;
  fill: var(--gold-pale);
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-contact-item span {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.social-btn {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(212, 175, 106, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background 0.2s,
    border-color 0.2s;
  text-decoration: none;
}

.social-btn:hover {
  background: rgba(212, 175, 106, 0.15);
  border-color: var(--gold-pale);
}

.social-btn svg {
  width: 16px;
  height: 16px;
  fill: rgba(255, 255, 255, 0.7);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom p {
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.04em;
}

.footer-bottom a {
  color: rgba(212, 175, 106, 0.6);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-bottom a:hover {
  color: var(--gold-pale);
}

/* ─── ANIMATIONS ─── */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scrollLine {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.1s;
}

.reveal-delay-2 {
  transition-delay: 0.2s;
}

.reveal-delay-3 {
  transition-delay: 0.3s;
}

.reveal-delay-4 {
  transition-delay: 0.4s;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  div#navbar {
    padding: 0 24px;
  }

  .nav-links {
    display: none;
  }

  section#hero,
  section#apropos,
  section#produits,
  section#atouts,
  section#commande {
    padding: 72px 24px;
  }

  .hero-content {
    padding: 0 24px;
  }

  .hero-scroll {
    left: 24px;
  }

  .apropos-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .atouts-grid {
    grid-template-columns: 1fr;
  }

  .commande-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  footer .container-footer {
    padding: 60px 24px 32px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  #navctabtn {
    display: none;
  }

  /* ─── BURGER MENU ─── */

  #burger {
    display: flex;
  }

  .burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 4px;
    background: none;
    border: none;
  }

  .burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--brown);
    transition: all 0.3s ease;
    transform-origin: center;
  }

  .burger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .burger.open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }

  .burger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu {
    display: none;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    background: rgba(250, 246, 238, 0.98);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(107, 142, 35, 0.15);
    padding: 24px 24px 32px;
    z-index: 999;
    flex-direction: column;
    gap: 4px;
    transform: translateY(-8px);
    opacity: 0;
    transition:
      opacity 0.25s ease,
      transform 0.25s ease;
  }

  .mobile-menu.open {
    display: flex;
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-menu a {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--text);
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 1px solid rgba(107, 142, 35, 0.1);
    letter-spacing: 0.04em;
    transition: color 0.2s;
  }

  .mobile-menu a:hover {
    color: var(--olive);
  }

  .mobile-menu .mobile-cta {
    margin-top: 16px;
    padding: 14px 24px;
    background: var(--gradient-terrain);
    color: var(--white);
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: block;
  }

  .burger {
    display: flex;
  }
}

.tt-header-container-btn {
  width: fit-content !important;
}

/* Hide current language in GTranslate */
.gtranslate_wrapper a.gt-current-lang {
  display: none !important;
}
