/* ============================================================
   MULHOUSE GUIDE — custom child theme style.css
   Design system: Asiatique Indonesien Batik (DB) + competitor palette
   Hero style: zoom-on-scroll | Header: logo-center-menu-split | Category: sandwich
   ============================================================ */

/* ---------- VARIABLES (palette competitor + fonts DB) ---------- */
:root {
  --fcc-primary:    #F24F55;
  --fcc-accent:     #4BBBBA;
  --fcc-text:       #151414;
  --fcc-text-soft:  #4b4b4b;
  --fcc-bg:         #FFFFFF;
  --fcc-surface:    #f8f8f8;
  --fcc-line:       #e6e6e6;
  --fcc-shadow:     0 4px 24px rgba(0, 0, 0, .08);
  --fcc-shadow-lg:  0 10px 40px rgba(0, 0, 0, .15);
  --fcc-radius:     6px;
  --fcc-radius-lg:  14px;
  --fcc-font-h:     "Cinzel", Georgia, serif;
  --fcc-font-b:     "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --fcc-container:  1200px;
}

/* ---------- RESET + BASE ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.fcc-body {
  margin: 0;
  font-family: var(--fcc-font-b);
  font-size: 16px;
  line-height: 1.7;
  color: var(--fcc-text);
  background: var(--fcc-bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--fcc-primary); text-decoration: none; transition: color .2s; }
a:hover { color: var(--fcc-accent); }
h1, h2, h3, h4, h5, h6 {
  font-family: var(--fcc-font-h);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 .8em;
  color: var(--fcc-text);
  letter-spacing: .01em;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.7rem); }
p { margin: 0 0 1.1em; color: var(--fcc-text); }
main, .fcc-main { padding-top: 0 !important; margin-top: 0 !important; }

.fcc-container { max-width: var(--fcc-container); margin: 0 auto; padding: 0 1.5rem; }
.fcc-section { padding: 4rem 0; }
.fcc-section--surface { background: var(--fcc-surface); }

/* ============================================================
   HEADER — logo-center-menu-split
   ============================================================ */
.fcc-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--fcc-line);
  box-shadow: 0 1px 0 rgba(0,0,0,0.02);
}
.fcc-header-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.2rem;
  max-width: var(--fcc-container);
  margin: 0 auto;
  padding: 1rem 1.5rem;
}
.fcc-nav-desktop { display: none; }
.fcc-nav-desktop-list {
  display: flex;
  gap: 1.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.fcc-nav-desktop-list a {
  color: var(--fcc-text);
  font-size: .92rem;
  font-weight: 500;
  font-family: var(--fcc-font-b);
  padding: .35rem .2rem;
  border-bottom: 2px solid transparent;
  transition: border-color .2s, color .2s;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.fcc-nav-desktop-list a:hover {
  color: var(--fcc-primary);
  border-bottom-color: var(--fcc-primary);
}
.fcc-brand {
  display: flex;
  align-items: center;
  gap: .7rem;
  text-decoration: none;
  color: var(--fcc-text);
}
.fcc-brand-logo {
  width: auto;
  display: block;
}
.fcc-brand-name {
  font-family: var(--fcc-font-h);
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--fcc-text);
}

/* Burger button (mobile only) */
.fcc-burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  padding: 8px;
  background: rgba(255,255,255,0.92);
  border: 1.5px solid rgba(0,0,0,0.18);
  border-radius: 8px;
  color: #1a1a1a;
  cursor: pointer;
  z-index: 10000;
  flex-shrink: 0;
  position: relative;
}
.fcc-burger > span,
.fcc-burger-bars {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 24px;
  height: 16px;
}
.fcc-burger > span > i,
.fcc-burger-bars > i {
  display: block;
  height: 2px;
  background: #1a1a1a;
  width: 100%;
  border-radius: 1px;
  transition: transform .2s;
}

/* Drawer mobile : hidden by default */
.fcc-nav-mobile { display: none; }

/* ============================================================
   HERO — zoom-on-scroll
   ============================================================ */
