/* ================================================================
   Planète Serrures — feuille de style 2026
   Design moderne, premium, éditorial. Palette or sur charbon.
   ================================================================ */

:root {
  --bg:           #fbfaf7;
  --bg-soft:      #f3f0e9;
  --bg-warm:      #efeae0;
  --bg-dark:      #0e1014;
  --bg-darker:    #07080b;
  --ink:          #0c0e12;
  --text:         #14161c;
  --text-soft:    #4a4d57;
  --text-muted:   #8a8d96;
  --border:       #e6e2d8;
  --border-dark:  #1c1e25;
  --accent:       #c79347;        /* or chaud */
  --accent-2:     #e9c270;        /* or clair pour highlights */
  --accent-dark:  #8a6420;
  --accent-soft:  #f6ecd5;
  --accent-glass: rgba(199,147,71,.14);
  --danger:       #c5363a;
  --success:      #2c7a4b;
  --whatsapp:     #25d366;
  --shadow-xs:    0 1px 2px rgba(12,14,18,.04);
  --shadow-sm:    0 4px 14px -4px rgba(12,14,18,.10);
  --shadow-md:    0 18px 40px -16px rgba(12,14,18,.22);
  --shadow-lg:    0 40px 80px -30px rgba(12,14,18,.40);
  --shadow-glow:  0 0 0 1px rgba(199,147,71,.25), 0 24px 60px -20px rgba(199,147,71,.35);
  --radius-sm:    10px;
  --radius:       14px;
  --radius-lg:    22px;
  --radius-xl:    32px;
  --container:    1240px;
  --header-h:     76px;
  --emergency-h:  42px;
  --ease:         cubic-bezier(.4,.0,.2,1);
  --ease-out:     cubic-bezier(.16,1,.3,1);
  --transition:   .25s var(--ease);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss01", "cv11";
  letter-spacing: -.005em;
}

/* Texture subtile sur le fond */
body::before {
  content: "";
  position: fixed; inset: 0;
  background-image:
    radial-gradient(1200px 600px at 85% -10%, rgba(199,147,71,.10), transparent 60%),
    radial-gradient(900px 500px at -10% 100%, rgba(20,22,28,.06), transparent 55%);
  pointer-events: none;
  z-index: -1;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--accent-dark); }
button { font-family: inherit; cursor: pointer; }

h1, h2, h3, h4 {
  font-family: "Fraunces", "Playfair Display", "Georgia", serif;
  font-weight: 500;
  line-height: 1.05;
  margin: 0 0 .55em;
  letter-spacing: -.025em;
  color: var(--ink);
  font-feature-settings: "ss01", "ss02";
}
h1 { font-size: clamp(2.4rem, 5.2vw, 4.4rem); font-weight: 500; }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.8rem); }
h3 { font-size: 1.25rem; line-height: 1.25; }
h4 { font-size: 1rem; }
p  { margin: 0 0 1em; color: var(--text-soft); }

