/* ======================================================
   LES CRÉATIONS D'OCÉANE — Styles
   À coller dans WPCode (Extrait CSS)
   ====================================================== */

:root {
  --brown-dark: #3d2817;
  --cream: #fdf8f1;        /* fond de page */
  --cream-light: #fdf8f1;  /* fond header / story-text (même ton) */
  --taupe: #d3c2af;        /* bandeaux (About + PDF) */
  --taupe-light: #e2d4c1;
  --title: #bda58c;        /* titres de section */
  --text-dark: #3a2e22;
  --text-muted: #8a7a65;
  --rose: #b96a6a;
  --burgundy: #7a3b3b;
}

/* ---------- FORCE TYPO MULISH SUR TOUT ---------- */
body,
body h1, body h2, body h3, body h4, body h5, body h6,
body p, body a, body span, body div, body li, body button, body input,
.hero, .hero p, .hero .btn,
.top-banner,
.header, .nav, .nav a, .dropdown a,
.about, .about h2, .about p, .about a,
.story-text, .story-text h3, .story-text p, .story-text .tag, .btn-dark,
.pdf-section, .pdf-content, .pdf-content h3, .pdf-content p, .btn-pdf,
.section-title, .section-subtitle, .section-header,
.product, .product-name, .product-price, .badge,
.category, .category-name,
.testimonial, .testimonial .quote, .testimonial .author, .testimonial .stars,
.coffrets-intro, .coffrets-intro p,
footer, footer a {
  font-family: var(--lcdo-font-body);
  /* font-style: normal removed - handled per component */
}
/* Annuler font-style: normal sur le hero h1 spécifiquement */
.hero h1 { font-style: italic; }

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  color: var(--text-dark);
  background: var(--cream);
  font-size: 14px;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

/* ---------- TOP BANNER ---------- */
.top-banner {
  background: var(--brown-dark);
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 500;
}
.top-banner .flag { margin-right: 8px; }

/* ---------- HERO ---------- */
.hero {
  position: relative;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 0;
}
.hero-image-placeholder {
  position: absolute;
  inset: 0;
  background-image: url('../../../../uploads/2026/03/image.png');
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
  background-color: #a88866;
}
.hero-image-placeholder::before { content: none; display: none; }
.hero-image-placeholder::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding: 0 20px;
}
/* ===================================================
   HERO H1 — VARIANTES TYPOGRAPHIQUES
   =================================================== */* ===================================================
   HERO H1 — VARIANTES TYPOGRAPHIQUES (V1 active)
   =================================================== */

/* == V1 : Cormorant italic — cohérence section-subtitle (décommenter pour activer)
.hero h1 {
  font-family: var(--lcdo-font-heading);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(36px, 5.5vw, 58px);
  letter-spacing: 0.01em;
  line-height: 1.15;
  text-transform: none;
  margin-bottom: 28px;
  color: #fff;
}
*/

/* == V2 : Cormorant italic monumental (décommenter pour activer)
.hero h1 {
  font-family: var(--lcdo-font-heading);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(48px, 7.5vw, 82px);
  letter-spacing: 0.005em;
  line-height: 1.05;
  text-transform: none;
  margin-bottom: 32px;
  color: #fff;
}
*/

/* == V3 : Cormorant italic aérée (décommenter pour activer)
.hero h1 {
  font-family: var(--lcdo-font-heading);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(32px, 4.5vw, 52px);
  letter-spacing: 0.03em;
  line-height: 1.35;
  text-transform: none;
  margin-bottom: 30px;
  color: #fff;
}
*/

/* == V1 active par défaut : Cormorant italic — cohérence section-subtitle == */
.hero h1 {
  font-family: var(--lcdo-font-heading);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(36px, 5.5vw, 58px);
  letter-spacing: 0.01em;
  line-height: 1.15;
  text-transform: none;
  margin-bottom: 28px;
  color: #fff;
}