.fcc-hero {
  position: relative;
  overflow: hidden;
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #1a1a1a;
}
.fcc-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transform-origin: center center;
  will-change: transform;
  transition: transform .25s ease-out;
}
/* zoom-on-scroll = JS-driven via scroll, with subtle initial scale */
.fcc-hero--zoom-on-scroll .fcc-hero-bg { transform: scale(1.05); }
.fcc-hero-inner {
  position: relative;
  z-index: 3;
  color: #fff;
  padding: 2rem 1.5rem;
  max-width: 900px;
}
.fcc-hero-eyebrow {
  display: inline-block;
  font-family: var(--fcc-font-b);
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .25em;
  text-transform: uppercase;
  padding: .5rem 1.1rem;
  background: rgba(242, 79, 85, 0.92);
  color: #fff;
  border-radius: 999px;
  margin-bottom: 1.4rem;
}
.fcc-hero-title {
  font-family: var(--fcc-font-h);
  color: #fff;
  font-size: clamp(2.4rem, 6.5vw, 4.5rem);
  margin: 0 0 1.2rem;
  text-shadow: 0 2px 18px rgba(0,0,0,0.55);
}
.fcc-hero-subtitle {
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  color: rgba(255,255,255,0.94);
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
  margin: 0 auto 2rem;
  max-width: 720px;
  line-height: 1.55;
}
.fcc-hero-cta-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  justify-content: center;
}
.fcc-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .95rem 1.7rem;
  font-family: var(--fcc-font-b);
  font-size: .98rem;
  font-weight: 600;
  border-radius: var(--fcc-radius);
  text-decoration: none;
  transition: all .25s ease;
  cursor: pointer;
  border: 2px solid transparent;
}
.fcc-btn--cta {
  background: var(--fcc-primary);
  color: #fff;
  box-shadow: 0 4px 14px rgba(242, 79, 85, 0.35);
}
.fcc-btn--cta:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(242, 79, 85, 0.45);
}
.fcc-btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.7);
}
.fcc-btn--ghost:hover {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border-color: #fff;
}

/* ============================================================
   EDITORIAL BLOCK (placed after categories — layout var %3 = 0)
   ============================================================ */
.fcc-editorial {
  padding: 4.5rem 0;
  background: var(--fcc-surface);
  border-top: 1px solid var(--fcc-line);
  border-bottom: 1px solid var(--fcc-line);
}
.fcc-editorial-inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.fcc-editorial h2 {
  text-align: center;
  margin-bottom: 1rem;
  color: var(--fcc-text);
}
.fcc-editorial h3 {
  margin-top: 2.4rem;
  margin-bottom: .6rem;
  color: var(--fcc-primary);
}
.fcc-editorial p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--fcc-text);
}
.fcc-editorial-lead {
  font-size: 1.18rem;
  font-weight: 400;
  text-align: center;
  color: var(--fcc-text-soft);
  max-width: 760px;
  margin: 0 auto 2.4rem;
  line-height: 1.65;
}
.fcc-editorial-callout {
  border-left: 4px solid var(--fcc-primary);
  background: #fff;
  padding: 1.4rem 1.6rem;
  margin: 2.4rem 0;
  font-style: italic;
  color: var(--fcc-text);
  border-radius: 0 var(--fcc-radius) var(--fcc-radius) 0;
  box-shadow: var(--fcc-shadow);
}

/* ============================================================
   CATEGORIES GRID
   ============================================================ */
.fcc-categories { padding: 4rem 0; }
.fcc-section-title {
  text-align: center;
  margin-bottom: 2.6rem;
  position: relative;
  font-family: var(--fcc-font-h);
  color: var(--fcc-text);
}
.fcc-section-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  background: var(--fcc-primary);
  margin: 1rem auto 0;
  border-radius: 2px;
}
.fcc-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  max-width: var(--fcc-container);
  margin: 0 auto;
  padding: 0 1.5rem;
}
.fcc-cat-card {
  position: relative;
  display: block;
  border-radius: var(--fcc-radius-lg);
  overflow: hidden;
  background: var(--fcc-surface);
  text-decoration: none;
  color: var(--fcc-text);
  box-shadow: var(--fcc-shadow);
  transition: transform .25s, box-shadow .25s;
  aspect-ratio: 4 / 3;
}
.fcc-cat-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--fcc-shadow-lg);
  color: var(--fcc-text);
}
.fcc-cat-card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: transform .8s ease;
}
.fcc-cat-card:hover .fcc-cat-card-img { transform: scale(1.08); }
.fcc-cat-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.85) 100%);
}
.fcc-cat-card-body {
  position: absolute;
  z-index: 3;
  bottom: 1.4rem;
  left: 1.4rem;
  right: 1.4rem;
}
.fcc-cat-card-title {
  font-family: var(--fcc-font-h);
  font-size: 1.5rem;
  color: #fff;
  margin: 0 0 .3rem;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}
