@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  background: #f8f5f1;
  color: #1f1f1f;
  line-height: 1.6;
}

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

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

button,
input,
textarea,
select {
  font-family: inherit;
}

.container {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
}

.narrow-container {
  max-width: 900px;
}

/* =========================
   HEADER
========================= */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 110px;
}

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo-image {
  height: 85px;
  width: auto;
  object-fit: contain;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.nav-links a {
  font-size: 15px;
  color: #4d473f;
  font-weight: 500;
  transition: 0.25s ease;
  position: relative;
}

.nav-links a:hover {
  color: #b69152;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: #c8a968;
  transition: 0.25s ease;
}

.nav-links a:hover::after {
  width: 100%;
}

/* =========================
   PANIER HEADER
========================= */
.header-cart {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #ddd4cb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #1f1f1f;
  flex-shrink: 0;
  transition: 0.25s ease;
}

.header-cart:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.header-cart svg {
  width: 24px;
  height: 24px;
}

.header-cart-count {
  position: absolute;
  top: -6px;
  right: -4px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #cf1f1f;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* =========================
   BOUTONS
========================= */
.btn {
  display: inline-block;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
  text-align: center;
}

.btn-primary {
  background: #ffffff;
  color: #1f1f1f;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: #f2f2f2;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(6px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.22);
}

.btn-dark-outline {
  display: inline-block;
  margin-top: 28px;
  border: 1px solid #1f1f1f;
  color: #1f1f1f;
  background: transparent;
}

.btn-dark-outline:hover {
  background: #1f1f1f;
  color: #ffffff;
}

.btn-form {
  width: 100%;
  background: #1f1f1f;
  color: #ffffff;
}

.btn-form:hover {
  background: #000000;
}

/* =========================
   HERO ACCUEIL
========================= */
.hero {
  position: relative;
  min-height: 900px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #000;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("images/mariage-acceuil.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1);
  animation: slowZoom 18s ease-in-out infinite alternate;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(20, 20, 20, 0.58) 0%,
    rgba(20, 20, 20, 0.36) 45%,
    rgba(20, 20, 20, 0.22) 100%
  );
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 80px 0 80px clamp(24px, 4vw, 80px);
}

@keyframes slowZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}

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

.badge {
  display: inline-block;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: #9b8766;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
}

.hero-text h1 {
  font-size: 68px;
  line-height: 1.05;
  margin-bottom: 22px;
  color: #ffffff;
  max-width: 800px;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.30);
}

.hero-text p {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.94);
  max-width: 760px;
  margin-bottom: 30px;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.20);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* =========================
   SECTIONS GENERALES
========================= */
.section {
  padding: 90px 0;
}

.soft-section {
  background: #fcfaf7;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title.left {
  text-align: left;
  margin-bottom: 20px;
}

.section-title small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #a28d6e;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-title h2 {
  font-size: 40px;
  margin-bottom: 12px;
  color: #1f1f1f;
}

.section-title p {
  color: #6b645d;
  max-width: 760px;
  margin: 0 auto;
}

.section-title.left p {
  margin: 0;
  max-width: 100%;
}

/* =========================
   PAGE HERO GENERIQUE
========================= */
.page-hero {
  padding: 70px 0 20px;
  background: #f8f5f1;
}

.compact-page-hero {
  padding-bottom: 10px;
}

.page-hero-content {
  text-align: center;
}

.breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #6b645d;
  font-size: 13px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.page-hero h1 {
  font-size: 58px;
  line-height: 1.1;
}

.product-breadcrumb-wrap {
  text-align: left;
}

.product-breadcrumb-wrap .breadcrumb {
  justify-content: flex-start;
}

/* =========================
   AVANTAGES
========================= */
.avantages-section {
  background: #ffffff;
}

.avantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: start;
  text-align: center;
}

.avantage-card {
  padding: 20px 18px;
  transition: transform 0.3s ease;
}

.avantage-card:hover {
  transform: translateY(-6px);
}

.avantage-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2b2b2b;
  transition: transform 0.35s ease, color 0.35s ease;
}

.avantage-icon svg {
  width: 42px;
  height: 42px;
  transition: transform 0.35s ease;
}

.avantage-card:hover .avantage-icon {
  color: #b69152;
  transform: scale(1.08);
}

