/*
Theme Name: La Fripouille Store
Theme URI: https://lafripouille.store
Author: La Fripouille
Author URI: https://lafripouille.store
Description: Thème e-commerce premium pour La Fripouille Store - T-shirts lifestyle avec collaborations artistes. Design minimaliste, esprit "rebelle tendre".
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lafripouille
Tags: e-commerce, woocommerce, custom-logo, custom-menu, featured-images, theme-options

La Fripouille Store - T'as le droit de rester un peu sauvage.
*/

/* ================================================
   DESIGN SYSTEM - VARIABLES
   ================================================ */

:root {
  /* === COULEURS === */
  --lf-blanc: #fafaf0;
  --lf-vert: #98ccb3;
  --lf-beige: #f5f3da;
  --lf-taupe: #cec7bb;
  --lf-charcoal: #333533;
  
  /* === TYPOGRAPHIES === */
  --font-titre: 'Lavishly Yours', cursive;
  --font-texte: 'Acumin Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  
  /* === ESPACEMENTS === */
  --espace-xs: 8px;
  --espace-sm: 16px;
  --espace-md: 24px;
  --espace-lg: 48px;
  --espace-xl: 80px;
  --espace-xxl: 120px;
  
  /* === TRANSITIONS === */
  --transition-base: all 0.3s ease;
  --transition-lente: all 0.5s ease;
  
  /* === OMBRES === */
  --ombre-legere: 0 2px 8px rgba(51, 53, 51, 0.08);
  --ombre-moyenne: 0 4px 16px rgba(51, 53, 51, 0.12);
  
  /* === BORDURES === */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  
  /* === LARGEURS === */
  --max-width: 1200px;
  --max-width-large: 1440px;
  --max-width-texte: 680px;
}

/* ================================================
   RESET & BASE
   ================================================ */

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-texte);
  font-size: 16px;
  line-height: 1.6;
  color: var(--lf-charcoal);
  background-color: var(--lf-blanc);
}

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

a {
  color: var(--lf-charcoal);
  text-decoration: none;
  transition: var(--transition-base);
}

a:hover {
  color: var(--lf-vert);
}

ul, ol {
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
}

/* ================================================
   TYPOGRAPHIE
   ================================================ */

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-titre);
  font-weight: 400;
  line-height: 1.2;
  color: var(--lf-charcoal);
}

h1 { font-size: 72px; }
h2 { font-size: 56px; }
h3 { font-size: 42px; }
h4 { font-size: 28px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }

p {
  margin-bottom: 1em;
}

.lf-titre-section {
  font-family: var(--font-titre);
  font-size: 56px;
  font-weight: 400;
  color: var(--lf-charcoal);
  margin-bottom: var(--espace-md);
}

.lf-sous-titre {
  font-family: var(--font-texte);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--lf-taupe);
  margin-bottom: var(--espace-xs);
}

.lf-accent {
  color: var(--lf-vert);
}

/* ================================================
   LAYOUT
   ================================================ */

.lf-container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--espace-md);
}

.lf-container-large {
  max-width: var(--max-width-large);
}

.lf-section {
  padding: var(--espace-xxl) 0;
}

.lf-section-header {
  text-align: center;
  margin-bottom: var(--espace-xl);
}

.lf-section-footer {
  text-align: center;
  margin-top: var(--espace-xl);
}

/* ================================================
   BOUTONS
   ================================================ */

.lf-btn {
  display: inline-block;
  padding: 14px 32px;
  font-family: var(--font-texte);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: var(--transition-base);
}

.lf-btn-primary {
  background-color: var(--lf-charcoal);
  color: var(--lf-blanc);
}

.lf-btn-primary:hover {
  background-color: var(--lf-vert);
  color: var(--lf-charcoal);
}

.lf-btn-secondary {
  background-color: transparent;
  color: var(--lf-charcoal);
  border: 1px solid var(--lf-charcoal);
}

.lf-btn-secondary:hover {
  background-color: var(--lf-charcoal);
  color: var(--lf-blanc);
}

.lf-btn-small {
  padding: 10px 20px;
  font-size: 12px;
}

.lf-btn-large {
  padding: 18px 40px;
  font-size: 15px;
}

/* ================================================
   LIENS
   ================================================ */

.lf-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-texte);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: var(--lf-charcoal);
  text-decoration: none;
  transition: var(--transition-base);
}

.lf-link-arrow svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.lf-link-arrow:hover {
  color: var(--lf-vert);
}