.fcc-cat-card-count {
  font-family: var(--fcc-font-b);
  font-size: .85rem;
  color: rgba(255,255,255,0.92);
  letter-spacing: .04em;
}
.fcc-cat-card--fallback {
  background: linear-gradient(135deg, var(--fcc-primary), #c41319);
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 1.4rem;
}
.fcc-cat-card--fallback .fcc-cat-card-title { position: static; color: #fff; }

/* ============================================================
   ARTICLES GRID (latest)
   ============================================================ */
.fcc-latest { padding: 4rem 0; background: var(--fcc-bg); }
.fcc-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: var(--fcc-container);
  margin: 0 auto;
  padding: 0 1.5rem;
}
.fcc-article-card {
  background: #fff;
  border-radius: var(--fcc-radius-lg);
  overflow: hidden;
  box-shadow: var(--fcc-shadow);
  transition: transform .25s, box-shadow .25s;
  display: flex;
  flex-direction: column;
}
.fcc-article-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--fcc-shadow-lg);
}
.fcc-article-thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--fcc-surface);
}
.fcc-article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}
.fcc-article-card:hover .fcc-article-thumb img { transform: scale(1.06); }
.fcc-article-body { padding: 1.4rem 1.5rem 1.6rem; flex: 1; display: flex; flex-direction: column; }
.fcc-article-cat {
  font-family: var(--fcc-font-b);
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--fcc-primary);
  font-weight: 700;
  margin-bottom: .5rem;
}
.fcc-article-title {
  font-family: var(--fcc-font-h);
  font-size: 1.2rem;
  line-height: 1.35;
  margin: 0 0 .6rem;
}
.fcc-article-title a {
  color: var(--fcc-text);
}
.fcc-article-title a:hover { color: var(--fcc-primary); }
.fcc-article-excerpt {
  font-size: .94rem;
  color: var(--fcc-text-soft);
  line-height: 1.6;
  margin: 0 0 1rem;
  flex: 1;
}
.fcc-article-meta {
  font-size: .8rem;
  color: var(--fcc-text-soft);
  display: flex;
  gap: .8rem;
  align-items: center;
}
.fcc-article-meta time { color: var(--fcc-text-soft); }
.fcc-empty-state {
  text-align: center;
  padding: 2rem 0;
  color: var(--fcc-text-soft);
  font-size: 1.05rem;
  max-width: 700px;
  margin: 0 auto;
}

/* ============================================================
   TOOL EMBED ON HOME
   ============================================================ */