.avantage-card:hover .avantage-icon svg {
  transform: rotate(-4deg);
}

.avantage-card h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111111;
}

.avantage-card p {
  font-size: 18px;
  color: #6b645d;
  max-width: 320px;
  margin: 0 auto;
  line-height: 1.7;
}

/* =========================
   AVIS CLIENTS
========================= */
.testimonials-section {
  background: #f3f1ee;
  padding-top: 70px;
  padding-bottom: 70px;
}

.testimonials-title {
  margin-bottom: 35px;
}

.testimonials-title h2 {
  font-size: 28px;
  margin-bottom: 0;
}

.testimonials-slider {
  overflow: hidden;
  width: 100%;
}

.testimonials-track {
  display: flex;
  width: 200%;
  transition: transform 0.65s ease;
}

.testimonials-page {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  flex-shrink: 0;
}

.testimonial-card {
  background: #ffffff;
  padding: 26px 22px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  min-height: 165px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.10);
}

.testimonial-text {
  font-size: 15px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 18px;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.testimonial-name {
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
}

.testimonial-stars {
  font-size: 16px;
  color: #d9a321;
  letter-spacing: 2px;
}

.testimonials-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d4d4d4;
  border: none;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease;
}

.dot:hover {
  transform: scale(1.15);
}

.dot.active {
  background: #a80f0f;
}

/* =========================
   A PROPOS
========================= */
.about-page-intro {
  padding-top: 30px;
}

.about-page-intro p {
  text-align: center;
  font-size: 19px;
  color: #6b645d;
  margin-bottom: 24px;
  line-height: 1.9;
}

.about-list {
  list-style: none;
  margin: 26px 0;
  display: grid;
  gap: 18px;
}

.about-list li {
  text-align: center;
  font-size: 18px;
  color: #6b645d;
}

.about-highlight {
  background: #ffffff;
}

.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.about-text-block h2 {
  font-size: 42px;
  line-height: 1.15;
  margin-bottom: 24px;
}

.about-text-block p {
  font-size: 18px;
  color: #6b645d;
  line-height: 1.9;
  margin-bottom: 18px;
}

.about-image-block img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
  min-height: 420px;
}

/* =========================
   PRODUITS
========================= */
.products-page {
  background: #ffffff;
}

.products-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 12px 22px;
  border: 1px solid #ddd4cb;
  background: #f8f5f1;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.products-count {
  color: #6b645d;
  font-size: 15px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px 26px;
}

.product-card-shop {
  background: #ffffff;
  transition: transform 0.3s ease;
}

.product-card-shop:hover {
  transform: translateY(-6px);
}

.product-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #f3f1ee;
}

.product-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #54b948;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
}

.product-info {
  padding-top: 14px;
}

.product-info h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #1f1f1f;
}

.product-price {
  color: #b2361e;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}

.product-link-text {
  color: #1f1f1f;
  font-weight: 700;
  font-size: 14px;
}

/* =========================
   FICHE PRODUIT
========================= */
.single-product-page {
  background: #ffffff;
}

.single-product-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: start;
}

.single-product-image-box {
  background: #f3f1ee;
  border-radius: 8px;
  overflow: hidden;
}

.single-product-image-box img {
  width: 100%;
  height: 820px;
  object-fit: cover;
}

.single-product-info-col h1 {
  font-size: 52px;
  line-height: 1.1;
  margin-bottom: 16px;
}

.single-product-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  color: #6b645d;
}

.single-stars {
  color: #d9a321;
  letter-spacing: 2px;
  font-size: 18px;
}

.single-stock strong {
  color: #54b948;
}

.single-product-description {
  font-size: 18px;
  color: #6b645d;
  margin-bottom: 24px;
  line-height: 1.8;
}

.single-product-price {
  font-size: 42px;
  font-weight: 700;
  color: #b2361e;
  margin-bottom: 28px;
}

.single-quantity-row {
  display: flex;
  gap: 14px;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.qty-box {
  display: flex;
  align-items: center;
  border: 1px solid #ddd4cb;
  border-radius: 8px;
  overflow: hidden;
  height: 54px;
}

.qty-btn {
  width: 44px;
  height: 54px;
  border: none;
  background: #f8f5f1;
  font-size: 22px;
  cursor: pointer;
}

.qty-box input {
  width: 70px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 16px;
  background: #ffffff;
}

.add-to-cart-btn,
.go-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 8px;
  background: #1f1f1f;
  color: #ffffff;
  font-weight: 700;
  border: none;
  cursor: pointer;
}