.lf-link-arrow:hover svg {
  transform: translateX(4px);
}

/* ================================================
   HEADER
   ================================================ */

.lf-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: var(--lf-blanc);
  border-bottom: 1px solid rgba(206, 199, 187, 0.3);
}

.lf-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max-width-large);
  margin: 0 auto;
  padding: 20px 48px;
}

.lf-logo {
  font-family: var(--font-titre);
  font-size: 32px;
  color: var(--lf-charcoal);
  text-decoration: none;
  transition: var(--transition-base);
}

.lf-logo:hover {
  color: var(--lf-vert);
}

/* Navigation */
.lf-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.lf-nav-link {
  font-family: var(--font-texte);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: var(--lf-charcoal);
  text-decoration: none;
  position: relative;
  padding: 4px 0;
}

.lf-nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--lf-vert);
  transition: width 0.3s ease;
}

.lf-nav-link:hover::after {
  width: 100%;
}

.lf-nav-link:hover {
  color: var(--lf-charcoal);
}

/* Icônes header */
.lf-header-icons {
  display: flex;
  align-items: center;
  gap: 24px;
}

.lf-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--lf-charcoal);
  transition: var(--transition-base);
}

.lf-icon-link:hover {
  color: var(--lf-vert);
}

.lf-icon-link svg {
  width: 22px;
  height: 22px;
}

/* Badge panier */
.lf-cart-badge {
  position: relative;
}

.lf-cart-count {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 18px;
  height: 18px;
  background-color: var(--lf-vert);
  color: var(--lf-charcoal);
  font-size: 11px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Spacer header fixed */
.lf-header-spacer {
  height: 80px;
}

/* Menu mobile */
.lf-menu-toggle {
  display: none;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
}

.lf-menu-toggle svg {
  width: 24px;
  height: 24px;
  color: var(--lf-charcoal);
}

/* ================================================
   HERO
   ================================================ */

.lf-hero {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 80px);
  background-color: var(--lf-blanc);
  padding: var(--espace-xl) 0;
}

.lf-hero-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--espace-xl);
  align-items: center;
  max-width: var(--max-width-large);
  margin: 0 auto;
  padding: 0 48px;
}

.lf-hero-content {
  max-width: 520px;
}

.lf-hero-badge {
  display: inline-block;
  font-family: var(--font-texte);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--lf-taupe);
  margin-bottom: var(--espace-md);
}

.lf-hero-title {
  font-family: var(--font-titre);
  font-size: 72px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--lf-charcoal);
  margin: 0 0 var(--espace-md) 0;
}

.lf-hero-text {
  font-family: var(--font-texte);
  font-size: 18px;
  line-height: 1.7;
  color: var(--lf-taupe);
  margin: 0 0 var(--espace-lg) 0;
  max-width: 420px;
}

.lf-hero-buttons {
  display: flex;
  gap: var(--espace-sm);
  flex-wrap: wrap;
}

.lf-hero-visual {
  position: relative;
}

.lf-hero-image-wrapper {
  position: relative;
  overflow: hidden;
}

.lf-hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.lf-hero-deco {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 180px;
  height: 180px;
  background-color: var(--lf-beige);
  border-radius: 50%;
  z-index: -1;
}

.lf-hero-floating-badge {
  position: absolute;
  top: 40px;
  right: -20px;
  background-color: var(--lf-vert);
  color: var(--lf-charcoal);
  font-family: var(--font-texte);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 24px;
  transform: rotate(12deg);
}

/* ================================================
   PRODUITS (Grille)
   ================================================ */

.lf-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--espace-lg);
}

.lf-product-card {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: block;
}

.lf-product-image-wrapper {
  position: relative;
  overflow: hidden;
  background-color: var(--lf-beige);
  margin-bottom: var(--espace-sm);
}

.lf-product-image {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.lf-product-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.lf-product-card:hover .lf-product-image {
  transform: scale(1.03);
}

.lf-product-card:hover .lf-product-image-hover {
  opacity: 1;
}

.lf-product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: var(--lf-vert);
  color: var(--lf-charcoal);
  font-family: var(--font-texte);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 12px;
}

.lf-product-quick-add {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background-color: var(--lf-charcoal);
  color: var(--lf-blanc);
  font-family: var(--font-texte);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 14px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.lf-product-card:hover .lf-product-quick-add {
  opacity: 1;
  transform: translateY(0);
}

.lf-product-quick-add:hover {
  background-color: var(--lf-vert);
  color: var(--lf-charcoal);
}

.lf-product-info {
  text-align: center;
}

.lf-product-category {
  font-family: var(--font-texte);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--lf-taupe);
  margin-bottom: 4px;
}