.fcc-tool-embed {
  padding: 4.5rem 0;
  background: linear-gradient(135deg, var(--fcc-surface) 0%, #fff 100%);
}
.fcc-tool-embed-inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.fcc-tool-embed-intro {
  text-align: center;
  margin-bottom: 2.4rem;
}
.fcc-tool-embed-intro p {
  color: var(--fcc-text-soft);
  max-width: 680px;
  margin: 0 auto;
  font-size: 1.05rem;
}

/* ============================================================
   FOOTER (4 cols)
   ============================================================ */
.fcc-footer {
  background: #151414;
  color: #d8d8d8;
  padding: 4rem 0 1.5rem;
  border-top: 4px solid var(--fcc-primary);
}
.fcc-footer-inner {
  max-width: var(--fcc-container);
  margin: 0 auto;
  padding: 0 1.5rem;
}
.fcc-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.6rem;
  margin-bottom: 2.6rem;
}
.fcc-footer-col h3.fcc-footer-title {
  font-family: var(--fcc-font-h);
  color: #fff;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin: 0 0 1.2rem;
  padding-bottom: .7rem;
  border-bottom: 2px solid var(--fcc-primary);
  display: inline-block;
}
.fcc-footer-logo {
  width: 120px;
  height: auto;
  display: block;
  margin-bottom: 1rem;
  filter: brightness(1.1);
}
.fcc-footer-brand-pitch {
  font-size: .92rem;
  line-height: 1.65;
  color: #cfcfcf;
  margin: 0 0 1rem;
}
.fcc-footer-brand-cta {
  display: inline-block;
  margin-top: .3rem;
  padding: .55rem 1.1rem;
  background: var(--fcc-primary);
  color: #fff;
  text-decoration: none;
  border-radius: var(--fcc-radius);
  font-size: .9rem;
  font-weight: 600;
  transition: background .2s, transform .2s;
}
.fcc-footer-brand-cta:hover {
  background: #c41319;
  color: #fff;
  transform: translateY(-1px);
}
.fcc-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fcc-footer-links li { margin-bottom: .55rem; }
.fcc-footer-links a {
  color: #d8d8d8;
  text-decoration: none;
  font-size: .92rem;
  transition: color .2s, padding-left .2s;
}
.fcc-footer-links a:hover {
  color: var(--fcc-accent);
  padding-left: .3rem;
}
.fcc-footer-social {
  display: flex;
  gap: .75rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.fcc-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  border-radius: 50%;
  transition: background .2s, transform .2s;
}
.fcc-footer-social a:hover {
  background: var(--fcc-primary);
  color: #fff;
  transform: translateY(-2px);
}
.fcc-footer-social svg { width: 18px; height: 18px; }
.fcc-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.5rem;
  text-align: center;
  font-size: .85rem;
  color: #9a9a9a;
}
.fcc-footer-bottom a { color: #d8d8d8; }
.fcc-footer-bottom a:hover { color: var(--fcc-accent); }

/* ============================================================
   CATEGORY PAGE — sandwich layout (intro + posts + outro optional)
   ============================================================ */
.fcc-cat-hero {
  position: relative;
  height: 320px;
  max-height: 350px;
  overflow: hidden;
  background: var(--fcc-primary);
}
.fcc-cat-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.fcc-cat-hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--fcc-container);
  height: 100%;
  margin: 0 auto;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.75) 100%);
}
.fcc-cat-hero h1 {
  font-family: var(--fcc-font-h);
  color: #fff;
  text-shadow: 0 2px 14px rgba(0,0,0,0.7);
  margin: 0;
}
.fcc-cat-intro {
  padding: 3rem 0;
  background: var(--fcc-bg);
}
.fcc-cat-intro-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 1.5rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--fcc-text);
}
.fcc-cat-articles { padding: 2rem 0 4rem; }
.fcc-cat-outro {
  padding: 3rem 0;
  background: var(--fcc-surface);
  border-top: 1px solid var(--fcc-line);
}
.fcc-cat-outro-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ============================================================
   PAGE TEMPLATES (Contact, About, Tools)
   ============================================================ */
.fcc-page {
  padding: 3.5rem 0;
}
.fcc-page-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.fcc-page h1 {
  text-align: center;
  margin-bottom: 1.6rem;
}
.fcc-page p { font-size: 1.05rem; line-height: 1.75; color: var(--fcc-text); }
.fcc-page a { color: var(--fcc-primary); text-decoration: underline; }
.fcc-page a:hover { color: var(--fcc-accent); }

.fcc-contact-form {
  margin: 2.5rem 0;
  padding: 1.5rem;
  background: var(--fcc-surface);
  border-radius: var(--fcc-radius-lg);
  box-shadow: var(--fcc-shadow);
}

.fcc-persona-photo {
  display: block;
  margin: 1.5rem auto 2rem;
  max-width: 320px;
  border-radius: 50%;
  border: 4px solid var(--fcc-primary);
  box-shadow: var(--fcc-shadow-lg);
}

/* ============================================================
   ANIMATIONS — CTA shadow_lift_hover / CTR scrolling_marquee_bar / CTO free_trial_badge
   ============================================================ */
@keyframes fcc-shadow-lift-hover {
  0%   { box-shadow: 0 4px 14px rgba(242, 79, 85, 0.35); transform: translateY(0); }
  100% { box-shadow: 0 14px 32px rgba(242, 79, 85, 0.55); transform: translateY(-3px); }
}
.fcc-btn--cta:hover {
  animation: fcc-shadow-lift-hover .35s ease forwards;
}