.go-cart-btn {
  background: transparent;
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
}

.single-product-category {
  padding-top: 18px;
  border-top: 1px solid #ece5dc;
  color: #6b645d;
  margin-bottom: 24px;
}

.cart-summary-box {
  margin-top: 24px;
  padding: 24px;
  border-radius: 18px;
  background: #f8f5f1;
}

.cart-summary-box h3 {
  margin-bottom: 14px;
}

.product-page-cart-summary {
  display: grid;
  gap: 12px;
}

.product-page-cart-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ece5dc;
}

/* =========================
   PANIER PAGE
========================= */
.cart-page {
  background: #ffffff;
}

.cart-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: start;
}

.cart-table-box,
.cart-summary-panel {
  background: #ffffff;
  border: 1px solid #ece5dc;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

.cart-summary-panel h3 {
  margin-bottom: 10px;
  font-size: 28px;
}

.cart-summary-panel p {
  color: #6b645d;
  margin-bottom: 18px;
}

.cart-form-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.small-textarea {
  min-height: 130px;
}

.cart-items-list {
  display: grid;
  gap: 20px;
}

.cart-item-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ece5dc;
  align-items: center;
}

.cart-item-left {
  display: flex;
  gap: 16px;
  align-items: center;
}

.cart-item-image {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  object-fit: cover;
}

.cart-item-info h3 {
  font-size: 20px;
  margin-bottom: 4px;
}

.cart-item-info p {
  color: #6b645d;
}

.cart-item-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cart-qty-box {
  display: flex;
  align-items: center;
  border: 1px solid #ddd4cb;
  border-radius: 8px;
  overflow: hidden;
}

.cart-qty-box button {
  width: 38px;
  height: 38px;
  border: none;
  background: #f8f5f1;
  cursor: pointer;
  font-size: 18px;
}

.cart-qty-box span {
  min-width: 44px;
  text-align: center;
  font-weight: 700;
}

.remove-item-btn {
  border: 1px solid #b2361e;
  background: transparent;
  color: #b2361e;
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
  font-weight: 700;
}

.empty-cart {
  text-align: center;
  padding: 30px 10px;
}

.empty-cart h2 {
  margin-bottom: 12px;
}

.empty-cart p {
  margin-bottom: 18px;
  color: #6b645d;
}

/* =========================
   FORMULAIRES
========================= */
.quote-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.info-box,
.form-box {
  background: #ffffff;
  border-radius: 30px;
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
}

.form-grid {
  display: grid;
  gap: 16px;
}

.input,
.textarea,
.select {
  width: 100%;
  padding: 15px 18px;
  border-radius: 18px;
  border: 1px solid #ddd4cb;
  background: #fcfbf9;
  font-size: 15px;
  outline: none;
  transition: 0.25s ease;
}

.input:focus,
.textarea:focus,
.select:focus {
  border-color: #c4a770;
  box-shadow: 0 0 0 4px rgba(196, 167, 112, 0.18);
}

.textarea {
  min-height: 160px;
  resize: vertical;
}

/* =========================
   LIVRAISON / CONDITIONS
========================= */
.delivery-hero {
  position: relative;
  min-height: 320px;
  background-image: url("images/mariage-acceuil.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.delivery-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.52);
}

.delivery-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding: 60px 0;
}

.delivery-breadcrumb {
  color: rgba(255, 255, 255, 0.86);
  justify-content: center;
}

.delivery-hero-content h1 {
  font-size: 56px;
  line-height: 1.1;
  color: #ffffff;
}

.delivery-content-section {
  background: #ffffff;
}

.delivery-content-box {
  max-width: 820px;
  margin: 0 auto;
}

.delivery-content-box p {
  font-size: 18px;
  color: #6b645d;
  line-height: 1.95;
  margin-bottom: 22px;
}

.delivery-content-box h2 {
  font-size: 32px;
  margin-top: 34px;
  margin-bottom: 14px;
  color: #1f1f1f;
}

.delivery-list {
  list-style: none;
  display: grid;
  gap: 14px;
  margin: 18px 0 24px;
}