.lf-product-title {
  font-family: var(--font-texte);
  font-size: 16px;
  font-weight: 400;
  color: var(--lf-charcoal);
  margin: 0 0 8px 0;
}

.lf-product-price {
  font-family: var(--font-texte);
  font-size: 15px;
  font-weight: 500;
  color: var(--lf-charcoal);
}

.lf-product-price .lf-old-price {
  text-decoration: line-through;
  color: var(--lf-taupe);
  margin-right: 8px;
  font-weight: 400;
}

/* ================================================
   SECTION COLLAB
   ================================================ */

.lf-collab {
  background-color: var(--lf-beige);
  padding: var(--espace-xxl) 0;
  overflow: hidden;
}

.lf-collab-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--espace-xl);
  align-items: center;
  max-width: var(--max-width-large);
  margin: 0 auto;
  padding: 0 48px;
}

.lf-collab-visual {
  position: relative;
}

.lf-collab-image-main {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: var(--ombre-moyenne);
}

.lf-collab-image-accent {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 200px;
  height: 280px;
  object-fit: cover;
  box-shadow: var(--ombre-moyenne);
  border: 4px solid var(--lf-blanc);
}

.lf-collab-content {
  max-width: 480px;
}

.lf-collab-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-texte);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--lf-vert);
  margin-bottom: var(--espace-sm);
}

.lf-collab-label::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--lf-vert);
}

.lf-collab-title {
  font-family: var(--font-titre);
  font-size: 48px;
  color: var(--lf-charcoal);
  margin: 0 0 var(--espace-md) 0;
  line-height: 1.2;
}

.lf-collab-artist {
  font-family: var(--font-texte);
  font-size: 18px;
  font-weight: 500;
  color: var(--lf-charcoal);
  margin: 0 0 var(--espace-md) 0;
}

.lf-collab-description {
  font-family: var(--font-texte);
  font-size: 16px;
  line-height: 1.7;
  color: var(--lf-taupe);
  margin: 0 0 var(--espace-lg) 0;
}

.lf-collab-meta {
  display: flex;
  align-items: center;
  gap: var(--espace-lg);
  margin-bottom: var(--espace-lg);
}

.lf-collab-price {
  font-family: var(--font-texte);
  font-size: 24px;
  font-weight: 500;
  color: var(--lf-charcoal);
}

.lf-collab-edition {
  font-family: var(--font-texte);
  font-size: 13px;
  color: var(--lf-taupe);
}

.lf-collab-edition strong {
  color: var(--lf-charcoal);
  font-weight: 600;
}

.lf-collab-buttons {
  display: flex;
  gap: var(--espace-sm);
}

/* ================================================
   SECTION MANIFESTE
   ================================================ */

.lf-manifeste {
  background-color: var(--lf-blanc);
  padding: var(--espace-xxl) 0;
}

.lf-manifeste-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 48px;
  text-align: center;
}

.lf-manifeste-question {
  font-family: var(--font-titre);
  font-size: 64px;
  color: var(--lf-charcoal);
  margin: 0 0 var(--espace-lg) 0;
  line-height: 1.1;
}

.lf-manifeste-text {
  font-family: var(--font-texte);
  font-size: 20px;
  line-height: 1.8;
  color: var(--lf-taupe);
  max-width: 700px;
  margin: 0 auto var(--espace-xl) auto;
}

.lf-manifeste-traits {
  display: flex;
  justify-content: center;
  gap: var(--espace-xl);
  flex-wrap: wrap;
  margin-bottom: var(--espace-xl);
}

.lf-trait {
  text-align: center;
  max-width: 200px;
}

.lf-trait-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto var(--espace-sm) auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--lf-beige);
  border-radius: 50%;
}

.lf-trait-icon svg {
  width: 28px;
  height: 28px;
  color: var(--lf-charcoal);
}

.lf-trait-title {
  font-family: var(--font-titre);
  font-size: 28px;
  color: var(--lf-charcoal);
  margin: 0 0 8px 0;
}

.lf-trait-desc {
  font-family: var(--font-texte);
  font-size: 14px;
  line-height: 1.6;
  color: var(--lf-taupe);
  margin: 0;
}

.lf-manifeste-quote {
  position: relative;
  padding: var(--espace-lg) 0;
  margin: var(--espace-lg) 0 0 0;
}