/* CTR — scrolling marquee bar (anti-empreinte: discrete top bar with editorial cues) */
.fcc-marquee-bar {
  background: var(--fcc-text);
  color: #fff;
  font-family: var(--fcc-font-b);
  font-size: .82rem;
  padding: .5rem 0;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid #222;
}
.fcc-marquee-track {
  display: inline-block;
  padding-left: 100%;
  animation: fcc-marquee-scroll 32s linear infinite;
}
.fcc-marquee-track span {
  margin-right: 4rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.fcc-marquee-track span::before {
  content: "◆";
  margin-right: .8rem;
  color: var(--fcc-primary);
}
@keyframes fcc-marquee-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* CTO — free trial badge (anti-empreinte: a subtle floating badge style on the tool sections) */
.fcc-cto-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: var(--fcc-accent);
  color: #fff;
  padding: .45rem 1rem;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 600;
  font-family: var(--fcc-font-b);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 1rem;
  animation: fcc-cto-pulse 2.4s ease-in-out infinite;
}
@keyframes fcc-cto-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 4px 12px rgba(75, 187, 186, 0.4); }
  50%      { transform: scale(1.04); box-shadow: 0 6px 18px rgba(75, 187, 186, 0.55); }
}

/* ============================================================
   MOUSE EFFECT — image_hover_soft_blur
   ============================================================ */