.delivery-list li {
  font-size: 18px;
  color: #6b645d;
  line-height: 1.9;
  position: relative;
  padding-left: 18px;
}

.delivery-list li::before {
  content: "–";
  position: absolute;
  left: 0;
  top: 0;
  color: #1f1f1f;
  font-weight: 700;
}

/* =========================
   FAQ
========================= */
.faq-hero {
  position: relative;
  min-height: 280px;
  background-image: url("images/mariage-acceuil.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.faq-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}

.faq-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding: 50px 0;
}

.faq-breadcrumb {
  color: rgba(255, 255, 255, 0.86);
  justify-content: center;
}

.faq-hero-content h1 {
  font-size: 54px;
  line-height: 1.1;
  color: #ffffff;
}

.faq-section {
  background: #ffffff;
}

.faq-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #e8e2da;
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 26px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  text-align: left;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  color: #b32020;
}

.faq-question span:first-child {
  flex: 1;
}

.faq-icon {
  font-size: 18px;
  color: #1f1f1f;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding-bottom 0.35s ease;
  padding-bottom: 0;
}

.faq-answer p,
.faq-answer li {
  font-size: 17px;
  color: #6b645d;
  line-height: 1.9;
}

.faq-answer ul {
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 12px;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding-bottom: 24px;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

/* =========================
   CONTACT
========================= */
.contact-hero {
  position: relative;
  min-height: 320px;
  background-image: url("images/mariage-acceuil.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.56);
}

.contact-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding: 60px 0;
}

.contact-breadcrumb {
  color: rgba(255, 255, 255, 0.86);
  justify-content: center;
}

.contact-hero-content h1 {
  font-size: 56px;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 12px;
}

.contact-hero-content p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.92);
  max-width: 720px;
  margin: 0 auto;
}

.contact-section {
  background: #ffffff;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: start;
}

.contact-form-box,
.contact-info-box {
  background: #ffffff;
  border: 1px solid #ece5dc;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

.contact-form {
  margin-top: 10px;
}

.contact-textarea {
  min-height: 190px;
}

.contact-info-box {
  display: grid;
  gap: 16px;
}

.contact-card {
  background: #f8f5f1;
  border-radius: 18px;
  padding: 20px;
}

.contact-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.contact-card p {
  color: #6b645d;
  margin-bottom: 6px;
}

.contact-socials {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.contact-socials a {
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #ddd4cb;
  font-size: 14px;
  font-weight: 700;
}

.contact-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  background: #1f1f1f;
  color: #ffffff;
  font-weight: 700;
  margin-top: 10px;
  transition: 0.25s ease;
}

.contact-whatsapp-btn:hover {
  background: #000000;
}

/* =========================
   FOOTER
========================= */
.footer {
  padding: 30px 0 60px;
}

.footer-box {
  background: #1f1f1f;
  color: #ffffff;
  border-radius: 32px;
  padding: 38px;
}

.footer-box h2 {
  font-size: 32px;
  margin-bottom: 14px;
}

.footer-box p {
  color: rgba(255, 255, 255, 0.76);
  max-width: 760px;
}

.footer-contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.footer-contact div {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 16px;
}

.footer-contact strong {
  display: block;
  margin-bottom: 8px;
}

/* =========================
   RESPONSIVE
========================= */

@media (min-width: 1025px) {
  .hero-content {
    padding-left: clamp(48px, 6vw, 110px);
  }
}

@media (max-width: 1200px) {
  .navbar {
    align-items: flex-start;
    padding: 16px 0;
    flex-direction: column;
  }

  .header-right {
    width: 100%;
    justify-content: space-between;
  }

  .nav-links {
    justify-content: flex-start;
    gap: 18px;
  }

  .quote-grid,
  .footer-contact,
  .about-split,
  .single-product-layout,
  .cart-layout,
  .contact-layout {
    grid-template-columns: 1fr 1fr;
  }

  .hero-text h1 {
    font-size: 52px;
  }

  .hero-text p {
    font-size: 20px;
  }

  .avantages-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }

  .avantage-card h3 {
    font-size: 24px;
  }

  .avantage-card p {
    font-size: 16px;
  }

  .testimonials-page {
    grid-template-columns: 1fr 1fr;
  }

  .page-hero h1,
  .delivery-hero-content h1,
  .faq-hero-content h1,
  .contact-hero-content h1 {
    font-size: 48px;
  }

  .about-text-block h2,
  .delivery-content-box h2 {
    font-size: 34px;
  }

  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .single-product-image-box img {
    height: 680px;
  }

  .single-product-info-col h1 {
    font-size: 40px;
  }
}