.hero p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 38px;
  font-weight: 300;
  letter-spacing: 0.5px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.btn {
  display: inline-block;
  padding: 14px 38px;
  background: rgba(255,255,255,0.2);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 30px;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 2.5px;
  font-weight: 500;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
  cursor: pointer;
  transition: all .3s;
}
.btn:hover { background: rgba(255,255,255,0.4); }
.social {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 18px;
  z-index: 2;
}
.social a {
  width: 36px; height: 36px;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  transition: transform .25s, opacity .25s;
  opacity: 0.9;
}
.social a:hover { transform: translateY(-3px); opacity: 1; }
.social svg { width: 22px; height: 22px; fill: currentColor; }

/* ---------- HERO BADGE ANIMÉ ---------- */
.hero-badge {
  position: absolute;
  width: 115px;
  height: 115px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  animation: badge-float 6s ease-in-out infinite;
}
.hero-badge-france {
  top: 32px;
  right: 32px;
  animation-delay: 0s;
}
.hero-badge .badge-ring {
  position: absolute;
  inset: 0;
  animation: badge-rotate 22s linear infinite;
}
.hero-badge .badge-ring text {
  font-family: var(--lcdo-font-body);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 2px;
  fill: #fff;
  text-transform: uppercase;
}
.hero-badge .badge-center {
  position: relative;
  z-index: 2;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
  overflow: hidden;
}
@keyframes badge-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes badge-float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}
@media (max-width: 900px) {
  .hero-badge { width: 85px; height: 85px; }
  .hero-badge .badge-center { width: 42px; height: 42px; font-size: 18px; }
  .hero-badge .badge-ring text { font-size: 8px; letter-spacing: 1.5px; }
  .hero-badge-france { top: 20px; right: 20px; }
}

/* ---------- SECTIONS ---------- */
section { padding: 60px 60px; }
.section-title {
  text-align: center;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--title);
}
.section-subtitle {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  margin-bottom: 45px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.section-header .title-left {
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--title);
}
.see-all {
  font-size: 10px;
  letter-spacing: 2px;
  text-decoration: none;
  color: var(--text-muted);
  text-transform: uppercase;
}
.see-all:hover { color: var(--rose); }

/* ---------- PRODUCT GRID ---------- */
.products {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.product { text-align: left; position: relative; }
.product-img {
  aspect-ratio: 3/4;
  background: #e8dcc8;
  margin-bottom: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(58,46,34,0.4);
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
}
.product-img::before { content: 'IMAGE'; }
/* Cacher automatiquement "IMAGE" quand une image est renseignée en inline style */
.product-img[style*="background-image"]::before,
.category-img[style*="background-image"]::before,
.story-img[style*="background-image"]::before,
.pdf-image[style*="background-image"]::before,
.hero-image-placeholder[style*="background-image"]::before { content: none; display: none; }
.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 14px;
  font-size: 9px;
  letter-spacing: 1.5px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  z-index: 2;
}
.badge.new { background: var(--brown-dark); }
.badge.promo { background: var(--burgundy); left: auto; right: 12px; }
.product-name {
  font-size: 11px;
  letter-spacing: 1.5px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.product-price {
  font-size: 11px;
  color: var(--text-muted);
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}
.dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #d9cbb5;
}
.dot.active { background: var(--text-dark); }