::selection { background: var(--accent); color: #fff; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.section { padding: 70px 0; position: relative; }
.section-soft {
  background:
    radial-gradient(700px 400px at 90% 10%, rgba(199,147,71,.08), transparent 60%),
    radial-gradient(600px 400px at 0% 90%, rgba(199,147,71,.06), transparent 65%),
    linear-gradient(180deg, #faf6ec 0%, var(--bg-soft) 100%);
}
.section-warm {
  background: linear-gradient(180deg, var(--bg-warm) 0%, var(--bg-soft) 100%);
}
.section-dark {
  background:
    radial-gradient(800px 500px at 80% 20%, rgba(199,147,71,.14), transparent 60%),
    linear-gradient(135deg, #11141a 0%, var(--bg-darker) 100%);
  color: #e9e7e2;
}
.section-dark p { color: #b9b6ae; }
.section-dark h2, .section-dark h3 { color: #fff; }

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}
.section-head .eyebrow,
.eyebrow {
  display: inline-block;
  color: var(--accent-dark);
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 18px;
  position: relative;
  padding-left: 30px;
}
.eyebrow::before {
  content: "";
  position: absolute; left: 0; top: 50%;
  width: 22px; height: 1px;
  background: var(--accent);
  transform: translateY(-50%);
}
.section-dark .eyebrow { color: var(--accent-2); }
.section-dark .eyebrow::before { background: var(--accent-2); }

/* ----- BANDEAU URGENCE ----- */
.emergency-bar {
  background: var(--bg-darker);
  color: #f5f3ee;
  font-size: .82rem;
  height: var(--emergency-h);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 16px;
  position: relative;
  z-index: 60;
  letter-spacing: .01em;
}
.emergency-bar strong { color: #fff; font-weight: 600; }
.emergency-bar a {
  color: var(--accent-2);
  font-weight: 600;
  letter-spacing: .02em;
}
.emergency-bar a:hover { color: #fff; }
.emergency-bar .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #1ec46b;
  box-shadow: 0 0 0 0 rgba(30,196,107,.7);
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(30,196,107,.6); }
  70%  { box-shadow: 0 0 0 9px rgba(30,196,107,0); }
  100% { box-shadow: 0 0 0 0 rgba(30,196,107,0); }
}
.emergency-bar .em-text-mobile { display: none; }
@media (max-width: 640px) {
  .emergency-bar { font-size: .78rem; gap: 10px; }
  .emergency-bar .em-text-desktop { display: none; }
  .emergency-bar .em-text-mobile { display: inline; }
}

/* ----- HEADER ----- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251,250,247,.78);
  backdrop-filter: saturate(160%) blur(16px);
  -webkit-backdrop-filter: saturate(160%) blur(16px);
  border-bottom: 1px solid rgba(20,22,28,.06);
}
.site-header .container {
  height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px;
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand img { height: 44px; width: auto; }
.brand-text { line-height: 1.1; }
.brand-text .b1 {
  font-family: "Fraunces", "Playfair Display", Georgia, serif;
  font-size: 1.1rem; font-weight: 600;
  letter-spacing: -.01em;
  color: var(--ink);
}
.brand-text .b2 {
  font-size: .68rem; letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 500;
}

.main-nav ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 32px; }
.main-nav a {
  font-size: .92rem;
  font-weight: 500;
  padding: 6px 0;
  position: relative;
  color: var(--text);
}
.main-nav a::after {
  content: "";
  position: absolute; left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s var(--ease-out);
}
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.main-nav a:hover, .main-nav a.active { color: var(--accent-dark); }

.header-cta { display: flex; align-items: center; gap: 12px; }
.icon-btn {
  background: none; border: 1px solid var(--border);
  border-radius: 50%;
  width: 42px; height: 42px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--text); position: relative; transition: all var(--transition);
}
.icon-btn:hover { border-color: var(--accent); color: var(--accent-dark); transform: translateY(-1px); }
.cart-count {
  position: absolute; top: -4px; right: -4px;
  background: var(--accent); color: #fff;
  font-size: .68rem; min-width: 20px; height: 20px;
  border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0 6px; font-weight: 700;
  box-shadow: 0 4px 10px -2px rgba(199,147,71,.5);
}
.cart-count[hidden] { display: none; }

.menu-toggle {
  display: none; width: 42px; height: 42px;
  background: none; border: 1px solid var(--border); border-radius: 50%;
  align-items: center; justify-content: center;
}
.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block; width: 16px; height: 1.5px; background: var(--text); position: relative; transition: var(--transition);
}
.menu-toggle span::before { content: ""; position: absolute; top: -5px; left: 0; }
.menu-toggle span::after  { content: ""; position: absolute; top: 5px;  left: 0; }
.menu-toggle.is-open span { background: transparent; }
.menu-toggle.is-open span::before { transform: rotate(45deg); top: 0; }
.menu-toggle.is-open span::after  { transform: rotate(-45deg); top: 0; }

@media (max-width: 900px) {
  .menu-toggle { display: inline-flex; }
  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(251,250,247,.96);
    backdrop-filter: saturate(160%) blur(16px);
    border-bottom: 1px solid var(--border);
    transform: translateY(-130%); transition: transform .35s var(--ease-out);
    box-shadow: var(--shadow-md);
  }
  .main-nav.is-open { transform: translateY(0); }
  .main-nav ul { flex-direction: column; gap: 0; padding: 8px 28px 20px; }
  .main-nav li { border-bottom: 1px solid var(--border); }
  .main-nav li:last-child { border-bottom: none; }
  .main-nav a { display: block; padding: 16px 0; font-size: 1rem; }
}

/* ----- BOUTONS ----- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 600; font-size: .92rem;
  letter-spacing: .005em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform var(--transition), background var(--transition), color var(--transition), box-shadow var(--transition), border-color var(--transition);
  text-align: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: #fff;
  box-shadow: 0 10px 24px -10px rgba(199,147,71,.55);
}
.btn-primary::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--accent-2) 0%, var(--accent) 100%);
  opacity: 0;
  transition: opacity .35s var(--ease);
  z-index: -1;
}
.btn-primary:hover { color: #fff; box-shadow: 0 18px 36px -14px rgba(199,147,71,.7); }
.btn-primary:hover::before { opacity: 1; }

.btn-outline { background: transparent; border-color: currentColor; }
.btn-outline:hover { background: rgba(255,255,255,.08); }

.btn-dark {
  background: var(--ink); color: #fff;
  box-shadow: 0 10px 24px -10px rgba(12,14,18,.4);
}
.btn-dark:hover { background: #000; color: #fff; }

.btn-block { width: 100%; }
.btn-sm { padding: 10px 18px; font-size: .85rem; }
.btn-whatsapp {
  background: var(--whatsapp); color: #fff;
  box-shadow: 0 10px 24px -10px rgba(37,211,102,.5);
}
.btn-whatsapp:hover { background: #1ebc5a; color: #fff; }

/* ----- HERO ----- */
.hero {
  position: relative;
  isolation: isolate;
  color: #fff;
  padding: 70px 0 80px;
  overflow: hidden;
  min-height: 56vh;
  display: flex;
  align-items: center;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background: url('/assets/hero-paris.png') center/cover;
  filter: saturate(.9) contrast(1.04);
  transform: scale(1);
  z-index: -2;
  animation: heroZoom 22s ease-in-out infinite alternate;
}
@keyframes heroZoom {
  from { transform: scale(1); }
  to   { transform: scale(1.04); }
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(900px 500px at 80% 20%, rgba(199,147,71,.18), transparent 60%),
    linear-gradient(105deg, rgba(7,8,11,.92) 0%, rgba(7,8,11,.78) 45%, rgba(7,8,11,.40) 100%),
    linear-gradient(180deg, rgba(7,8,11,.30), rgba(7,8,11,.65));
  z-index: -1;
}
.hero .container { position: relative; z-index: 1; }
.hero .eyebrow {
  background: rgba(199,147,71,.16);
  color: var(--accent-2);
  border: 1px solid rgba(233,194,112,.28);
  padding: 8px 18px 8px 36px;
  border-radius: 999px;
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 28px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.hero .eyebrow::before {
  background: var(--accent-2);
  left: 14px;
  width: 14px;
}
.hero h1 {
  color: #fff;
  max-width: 880px;
  font-weight: 400;
  letter-spacing: -.035em;
  margin-bottom: 20px;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
}
.hero h1 em {
  font-style: italic;
  color: var(--accent-2);
  font-weight: 400;
}
.hero p {
  color: rgba(255,255,255,.78);
  font-size: 1rem;
  max-width: 620px;
  margin-bottom: 28px;
  line-height: 1.55;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-actions .btn-primary {
  background: linear-gradient(135deg, var(--accent-2) 0%, var(--accent) 100%);
  color: var(--ink);
}
.hero-actions .btn-primary::before { background: linear-gradient(135deg, #f5d896 0%, var(--accent-2) 100%); }
.hero-actions .btn-primary:hover { color: var(--ink); }
.hero-stats {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  margin-top: 72px;
  padding-top: 38px;
  border-top: 1px solid rgba(255,255,255,.14);
}
.hero-stats div { color: rgba(255,255,255,.7); font-size: .88rem; letter-spacing: .01em; }
.hero-stats strong {
  display: block;
  font-size: 2rem;
  color: #fff;
  font-family: "Fraunces", "Playfair Display", Georgia, serif;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: -.02em;
}

/* ----- GRILLES ----- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.grid-auto { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
@media (max-width: 900px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .grid-3, .grid-4, .grid-auto { grid-template-columns: 1fr; }
}

/* ----- SERVICES ----- */
.service-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  transition: all .4s var(--ease-out);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  transform: scaleX(0);
  transition: transform .5s var(--ease-out);
}
.service-card:hover {
  border-color: rgba(199,147,71,.35);
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}
.service-card:hover::before { transform: scaleX(1); }
.service-card .ico {
  width: 54px; height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent-soft) 0%, #fff 100%);
  color: var(--accent-dark);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
  border: 1px solid rgba(199,147,71,.22);
  transition: transform .35s var(--ease-out);
}
.service-card:hover .ico { transform: scale(1.05) rotate(-3deg); }
.service-card h3 { margin-bottom: 12px; }
.service-card p { margin-bottom: 0; font-size: .95rem; }

/* ----- PRODUITS ----- */
.product-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: all .35s var(--ease-out);
  cursor: pointer;
  position: relative;
}
.product-card:hover {
  border-color: rgba(199,147,71,.4);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.product-thumb {
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #f7f4ed 0%, #efeae0 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  position: relative;
}
.product-thumb::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.6), transparent 60%);
  pointer-events: none;
}
.product-thumb img {
  width: 100%; height: 100%;
  object-fit: contain;
  transition: transform .6s var(--ease-out);
  position: relative; z-index: 1;
}
.product-card:hover .product-thumb img { transform: scale(1.07); }
.product-card .btn { cursor: pointer; }
.product-body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.product-cat {
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 8px;
  font-weight: 600;
}
.product-name {
  font-size: 1rem; font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
  line-height: 1.35;
  min-height: 2.7em;
  letter-spacing: -.005em;
}
.product-desc { font-size: .88rem; color: var(--text-soft); margin-bottom: 16px; flex: 1; }
.product-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; }
.product-price {
  font-size: 1.2rem; font-weight: 600;
  color: var(--ink);
  font-family: "Fraunces", "Playfair Display", Georgia, serif;
  letter-spacing: -.01em;
}

/* ----- FILTRES ----- */
.filters {
  display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 28px;
}
.filter-chip {
  padding: 6px 13px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  font-size: .75rem; font-weight: 500;
  color: var(--text-soft);
  transition: all var(--transition);
}
.filter-chip:hover { border-color: var(--accent); color: var(--accent-dark); transform: translateY(-1px); }
.filter-chip.is-active {
  background: var(--ink); color: #fff; border-color: var(--ink);
  box-shadow: 0 6px 16px -6px rgba(12,14,18,.4);
}
.filters-bar {
  display: flex; gap: 12px; align-items: center; flex-wrap: wrap;
  padding-bottom: 22px; margin-bottom: 26px;
  border-bottom: 1px solid var(--border);
}
.filters-bar .count { color: var(--text-muted); font-size: .82rem; margin-left: auto; }
.filters-bar input[type="search"] {
  padding: 9px 14px;
  font-size: .88rem;
  border-radius: 8px;
  max-width: 420px;
}

/* ----- AVIS ----- */
.review-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 30px;
  position: relative;
  transition: all .35s var(--ease-out);
}
.review-card::before {
  content: "“";
  position: absolute; top: 12px; right: 22px;
  font-family: "Fraunces", "Playfair Display", serif;
  font-size: 4rem; line-height: 1;
  color: var(--accent-soft);
  font-weight: 400;
}
.review-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: rgba(199,147,71,.3); }
.review-stars { color: #f5b400; letter-spacing: 3px; margin-bottom: 14px; font-size: .95rem; }
.review-text { color: var(--text-soft); margin-bottom: 20px; font-size: .96rem; line-height: 1.7; position: relative; z-index: 1; }
.review-author { font-weight: 600; font-size: .92rem; color: var(--ink); }
.review-date { color: var(--text-muted); font-size: .8rem; margin-top: 2px; }

/* ----- VILLES ----- */
.cities-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; }
.city-link {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 16px 18px; font-size: .95rem; font-weight: 500; color: var(--text);
  display: flex; align-items: center; justify-content: space-between;
  transition: all var(--transition);
}
.city-link:hover { border-color: var(--accent); color: var(--accent-dark); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.city-link::after { content: "→"; color: var(--text-muted); transition: var(--transition); }
.city-link:hover::after { color: var(--accent); transform: translateX(3px); }

/* ----- CONTACT ----- */
.contact-blocks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 56px; }
@media (max-width: 760px) { .contact-blocks { grid-template-columns: 1fr; } }
.contact-block {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  text-align: center;
  transition: all .35s var(--ease-out);
}
.contact-block:hover {
  border-color: rgba(199,147,71,.35);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.contact-block h3 { margin-bottom: 6px; }
.contact-block .value {
  font-weight: 600; color: var(--ink); margin-bottom: 18px;
  font-family: "Fraunces", serif; font-size: 1.15rem;
}
.contact-block .ico {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-soft) 0%, #fff 100%);
  color: var(--accent-dark);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  border: 1px solid rgba(199,147,71,.2);
}

.contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
@media (max-width: 900px) { .contact-row { grid-template-columns: 1fr; } }
.contact-info ul { list-style: none; padding: 0; margin: 18px 0 0; }
.contact-info li { display: flex; gap: 12px; align-items: flex-start; padding: 12px 0; border-bottom: 1px dashed var(--border); }
.contact-info li:last-child { border-bottom: none; }
.contact-info li strong { min-width: 110px; color: var(--ink); }

form {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-xs);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }
label { display: block; font-size: .82rem; font-weight: 600; color: var(--ink); margin-bottom: 8px; letter-spacing: .01em; }
input, textarea, select {
  width: 100%; padding: 13px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font: inherit; color: var(--text); background: #fff;
  transition: all var(--transition);
}
input:focus, textarea:focus, select:focus {
  outline: none; border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(199,147,71,.14);
}
textarea { resize: vertical; min-height: 130px; }
.form-field { margin-bottom: 18px; }

/* ----- MAP ----- */
.map-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 16 / 9;
  box-shadow: var(--shadow-sm);
}
.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; filter: saturate(.95); }

/* ----- VIDEO / YT ----- */
.video-cta {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center;
}
@media (max-width: 800px) { .video-cta { grid-template-columns: 1fr; } }
.video-cta .video-box {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  background: #000; overflow: hidden;
  position: relative;
  box-shadow: 0 30px 60px -25px rgba(0,0,0,.55);
}
.video-cta .video-box iframe { width: 100%; height: 100%; border: 0; }