@media (max-width: 900px) {
  .avantages-grid,
  .testimonials-page,
  .about-split,
  .products-grid,
  .single-product-layout,
  .cart-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cart-item-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }

  .hero {
    min-height: auto;
  }

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

  .quote-grid,
  .footer-contact {
    grid-template-columns: 1fr;
  }

  .hero-text h1,
  .delivery-hero-content h1,
  .faq-hero-content h1,
  .contact-hero-content h1 {
    font-size: 36px;
  }

  .hero-text p,
  .contact-hero-content p {
    font-size: 17px;
  }

  .section-title h2,
  .page-hero h1 {
    font-size: 30px;
  }

  .logo-image {
    height: 68px;
  }

  .header-right {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .info-box,
  .form-box,
  .testimonial-card,
  .cart-table-box,
  .cart-summary-panel,
  .contact-form-box,
  .contact-info-box {
    padding: 22px;
  }

  .avantage-card h3,
  .about-text-block h2,
  .single-product-info-col h1,
  .delivery-content-box h2 {
    font-size: 22px;
  }

  .avantage-card p,
  .testimonial-text,
  .about-page-intro p,
  .about-list li,
  .about-text-block p,
  .single-product-description,
  .delivery-content-box p,
  .delivery-list li,
  .faq-answer p,
  .faq-answer li,
  .contact-card p {
    font-size: 15px;
  }

  .testimonials-title h2 {
    font-size: 24px;
  }

  .product-image {
    height: 280px;
  }

  .products-topbar {
    align-items: flex-start;
  }

  .single-product-image-box img {
    height: 420px;
  }

  .single-quantity-row {
    flex-direction: column;
    align-items: stretch;
  }

  .cart-item-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .delivery-hero,
  .faq-hero,
  .contact-hero {
    min-height: 240px;
  }

  .faq-question {
    font-size: 18px;
    padding: 20px 0;
  }
}

:root {
  --lms-gold: #b69152;
  --lms-border: #e4dbd1;
  --lms-card: #ffffff;
  --lms-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
}

body.menu-open { overflow: hidden; }

h1, h2, h3, h4, .section-title h2, .page-hero h1, .hero-text h1, .single-product-info-col h1, .footer-box h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0.01em;
}

.badge,
.btn,
.filter-btn,
.nav-links a,
.product-price,
.single-product-price,
.footer-contact strong,
.contact-card h3 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
}

.header {
  background: rgba(255,255,255,0.98);
}

.navbar {
  min-height: 118px;
}

.logo-image {
  height: 150px;
  width: auto;
  object-fit: contain;
  filter: none;
}

.header-right {
  margin-left: auto;
  flex-wrap: nowrap;
  gap: 16px;
}

.nav-links {
  gap: 18px;
}

.nav-links a {
  font-size: 14px;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  width: 56px;
  height: 56px;
  border: 1px solid #ddd4cb;
  border-radius: 18px;
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  transition: 0.25s ease;
  flex-shrink: 0;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #1f1f1f;
  border-radius: 999px;
  transition: 0.25s ease;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.product-card-shop {
  overflow: hidden;
  border: 1px solid var(--lms-border);
  border-radius: 22px;
  background: var(--lms-card);
  box-shadow: var(--lms-shadow);
}

.product-image-wrap {
  background: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,0.04);
}

.product-image {
  width: 100%;
  height: 340px;
  object-fit: contain;
  object-position: center center;
  padding: 18px;
  background: #ffffff;
}

.product-info {
  padding: 22px;
}

.single-product-layout {
  gap: 48px;
  align-items: center;
}

.single-product-image-box {
  background: #f4efe8;
  border: 1px solid var(--lms-border);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--lms-shadow);
}

.single-product-image-box img {
  width: 100%;
  height: 700px;
  object-fit: contain;
  object-position: center center;
  padding: 28px;
  background: #f4efe8;
}