.lf-manifeste-quote::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: var(--lf-vert);
}

.lf-manifeste-punchline {
  font-family: var(--font-titre);
  font-size: 36px;
  color: var(--lf-charcoal);
  font-style: italic;
  margin: 0;
}

/* ================================================
   SECTION ARTISTES
   ================================================ */

.lf-artistes-preview {
  background-color: var(--lf-beige);
  padding: var(--espace-xxl) 0;
}

.lf-artistes-container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 48px;
}

.lf-artistes-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--espace-xl);
}

.lf-artistes-header-text {
  max-width: 500px;
}

.lf-artistes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--espace-lg);
}

.lf-artiste-card {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: block;
  background-color: var(--lf-blanc);
  overflow: hidden;
  transition: var(--transition-base);
}

.lf-artiste-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--ombre-moyenne);
}

.lf-artiste-image-wrapper {
  position: relative;
  overflow: hidden;
}

.lf-artiste-image {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
  filter: grayscale(20%);
}

.lf-artiste-card:hover .lf-artiste-image {
  transform: scale(1.05);
  filter: grayscale(0%);
}

.lf-artiste-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(51, 53, 51, 0.7) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.lf-artiste-card:hover .lf-artiste-overlay {
  opacity: 1;
}

.lf-artiste-cta {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  font-family: var(--font-texte);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--lf-blanc);
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.lf-artiste-card:hover .lf-artiste-cta {
  opacity: 1;
  transform: translateY(0);
}

.lf-artiste-cta svg {
  width: 16px;
  height: 16px;
}

.lf-artiste-info {
  padding: var(--espace-md);
}

.lf-artiste-name {
  font-family: var(--font-titre);
  font-size: 28px;
  color: var(--lf-charcoal);
  margin: 0 0 4px 0;
}

.lf-artiste-specialty {
  font-family: var(--font-texte);
  font-size: 13px;
  color: var(--lf-taupe);
  margin: 0 0 8px 0;
}

.lf-artiste-designs {
  font-family: var(--font-texte);
  font-size: 12px;
  font-weight: 500;
  color: var(--lf-vert);
  margin: 0;
}

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

.lf-footer {
  background-color: var(--lf-charcoal);
  color: var(--lf-blanc);
  padding: var(--espace-xl) 0 var(--espace-lg) 0;
}

.lf-footer-container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 48px;
}

/* Newsletter */
.lf-footer-newsletter {
  text-align: center;
  padding-bottom: var(--espace-xl);
  border-bottom: 1px solid rgba(250, 250, 240, 0.1);
  margin-bottom: var(--espace-xl);
}

.lf-newsletter-title {
  font-family: var(--font-titre);
  font-size: 42px;
  color: var(--lf-blanc);
  margin: 0 0 var(--espace-sm) 0;
}

.lf-newsletter-text {
  font-family: var(--font-texte);
  font-size: 16px;
  color: var(--lf-taupe);
  margin: 0 0 var(--espace-md) 0;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.lf-newsletter-form {
  display: flex;
  justify-content: center;
  gap: 12px;
  max-width: 460px;
  margin: 0 auto;
}

.lf-newsletter-input {
  flex: 1;
  padding: 14px 20px;
  font-family: var(--font-texte);
  font-size: 14px;
  color: var(--lf-charcoal);
  background-color: var(--lf-blanc);
  border: none;
  outline: none;
}

.lf-newsletter-input::placeholder {
  color: var(--lf-taupe);
}

.lf-newsletter-btn {
  padding: 14px 28px;
  font-family: var(--font-texte);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--lf-charcoal);
  background-color: var(--lf-vert);
  border: none;
  cursor: pointer;
  transition: var(--transition-base);
}

.lf-newsletter-btn:hover {
  background-color: var(--lf-blanc);
}

/* Grille footer */
.lf-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--espace-xl);
  margin-bottom: var(--espace-xl);
}

.lf-footer-brand .lf-logo {
  font-family: var(--font-titre);
  font-size: 32px;
  color: var(--lf-blanc);
  text-decoration: none;
  display: inline-block;
  margin-bottom: var(--espace-sm);
}

.lf-footer-brand .lf-logo:hover {
  color: var(--lf-vert);
}

.lf-footer-tagline {
  font-family: var(--font-texte);
  font-size: 14px;
  line-height: 1.7;
  color: var(--lf-taupe);
  margin: 0 0 var(--espace-md) 0;
  max-width: 280px;
}

/* Réseaux sociaux */
.lf-social-links {
  display: flex;
  gap: 16px;
}