/* ---------- NOS PRODUITS (CIRCLES) ---------- */
.categories {
  display: flex;
  justify-content: center;
  gap: 46px;
  flex-wrap: wrap;
}
.category { text-align: center; cursor: pointer; }
.category-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #e8dcc8;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 14px;
  transition: transform .3s;
  overflow: hidden;
}
.category:hover .category-img { transform: scale(1.05); }
.category-img::before, .category-img::after { content: none; }
.category-name {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

/* ---------- ABOUT ---------- */
.about {
  background: var(--taupe);
  color: #fff;
  padding: 90px 60px;
  text-align: center;
}
.about .section-title { color: #fff; }
.about h2 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 28px;
  line-height: 1.5;
  color: #fff;
}
.about p {
  max-width: 820px;
  margin: 0 auto 32px;
  font-size: 13.5px;
  line-height: 1.9;
  font-weight: 300;
  color: #fff;
}
.about a.link {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.6);
  padding: 13px 32px;
  border-radius: 30px;
  display: inline-block;
  transition: all .3s;
}
.about a.link:hover { background: #fff; color: var(--taupe); }

/* ---------- STORY SPLIT SECTIONS ---------- */
body .story,
section.story,
html body .story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  padding: 0;
  margin-top: 90px;
  margin-bottom: 90px;
}
/* Deux story consécutives : coller la seconde contre la première */
.story + .story,
.story.reverse,
body .story.reverse,
section.story.reverse {
  margin-top: 0;
}
/* Et enlever le margin-bottom de la première story quand une seconde suit */
.story:has(+ .story),
.story:has(+ section.story),
body .story:not(.reverse),
section.story:not(.reverse) {
  margin-bottom: 0;
}
.story.reverse .story-text { order: 1; }
.story.reverse .story-img { order: 2; }
.story-img {
  min-height: 480px;
  background: #e8dcc8;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(58,46,34,0.4);
  font-size: 12px;
  letter-spacing: 2px;
}
.story-img::before { content: 'IMAGE'; }
.story-text {
  padding: 70px 60px;
  background: var(--cream-light);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.story-text .tag {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--rose);
  margin-bottom: 16px;
}
.story-text h3 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 22px;
  color: var(--title);
}
.story-text p {
  font-size: 13.5px;
  line-height: 1.9;
  color: var(--text-muted);
  margin-bottom: 26px;
  font-weight: 300;
}
.btn-dark {
  align-self: flex-start;
  display: inline-block;
  padding: 13px 30px;
  background: var(--brown-dark);
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: 600;
  transition: background .3s;
}
.btn-dark:hover { background: var(--burgundy); }

/* ---------- COFFRETS INTRO ---------- */
.coffrets-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}
.coffrets-intro p {
  font-size: 13.5px;
  line-height: 1.9;
  color: var(--text-muted);
  font-weight: 300;
}

/* ---------- TESTIMONIALS SLIDER ---------- */
.testimonials { background: var(--cream); text-align: center; padding: 90px 0; }
.testimonial-slider {
  position: relative;
  max-width: 100%;
  margin: 30px auto 0;
  padding: 0;
  display: block;
}
.testimonial-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 10px 6vw;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
}
.testimonial-track::-webkit-scrollbar { display: none; }
.testimonials .testimonial {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 280px;
  max-width: 420px;
  scroll-snap-align: center;
  background: #fff;
  padding: 32px 28px;
  border-radius: 6px;
  box-shadow: 0 3px 14px rgba(0,0,0,0.04);
  text-align: left;
  display: block;
  width: auto;
}
.testimonial .stars {
  color: var(--rose);
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.testimonial .quote {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 16px;
  color: var(--text-dark);
  font-style: italic;
}
.testimonial .author {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: var(--text-muted);
  font-weight: 600;
  text-transform: uppercase;
}

/* Flèches positionnées SUR les cartes partielles (dans le track) */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ede2cc;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-dark);
  transition: all .25s ease;
  padding: 0;
}
.slider-arrow:hover { background: var(--taupe); color: #fff; border-color: var(--taupe); }
.slider-arrow.prev { left: 3.5vw; }
.slider-arrow.next { right: 3.5vw; }
.slider-arrow svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 900px) {
  .testimonials .testimonial { flex: 0 0 80%; }
  .slider-arrow.prev { left: 2vw; }
  .slider-arrow.next { right: 2vw; }
}