/* ----- FOOTER ----- */
.site-footer {
  background: var(--bg-darker);
  color: #b9b6ae;
  padding: 84px 0 28px;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(199,147,71,.5), transparent);
}
.site-footer h4 {
  color: #fff; font-size: .95rem;
  margin-bottom: 18px;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: .02em;
}
.site-footer a { color: #b9b6ae; }
.site-footer a:hover { color: var(--accent-2); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 44px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { padding: 6px 0; font-size: .92rem; }
.site-footer .brand { margin-bottom: 18px; }
.site-footer .brand-text .b1 { color: #fff; }
.site-footer .brand-text .b2 { color: #6f7079; }
.site-footer p { color: #8e8b83; font-size: .92rem; line-height: 1.65; }
.social-links { display: flex; gap: 10px; margin-top: 18px; }
.social-links a {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid #2a2c34;
  display: inline-flex; align-items: center; justify-content: center;
  transition: all var(--transition);
}
.social-links a:hover { border-color: var(--accent); background: rgba(199,147,71,.1); transform: translateY(-2px); }
.footer-bottom {
  margin-top: 52px; padding-top: 26px;
  border-top: 1px solid #2a2c34;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: .82rem; color: #6f7079;
}

/* ----- WHATSAPP FLOTTANT ----- */
.whatsapp-float {
  position: fixed; bottom: 22px; right: 22px; z-index: 70;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--whatsapp); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 14px 36px -10px rgba(37,211,102,.55), 0 4px 12px rgba(0,0,0,.18);
  transition: all .3s var(--ease-out);
}
.whatsapp-float::before {
  content: "";
  position: absolute; inset: -4px;
  border-radius: 50%;
  border: 2px solid var(--whatsapp);
  opacity: .35;
  animation: ringPulse 2.4s infinite;
}
@keyframes ringPulse {
  0%   { transform: scale(.95); opacity: .5; }
  70%  { transform: scale(1.25); opacity: 0; }
  100% { transform: scale(.95); opacity: 0; }
}
.whatsapp-float:hover { transform: scale(1.08); color: #fff; }

/* ----- PANIER (drawer) ----- */
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: 440px; max-width: 100%;
  background: #fff;
  z-index: 200;
  transform: translateX(100%);
  transition: transform .4s var(--ease-out);
  display: flex; flex-direction: column;
  box-shadow: -30px 0 60px -20px rgba(0,0,0,.25);
}
.cart-drawer.is-open { transform: translateX(0); }
.cart-overlay {
  position: fixed; inset: 0;
  background: rgba(7,8,11,.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0; pointer-events: none;
  transition: opacity .3s var(--ease);
  z-index: 190;
}
.cart-overlay.is-open { opacity: 1; pointer-events: auto; }
.cart-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 28px; border-bottom: 1px solid var(--border);
}
.cart-head h3 { margin: 0; font-size: 1.2rem; }
.cart-close {
  background: none; border: none; font-size: 1.6rem; line-height: 1;
  color: var(--text-muted); cursor: pointer;
  width: 36px; height: 36px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  transition: all var(--transition);
}
.cart-close:hover { background: var(--bg-soft); color: var(--ink); }
.cart-items { flex: 1; overflow-y: auto; padding: 14px 28px; }
.cart-empty { text-align: center; color: var(--text-muted); padding: 60px 0; }
.cart-item {
  display: grid; grid-template-columns: 64px 1fr auto; gap: 14px;
  padding: 16px 0; border-bottom: 1px solid var(--border);
  align-items: center;
}
.cart-item img { width: 64px; height: 64px; object-fit: cover; border-radius: 10px; background: var(--bg-soft); }
.cart-item-name { font-size: .92rem; font-weight: 600; line-height: 1.3; margin-bottom: 4px; color: var(--ink); }
.cart-item-price { font-size: .85rem; color: var(--text-muted); }
.qty {
  display: inline-flex; align-items: center; gap: 6px;
  border: 1px solid var(--border); border-radius: 8px; overflow: hidden;
  margin-top: 8px;
}
.qty button { width: 26px; height: 26px; border: none; background: var(--bg-soft); font-size: .9rem; }
.qty button:hover { background: var(--accent-soft); }
.qty span { min-width: 24px; text-align: center; font-size: .85rem; }
.cart-item-remove {
  background: none; border: none; color: var(--text-muted); font-size: .78rem;
  cursor: pointer; text-decoration: underline; margin-top: 4px; padding: 0;
}
.cart-item-remove:hover { color: var(--danger); }
.cart-foot { border-top: 1px solid var(--border); padding: 24px 28px; }
.cart-total {
  display: flex; justify-content: space-between; align-items: baseline;
  font-size: 1rem; font-weight: 600; margin-bottom: 16px;
}
.cart-total .amount {
  color: var(--ink);
  font-family: "Fraunces", "Playfair Display", Georgia, serif;
  font-size: 1.6rem;
  letter-spacing: -.01em;
}
.cart-foot .small { font-size: .76rem; color: var(--text-muted); margin-top: 10px; text-align: center; }

/* ----- PAGE BANNER ----- */
.page-banner {
  background:
    radial-gradient(800px 360px at 50% -10%, rgba(199,147,71,.18), transparent 65%),
    linear-gradient(180deg, #faf6ec 0%, var(--bg-warm) 100%);
  color: var(--ink);
  padding: 64px 0 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.page-banner::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -1px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(199,147,71,.4), transparent);
}
.page-banner > .container { position: relative; }
.page-banner .eyebrow { color: var(--accent-dark); margin-bottom: 14px; }
.page-banner .eyebrow::before { background: var(--accent); }
.page-banner h1 { color: var(--ink); margin-bottom: 14px; font-weight: 500; font-size: clamp(2.4rem, 5vw, 3.6rem); }
.page-banner p { color: var(--text-soft); max-width: 640px; margin: 0 auto; font-size: 1.05rem; line-height: 1.55; }

/* ----- SUCCESS / CANCEL ----- */
.notice-card {
  max-width: 660px; margin: 80px auto;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 56px 40px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.notice-card.success { border-top: 3px solid var(--success); }
.notice-card.cancel  { border-top: 3px solid var(--danger);  }
.notice-card h1 { margin-bottom: 14px; }

/* ----- UTILS ----- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.flex-center { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.hidden { display: none !important; }

/* ----- PRODUIT — PAGE DÉTAIL ----- */
.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.product-detail-img {
  background: linear-gradient(135deg, #f7f4ed 0%, #efeae0 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  aspect-ratio: 1/1;
  display: flex; align-items: center; justify-content: center;
  padding: 40px; overflow: hidden;
  position: relative;
}
.product-detail-img::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.5), transparent 60%);
  pointer-events: none;
}
.product-detail-img img { width: 100%; height: 100%; object-fit: contain; position: relative; z-index: 1; }
.product-detail-info .product-cat {
  font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--accent-dark); margin-bottom: 14px; font-weight: 600;
}
.product-detail-info h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1.1;
  margin-bottom: 18px;
  letter-spacing: -.025em;
}
.product-detail-info .product-price {
  font-size: 2.2rem;
  color: var(--ink);
  font-family: "Fraunces", "Playfair Display", Georgia, serif;
  margin: 20px 0;
  letter-spacing: -.015em;
  font-weight: 500;
}
.product-detail-info .product-desc { color: var(--text-soft); margin-bottom: 28px; line-height: 1.75; font-size: 1.02rem; }
.product-detail-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.product-detail-meta {
  margin-top: 32px; padding-top: 28px;
  border-top: 1px solid var(--border);
  font-size: .92rem; color: var(--text-soft);
  list-style: none; padding-left: 0;
}
.product-detail-meta li { margin-bottom: 8px; padding-left: 24px; position: relative; }
.product-detail-meta li::before {
  content: "";
  position: absolute; left: 0; top: .7em;
  width: 12px; height: 1px; background: var(--accent);
}
@media (max-width: 800px) {
  .product-detail { grid-template-columns: 1fr; gap: 32px; }
  .product-detail-info h1 { font-size: 1.6rem; }
}

/* ----- PRODUITS SUGGÉRÉS ----- */
.related-products {
  margin-top: 72px;
  padding-top: 48px;
  border-top: 1px solid var(--border);
}
.related-head {
  display: flex; align-items: baseline; justify-content: space-between;
  flex-wrap: wrap; gap: 12px; margin-bottom: 28px;
}
.related-head h2 {
  font-size: clamp(1.4rem, 2.4vw, 1.8rem);
  font-weight: 500;
  letter-spacing: -.015em;
  margin: 0;
}
.related-link {
  font-size: .9rem;
  color: var(--accent-dark);
  text-decoration: none;
  font-weight: 500;
  transition: color .2s;
}
.related-link:hover { color: var(--accent); }
.related-grid { gap: 22px; }
@media (max-width: 800px) {
  .related-products { margin-top: 48px; padding-top: 32px; }
}

/* ----- CART FLY-IN ANIMATION (+1) ----- */
@keyframes ps-fly {
  0%   { transform: translate(0,0) scale(1); opacity: 1; }
  60%  { opacity: 1; }
  100% { transform: var(--ps-fly-end, translate(120px,-200px)) scale(.2); opacity: 0; }
}
.ps-fly-img {
  position: fixed;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: #fff center/cover no-repeat;
  border: 2px solid var(--accent);
  box-shadow: 0 12px 28px rgba(0,0,0,.28);
  z-index: 400;
  pointer-events: none;
  animation: ps-fly .8s cubic-bezier(.55,.1,.95,.4) forwards;
}
@keyframes ps-bump {
  0% { transform: scale(1); }
  40% { transform: scale(1.5); }
  100% { transform: scale(1); }
}
.cart-count.is-bump { animation: ps-bump .45s ease-out; }
@keyframes ps-plus {
  0%   { transform: translate(-50%, 0) scale(.6); opacity: 0; }
  20%  { transform: translate(-50%, -8px) scale(1); opacity: 1; }
  100% { transform: translate(-50%, -34px) scale(1); opacity: 0; }
}
.ps-plus-one {
  position: absolute;
  left: 50%; top: -2px;
  transform: translate(-50%, 0);
  background: var(--accent);
  color: #fff;
  font-size: .7rem; font-weight: 700;
  padding: 2px 7px; border-radius: 999px;
  pointer-events: none;
  animation: ps-plus .9s ease-out forwards;
  white-space: nowrap;
}
.icon-btn { position: relative; }

/* ----- SOCIAL SECTION (contact page) ----- */
.socials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.social-card {
  display: flex; flex-direction: column; align-items: flex-start;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 26px 24px;
  text-decoration: none;
  color: var(--text);
  transition: all .35s var(--ease-out);
}
.social-card:hover {
  transform: translateY(-4px);
  border-color: rgba(199,147,71,.35);
  box-shadow: var(--shadow-md);
  color: var(--text);
}
.social-card .ico {
  width: 46px; height: 46px;
  border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff;
}
.social-card .ico.youtube  { background: #ff0033; }
.social-card .ico.instagram{ background: linear-gradient(135deg,#feda77,#f58529,#dd2a7b,#8134af,#515bd4); }
.social-card .ico.x        { background: #000; }
.social-card .ico.whatsapp { background: #25D366; }
.social-card h3 { margin: 0; font-size: 1.05rem; }
.social-card p { margin: 0; font-size: .9rem; color: var(--text-soft); }
.social-card .handle { font-weight: 600; color: var(--accent-dark); font-size: .9rem; }
.social-links a:hover { color: var(--accent-2); }
.social-links a.ig svg { color: #dd2a7b; }

/* ----- HOMEPAGE YOUTUBE BLOCK ----- */
.yt-bottom {
  background: var(--bg-darker);
  color: #fff;
  padding: 90px 0 110px;
  position: relative;
  overflow: hidden;
}
.yt-bottom::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(700px 400px at 80% 50%, rgba(199,147,71,.12), transparent 60%);
}
.yt-bottom > .container { position: relative; }
.yt-bottom h2 { color: #fff; }
.yt-bottom p { color: rgba(255,255,255,.7); margin-bottom: 28px; }
.yt-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 30px 70px -25px rgba(0,0,0,.6);
}
.yt-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ----- SCROLL REVEAL (gentle fade-up) ----- */
@media (prefers-reduced-motion: no-preference) {
  .section-head, .service-card, .product-card, .review-card, .contact-block, .social-card, .video-cta {
    opacity: 0;
    transform: translateY(24px);
    animation: revealUp .9s var(--ease-out) forwards;
  }
  .section-head { animation-delay: .05s; }
  .grid-3 > *:nth-child(1), .grid-4 > *:nth-child(1) { animation-delay: .1s; }
  .grid-3 > *:nth-child(2), .grid-4 > *:nth-child(2) { animation-delay: .2s; }
  .grid-3 > *:nth-child(3), .grid-4 > *:nth-child(3) { animation-delay: .3s; }
  .grid-4 > *:nth-child(4) { animation-delay: .4s; }
  .grid-4 > *:nth-child(5) { animation-delay: .5s; }
  .grid-4 > *:nth-child(6) { animation-delay: .6s; }
  .grid-4 > *:nth-child(7) { animation-delay: .7s; }
  .grid-4 > *:nth-child(8) { animation-delay: .8s; }
}
@keyframes revealUp {
  to { opacity: 1; transform: none; }
}

/* Hero anim */
@media (prefers-reduced-motion: no-preference) {
  .hero .eyebrow,
  .hero h1,
  .hero p,
  .hero-actions,
  .hero-stats {
    opacity: 0;
    animation: revealUp 1s var(--ease-out) forwards;
  }
  .hero .eyebrow { animation-delay: .15s; }
  .hero h1      { animation-delay: .25s; }
  .hero p       { animation-delay: .4s; }
  .hero-actions { animation-delay: .55s; }
  .hero-stats   { animation-delay: .7s; }
}

/* Scrollbar */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--bg-soft); }
::-webkit-scrollbar-thumb { background: #c7c2b6; border-radius: 5px; border: 2px solid var(--bg-soft); }
::-webkit-scrollbar-thumb:hover { background: var(--accent); }

/* ================================================================
   AMÉLIORATIONS MOBILE
   ================================================================ */

.mobile-cta-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0;
  background: rgba(7,8,11,.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 12px 14px;
  gap: 10px;
  z-index: 80;
  align-items: center;
}
.mobile-cta-bar .btn { flex: 1; justify-content: center; font-size: .88rem; padding: 12px 10px; }

@media (max-width: 640px) {
  .mobile-cta-bar { display: flex; }
  body { padding-bottom: 72px; }
  .whatsapp-float { bottom: 86px; }
}

@media (max-width: 640px) {
  .section { padding: 70px 0; }
  .section-head { margin-bottom: 44px; }
  .container { padding: 0 18px; }
  .hero { padding: 80px 0 90px; min-height: auto; }
  .hero h1 { letter-spacing: -.025em; }
  .hero p { font-size: 1rem; }
  .hero-stats { gap: 24px; margin-top: 44px; padding-top: 26px; }
  .hero-stats strong { font-size: 1.5rem; }
  .hero-actions { gap: 10px; }
  .hero-actions .btn { width: 100%; justify-content: center; }
}

@media (max-width: 560px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .grid-auto       { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}
@media (max-width: 340px) {
  .grid-3, .grid-4, .grid-auto { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .product-body { padding: 12px 12px 14px; }
  .product-name { font-size: .88rem; min-height: auto; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
  .product-desc { display: none; }
  .product-price { font-size: 1.05rem; }
  .product-foot .btn { font-size: .78rem; padding: 8px 12px; }
  .product-thumb { aspect-ratio: 1/1; padding: 6px; }
}

@media (max-width: 640px) {
  .filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .filters::-webkit-scrollbar { display: none; }
  .filter-chip { white-space: nowrap; flex-shrink: 0; }
  .filters-bar { flex-direction: column; align-items: stretch; gap: 10px; }
  #catalog-search { width: 100%; }
}

@media (max-width: 480px) {
  .cart-drawer { width: 100%; }
  .cart-items { padding: 10px 18px; }
  .cart-head, .cart-foot { padding: 18px; }
}

@media (max-width: 540px) {
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 640px) {
  .qty button { width: 32px; height: 32px; font-size: 1rem; }
  .qty span { min-width: 28px; font-size: .9rem; }
}

@media (max-width: 640px) {
  .product-detail-info h1 { font-size: 1.5rem; }
  .product-detail-info .product-price { font-size: 1.7rem; }
  .product-detail-actions { flex-direction: column; }
  .product-detail-actions .btn { width: 100%; justify-content: center; }
}

@media (max-width: 560px) {
  .notice-card { padding: 36px 22px; margin: 36px auto; }
}

@media (max-width: 640px) {
  .video-cta { gap: 28px; }
}

/* ================================================================
   MOBILE PARFAIT — optimisations complètes v2
   ================================================================ */

/* Touch targets : taille minimale 44px pour accessibilité */
@media (max-width: 900px) {
  .btn { min-height: 44px; }
  .icon-btn, .menu-toggle { min-height: 44px; min-width: 44px; }
  .filter-chip { min-height: 38px; display: inline-flex; align-items: center; }
  .cart-close { width: 44px; height: 44px; }
  .btn, .filter-chip, .icon-btn, .menu-toggle { touch-action: manipulation; }
}

/* Scroll fluide iOS pour les filtres */
.filters { -webkit-overflow-scrolling: touch; }
.cart-items { overscroll-behavior: contain; }

/* Retour tactile au tap (remplace hover sur touch) */
@media (hover: none) {
  .btn:active       { transform: scale(.97) !important; transition: transform .1s; }
  .product-card:active  { transform: translateY(-2px); }
  .service-card:active  { transform: translateY(-2px); }
  .filter-chip:active   { transform: translateY(-1px); }
  /* Désactiver hover translations coûteux sur touch */
  .product-card:hover   { transform: none; }
  .service-card:hover   { transform: none; }
}

/* Header : masquer le bouton Appeler — la barre CTA mobile s'en charge */
@media (max-width: 640px) {
  .header-cta .btn { display: none; }
}

/* Brand : masquer le sous-titre sur très petits écrans */
@media (max-width: 400px) {
  .brand-text .b2 { display: none; }
  .brand img { height: 38px; }
}

/* Hero : meilleur rendu mobile */
@media (max-width: 480px) {
  .hero { padding: 54px 0 60px; }
  .hero h1 { font-size: clamp(1.75rem, 7.5vw, 2.1rem); line-height: 1.1; }
  .hero h1 br { display: none; }
  .hero p { font-size: .93rem; }
  .hero .eyebrow { font-size: .68rem; letter-spacing: .14em; padding: 6px 14px 6px 30px; margin-bottom: 20px; }
  .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 30px;
    padding-top: 20px;
    text-align: center;
  }
  .hero-stats strong { font-size: 1.25rem; display: block; margin-bottom: 3px; }
  .hero-stats div    { font-size: .74rem; line-height: 1.3; }
}

/* Page banner : padding réduit sur mobile */
@media (max-width: 640px) {
  .page-banner { padding: 44px 0 36px; }
  .page-banner h1 { font-size: clamp(1.8rem, 7vw, 2.4rem); margin-bottom: 10px; }
  .page-banner p  { font-size: .95rem; }
}

/* Cards services & avis : padding réduit sur mobile */
@media (max-width: 560px) {
  .service-card { padding: 22px 18px; }
  .service-card .ico { width: 46px; height: 46px; margin-bottom: 14px; border-radius: 12px; }
  .review-card { padding: 22px 18px; }
  .review-card::before { font-size: 2.8rem; top: 6px; right: 14px; }
  .review-text { font-size: .9rem; }
}

/* Typographie : h2/h3 plus compacts sur petits écrans */
@media (max-width: 480px) {
  h2 { font-size: clamp(1.45rem, 6.5vw, 1.8rem); }
  .section-head h2 { font-size: clamp(1.4rem, 6.5vw, 1.8rem); }
  h3 { font-size: 1.1rem; }
}

/* Section spacing : encore plus compact sur très petits écrans */
@media (max-width: 380px) {
  .section { padding: 50px 0; }
  .section-head { margin-bottom: 32px; }
  .container { padding: 0 14px; }
}

/* Contact page : layout mobile */
@media (max-width: 640px) {
  .contact-block { padding: 26px 20px; }
  form { padding: 22px 18px; }
}
@media (max-width: 560px) {
  .contact-info li { flex-direction: column; gap: 3px; padding: 10px 0; }
  .contact-info li strong { min-width: auto; }
}

/* Footer optimisé mobile */
@media (max-width: 480px) {
  .site-footer { padding: 52px 0 22px; }
  .footer-grid { gap: 24px; }
  .footer-bottom { margin-top: 36px; padding-top: 20px; }
}

/* Safe area iOS — barre CTA + WhatsApp flottant */
@media (max-width: 640px) {
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px)); }
  .mobile-cta-bar { padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px)); }
  .whatsapp-float { bottom: calc(86px + env(safe-area-inset-bottom, 0px)); }
}

/* Produit détail : prix plus compact sur mobile */
@media (max-width: 480px) {
  .product-detail-info .product-price { font-size: 1.5rem; }
  .product-detail-img { padding: 24px; border-radius: var(--radius-lg); }
}

/* Video section : texte avant vidéo sur mobile pour meilleur parcours */
@media (max-width: 800px) {
  .video-cta { display: flex; flex-direction: column; }
  .video-cta .video-box { order: 2; }
  .video-cta > div:not(.video-box) { order: 1; }
}