.lf-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(250, 250, 240, 0.1);
  color: var(--lf-blanc);
  transition: var(--transition-base);
}

.lf-social-link:hover {
  background-color: var(--lf-vert);
  color: var(--lf-charcoal);
}

.lf-social-link svg {
  width: 18px;
  height: 18px;
}

/* Colonnes footer */
.lf-footer-col h4 {
  font-family: var(--font-texte);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--lf-blanc);
  margin: 0 0 var(--espace-md) 0;
}

.lf-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lf-footer-links li {
  margin-bottom: 12px;
}

.lf-footer-links a {
  font-family: var(--font-texte);
  font-size: 14px;
  color: var(--lf-taupe);
  text-decoration: none;
  transition: var(--transition-base);
}

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

/* Barre du bas */
.lf-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--espace-lg);
  border-top: 1px solid rgba(250, 250, 240, 0.1);
}

.lf-copyright {
  font-family: var(--font-texte);
  font-size: 13px;
  color: var(--lf-taupe);
  margin: 0;
}

.lf-legal-links {
  display: flex;
  gap: var(--espace-md);
}

.lf-legal-links a {
  font-family: var(--font-texte);
  font-size: 13px;
  color: var(--lf-taupe);
  text-decoration: none;
  transition: var(--transition-base);
}

.lf-legal-links a:hover {
  color: var(--lf-vert);
}

/* ================================================
   RESPONSIVE - MOBILE
   ================================================ */

@media (max-width: 1024px) {
  .lf-hero-container,
  .lf-collab-container {
    grid-template-columns: 1fr;
    gap: var(--espace-lg);
  }
  
  .lf-hero-title {
    font-size: 56px;
  }
  
  .lf-products-grid,
  .lf-artistes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .lf-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--espace-lg);
  }
  
  .lf-collab-image-accent {
    display: none;
  }
}

@media (max-width: 768px) {
  :root {
    --espace-xl: 60px;
    --espace-xxl: 80px;
  }
  
  .lf-header-inner {
    padding: 16px 24px;
  }
  
  .lf-nav {
    display: none;
  }
  
  .lf-menu-toggle {
    display: block;
  }
  
  .lf-header-spacer {
    height: 64px;
  }
  
  .lf-hero-container,
  .lf-collab-container,
  .lf-manifeste-container,
  .lf-artistes-container,
  .lf-essentiels-container,
  .lf-footer-container {
    padding: 0 24px;
  }
  
  .lf-hero-title {
    font-size: 42px;
  }
  
  .lf-hero-text {
    font-size: 16px;
  }
  
  .lf-hero-buttons {
    flex-direction: column;
  }
  
  .lf-hero-buttons .lf-btn {
    width: 100%;
    text-align: center;
  }
  
  .lf-hero-deco {
    width: 120px;
    height: 120px;
    bottom: -20px;
    left: -20px;
  }
  
  .lf-titre-section {
    font-size: 42px;
  }
  
  .lf-products-grid,
  .lf-artistes-grid {
    grid-template-columns: 1fr;
    gap: var(--espace-md);
  }
  
  .lf-manifeste-question {
    font-size: 42px;
  }
  
  .lf-manifeste-text {
    font-size: 17px;
  }
  
  .lf-manifeste-traits {
    gap: var(--espace-lg);
  }
  
  .lf-trait {
    max-width: 100%;
    width: 100%;
  }
  
  .lf-collab-title {
    font-size: 36px;
  }
  
  .lf-collab-buttons {
    flex-direction: column;
  }
  
  .lf-collab-buttons .lf-btn {
    width: 100%;
    text-align: center;
  }
  
  .lf-artistes-header {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--espace-md);
  }
  
  .lf-footer-grid {
    grid-template-columns: 1fr;
    gap: var(--espace-lg);
  }
  
  .lf-newsletter-form {
    flex-direction: column;
  }
  
  .lf-newsletter-input,
  .lf-newsletter-btn {
    width: 100%;
  }
  
  .lf-footer-bottom {
    flex-direction: column;
    gap: var(--espace-md);
    text-align: center;
  }
  
  .lf-legal-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .lf-hero-title {
    font-size: 36px;
  }
  
  .lf-logo {
    font-size: 26px;
  }
  
  .lf-titre-section {
    font-size: 36px;
  }
  
  .lf-manifeste-question {
    font-size: 36px;
  }
  
  .lf-manifeste-punchline {
    font-size: 28px;
  }
}