/* ---------- PDF SECTION ---------- */
.pdf-wrapper {
  background: var(--cream);
  padding: 90px 0 180px 0;
  position: relative;
}
.pdf-section {
  background: var(--taupe);
  position: relative;
}
.pdf-section .inner {
  display: grid;
  grid-template-columns: 270px 1fr;
  align-items: center;
  gap: 60px;
  padding: 28px 80px;
}
.pdf-image {
  background: #b89777;
  aspect-ratio: 3/4;
  margin: -80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.55);
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
}
.pdf-image::before { content: 'IMAGE'; }
.pdf-content { color: #fff; padding: 20px 0; }
.pdf-content h3 {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  line-height: 1.6;
  color: rgba(255,255,255,0.65);
}
.pdf-content h3 .line2 {
  display: block;
  color: rgba(255,255,255,0.9);
}
.pdf-content p {
  font-size: 13px;
  margin: 14px 0 28px;
  font-weight: 400;
  line-height: 1.7;
  max-width: 480px;
  color: #fff;
}
.btn-pdf {
  display: inline-block;
  padding: 14px 36px;
  background: #a8907a;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 2.5px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all .3s;
}
.btn-pdf:hover { background: var(--brown-dark); }

/* ==========================================
   PAGE CONTACT
   ========================================== */
.contact-hero {
  background: var(--taupe);
  padding: 100px 60px 90px;
  text-align: center;
  color: #fff;
}
.contact-hero-inner { max-width: 680px; margin: 0 auto; }
.contact-title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
  margin: 14px 0 22px;
  line-height: 1.4;
}
.contact-hero-text {
  font-size: 14.5px;
  line-height: 1.85;
  font-weight: 300;
  color: #fff;
  max-width: 560px;
  margin: 0 auto;
}

.contact-main { padding: 90px 60px; background: var(--cream); }
.contact-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}
.contact-eyebrow {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--rose);
  margin-bottom: 14px;
}
.contact-heading {
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--title);
  margin-bottom: 18px;
  line-height: 1.4;
}
.contact-intro {
  font-size: 13.5px;
  line-height: 1.8;
  color: var(--text-muted);
  margin-bottom: 28px;
  font-weight: 300;
}

/* Formulaire */
.contact-form { display: flex; flex-direction: column; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { display: flex; flex-direction: column; }
.form-field label {
  font-size: 10.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 8px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
  border: 1px solid #e5d8c3;
  background: #fff;
  padding: 13px 16px;
  border-radius: 6px;
  font-family: var(--lcdo-font-body);
  font-size: 13.5px;
  color: var(--text-dark);
  outline: none;
  transition: border-color .2s;
  width: 100%;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}
.contact-form select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a7a65' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
  padding-right: 38px;
  cursor: pointer;
}
.contact-form textarea {
  min-height: 150px;
  resize: vertical;
  font-family: var(--lcdo-font-body);
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--rose);
}
.contact-submit {
  align-self: flex-start;
  margin-top: 6px;
  padding: 14px 34px;
  background: var(--brown-dark);
  color: #fff;
  border: none;
  border-radius: 30px;
  font-family: var(--lcdo-font-body);
  font-size: 11px;
  letter-spacing: 2.5px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .25s;
}
.contact-submit:hover { background: var(--burgundy); }

/* Coordonnées */
.contact-info {
  background: #fff;
  padding: 40px 34px;
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.04);
}
.contact-info-block {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid #f0e6d3;
}
.contact-info-block:last-of-type { border-bottom: none; }
.contact-info-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--rose);
}
.contact-info-icon svg { width: 18px; height: 18px; }
.contact-info-label {
  font-size: 10.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 4px;
}
.contact-info-block a,
.contact-info-block span {
  font-size: 13.5px;
  color: var(--text-dark);
  text-decoration: none;
  font-weight: 500;
}
.contact-info-block a:hover { color: var(--rose); }

.contact-social {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}
.contact-social a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: var(--cream);
  color: var(--text-dark);
  border-radius: 50px;
  text-decoration: none;
  transition: all .25s;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
}
.contact-social a:hover { background: var(--rose); color: #fff; transform: translateX(4px); }
.contact-social a svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex-shrink: 0;
}
.contact-social a span {
  font-size: 13px;
  letter-spacing: 0.5px;
}