.single-product-info-col {
  background: rgba(255,255,255,0.84);
  border: 1px solid var(--lms-border);
  border-radius: 28px;
  padding: 34px;
  box-shadow: var(--lms-shadow);
}

.footer-contact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.social-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.social-icon-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
  color: inherit;
  transition: 0.25s ease;
}

.contact-card .social-icon-link {
  background: #ffffff;
  border-color: #ddd4cb;
}

.social-icon-link:hover {
  transform: translateY(-2px);
}

.social-icon-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-icon-link svg path {
  fill: currentColor;
  stroke: none;
}

.footer .social-icon-link span {
  color: rgba(255,255,255,0.88);
}
.contact-card .social-icon-link span {
  color: #4d473f;
}


@media (min-width: 1025px) {
  .hero-content {
    padding-left: clamp(48px, 6vw, 110px);
  }
}

@media (max-width: 1200px) {
  .navbar {
    min-height: 104px;
    gap: 18px;
  }

  .logo-image {
    height: 126px;
  }

  .header-right {
    gap: 12px;
  }

  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .single-product-image-box img {
    height: 580px;
  }

  .footer-contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .navbar {
    flex-direction: row;
    align-items: center;
    padding: 14px 0;
    min-height: 92px;
  }

  .logo-image {
    height: 104px;
  }

  .menu-toggle {
    display: inline-flex;
    order: 2;
  }

  .header-cart {
    order: 2;
  }

  .menu-toggle {
    order: 3;
  }

  .header-right {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .nav-links {
    position: fixed;
    top: 92px;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(14px);
    border-top: 1px solid var(--lms-border);
    box-shadow: 0 24px 48px rgba(0,0,0,0.12);
    padding: 22px 20px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    transition: 0.25s ease;
    max-height: calc(100vh - 92px);
    overflow-y: auto;
  }

  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links a {
    font-size: 16px;
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }

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

@media (max-width: 768px) {
  .navbar {
    min-height: 88px;
  }

  .logo-image {
    height: 96px;
  }

  .header-right {
    width: auto;
    align-items: center;
    gap: 12px;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .menu-toggle {
    width: 54px;
    height: 54px;
  }

  .nav-links {
    top: 88px;
    max-height: calc(100vh - 88px);
  }

  .page-hero {
    padding-top: 44px;
  }

  .products-topbar {
    align-items: stretch;
  }

  .filter-btn {
    width: 100%;
    min-height: 56px;
    font-size: 16px;
  }

  .products-count {
    font-size: 15px;
  }

  .product-image {
    height: 360px;
    padding: 10px;
    object-fit: contain;
    background: #ffffff;
  }

  .product-info {
    padding: 18px 18px 22px;
  }

  .single-product-image-box img {
    height: 420px;
    padding: 18px;
    object-fit: contain;
  }

  .single-product-info-col {
    padding: 22px;
  }

  .footer-contact {
    grid-template-columns: 1fr;
  }

  .social-links {
    gap: 8px;
  }
}



@media (max-width: 768px) {
  .header .navbar {
    justify-content: space-between;
  }

  .header-right {
    margin-left: auto;
  }

  .header-cart,
  .menu-toggle {
    flex-shrink: 0;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(92%, 420px);
  }

  .product-image {
    height: 260px;
    padding: 8px;
    background: #ffffff;
  }

  .single-product-image-box img {
    height: 340px;
    padding: 12px;
  }

  .social-icon-link span {
    font-size: 13px;
  }
}


/* ===== Ajustements Avril 2026 ===== */
.section-title .btn-dark-outline {
  margin-top: 22px;
}

.page-hero {
  padding: 54px 0 34px;
}

.compact-page-hero {
  padding-bottom: 26px;
}

.page-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 140px;
}

.products-topbar {
  align-items: center;
}

.products-count {
  display: flex;
  align-items: center;
  min-height: 46px;
}

.product-image-wrap,
.single-product-image-box {
  background: #ffffff;
}

.single-product-image-box img {
  object-fit: contain;
  background: #ffffff;
}

@media (min-width: 1025px) {
  .page-hero-content {
    min-height: 165px;
  }
}

@media (max-width: 768px) {
  .page-hero {
    padding: 44px 0 24px;
  }

  .page-hero-content {
    min-height: 120px;
  }

  .products-count {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