@media (hover: hover) {
  .fcc-article-thumb img,
  .fcc-cat-card-img {
    transition: transform .6s ease, filter .5s ease;
  }
  .fcc-article-card:hover .fcc-article-thumb img,
  .fcc-cat-card:hover .fcc-cat-card-img {
    filter: blur(1.2px) saturate(1.15) brightness(1.05);
  }
}
@media (hover: none) {
  .fcc-article-thumb img, .fcc-cat-card-img { filter: none !important; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* DESKTOP — nav visible, burger hidden, footer cta hidden in drawer */
@media (min-width: 1024px) {
  .fcc-nav-desktop {
    display: flex;
    flex: 0 1 auto;
  }
  .fcc-burger { display: none !important; }
  .fcc-drawer-cta { display: none !important; }
}

/* MOBILE / TABLET */
@media (max-width: 1023px) {
  .fcc-header-inner {
    justify-content: space-between;
    gap: 1rem;
  }
  .fcc-burger {
    display: inline-flex !important;
  }
  .fcc-nav-mobile {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 86%;
    max-width: 380px;
    background: #fff;
    z-index: 9999;
    padding: 4.5rem 1.5rem 2rem;
    overflow-y: auto;
    box-shadow: -10px 0 30px rgba(0,0,0,0.3);
    flex-direction: column;
  }
  .fcc-nav-mobile.is-open {
    display: flex;
  }
  .fcc-nav-mobile-list {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
  }
  .fcc-nav-mobile-list li {
    border-bottom: 1px solid var(--fcc-line);
  }
  .fcc-nav-mobile-list a {
    display: block;
    padding: 1rem .5rem;
    color: #0a0a0a;
    text-decoration: none;
    font-family: var(--fcc-font-b);
    font-size: 1.05rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .04em;
    transition: color .2s, padding-left .2s;
  }
  .fcc-nav-mobile-list a:hover {
    color: var(--fcc-primary);
    padding-left: 1rem;
  }
  .fcc-nav-mobile-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 38px;
    height: 38px;
    background: transparent;
    border: 1.5px solid #d0d0d0;
    border-radius: 50%;
    font-size: 1.4rem;
    line-height: 1;
    color: #0a0a0a;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fcc-drawer-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
  }
  .fcc-drawer-overlay.is-open { display: block; }

  .fcc-drawer-cta {
    display: block !important;
    margin: 2rem 0 1rem !important;
    padding: 1rem 1.5rem !important;
    text-align: center !important;
    background: var(--fcc-primary) !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-size: 1.05rem !important;
  }

  .fcc-articles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem;
  }
  .fcc-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

@media (max-width: 640px) {
  .fcc-hero { min-height: 70vh; }
  .fcc-articles-grid {
    grid-template-columns: 1fr;
  }
  .fcc-footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .fcc-section { padding: 3rem 0; }
  .fcc-editorial { padding: 3rem 0; }
  .fcc-hero-title { font-size: clamp(2rem, 8vw, 2.8rem); }
  .fcc-cat-grid { grid-template-columns: 1fr; }
  .fcc-brand-name { font-size: 1.15rem; letter-spacing: .06em; }
}


/* Mouse effect : image_hover_soft_blur */
/* image_hover_soft_blur — subtle blur+saturation lift on hover of post and category card thumbnails. Disabled on touch. */
@media (hover: hover) {
  .fcc-article-thumb img,
  .fcc-cat-card-img {
    transition: transform .6s ease, filter .5s ease;
    will-change: filter, transform;
  }
  .fcc-article-card:hover .fcc-article-thumb img,
  .fcc-cat-card:hover .fcc-cat-card-img {
    filter: blur(1.2px) saturate(1.15) brightness(1.05);
    transform: scale(1.04);
  }
}
@media (hover: none) { .fcc-article-thumb img, .fcc-cat-card-img { filter: none !important; } }

/* Validator: cap hauteur hero cat v2 */
body section[class*="cat-hero"], body div[class*="cat-hero"], body section[class*="category-hero"], body div[class*="category-hero"] { position: relative !important; height: 320px !important; max-height: 320px !important; min-height: 200px !important; padding: 0 !important; overflow: hidden !important; display: flex !important; align-items: center !important; border: none !important; box-shadow: none !important; }
body [class*="cat-hero"] > img, body [class*="cat-hero-bg"], body [class*="cat-hero"] img, body [class*="category-hero"] img { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; max-height: 320px !important; object-fit: cover !important; z-index: 0 !important; border: none !important; }
body [class*="cat-hero"] > [class*="container"], body [class*="cat-hero"] > [class*="wrap"], body [class*="cat-hero"] > [class*="inner"], body [class*="cat-hero"] > div { position: relative !important; z-index: 2 !important; max-width: 900px !important; margin: 0 auto !important; padding: 1.5rem 2rem !important; background: transparent !important; }
body [class*="cat-hero"] h1, body [class*="category-hero"] h1 { color: #ffffff !important; font-size: clamp(2rem, 5vw, 3.5rem) !important; margin: 0 !important; font-weight: 800 !important; text-shadow: 0 3px 12px rgba(0,0,0,.85), 0 0 30px rgba(0,0,0,.5) !important; }
body [class*="cat-hero"][style*="background-image"] { background-size: cover !important; background-position: center !important; }
body [class*="cat-hero"] [class*="breadcrumb"], body [class*="cat-hero"] nav[aria-label*="riane"], body [class*="cat-hero"] nav[aria-label*="readcrumb"] { display: none !important; }

/* Validator: nav-mobile drawer hidden by default v2 */
/* Drawer/burger menu mobile : hidden par defaut, visible mobile+is-open */
[class*="-nav-mobile"]:not(.is-open), [id*="-nav-mobile"]:not(.is-open), [class*="-drawer"]:not(.is-open), [class*="-burger-menu"]:not(.is-open), [class*="-mobile-menu"]:not(.is-open) { display: none !important; }
@media (max-width: 980px) {
  [class*="-nav-mobile"].is-open, [id*="-nav-mobile"].is-open, [class*="-drawer"].is-open, [class*="-burger-menu"].is-open, [class*="-mobile-menu"].is-open { display: flex !important; flex-direction: column !important; position: fixed !important; top: 0 !important; right: 0 !important; bottom: 0 !important; width: 86% !important; max-width: 380px !important; background: #fff !important; padding: 4.5rem 1.5rem 2rem !important; z-index: 9999 !important; overflow-y: auto !important; box-shadow: -10px 0 30px rgba(0,0,0,0.3) !important; }
}

/* Validator: drawer-mobile height fix v1 */
/* Force height:100vh sur le drawer ouvert : top:0;bottom:0 sans !important peut etre overrides par Claude → on impose 100vh. */
/* [2026-06-06] Broadening : ajout patterns supplementaires (X-nav sans 'mobile', X-side, X-menu-drawer, etc.) sinon le validator manque les sites comme artois-moto.com qui utilise fe8-nav (sans 'mobile' dans le nom). */
@media (max-width: 1023px) {
  [class*="-nav-mobile"].is-open, [id*="-nav-mobile"].is-open, [class*="-drawer"].is-open, [class*="-burger-menu"].is-open, [class*="-mobile-menu"].is-open, [class*="-side-nav"].is-open, [class*="-side-menu"].is-open, [class*="-offcanvas"].is-open, nav[aria-label*="mobile" i].is-open, nav[aria-label*="Menu mobile" i].is-open, nav[id*="nav"].is-open[class*="-nav"]:not([class*="desktop"]) { height: 100vh !important; min-height: 100vh !important; max-height: 100vh !important; }
}

/* Validator: footer logo no-filter v1 */
footer img, [class*="-footer"] img, [role="contentinfo"] img, footer [class*="logo"], [class*="-footer"] [class*="logo"] { filter: none !important; mix-blend-mode: normal !important; opacity: 1 !important; }
footer[class*="dark"] img, footer[class*="black"] img, [class*="-footer"][class*="dark"] img, [class*="-footer"][class*="black"] img { filter: brightness(0) invert(1) !important; }

/* Validator: header-hero gap fix v1 */
/* Bug recurrent : <main class="X-main"> a padding-top:30px qui creait un
 * gap entre header sticky et hero/cat-hero. Force padding-top:0 sur le
 * wrapper <main> + margin-top:0 sur le 1er hero enfant. */
body > main, body > [role="main"], main[class*="-main"], [id="main"] { padding-top: 0 !important; }
main > [class*="-hero"]:first-child, main > [class*="-cat-hero"]:first-child, main > [class*="-category-hero"]:first-child { margin-top: 0 !important; }
/* Fallback : si sibling direct du header */
header + section, header + [class*="-hero"], header + [class*="-cat-hero"], header + [class*="-category-hero"], [class*="-header"] + section, [class*="-header"] + [class*="-hero"], [class*="-header"] + [class*="-cat-hero"], [class*="-header"] + [class*="-category-hero"] { margin-top: 0 !important; padding-top: 0 !important; }
section[class*="-hero"]:first-of-type, section[class*="-cat-hero"]:first-of-type, section[class*="-category-hero"]:first-of-type { margin-top: 0 !important; }

/* Validator: contraste lisible header+menu-mobile+footer v2 */
[class*="-nav-mobile"], [id*="-nav-mobile"], [class*="-drawer"], [class*="-burger-menu"], [class*="-mobile-menu"], [class*="-side-nav"] { background: #ffffff !important; }
[class*="-nav-mobile"] *, [id*="-nav-mobile"] *, [class*="-drawer"] *, [class*="-burger-menu"] *, [class*="-mobile-menu"] *, [class*="-side-nav"] * { color: #0a0a0a !important; }
[class*="-nav-mobile"] a, [id*="-nav-mobile"] a, [class*="-drawer"] a, [class*="-burger-menu"] a, [class*="-mobile-menu"] a { color: #0a0a0a !important; font-weight: 600 !important; }
[class*="-nav-mobile"] a:hover, [class*="-drawer"] a:hover, [class*="-burger-menu"] a:hover, [class*="-mobile-menu"] a:hover { color: #000 !important; opacity: 0.7 !important; }
footer *, [class*="-footer"] *, [role="contentinfo"] * { color: #1a1a1a !important; }
footer a, [class*="-footer"] a, [role="contentinfo"] a { color: #1a1a1a !important; text-decoration: underline !important; text-decoration-color: currentColor !important; text-underline-offset: 3px !important; font-weight: 600 !important; }
footer a:hover, [class*="-footer"] a:hover, [role="contentinfo"] a:hover { color: #000 !important; opacity: 1 !important; }
footer h1, footer h2, footer h3, footer h4, footer h5, [class*="-footer"] h1, [class*="-footer"] h2, [class*="-footer"] h3, [class*="-footer"] h4, [class*="-footer"] h5 { color: #0a0a0a !important; font-weight: 700 !important; }
footer p, footer span, footer li, [class*="-footer"] p, [class*="-footer"] span, [class*="-footer"] li { color: #2a2a2a !important; }
footer[class*="dark"] *, footer[class*="black"] *, [class*="-footer"][class*="dark"] *, [class*="-footer"][class*="black"] *, footer[style*="background:#0"] *, footer[style*="background: #0"] *, footer[style*="background:#1"] *, footer[style*="background: #1"] *, footer[style*="background:#2"] *, footer[style*="background: #2"] * { color: #f5f5f5 !important; }
footer[class*="dark"] a, [class*="-footer"][class*="dark"] a, footer[style*="background:#0"] a, footer[style*="background:#1"] a { color: #ffffff !important; }
header a, [class*="-header"] a, [role="banner"] a { text-shadow: none !important; }
header a:hover, [class*="-header"] a:hover { opacity: 0.7 !important; }
[class*="-nav-mobile"] [class*="-btn"], [class*="-footer"] [class*="-btn"] { border: 1.5px solid currentColor !important; }

/* Validator: burger button always visible+clickable v2 */
/* === Burger button : VISIBLE + CLIQUABLE garanti === */
[class*="-burger"], [class*="burger-menu"], [class*="menu-toggle"], button[aria-controls*="nav"], button[aria-label*="menu" i] { color: #1a1a1a !important; pointer-events: auto !important; cursor: pointer !important; z-index: 100 !important; position: relative !important; user-select: none !important; -webkit-tap-highlight-color: transparent !important; background: rgba(255,255,255,0.92) !important; border-radius: 8px !important; border: 1.5px solid rgba(0,0,0,0.15) !important; box-shadow: 0 1px 3px rgba(0,0,0,0.12) !important; padding: 8px !important; }
[class*="-burger"] svg, [class*="burger-menu"] svg, [class*="menu-toggle"] svg, button[aria-controls*="nav"] svg { stroke: #1a1a1a !important; fill: none !important; pointer-events: none !important; stroke-width: 2.5 !important; width: 22px !important; height: 22px !important; }
[class*="-burger"] svg path, [class*="-burger"] svg line, [class*="-burger"] svg rect, [class*="-burger"] svg polyline { stroke: #1a1a1a !important; stroke-width: 2.5 !important; fill: none !important; }
[class*="-burger"]:hover, [class*="-burger"]:focus { background: rgba(255,255,255,1) !important; border-color: rgba(0,0,0,0.3) !important; outline: 2px solid rgba(0,0,0,0.15) !important; outline-offset: 1px !important; }
/* Si le header est sombre : inverse en clair (detection elargie) */
[class*="-header"][style*="background:#0"] [class*="-burger"], [class*="-header"][style*="background:#1"] [class*="-burger"], [class*="-header"][style*="background:#2"] [class*="-burger"], [class*="-header"][style*="background-color:#0"] [class*="-burger"], [class*="-header"][style*="background-color:#1"] [class*="-burger"], [class*="-header"][style*="background-color:#2"] [class*="-burger"], [class*="-header"][class*="dark"] [class*="-burger"], [class*="-header"][class*="black"] [class*="-burger"], [class*="-header"][class*="--dark"] [class*="-burger"], [class*="-header"][class*="-night"] [class*="-burger"] { color: #f5f5f5 !important; background: rgba(0,0,0,0.55) !important; border-color: rgba(255,255,255,0.4) !important; box-shadow: 0 1px 3px rgba(0,0,0,0.4) !important; }
[class*="-header"][style*="background:#0"] [class*="-burger"] svg, [class*="-header"][style*="background:#1"] [class*="-burger"] svg, [class*="-header"][class*="dark"] [class*="-burger"] svg, [class*="-header"][class*="black"] [class*="-burger"] svg { stroke: #f5f5f5 !important; }
@media (max-width: 1023px) {
  [class*="-burger"], button[aria-controls*="nav"] { display: inline-flex !important; align-items: center !important; justify-content: center !important; min-width: 44px !important; min-height: 44px !important; }
}
@media (min-width: 1024px) {
  [class*="-burger"], button[aria-controls*="nav"] { display: none !important; }
}

/* Validator: nav-mobile-list visible inside open drawer v1 */
/* Burger drawer ouvert : la UL des liens DOIT etre visible. */
[class*="-nav-mobile"].is-open ul, [id*="-nav-mobile"].is-open ul, [class*="-nav-mobile"].is-open [class*="-nav-mobile-list"], [class*="-drawer"].is-open ul, [class*="-burger-menu"].is-open ul { display: block !important; visibility: visible !important; height: auto !important; max-height: none !important; overflow: visible !important; padding: 0 !important; margin: 0 !important; list-style: none !important; }
[class*="-nav-mobile"].is-open ul li, [id*="-nav-mobile"].is-open ul li, [class*="-drawer"].is-open ul li, [class*="-burger-menu"].is-open ul li { display: list-item !important; height: auto !important; padding: 0 !important; margin: 0 !important; list-style: none !important; }
[class*="-nav-mobile"].is-open ul li a, [id*="-nav-mobile"].is-open ul li a, [class*="-drawer"].is-open ul li a, [class*="-burger-menu"].is-open ul li a { display: block !important; padding: 0.9rem 0 !important; text-decoration: none !important; border-bottom: 1px solid rgba(0,0,0,0.08) !important; font-size: 1rem !important; }