/* FAQ */
.contact-faq {
  background: var(--cream-light);
  padding: 90px 60px;
  text-align: center;
}
.contact-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1000px;
  margin: 40px auto 0;
  text-align: left;
}
.faq-item {
  background: #fff;
  padding: 28px 30px;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.04);
}
.faq-item h3 {
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--title);
  margin-bottom: 12px;
  line-height: 1.4;
}
.faq-item p {
  font-size: 13px;
  line-height: 1.75;
  color: var(--text-muted);
  font-weight: 300;
}

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-faq-grid { grid-template-columns: 1fr; }
}

/* ======================================================
   AMÉLIORATIONS TYPOGRAPHIQUES — HIÉRARCHIE ÉDITORIALE
   Polices : Cormorant Garamond (titres) + Lora (corps)
   Style éditorial artisanal haut de gamme
   ====================================================== */

/* Polices chargées via wp_enqueue_style() dans le functions.php du thème enfant.
   (L'ancien @import était placé en milieu de feuille : invalide en CSS, donc ignoré
   par les navigateurs — la police n'était en réalité jamais chargée par ce fichier.) */

/* --- HERO H1 --- */
.hero h1 {
  font-family: var(--lcdo-font-heading);
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: none;
  line-height: 1.15;
  margin-bottom: 28px;
  color: #fff;
}

/* --- EYEBROW / SECTION-TITLE (petit tag rose majuscule) --- */
.section-title {
  font-family: var(--lcdo-font-body);
  font-size: clamp(0.7rem, 1.5vw, 0.82rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c46f7a;
  margin-bottom: 14px;
}

/* --- SECTION-SUBTITLE (grands titres centraux de section) --- */
.section-subtitle {
  font-family: var(--lcdo-font-heading);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 400;
  font-style: italic;
  color: #3d2817;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  text-transform: none;
}

/* --- TITLE-LEFT (Les Favoris du Moment — eyebrow gauche) --- */
.title-left {
  font-family: var(--lcdo-font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c46f7a;
}

/* --- ABOUT H2 (Des vêtements pour bébé fabriqués avec amour) --- */
.about h2 {
  font-family: var(--lcdo-font-heading);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: none;
  line-height: 1.2;
  margin-bottom: 28px;
  color: #fff;
  font-style: italic;
}

/* --- STORY H3 (titres des split sections tricot / laine) --- */
.story-text h3,
.story h3 {
  font-family: var(--lcdo-font-heading);
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.01em;
  text-transform: none;
  line-height: 1.25;
  margin-bottom: 24px;
  color: #3d2817;
}

/* --- STORY TAG (Savoir-faire / Matière d'exception — eyebrow) --- */
.story-text .tag,
.story .tag {
  font-family: var(--lcdo-font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c46f7a;
  margin-bottom: 14px;
}

/* --- TESTIMONIALS --- */
.testimonials .section-title {
  color: #c46f7a;
}
.testimonials .section-subtitle {
  font-family: var(--lcdo-font-heading);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: #3d2817;
  font-style: italic;
  font-weight: 400;
}

/* --- PDF H3 (Votre PDF Gratuit) --- */
.pdf-content h3 {
  font-family: var(--lcdo-font-heading);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.01em;
  text-transform: none;
  line-height: 1.3;
  margin-bottom: 16px;
  color: rgba(255,255,255,0.95);
}

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 768px) {
  .hero h1 { font-size: 2.2rem; line-height: 1.2; }
  .section-subtitle { font-size: 1.85rem; margin-bottom: 28px; }
  .about h2 { font-size: 1.9rem; }
  .story-text h3, .story h3 { font-size: 1.75rem; }
  .pdf-content h3 { font-size: 1.55rem; }
  .testimonials .section-subtitle { font-size: 1.75rem; }
}

/* ===== OVERRIDE POUR TITRES CORMORANT GARAMOND (sidebar/related articles) ===== */
.oat-sidebar-card-title,
.oat-rcard-title {
  --h3-font-style: italic;
  font-style: italic;
  font-family: var(--lcdo-font-heading);
  text-transform: none;
  letter-spacing: 0;
}
