/*
 * NAU CAFÉ — Design System Override
 * Chargé après style.css pour adapter le thème Kaffen
 * Café vietnamien — 11b Rue Jacques Cœur, 75004 Paris
 */

/* =============================================
   Transitions entre pages (View Transitions API)
   Fondu doux natif — sans JS, progressif (ignoré si non supporté)
   ============================================= */
@view-transition { navigation: auto; }
::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 0.28s;
  animation-timing-function: cubic-bezier(0.3, 0, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root) { animation: none; }
}

/* =============================================
   Variables CSS
   ============================================= */
:root {
  --color-bg:     #f5f0ea;
  --color-card:   #faf7f2;
  --color-text:   #2c1a0e;
  --color-muted:  rgba(44, 26, 14, 0.60);
  --color-accent: #b99272;
  --color-wood:   #2c1a0e;
  --color-dark:   #1a0f08;
}

/* =============================================
   Base
   ============================================= */
body {
  background: var(--color-bg) !important;
  color: var(--color-muted) !important;
}

.bg {
  background: var(--color-bg);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--color-wood) !important;
}

a            { color: var(--color-wood); }
a:link       { color: var(--color-wood); }
a:visited    { color: var(--color-wood); }
a:hover      { color: var(--color-accent) !important; text-decoration: none; }

p { color: var(--color-muted); }

/* =============================================
   Preloader
   ============================================= */
.preloader {
  background: var(--color-bg);
}

/* =============================================
   Logos imagesnau
   ============================================= */
.kf-logo a {
  display: inline-block;
  line-height: 0;
}

.kf-logo {
  width: auto !important;
  max-width: none;
}

.nau-header-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 0;
}

.nau-header-brand-icon {
  width: 90px;
  height: 90px;
  border-radius: 0;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.nau-header-brand-wordmark {
  width: auto;
  height: 60px;
  max-width: 240px;
  object-fit: contain;
}

/* =============================================
   Preloader (NĀU)
   ============================================= */
.preloader .spinner-logo {
  width: 72px !important;
  padding-bottom: 26px;
}

.nau-preloader-logo {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin: 0 auto 18px !important;
}

/* spinner-dot = piste centrée sous le logo */
.preloader .spinner-logo .spinner-dot {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 4px !important;
  width: 56px !important;
  height: 1.5px !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border-radius: 999px !important;
  overflow: hidden;
}

/* spinner-line = barre dorée qui glisse dans la piste */
.preloader .spinner-logo .spinner-line {
  position: absolute;
  bottom: 0;
  height: 100%;
  background: var(--color-accent) !important;
  border-radius: 999px !important;
  box-shadow: 0 0 8px rgba(185, 146, 114, 0.6);
}

.nau-footer-brand {
  display: inline-block;
  line-height: 0;
  margin-bottom: 12px;
}

.nau-footer-logo-img {
  display: block;
  max-width: 180px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.nau-footer-tagline {
  color: rgba(255, 255, 255, 0.60);
  font-size: 14px;
  margin: 0;
  line-height: 1.7;
}

.nau-footer-seo {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  margin-top: 12px;
  line-height: 1.5;
}

.nau-card-sub {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: var(--color-muted);
  margin-top: 6px;
  font-weight: 400;
  line-height: 1.4;
}

.kf-services-item .desc .name {
  line-height: 1.35;
}

.kf-cta .kf-text p {
  color: rgba(255, 255, 255, 0.75) !important;
}

/* =============================================
   Header — Topline (slim, premium)
   ============================================= */
.kf-topline {
  padding: 11px 36px !important;
  font-family: 'Roboto', sans-serif;
}

.kf-topline .row {
  align-items: center;
}

.kf-topline .kf-h-group,
.kf-topline .kf-h-group em,
.kf-topline .kf-h-group i {
  line-height: 1.5;
}

/* =============================================
   Header — Navbar (clean, refined)
   ============================================= */
.kf-navbar {
  padding: 8px 36px !important;
  transition: padding 0.3s ease, background 0.3s ease;
  min-height: 96px;
}

.kf-header.fixed .kf-navbar {
  padding: 6px 36px !important;
  box-shadow: 0 6px 24px rgba(44, 26, 14, 0.08) !important;
  min-height: 72px;
}

.kf-header.fixed .nau-header-brand-icon {
  width: 64px;
  height: 64px;
}

.kf-header.fixed .nau-header-brand-wordmark {
  height: 46px;
}

.kf-header.fixed .nau-header-brand {
  gap: 8px;
}

.kf-navbar > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.kf-navbar > .row > [class*="col-"] {
  display: flex;
  align-items: center;
}

.kf-navbar .align-center {
  justify-content: center;
}

.kf-navbar .align-right {
  justify-content: flex-end;
  gap: 12px;
}

/* Menu items DESKTOP — hover line + spacing */
.kf-navbar .kf-main-menu ul {
  display: flex !important;
  gap: 6px;
  margin: 0;
  padding: 0;
}

.kf-navbar .kf-main-menu ul li {
  padding: 0 !important;
  margin: 0 !important;
}

.kf-navbar .kf-main-menu ul li > a {
  font-family: 'Oswald', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
  padding: 10px 18px !important;
  position: relative;
  color: var(--color-wood) !important;
  transition: color 0.25s ease;
}

.kf-navbar .kf-main-menu ul li > a::after {
  content: '';
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 4px;
  height: 1.5px;
  background: var(--color-accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.3, 0, 0.3, 1);
}

.kf-navbar .kf-main-menu ul li > a:hover {
  color: var(--color-accent) !important;
}

.kf-navbar .kf-main-menu ul li > a:hover::after,
.kf-navbar .kf-main-menu ul li.current > a::after,
.kf-navbar .kf-main-menu ul li.active > a::after {
  transform: scaleX(1);
}

/* =============================================
   Mobile drawer (kf-navbar-mobile)
   ============================================= */
.kf-navbar-mobile {
  padding-top: 140px !important;
  background: var(--color-wood) !important;
}

.kf-navbar-mobile:before {
  background: var(--color-wood) !important;
  /* ouverture/fermeture plus rapides */
  animation-duration: 0.5s !important;
}

/* kf-main-menu mobile : caché tant que le tiroir n'est pas ouvert (.show),
   pour éviter qu'il s'affiche trop tôt puis se ré-anime (effet "rechargement") */
.kf-navbar-mobile .kf-main-menu {
  position: relative !important;
  z-index: 5 !important;
  display: block !important;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.kf-navbar-mobile .kf-topline {
  position: relative !important;
  z-index: 5 !important;
}

.kf-header.show .kf-navbar-mobile .kf-main-menu,
.kf-header.show .kf-navbar-mobile .kf-topline {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.kf-navbar-mobile .kf-main-menu ul {
  display: block !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kf-navbar-mobile .kf-main-menu ul li {
  display: block !important;
  margin: 0 0 4px 0 !important;
  padding: 0 !important;
  text-align: left;
}

.kf-navbar-mobile .kf-main-menu ul li a {
  font-family: 'Oswald', sans-serif !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase;
  color: #fff !important;
  padding: 10px 0 !important;
  line-height: 1.2 !important;
  display: block !important;
  width: 100%;
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.kf-navbar-mobile .kf-main-menu ul li a::after,
.kf-navbar-mobile .kf-main-menu ul li a::before {
  display: none !important;
}

.kf-navbar-mobile .kf-main-menu ul li a:hover {
  color: var(--color-accent) !important;
  padding-left: 8px !important;
}

/* Topline mobile (dans drawer) */
.kf-navbar-mobile .kf-topline {
  margin-top: 36px !important;
  padding: 24px 0 0 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.kf-navbar-mobile .kf-topline .row > [class*="col-"] {
  margin-bottom: 14px;
}

.kf-navbar-mobile .kf-h-group {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 6px 0;
}

.kf-navbar-mobile .kf-h-group i {
  color: var(--color-accent) !important;
  font-size: 15px !important;
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
  width: 18px;
  text-align: center;
  flex-shrink: 0;
}

.kf-navbar-mobile .kf-h-group i.far {
  font-weight: 400 !important;
}

.kf-navbar-mobile .kf-h-group em {
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: 11px;
  white-space: nowrap;
  flex-shrink: 0;
}

.kf-navbar-mobile .nau-topline-note {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 16px;
}

.kf-navbar-mobile .kf-btn.h-btn {
  background: var(--color-accent) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 0 24px !important;
  height: 46px !important;
  line-height: 44px !important;
}

.kf-navbar-mobile .kf-btn.h-btn:hover {
  background: #fff !important;
  color: var(--color-wood) !important;
}

/* Hamburger icon — 3 lignes propres */
.kf-menu-btn {
  margin-right: 0 !important;
  width: 28px !important;
  height: 44px !important;
}

.kf-menu-btn span {
  background: transparent !important;
  height: 14px !important;
  margin-top: -7px !important;
}

.kf-menu-btn span::before,
.kf-menu-btn span::after {
  background: var(--color-wood) !important;
  height: 2px !important;
  border-radius: 2px;
}

/* Ligne du milieu via after sur le bouton */
.kf-menu-btn::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: var(--color-wood);
  border-radius: 2px;
  transition: opacity 0.3s ease;
}

/* État actif (menu ouvert) — la ligne du milieu disparaît, les 2 autres forment un X */
.kf-menu-btn.active::after,
.kf-header.show .kf-menu-btn::after,
.kf-header.animated .kf-menu-btn::after,
.kf-header.opened .kf-menu-btn::after {
  opacity: 0 !important;
}

/* X reste sombre car le header garde son fond crème quand le drawer est ouvert */
.kf-menu-btn.active span::before,
.kf-menu-btn.active span::after,
.kf-header.show .kf-menu-btn span::before,
.kf-header.show .kf-menu-btn span::after,
.kf-header.animated .kf-menu-btn span::before,
.kf-header.animated .kf-menu-btn span::after,
.kf-header.opened .kf-menu-btn span::before,
.kf-header.opened .kf-menu-btn span::after {
  background: var(--color-wood) !important;
}

/* Itinéraire link (remplace l'ancien bouton) */
.nau-header-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-wood) !important;
  padding: 8px 0;
  position: relative;
  transition: color 0.25s ease;
}

.nau-header-link span {
  position: relative;
}

.nau-header-link span::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1.5px;
  background: var(--color-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.3, 0, 0.3, 1);
}

.nau-header-link i {
  font-size: 11px;
  color: var(--color-accent);
  transition: transform 0.3s ease;
}

.nau-header-link:hover {
  color: var(--color-accent) !important;
}

.nau-header-link:hover span::after {
  transform: scaleX(1);
}

.nau-header-link:hover i {
  transform: translateX(4px);
}

/* =============================================
   Hero (NAU CAFÉ) — base safe pour Swiper 8 + fade
   ============================================= */
.section.kf-started-slider {
  position: relative;
  overflow: hidden;
  background: var(--color-wood);
}

.section.kf-started-slider .swiper-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.section.kf-started-slider .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.section.kf-started-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: var(--color-wood);
}

.kf-started-item {
  position: relative;
  width: 100%;
  height: calc(100vh - 150px);
  min-height: 620px;
  box-sizing: border-box;
}

.kf-started-item .slide {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: none !important;
  transition: none !important;
}

.kf-started-item .container {
  align-items: center;
  padding-top: 24px;
  padding-bottom: 48px;
}

.kf-started-item .description {
  overflow: visible;
  position: relative;
  z-index: 3;
  padding-bottom: 24px;
  max-width: 760px;
}

.kf-started-item .name {
  font-size: clamp(44px, 5.5vw, 92px) !important;
  line-height: 1.12 !important;
  margin: 0 0 28px 0 !important;
  overflow: visible;
  word-break: keep-all;
  max-width: 100%;
  color: #fff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}


.kf-started-item .subtitles {
  margin-bottom: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95) !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

/* <sup> ne doit pas être uppercased même si parent l'est */
sup {
  text-transform: lowercase !important;
  font-size: 0.7em;
  vertical-align: super;
}

.kf-started-item .kf-bts {
  margin-top: 8px;
}

.kf-started-item .kf-bts .kf-btn:before {
  display: none !important;
}

.kf-started-item .kf-bts .kf-btn {
  color: #fff !important;
}

.kf-started-item .kf-bts .kf-btn span,
.kf-started-item .kf-bts .kf-btn i {
  color: inherit !important;
}

.kf-started-item .kf-bts .kf-btn:hover {
  color: #fff !important;
  background: var(--color-accent) !important;
  border-color: var(--color-accent) !important;
}

/* Hero — Bouton secondaire en style ghost / outline */
.kf-started-item .kf-bts .kf-btn.dark-btn {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.55) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.kf-started-item .kf-bts .kf-btn.dark-btn span,
.kf-started-item .kf-bts .kf-btn.dark-btn i {
  color: #fff !important;
}

.kf-started-item .kf-bts .kf-btn.dark-btn:hover {
  background: #fff !important;
  border-color: #fff !important;
}

.kf-started-item .kf-bts .kf-btn.dark-btn:hover span,
.kf-started-item .kf-bts .kf-btn.dark-btn:hover i {
  color: var(--color-wood) !important;
}

/* =============================================
   Bloc citation concept — editorial light
   ============================================= */
.kf-about-quote.nau-about-quote {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 22px;
  row-gap: 18px;
  align-items: center;
  margin-top: 32px;
  padding: 28px 32px 28px 36px;
  background: var(--color-card) !important;
  border-left: 3px solid var(--color-accent) !important;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(44, 26, 14, 0.06);
}

.kf-about-quote.nau-about-quote::after {
  display: none;
}

.kf-about-quote.nau-about-quote::before {
  content: '“';
  position: absolute;
  top: -6px;
  right: 22px;
  font-family: 'Merienda', cursive;
  font-size: 70px;
  line-height: 1;
  color: var(--color-accent);
  opacity: 0.25;
  pointer-events: none;
}

.kf-about-quote.nau-about-quote .nau-quote-icon {
  float: none !important;
  width: 56px !important;
  height: 56px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  opacity: 1;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  object-fit: contain;
}

.kf-about-quote.nau-about-quote .nau-quote-text {
  margin: 0 !important;
  font-family: 'Merienda', cursive;
  font-size: 16px;
  line-height: 1.6;
  font-style: italic;
  color: var(--color-wood) !important;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.kf-about-quote.nau-about-quote .nau-quote-btn {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  justify-self: start;
  margin-top: 4px;
  background: var(--color-wood) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 0 26px !important;
  height: 44px !important;
  line-height: 42px !important;
}

.kf-about-quote.nau-about-quote .nau-quote-btn:before {
  display: none !important;
}

.kf-about-quote.nau-about-quote .nau-quote-btn:hover {
  background: var(--color-accent) !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .kf-about-quote.nau-about-quote {
    padding: 22px 22px 22px 26px;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 14px;
  }

  .kf-about-quote.nau-about-quote .nau-quote-icon {
    grid-column: 1 / 2;
    width: 48px !important;
    height: 48px !important;
  }

  .kf-about-quote.nau-about-quote .nau-quote-text {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    font-size: 15px;
  }

  .kf-about-quote.nau-about-quote .nau-quote-btn {
    grid-column: 1 / 2;
    grid-row: 3 / 3;
  }

  .kf-about-quote.nau-about-quote::before {
    font-size: 56px;
    right: 16px;
  }
}

.section.kf-about .kf-about-image {
  margin-right: 0;
}

.section.kf-about .kf-about-image img {
  max-width: 100%;
  width: 100%;
}

/* =============================================
   Section "Le nom NĀU" — page Histoire
   ============================================= */
.nau-name-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.nau-name-display {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 40px;
  background: var(--color-card);
  border: 1px solid rgba(44, 26, 14, 0.10);
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(44, 26, 14, 0.06);
  position: relative;
  overflow: hidden;
}

.nau-name-display::before {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-accent), transparent);
}

.nau-name-label {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 12px;
}

.nau-name-big {
  font-family: 'Merienda', cursive;
  font-size: clamp(80px, 11vw, 140px);
  line-height: 1;
  color: var(--color-wood);
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

.nau-name-phonetic {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: var(--color-muted);
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}

.nau-name-phonetic span {
  color: var(--color-accent);
  margin: 0 6px;
}

.nau-name-translation {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-wood);
  padding-top: 18px;
  border-top: 1px solid rgba(44, 26, 14, 0.12);
  width: 100%;
}

.nau-name-translation::before {
  content: 'fr · ';
  color: var(--color-accent);
  font-size: 12px;
  letter-spacing: 0.18em;
}

.nau-name-section .kf-text p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-muted);
}

.nau-name-section .kf-text p strong {
  color: var(--color-wood);
  font-weight: 500;
}

@media (max-width: 991px) {
  .nau-name-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nau-name-display {
    padding: 40px 30px;
    margin-bottom: 30px;
  }
}

/* =============================================
   Section Gourmandises (Douceurs & déjeuner)
   ============================================= */
.nau-gourmandises {
  padding-top: 90px;
  padding-bottom: 90px;
}

.nau-gourmandises-image {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(44, 26, 14, 0.12);
}

.nau-gourmandises-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
}

.nau-gourmandises-badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  background: rgba(44, 26, 14, 0.92);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.nau-gourmandises-badge-time {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--color-accent);
  line-height: 1;
}

.nau-gourmandises-badge-label {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 12px;
  line-height: 1;
}

.nau-gourmandises-lead {
  font-family: 'Merienda', cursive;
  font-style: italic;
  font-size: 17px;
  line-height: 1.55;
  color: var(--color-wood) !important;
  padding: 14px 0 18px;
  border-top: 1px solid rgba(44, 26, 14, 0.12);
  border-bottom: 1px solid rgba(44, 26, 14, 0.12);
  margin: 28px 0;
}

.nau-gourmandises-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.nau-gourmandises-list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px dashed rgba(44, 26, 14, 0.14);
}

.nau-gourmandises-list li:last-child {
  border-bottom: none;
}

.nau-gourmandises-list li > i,
.nau-gourmandises-list li > .nau-icon-baguette {
  color: var(--color-accent);
  line-height: 1;
  margin-top: 2px;
  flex-shrink: 0;
  display: inline-block;
  width: 40px;
  text-align: center;
}

.nau-gourmandises-list li > i {
  font-size: 30px;
}

.nau-gourmandises-list li > .nau-icon-baguette {
  width: 38px;
  height: 38px;
  margin-top: 0;
}

.nau-gourmandises-list h5 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-wood) !important;
  margin: 0 0 4px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.nau-gourmandises-tag {
  display: inline-block;
  padding: 3px 10px;
  background: var(--color-accent);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  border-radius: 999px;
  line-height: 1.3;
}

.nau-gourmandises-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--color-muted) !important;
}

/* Badge "Bientôt disponible" (bánh mì pas encore servi) */
.nau-soon-tag {
  display: inline-block;
  padding: 3px 10px;
  background: rgba(44, 26, 14, 0.08);
  color: var(--color-accent);
  border: 1px solid var(--color-accent);
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  line-height: 1.3;
  white-space: nowrap;
}

.nau-soon-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  background: var(--color-accent);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

/* Carte affichée en image */
.nau-menu-image {
  max-width: 820px;
  margin: 0 auto;
}

.nau-menu-image-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

@media (max-width: 991px) {
  .nau-gourmandises {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nau-gourmandises-image {
    margin-bottom: 32px;
  }
}

@media (max-width: 480px) {
  .nau-gourmandises-badge {
    left: 14px;
    bottom: 14px;
    padding: 10px 14px;
    gap: 10px;
  }

  .nau-gourmandises-badge-time {
    font-size: 14px;
  }

  .nau-gourmandises-badge-label {
    font-size: 10px;
    letter-spacing: 0.12em;
    padding-left: 10px;
  }
}

/* =============================================
   Section Cheesecakes — best-seller
   ============================================= */
.nau-cheesecakes {
  padding-top: 90px;
  padding-bottom: 90px;
}

.nau-cheesecakes-grid {
  margin-bottom: 8px;
}

.nau-cheesecake-card {
  margin: 0 0 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.nau-cheesecake-link {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 14px 36px rgba(44, 26, 14, 0.12);
  line-height: 0;
}

.nau-cheesecake-link img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.3, 0, 0.3, 1);
}

.nau-cheesecake-link:hover img {
  transform: scale(1.04);
}

.nau-cheesecake-card--featured .nau-cheesecake-link {
  box-shadow: 0 18px 44px rgba(44, 26, 14, 0.16);
}

.nau-cheesecake-card figcaption {
  padding: 18px 4px 0;
}

.nau-cheesecake-label {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 8px;
}

.nau-cheesecake-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-wood) !important;
  margin: 0 0 6px;
  line-height: 1.25;
}

.nau-cheesecake-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--color-muted) !important;
}

.nau-cheesecakes-flavors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}

.nau-cheesecakes-flavors span {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-wood);
  padding: 8px 16px;
  background: #fff;
  border: 1px solid rgba(44, 26, 14, 0.12);
  border-radius: 999px;
}

@media (max-width: 991px) {
  .nau-cheesecakes {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .nau-cheesecake-link img {
    aspect-ratio: 1 / 1;
  }
}

/* =============================================
   Section Quartier — Plan d'accès + Metro
   ============================================= */
.nau-quartier {
  padding-top: 90px;
  padding-bottom: 90px;
}

.nau-quartier-image {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(44, 26, 14, 0.12);
}

.nau-quartier-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
}

.nau-quartier-tag {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(44, 26, 14, 0.88);
  color: #fff;
  border-radius: 999px;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.nau-quartier-tag i {
  color: var(--color-accent);
  font-size: 12px;
}

/* Bloc metro */
.nau-metro-block {
  margin: 28px 0 32px;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid rgba(44, 26, 14, 0.10);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(44, 26, 14, 0.05);
}

.nau-metro-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 14px;
}

.nau-metro-stop {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nau-metro-lines {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.nau-metro-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
}

/* Couleurs officielles RATP */
.nau-metro-1 { background: #FFCD00; color: #1a1a1a; }
.nau-metro-5 { background: #FF7E2E; }
.nau-metro-8 { background: #CEADD2; color: #1a1a1a; }

.nau-metro-info {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  min-width: 0;
}

.nau-metro-info strong {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--color-wood);
  text-transform: uppercase;
}

.nau-metro-info em {
  font-style: normal;
  font-size: 12px;
  color: var(--color-muted);
  margin-top: 3px;
}

.nau-metro-footnote {
  padding-top: 12px;
  border-top: 1px dashed rgba(44, 26, 14, 0.12);
  font-size: 12px;
  color: var(--color-muted);
  letter-spacing: 0.02em;
}

.nau-quartier-btn {
  border-radius: 999px !important;
  padding: 0 28px !important;
}

.nau-quartier-btn:before {
  display: none !important;
}

@media (max-width: 991px) {
  .nau-quartier {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nau-quartier-image {
    margin-bottom: 32px;
  }
}

@media (max-width: 480px) {
  .nau-metro-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .nau-metro-block {
    padding: 18px 18px;
  }
}

/* =============================================
   Section Manifesto — Histoire de NĀU
   ============================================= */
.nau-manifesto {
  padding-top: 90px;
  padding-bottom: 90px;
}

.nau-manifesto-image {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 22px 50px rgba(44, 26, 14, 0.18);
}

.nau-manifesto-image img {
  display: block;
  width: 100%;
  height: 460px;
  object-fit: cover;
}

/* Tampon "Est." en bas à gauche */
.nau-manifesto-stamp {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 6px 22px rgba(44, 26, 14, 0.18);
}

.nau-manifesto-stamp-num {
  font-family: 'Oswald', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.nau-manifesto-stamp-text {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-wood);
  line-height: 1.3;
  text-align: left;
  border-left: 1px solid rgba(44, 26, 14, 0.18);
  padding-left: 14px;
}

.nau-manifesto-content .kf-title {
  margin-bottom: 24px !important;
}

.nau-manifesto-lead {
  font-family: 'Merienda', cursive;
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-wood) !important;
  padding: 14px 0 14px 20px;
  border-left: 2px solid var(--color-accent);
  margin: 0 0 28px;
}

/* Grid 3 stats horizontal */
.nau-manifesto-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 32px;
}

.nau-manifesto-stat {
  display: flex;
  flex-direction: column;
  padding: 18px 16px;
  background: var(--color-card);
  border: 1px solid rgba(44, 26, 14, 0.08);
  border-radius: 6px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.nau-manifesto-stat:hover {
  border-color: var(--color-accent);
  box-shadow: 0 10px 24px -10px rgba(44, 26, 14, 0.18);
  transform: translateY(-2px);
}

.nau-manifesto-stat-label {
  font-family: 'Oswald', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 8px;
}

.nau-manifesto-stat strong {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--color-wood);
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(44, 26, 14, 0.10);
}

.nau-manifesto-stat em {
  display: block;
  font-style: normal;
  font-size: 12.5px;
  color: var(--color-muted);
  line-height: 1.5;
}

@media (max-width: 991px) {
  .nau-manifesto {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nau-manifesto-image {
    margin-bottom: 32px;
  }

  .nau-manifesto-image img {
    height: auto;
    max-height: 420px;
  }
}

@media (max-width: 600px) {
  .nau-manifesto-stats {
    grid-template-columns: 1fr;
  }

  .nau-manifesto-stat {
    display: grid;
    grid-template-columns: 90px 1fr;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
  }

  .nau-manifesto-stat-label {
    margin-bottom: 0;
    grid-row: 1 / 3;
    align-self: center;
  }

  .nau-manifesto-stat strong {
    padding-bottom: 0;
    margin-bottom: 2px;
    border-bottom: none;
  }
}

@media (max-width: 480px) {
  .nau-manifesto-stamp {
    bottom: 14px;
    left: 14px;
    padding: 10px 14px;
    gap: 10px;
  }
}

/* =============================================
   Section "L'emblème" — le chat (page Histoire)
   ============================================= */
.nau-emblem {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.nau-emblem-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}

.nau-emblem-circle {
  position: relative;
  width: 360px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 40%, rgba(185, 146, 114, 0.18) 0%, transparent 70%),
    var(--color-card);
  border: 1px solid rgba(44, 26, 14, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 30px 60px -30px rgba(44, 26, 14, 0.25);
  z-index: 2;
}

.nau-emblem-circle::before,
.nau-emblem-circle::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(44, 26, 14, 0.10);
  pointer-events: none;
}

.nau-emblem-circle::before {
  inset: -20px;
}

.nau-emblem-circle::after {
  inset: -42px;
  border-color: rgba(44, 26, 14, 0.06);
}

.nau-emblem-circle img {
  width: 78%;
  height: auto;
  display: block;
  filter: drop-shadow(0 6px 16px rgba(44, 26, 14, 0.12));
}

/* Petits accents — 4 traits décoratifs autour du cercle */
.nau-emblem-paws {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.nau-emblem-paws span {
  position: absolute;
  width: 24px;
  height: 1.5px;
  background: var(--color-accent);
  border-radius: 999px;
  opacity: 0.5;
}

.nau-emblem-paws span:nth-child(1) { top: 14%; left: 4%; transform: rotate(-30deg); }
.nau-emblem-paws span:nth-child(2) { top: 18%; right: 6%; transform: rotate(30deg); }
.nau-emblem-paws span:nth-child(3) { bottom: 20%; left: 8%; transform: rotate(20deg); }
.nau-emblem-paws span:nth-child(4) { bottom: 16%; right: 4%; transform: rotate(-20deg); }

/* Quote littéraire — override blockquote theme */
.nau-emblem-quote {
  margin: 28px 0 22px !important;
  padding: 22px 0 22px 26px !important;
  background: transparent !important;
  border-left: 2px solid var(--color-accent) !important;
  border-radius: 0 !important;
  font-family: 'Merienda', cursive !important;
  font-style: italic !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  color: var(--color-wood) !important;
  position: relative;
}

.nau-emblem-quote::before {
  content: '"';
  position: absolute;
  left: 8px;
  top: -18px;
  font-family: 'Merienda', cursive;
  font-size: 56px;
  color: var(--color-accent);
  opacity: 0.35;
  line-height: 1;
  pointer-events: none;
}

.nau-emblem-quote::after {
  display: none;
}

.nau-emblem .kf-text p {
  font-size: 15px;
  line-height: 1.7;
}

.nau-emblem .kf-text strong {
  color: var(--color-wood);
  font-weight: 500;
}

/* Signature en bas */
.nau-emblem-signature {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.nau-emblem-sig-line {
  width: 40px;
  height: 1px;
  background: var(--color-accent);
}

@media (max-width: 991px) {
  .nau-emblem {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .nau-emblem-visual {
    min-height: 320px;
    margin-bottom: 32px;
  }

  .nau-emblem-circle {
    width: 260px;
  }

  .nau-emblem-paws span {
    width: 18px;
  }
}

@media (max-width: 480px) {
  .nau-emblem-circle {
    width: 220px;
  }

  .nau-emblem-quote {
    font-size: 15px;
    padding: 18px 0 18px 16px;
  }
}

/* =============================================
   Section "Trois moments NĀU" — moderne / lifestyle
   ============================================= */
.nau-moments {
  padding-top: 100px;
  padding-bottom: 100px;
}

.nau-moments-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 56px;
}

.nau-moments-header .kf-title {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
}

.nau-moments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.nau-moment-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 36px 32px 32px;
  background: #fff;
  border: 1px solid rgba(44, 26, 14, 0.08);
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.3, 1),
              box-shadow 0.4s cubic-bezier(0.3, 0, 0.3, 1),
              border-color 0.4s ease;
  box-shadow: 0 1px 0 rgba(44, 26, 14, 0.02);
}

.nau-moment-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-accent) 0%, transparent 100%);
  transform: scaleX(0.18);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.3, 0, 0.3, 1);
}

.nau-moment-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 46px -18px rgba(44, 26, 14, 0.22);
  border-color: rgba(44, 26, 14, 0.16);
}

.nau-moment-card:hover::before {
  transform: scaleX(1);
}

.nau-moment-card--accent {
  background: var(--color-wood);
  border-color: var(--color-wood);
}

.nau-moment-card--accent::before {
  background: linear-gradient(90deg, var(--color-accent) 0%, rgba(185, 146, 114, 0.2) 100%);
  transform: scaleX(0.4);
}

.nau-moment-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 28px;
}

.nau-moment-num {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--color-wood);
  line-height: 1;
}

.nau-moment-card--accent .nau-moment-num {
  color: var(--color-accent);
}

.nau-moment-time {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-accent);
  padding: 4px 10px;
  border: 1px solid var(--color-accent);
  border-radius: 999px;
  line-height: 1;
}

.nau-moment-card--accent .nau-moment-time {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.nau-moment-title {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--color-wood) !important;
  margin: 0 0 14px;
  line-height: 1.15;
}

.nau-moment-card--accent .nau-moment-title {
  color: #fff !important;
}

.nau-moment-desc {
  font-size: 14px;
  line-height: 1.65;
  color: var(--color-muted);
  margin: 0 0 22px;
  flex-grow: 1;
}

.nau-moment-card--accent .nau-moment-desc {
  color: rgba(255, 255, 255, 0.78);
}

.nau-moment-desc strong {
  color: var(--color-wood);
  font-weight: 500;
}

.nau-moment-card--accent .nau-moment-desc strong {
  color: #fff;
}

.nau-moment-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 18px;
  border-top: 1px dashed rgba(44, 26, 14, 0.14);
}

.nau-moment-card--accent .nau-moment-tags {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.nau-moment-tags span {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--color-muted);
  padding: 4px 10px;
  background: rgba(44, 26, 14, 0.04);
  border-radius: 4px;
}

.nau-moment-card--accent .nau-moment-tags span {
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
}

.nau-moments-footer {
  margin-top: 48px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-muted);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: center;
}

.nau-moments-footer i {
  color: var(--color-accent);
  font-size: 15px;
}

.nau-moments-footer strong {
  color: var(--color-wood);
  font-weight: 500;
}

@media (max-width: 991px) {
  .nau-moments {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .nau-moments-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .nau-moment-card {
    padding: 30px 24px 26px;
  }

  .nau-moment-num {
    font-size: 30px;
  }

  .nau-moment-title {
    font-size: 26px;
  }

  .nau-moments-footer {
    flex-direction: column;
    gap: 6px;
    font-size: 11px;
  }
}

/* =============================================
   Section Pourquoi NĀU — éditorial
   ============================================= */
.nau-pourquoi {
  padding-top: 100px;
  padding-bottom: 100px;
}

.nau-pourquoi-image {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(44, 26, 14, 0.12);
}

.nau-pourquoi-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: cover;
  border-radius: 6px;
}

.nau-pourquoi-content {
  padding-left: 8px;
}

.nau-pourquoi .kf-subtitle {
  margin-bottom: 14px;
}

.nau-pourquoi .kf-title {
  margin-bottom: 28px !important;
}

.nau-pourquoi-lead {
  font-family: 'Merienda', cursive;
  font-style: italic;
  font-size: 17px;
  line-height: 1.55;
  color: var(--color-wood) !important;
  padding: 14px 0 18px;
  border-top: 1px solid rgba(44, 26, 14, 0.12);
  border-bottom: 1px solid rgba(44, 26, 14, 0.12);
  margin-bottom: 28px;
}

.nau-pourquoi-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.nau-pourquoi-list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(44, 26, 14, 0.14);
}

.nau-pourquoi-list li:last-child {
  border-bottom: none;
  padding-bottom: 4px;
}

.nau-pourquoi-num {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--color-accent);
  letter-spacing: 0.06em;
  line-height: 1;
  margin-top: 4px;
  min-width: 32px;
  flex-shrink: 0;
}

.nau-pourquoi-list h5 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-wood) !important;
  margin: 0 0 4px;
  line-height: 1.3;
}

.nau-pourquoi-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--color-muted) !important;
}

.nau-pourquoi-btn {
  border-radius: 999px !important;
  padding: 0 28px !important;
}

.nau-pourquoi-btn:before {
  display: none !important;
}

@media (max-width: 991px) {
  .nau-pourquoi {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .nau-pourquoi-content {
    padding-left: 0;
    margin-top: 36px;
  }
}

@media (max-width: 767px) {
  .nau-pourquoi-lead {
    font-size: 15px;
  }

  .nau-pourquoi-list li {
    gap: 14px;
  }

  .nau-pourquoi-num {
    font-size: 18px;
    min-width: 28px;
  }

  .nau-pourquoi-list h5 {
    font-size: 15px;
  }
}

/* Logo texte (fallback si image absente) */
.kf-logo-text {
  display: inline-block;
  font-family: 'Merienda', cursive;
  font-size: 22px;
  font-weight: 700;
  color: var(--color-wood) !important;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  line-height: 1.2;
}

.kf-logo .kf-logo-text:hover {
  color: var(--color-accent) !important;
}

/* =============================================
   Images — crop & responsive
   ============================================= */
.kf-about-image img,
.kf-choose-image img,
.kf-services-item .image img,
.kf-menu-item .image img,
.kf-grid-carousel .slide-item .image img,
.kf-insta-carousel .slide-item .image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.kf-services-item .image {
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.kf-services-item .image img {
  height: 100%;
  min-height: 220px;
}

.kf-menu-item .image {
  overflow: hidden;
}

.kf-menu-item .image img {
  min-height: 220px;
  max-height: 300px;
}

.kf-about-image img,
.kf-choose-image img {
  border-radius: 6px;
  max-height: 520px;
}

.kf-grid-carousel .slide-item .image img,
.kf-insta-carousel .slide-item .image img {
  aspect-ratio: 1 / 1;
  min-height: 260px;
  max-height: 360px;
}

.nau-gallery-mini .nau-gallery-img {
  border-radius: 6px;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.nau-hours-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: var(--color-card);
  border: 1px solid rgba(44, 26, 14, 0.12);
  border-radius: 4px;
  color: var(--color-wood);
  font-size: 14px;
}

.nau-hours-badge i {
  color: var(--color-accent);
}

.nau-map-embed {
  width: 100%;
  min-height: 380px;
  border: 0;
  border-radius: 6px;
  display: block;
}
/* Sur mobile : carte en affichage seul (pas d'interaction ni de navigation accidentelle).
   L'ouverture se fait via le bouton « Ouvrir dans Google Maps » juste en dessous. */
@media (max-width: 767px) {
  .nau-map-embed { pointer-events: none; }
}

/* Hero & parallax backgrounds — crop mobile */
.kf-started-item .slide,
.kf-started-inner .kf-parallax-bg,
.kf-cta.kf-parallax,
.kf-menu.kf-parallax,
.kf-video-item {
  background-size: cover !important;
  background-position: center center !important;
}

@media (max-width: 767px) {
  .kf-started-item .slide,
  .kf-started-inner .kf-parallax-bg {
    background-position: center 40% !important;
  }
}

/* =============================================
   Responsive
   ============================================= */
@media (max-width: 991px) {
  .nau-header-brand-icon {
    width: 78px;
    height: 78px;
  }

  .nau-header-brand-wordmark {
    height: 54px;
    max-width: 200px;
  }

  .nau-header-link {
    display: none;
  }

  .kf-navbar {
    padding: 14px 20px !important;
  }

  .kf-topline {
    padding: 10px 20px !important;
  }

  .kf-navbar .align-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .nau-header-brand {
    gap: 9px;
  }

  .nau-header-brand-icon {
    width: 54px;
    height: 54px;
  }

  .nau-header-brand-wordmark {
    height: 40px;
    max-width: 150px;
  }

  /* Header plus compact au repos (moins de vide) */
  .kf-navbar {
    min-height: 66px !important;
    padding: 7px 16px !important;
  }
  .kf-header.fixed .kf-navbar {
    min-height: 60px !important;
    padding: 5px 16px !important;
  }
  /* Décalage du contenu aligné sur la hauteur réelle du header (évite tout trou) */
  .wrapper {
    padding-top: 66px !important;
  }

  .nau-footer-logo-img {
    max-width: 150px;
  }

  .kf-cta .align-right {
    text-align: center !important;
    margin-top: 24px;
  }

  .kf-cta .align-right .kf-btn {
    display: inline-flex;
  }

  .kf-filter.kf-filter-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .kf-filter.kf-filter-menu a {
    margin: 0 !important;
  }

  .kf-menu-item .image img {
    min-height: 200px;
    max-height: 240px;
  }

  .kf-services-item .image img {
    min-height: 180px;
  }

  .kf-started-item {
    min-height: 600px;
    height: calc(100vh - 100px);
    padding-bottom: 48px;
  }

  /* Sur mobile : descendre les boutons vers le bas du hero */
  .kf-started-item .container {
    align-items: flex-end !important;
    padding-bottom: 56px !important;
    padding-top: 24px !important;
  }

  .kf-started-item .name {
    font-size: clamp(34px, 8vw, 46px) !important;
    line-height: 1.15 !important;
    margin-bottom: 22px !important;
  }

  .kf-started-item .subtitles {
    display: none !important;
  }

  /* Boutons stack vertical, plus serrés */
  .kf-started-item .kf-bts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 6px !important;
  }

  .kf-started-item .kf-bts .kf-btn {
    margin: 0 !important;
  }

  .kf-navbar {
    padding: 12px 16px !important;
  }

  .kf-topline {
    padding: 10px 16px !important;
  }

  .nau-topline-note {
    font-size: 11px;
    letter-spacing: 0.03em;
  }

  .kf-video-item > div {
    padding: 60px 16px !important;
  }

  .kf-video-item > div > div:last-child {
    font-size: 24px !important;
  }

  .kf-parallax-icon {
    display: none;
  }
}

@media (max-width: 480px) {
  .nau-header-brand {
    gap: 8px;
  }

  .nau-header-brand-icon {
    width: 60px;
    height: 60px;
  }

  .nau-header-brand-wordmark {
    height: 42px;
    max-width: 150px;
  }
}

/* =============================================
   Header — Topline
   ============================================= */
.kf-topline {
  background: var(--color-wood) !important;
  color: rgba(255, 255, 255, 0.75);
}

.kf-topline .kf-h-group,
.kf-topline .kf-h-group em,
.kf-topline .kf-h-group i {
  color: rgba(255, 255, 255, 0.75);
}

.kf-topline .kf-h-social a {
  color: rgba(255, 255, 255, 0.75);
}

.kf-topline .kf-h-social a:hover {
  color: var(--color-accent);
}

/* Topline — NĀU (slim, premium) */
.nau-topline-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.4;
}

.col-lg-4.align-right .nau-topline-item {
  justify-content: flex-end;
}

.nau-topline-item > i {
  font-size: 11px;
  color: var(--color-accent);
  flex-shrink: 0;
  opacity: 0.85;
}

.nau-topline-label {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.94);
  font-size: 10.5px;
}

.nau-topline-value {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.02em;
}

.nau-topline-sep {
  color: var(--color-accent);
  opacity: 0.6;
  font-weight: 400;
  margin: 0 2px;
}

.nau-topline-tagline {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .nau-topline-item {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .nau-topline-item {
    justify-content: center !important;
    font-size: 10.5px;
  }

  .nau-topline-tagline {
    font-size: 10.5px;
    margin: 4px 0;
  }
}

/* =============================================
   Header — Navbar
   ============================================= */
.kf-navbar {
  background: var(--color-bg) !important;
  border-bottom: 1px solid rgba(44, 26, 14, 0.08) !important;
  box-shadow: 0 2px 16px rgba(44, 26, 14, 0.06);
}

.kf-header.active .kf-navbar {
  background: var(--color-bg) !important;
}

/* Desktop menu — scope strict .kf-navbar */
.kf-navbar .kf-main-menu ul ul {
  background: var(--color-card) !important;
  border: 1px solid rgba(44, 26, 14, 0.08);
  box-shadow: 0 10px 30px rgba(44, 26, 14, 0.10);
}

.kf-navbar .kf-main-menu ul ul li a {
  color: var(--color-wood) !important;
  border-bottom: 1px solid rgba(44, 26, 14, 0.06);
}

/* =============================================
   Sections légères
   ============================================= */
.section-bg {
  background: var(--color-card) !important;
}

/* =============================================
   Hero inner pages (about, menu, contacts)
   ============================================= */
.kf-started-inner {
  position: relative;
}

.kf-started-inner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(20, 10, 5, 0.52);
  z-index: 1;
}

.kf-started-inner .container {
  position: relative;
  z-index: 2;
}

.kf-started-inner .kf-h-title {
  color: #fff !important;
}

/* =============================================
   Section About
   ============================================= */
.kf-about .kf-text p {
  color: var(--color-muted);
}

.kf-about-quote {
  color: var(--color-muted) !important;
  border-left: 3px solid var(--color-accent);
  padding-left: 16px;
}

/* =============================================
   Section Services (cards d'accueil)
   ============================================= */
.kf-services-item .desc {
  background: var(--color-card) !important;
}

.kf-services-item .desc .name {
  color: var(--color-wood) !important;
}

.kf-services-item .desc .icon i {
  color: var(--color-accent) !important;
}

/* =============================================
   Section Menu (fond sombre — parallax)
   ============================================= */
.kf-menu.kf-parallax {
  background-color: var(--color-dark) !important;
  position: relative;
}

/* Overlay gradient — lumineux en haut, sombre en bas */
.kf-menu.kf-parallax::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(20, 10, 5, 0.25) 0%,
    rgba(20, 10, 5, 0.40) 25%,
    rgba(20, 10, 5, 0.70) 55%,
    rgba(20, 10, 5, 0.92) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.kf-menu.kf-parallax > .container {
  position: relative;
  z-index: 2;
}

.kf-menu.kf-parallax .kf-subtitle,
.kf-menu.kf-parallax .kf-title {
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.kf-menu.kf-parallax .kf-menu-item .desc .name {
  color: #fff !important;
}

.kf-menu.kf-parallax .kf-menu-item .desc .subname {
  color: rgba(255, 255, 255, 0.72) !important;
}

/* Menu tabs (page menu) */
.kf-menu:not(.kf-parallax) .kf-menu-item .desc .name {
  color: var(--color-wood) !important;
}

.kf-menu:not(.kf-parallax) .kf-menu-item .desc .subname {
  color: var(--color-muted) !important;
}

/* Filtres */
.kf-filter a {
  color: var(--color-wood) !important;
  border-color: rgba(44, 26, 14, 0.20) !important;
}

.kf-filter a.active,
.kf-filter a:hover {
  background: var(--color-accent) !important;
  color: #fff !important;
  border-color: var(--color-accent) !important;
}

/* Filtres menu (fond sombre sur page carte) */
.kf-menu.kf-menu-tabs .kf-filter a {
  color: rgba(255, 255, 255, 0.82) !important;
  background: #090c0f !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.kf-menu.kf-menu-tabs .kf-filter a.active,
.kf-menu.kf-menu-tabs .kf-filter a:hover {
  color: #fff !important;
  background: var(--color-accent) !important;
  border-color: var(--color-accent) !important;
}

/* =============================================
   Section Choose / Ambiance
   ============================================= */
.kf-choose .kf-text p {
  color: var(--color-muted);
}

.kf-choose .kf-choose-list ul li .desc .name {
  color: var(--color-wood) !important;
}

.kf-choose .kf-choose-list ul li .desc .subname {
  color: var(--color-muted) !important;
}

/* kf-choose-2 (page about) */
.kf-choose-2 .kf-text p {
  color: var(--color-muted);
}

/* =============================================
   Carousel galerie / grid
   ============================================= */
.kf-grid-carousel .slide-item .desc .name {
  color: var(--color-wood) !important;
}

/* =============================================
   Section CTA (parallax — fond foncé)
   ============================================= */
.kf-cta.kf-parallax .kf-subtitle,
.kf-cta.kf-parallax .kf-title {
  color: #fff !important;
}

/* =============================================
   Numbers / Stats
   ============================================= */
.kf-numbers .kf-numbers-item .num {
  color: var(--color-accent) !important;
}

.kf-numbers .kf-numbers-item .desc .name {
  color: var(--color-wood) !important;
}

.kf-numbers-2 .kf-numbers-item-2 .num {
  color: var(--color-accent) !important;
}

.kf-numbers-2 .kf-numbers-item-2 .desc .name {
  color: var(--color-wood) !important;
}

.kf-numbers-2 .kf-numbers-item-2 .icon i {
  color: var(--color-accent) !important;
}

/* =============================================
   Services-2 (page about — 4 piliers, fond sombre)
   ============================================= */
.kf-services-items-2 {
  background: var(--color-wood) !important;
  padding: 48px 24px 56px !important;
  border-radius: 6px;
}

.kf-services-items-2 .kf-services-item-2 .desc .name {
  color: #fff !important;
}

.kf-services-items-2 .kf-services-item-2 .desc .subname {
  color: rgba(255, 255, 255, 0.72) !important;
}

.kf-services-items-2 .kf-services-item-2 .image {
  background: rgba(0, 0, 0, 0.25) !important;
}

.section.kf-services .kf-titles .kf-title,
.section.kf-services .kf-titles .kf-subtitle {
  color: var(--color-wood) !important;
}

/* =============================================
   Contacts info cards (fond sombre)
   ============================================= */
.kf-contacts-item {
  background: var(--color-wood) !important;
}

.kf-contacts-item .desc .name {
  color: #fff !important;
}

.kf-contacts-item .image i {
  color: var(--color-accent) !important;
  font-size: 36px;
}

.kf-contacts-item .desc ul li,
.kf-contacts-item .desc ul li em {
  color: rgba(255, 255, 255, 0.78) !important;
}

.kf-contacts-item .desc ul li strong {
  color: #fff !important;
}

.kf-contacts-item .desc a {
  color: var(--color-accent) !important;
}

.kf-contacts-item .desc a:hover {
  color: #fff !important;
}

.kf-contacts-info .kf-titles .kf-title,
.kf-contacts-info .kf-titles .kf-subtitle {
  color: var(--color-wood) !important;
}

.kf-contacts-info .kf-text p {
  color: var(--color-muted) !important;
}

/* =============================================
   Formulaires
   ============================================= */
.kf-reservation-form {
  background: var(--color-card) !important;
  box-shadow: 0 10px 40px rgba(44, 26, 14, 0.08);
}

.kf-field input,
.kf-field textarea,
.kf-field select {
  background: rgba(44, 26, 14, 0.04) !important;
  border-color: rgba(44, 26, 14, 0.15) !important;
  color: var(--color-wood) !important;
}

.kf-field input::placeholder,
.kf-field textarea::placeholder {
  color: var(--color-muted) !important;
}

/* =============================================
   Map placeholder
   ============================================= */
.nau-map-placeholder {
  background: #ece5da;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  color: var(--color-muted);
  font-size: 14px;
  text-align: center;
  padding: 24px;
  margin: 40px 0;
}

/* =============================================
   Footer
   ============================================= */
.kf-footer {
  background: var(--color-wood) !important;
}

.kf-footer h5 {
  color: #fff !important;
}

.kf-footer ul li,
.kf-footer ul li em,
.kf-footer ul li i {
  color: rgba(255, 255, 255, 0.65) !important;
}

.kf-f-gallery ul li a img {
  opacity: 0.80;
}

.kf-f-gallery ul li a img:hover {
  opacity: 1.0;
}

.kf-copyright {
  color: rgba(255, 255, 255, 0.45) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding-top: 20px;
  margin-top: 20px;
}

/* =============================================
   Subtitle accent (global)
   ============================================= */
.kf-subtitle {
  color: var(--color-accent) !important;
}

/* =============================================
   Boutons — typographie unifiée NĀU
   ============================================= */
a.kf-btn,
.kf-btn,
button,
input[type="submit"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Oswald', sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 500 !important;
  font-style: normal !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase;
  height: 48px !important;
  line-height: 1 !important;
  padding: 0 28px !important;
  border-radius: 999px !important;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1) !important;
  white-space: nowrap;
}

a.kf-btn:before,
.kf-btn:before {
  display: none !important;
}

a.kf-btn span,
.kf-btn span {
  display: inline-block;
  line-height: 1;
  font-style: normal !important;
}

a.kf-btn i,
.kf-btn i {
  margin-left: 0 !important;
  font-size: 11px !important;
  line-height: 1;
  font-style: normal !important;
  transition: transform 0.3s ease;
}

a.kf-btn:hover i,
.kf-btn:hover i {
  transform: translateX(3px);
}

a.kf-btn:hover,
.kf-btn:hover {
  background: var(--color-wood) !important;
  color: #fff !important;
}

/* Bouton dark — nâu foncé par défaut (sauf overrides spécifiques) */
a.kf-btn.dark-btn,
.kf-btn.dark-btn {
  background: var(--color-wood) !important;
  color: #fff !important;
}

a.kf-btn.dark-btn:hover,
.kf-btn.dark-btn:hover {
  background: var(--color-accent) !important;
  color: #fff !important;
}

/* =============================================
   Blocs copy supplémentaires
   ============================================= */
.nau-section-intro {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}

.nau-section-intro .kf-text p {
  margin-bottom: 0;
}

.nau-menu-cat-intro {
  width: 100%;
  margin: 32px 0 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(44, 26, 14, 0.08);
}

.nau-menu-cat-intro:first-of-type {
  margin-top: 0;
}

.nau-menu-cat-intro h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--color-wood) !important;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.nau-menu-cat-intro p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--color-muted);
}

.nau-menu-cat-intro p strong {
  color: var(--color-wood);
  font-weight: 500;
}

/* Texte de la page menu (fonds noirs) */
.kf-menu.kf-menu-tabs .kf-menu-items .kf-menu-item .desc .name {
  color: #fff !important;
}

.kf-menu.kf-menu-tabs .kf-menu-items .kf-menu-item .desc .subname {
  color: rgba(255, 255, 255, 0.72) !important;
}

.kf-menu.kf-menu-tabs .nau-menu-cat-intro {
  border-bottom-color: rgba(255, 255, 255, 0.14) !important;
}

.kf-menu.kf-menu-tabs .nau-menu-cat-intro h3 {
  color: #fff !important;
}

.kf-menu.kf-menu-tabs .nau-menu-cat-intro p {
  color: rgba(255, 255, 255, 0.76) !important;
}

.kf-menu.kf-menu-tabs .nau-menu-cat-intro p strong {
  color: #fff !important;
}

/* Subtitle gold avec lueur chaude */
.kf-menu.kf-parallax .nau-section-intro .kf-subtitle,
.kf-menu.kf-parallax .kf-titles .kf-subtitle {
  color: var(--color-accent) !important;
  text-shadow:
    0 1px 6px rgba(0, 0, 0, 0.8),
    0 0 20px rgba(185, 146, 114, 0.35);
}

/* Title — multi-layer shadow + halo doré */
.kf-menu.kf-parallax .nau-section-intro .kf-title,
.kf-menu.kf-parallax .kf-titles .kf-title {
  color: #fff !important;
  text-shadow:
    0 4px 22px rgba(0, 0, 0, 0.9),
    0 2px 8px rgba(0, 0, 0, 0.6),
    0 0 60px rgba(185, 146, 114, 0.18);
  letter-spacing: 0.005em;
}

/* Paragraph — shadow plus subtil, lecture confortable */
.kf-menu.kf-parallax .nau-section-intro .kf-text p,
.kf-menu.kf-parallax .nau-section-intro > .kf-text p,
.kf-menu.kf-parallax > .container > .nau-section-intro .kf-text p {
  color: rgba(255, 255, 255, 0.95) !important;
  text-shadow:
    0 2px 12px rgba(0, 0, 0, 0.85),
    0 0 30px rgba(0, 0, 0, 0.5);
  font-size: 15px;
  line-height: 1.75;
}

/* Decorative gold line under title */
.kf-menu.kf-parallax .nau-section-intro {
  position: relative;
  padding-bottom: 12px;
}

.kf-menu.kf-parallax .nau-section-intro .kf-title + .kf-text {
  margin-top: 22px;
  padding-top: 22px;
  position: relative;
}

.kf-menu.kf-parallax .nau-section-intro .kf-title + .kf-text::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 48px;
  height: 1px;
  background: var(--color-accent);
  box-shadow: 0 0 12px rgba(185, 146, 114, 0.6);
}

/* Items menu cards — name avec glow subtil */
.kf-menu.kf-parallax .kf-menu-item .desc .name {
  color: #fff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.kf-menu.kf-parallax .kf-menu-item .desc .subname {
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
}

.nau-soigne-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.nau-soigne-list li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(44, 26, 14, 0.08);
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-muted) !important;
}

.nau-soigne-list li strong {
  color: var(--color-wood) !important;
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
}

.nau-soigne-list li:last-child {
  border-bottom: none;
}

.nau-footer-motto {
  font-family: 'Merienda', cursive;
  font-size: 15px;
  margin: 8px 0 0;
}

.kf-footer .nau-footer-motto {
  color: var(--color-accent) !important;
}

/* Isotope : intros catégorie pleine largeur */
.kf-menu-tabs .nau-menu-cat-intro {
  width: 100% !important;
}

/* =============================================
   Footer polish
   ============================================= */
.kf-footer {
  background: linear-gradient(180deg, #2c1a0e 0%, #1a0f08 100%) !important;
  padding-top: 54px;
}

.kf-footer .container {
  position: relative;
}

.nau-footer-logo-img {
  max-width: 170px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.nau-footer-tagline {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.6;
  margin-top: 8px;
}

.nau-footer-motto {
  color: var(--color-accent) !important;
  font-size: 16px;
  margin-top: 10px;
}

.nau-footer-seo {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.6;
  max-width: 340px;
}

.kf-f-hours,
.kf-f-contact {
  padding-top: 8px;
}

.kf-footer h5 {
  font-size: 28px;
  line-height: 1.15;
  margin-bottom: 20px;
}

.kf-footer ul li {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.8) !important;
}

.kf-footer ul li i {
  color: var(--color-accent) !important;
}

/* Footer horaires : présentation soignée (jour à gauche, horaire à droite) */
.kf-f-hours ul li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 11px 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.82) !important;
}

.kf-f-hours ul li:first-child {
  padding-top: 0 !important;
}

.kf-f-hours ul li:last-child {
  border-bottom: none;
  padding-bottom: 0 !important;
}

.kf-f-hours ul li::before {
  display: none !important;
}

.kf-f-hours ul li em {
  display: inline;
  color: var(--color-accent);
  font-style: normal;
  white-space: nowrap;
}

.kf-footer a[aria-label*="Instagram"] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.85) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 2px;
}

.kf-footer a[aria-label*="Instagram"]:hover {
  color: #fff !important;
  border-bottom-color: var(--color-accent);
}

.kf-copyright {
  margin-top: 34px;
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.56) !important;
}

@media (max-width: 767px) {
  /* Footer compact mobile */
  .kf-footer {
    padding-top: 36px;
    padding-bottom: 0;
  }

  .kf-footer .container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .kf-footer .row > [class*="col-"] {
    margin-bottom: 24px;
  }

  /* Brand block */
  .nau-footer-logo-img {
    max-width: 130px !important;
    margin-bottom: 10px;
  }

  .nau-footer-tagline {
    font-size: 13px !important;
    line-height: 1.55 !important;
    margin: 0 0 6px !important;
  }

  .nau-footer-motto {
    font-size: 14px !important;
    margin: 4px 0 12px !important;
  }

  .nau-footer-seo {
    font-size: 11px !important;
    line-height: 1.5 !important;
    margin: 8px 0 0 !important;
  }

  /* Section titles (Horaires, Nous trouver) */
  .kf-footer h5 {
    font-size: 13px !important;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase;
    color: #fff !important;
    margin: 0 0 14px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  /* Listes — RESET du flex et display block propre */
  .kf-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .kf-footer ul li {
    display: block !important;
    margin: 0 0 14px !important;
    padding: 0 0 0 26px !important;
    position: relative;
    font-size: 13.5px !important;
    line-height: 1.55 !important;
    color: rgba(255, 255, 255, 0.85) !important;
  }

  .kf-footer ul li:last-child {
    margin-bottom: 0 !important;
  }

  .kf-footer ul li::before {
    display: none !important;
  }

  /* Icon en absolute à gauche */
  .kf-footer ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 15px !important;
    color: var(--color-accent) !important;
    width: 18px;
    text-align: left;
  }

  /* Label em → ligne séparée au-dessus du value */
  .kf-footer ul li em {
    display: block !important;
    font-family: 'Oswald', sans-serif !important;
    font-style: normal !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase;
    font-size: 10.5px !important;
    color: rgba(255, 255, 255, 0.95) !important;
    margin: 0 0 4px !important;
  }

  /* Hours block (pas d'icône, label + value vertical) */
  .kf-f-hours ul li {
    padding-left: 0 !important;
  }

  /* Sections */
  .kf-f-hours,
  .kf-f-contact {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* Instagram link */
  .kf-footer a[aria-label*="Instagram"] {
    font-family: 'Oswald', sans-serif !important;
    font-size: 12px !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase;
    padding-bottom: 4px;
    color: rgba(255, 255, 255, 0.85) !important;
    gap: 8px !important;
  }

  .kf-footer a[aria-label*="Instagram"] i {
    color: var(--color-accent) !important;
  }

  .kf-copyright {
    font-size: 11px !important;
    letter-spacing: 0.02em !important;
    text-align: center;
    margin-top: 20px !important;
    padding: 18px 0 24px !important;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .kf-footer .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nau-footer-seo {
    display: none !important;
  }
}

/* =============================================
   ANIMATIONS — MOBILE UX/UI
   ============================================= */

/* Smooth scroll global */
html {
  scroll-behavior: smooth;
}

/* Keyframes réutilisables */
@keyframes nau-fade-up {
  from { opacity: 0; transform: translate3d(0, 16px, 0); }
  to   { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes nau-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes nau-scale-pop {
  0%   { opacity: 0; transform: scale(0.92); }
  60%  { transform: scale(1.02); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes nau-slide-right {
  from { opacity: 0; transform: translate3d(-12px, 0, 0); }
  to   { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes nau-shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

@media (max-width: 991px) {

  /* Logo : entrée discrète au chargement */
  .nau-header-brand {
    animation: nau-fade-in 0.6s ease-out both;
  }

  .nau-header-brand-icon {
    animation: nau-scale-pop 0.7s cubic-bezier(0.34, 1.4, 0.64, 1) 0.1s both;
  }

  /* Tiroir mobile : le menu ET la partie basse apparaissent ENSEMBLE,
     en une seule fois (plus de cascade ni de "second chargement") */
  .kf-header.show .kf-navbar-mobile .kf-main-menu ul li,
  .kf-header.show .kf-navbar-mobile .kf-topline > .row > [class*="col-"] {
    opacity: 0;
    animation: nau-fade-up 0.32s cubic-bezier(0.3, 0, 0.3, 1) 0.04s both;
  }

  /* Hero : titre + subtitle slide up */
  .kf-started-item .description .subtitles {
    animation: nau-fade-up 0.7s cubic-bezier(0.3, 0, 0.3, 1) 0.15s both;
  }

  .kf-started-item .description .name {
    animation: nau-fade-up 0.8s cubic-bezier(0.3, 0, 0.3, 1) 0.30s both;
  }

  .kf-started-item .description .kf-bts {
    animation: nau-fade-up 0.6s cubic-bezier(0.3, 0, 0.3, 1) 0.55s both;
  }

  /* Cards moments : tap feedback + scroll reveal stagger */
  .nau-moment-card,
  .nau-manifesto-stat,
  .nau-gourmandises-list li,
  .nau-pourquoi-list li {
    transition: transform 0.25s cubic-bezier(0.3, 0, 0.3, 1),
                box-shadow 0.25s cubic-bezier(0.3, 0, 0.3, 1),
                border-color 0.25s ease;
  }

  .nau-moment-card:active,
  .nau-manifesto-stat:active {
    transform: scale(0.985);
  }

  /* Tap feedback sur les boutons */
  a.kf-btn:active,
  .kf-btn:active,
  button:active {
    transform: scale(0.96) !important;
    transition: transform 0.1s ease !important;
  }

  /* Tap feedback sur les liens du menu mobile */
  .kf-navbar-mobile .kf-main-menu ul li a:active {
    color: var(--color-accent) !important;
    padding-left: 12px !important;
    transition: color 0.1s ease, padding-left 0.1s ease !important;
  }

  /* Itinéraire link icon : flèche oscille */
  .nau-header-link:hover i {
    animation: nau-arrow-bounce 0.8s cubic-bezier(0.3, 0, 0.3, 1) infinite alternate;
  }

  @keyframes nau-arrow-bounce {
    from { transform: translateX(2px); }
    to   { transform: translateX(6px); }
  }

  /* Images : fade-in à l'affichage */
  .nau-quartier-image img,
  .nau-manifesto-image img,
  .nau-gourmandises-image img,
  .nau-pourquoi-image img,
  .kf-about-image img,
  .kf-choose-image img {
    animation: nau-fade-in 0.9s ease-out both;
  }

  /* Badge bánh mì : pulse subtil */
  .nau-gourmandises-tag,
  .nau-gourmandises-badge-time {
    animation: nau-tag-pulse 2.5s ease-in-out infinite;
  }

  @keyframes nau-tag-pulse {
    0%, 100% { opacity: 1; }
    50%      { opacity: 0.75; }
  }

  /* Metro badges : pop sequence */
  .nau-metro-line {
    animation: nau-scale-pop 0.5s cubic-bezier(0.34, 1.4, 0.64, 1) both;
  }

  .nau-metro-stop:nth-child(1) .nau-metro-line:nth-child(1) { animation-delay: 0.0s; }
  .nau-metro-stop:nth-child(1) .nau-metro-line:nth-child(2) { animation-delay: 0.08s; }
  .nau-metro-stop:nth-child(1) .nau-metro-line:nth-child(3) { animation-delay: 0.16s; }
  .nau-metro-stop:nth-child(2) .nau-metro-line:nth-child(1) { animation-delay: 0.24s; }

  /* Logo emblème (page Histoire) : flotte légèrement */
  .nau-emblem-circle img {
    animation: nau-emblem-float 4s ease-in-out infinite;
  }

  @keyframes nau-emblem-float {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-4px); }
  }

  /* Preloader : icône respire */
  .preloader .nau-preloader-logo {
    animation: nau-emblem-float 2.4s ease-in-out infinite;
  }
}

/* Respect prefers-reduced-motion (accessibilité) */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/* =============================================
   Bandeau de consentement cookies (RGPD)
   ============================================= */
.nau-consent {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translate(-50%, 140%);
  width: calc(100% - 32px);
  max-width: 720px;
  background: #2c1a0e;
  color: #f5f0ea;
  border: 1px solid rgba(185, 146, 114, 0.4);
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  z-index: 9999;
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.35s ease;
}
.nau-consent.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}
.nau-consent-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 20px;
  flex-wrap: wrap;
}
.nau-consent-txt {
  flex: 1 1 260px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(245, 240, 234, 0.9);
}
.nau-consent-btns {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.nau-consent-btn {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 11px 22px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.1s ease;
}
.nau-consent-btn:active { transform: scale(0.96); }
.nau-consent-accept { background: #b99272; color: #2c1a0e; }
.nau-consent-accept:hover { background: #c7a888; }
.nau-consent-refuse {
  background: transparent;
  color: rgba(245, 240, 234, 0.8);
  border: 1px solid rgba(245, 240, 234, 0.3);
}
.nau-consent-refuse:hover { border-color: #b99272; color: #fff; }

@media (max-width: 560px) {
  /* pleine largeur : on positionne via left/right, donc plus de translateX(-50%) */
  .nau-consent { left: 10px; right: 10px; width: auto; border-radius: 12px; transform: translate(0, 140%); }
  .nau-consent.is-visible { transform: translate(0, 0); }
  .nau-consent-inner { padding: 11px 13px; gap: 10px; }
  .nau-consent-txt { font-size: 12px; line-height: 1.4; }
  .nau-consent-btns { width: 100%; gap: 8px; }
  .nau-consent-btn { flex: 1; text-align: center; padding: 9px 12px; font-size: 11px; }
}

/* =============================================
   Section Instagram
   ============================================= */
.nau-insta {
  padding-top: 70px;
  padding-bottom: 80px;
}
.nau-insta-head { text-align: center; margin-bottom: 30px; }
.nau-insta-sub {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 12px;
  color: #b99272;
  margin-bottom: 8px;
}
.nau-insta-title {
  font-family: 'Gloock', Georgia, serif;
  font-weight: 400;
  font-size: 28px;
  color: #2c1a0e;
  margin: 0 0 12px;
}
.nau-insta-handle {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.06em;
  color: #b99272;
  text-decoration: none;
  font-size: 15px;
}
.nau-insta-handle:hover { color: #2c1a0e; }
.nau-insta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.nau-insta-item {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 10px;
}
.nau-insta-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.nau-insta-item:hover img { transform: scale(1.06); }
.nau-insta-ov {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(44, 26, 14, 0.45);
  color: #fff;
  font-size: 28px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.nau-insta-item:hover .nau-insta-ov { opacity: 1; }
.nau-insta-cta { text-align: center; margin-top: 26px; }
@media (max-width: 640px) {
  .nau-insta-grid { grid-template-columns: repeat(2, 1fr); }
  .nau-insta-title { font-size: 23px; }
}

/* =============================================
   Barre d'actions mobile (collante)
   ============================================= */
.nau-mobilebar { display: none; }
@media (max-width: 767px) {
  /* Barre flottante compacte */
  .nau-mobilebar {
    display: flex;
    position: fixed;
    left: 10px; right: 10px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    z-index: 9990;
    background: #fffdf9;
    border: 1px solid rgba(44, 26, 14, 0.08);
    border-radius: 13px;
    box-shadow: 0 6px 20px rgba(44, 26, 14, 0.16);
    padding: 3px;
    gap: 2px;
  }
  .nau-mobilebar-btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 7px 4px;
    border-radius: 9px;
    color: #2c1a0e;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 10.5px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-weight: 500;
    transition: background 0.15s ease;
  }
  .nau-mobilebar-btn i {
    font-size: 16px;
    color: #b99272;
    line-height: 1;
  }
  .nau-mobilebar-btn:active { background: rgba(185, 146, 114, 0.15); }

  body { padding-bottom: 66px; }
  /* remonter le bandeau cookies au-dessus de la barre */
  .nau-consent { bottom: calc(78px + env(safe-area-inset-bottom)); }
}

/* =============================================
   Section Avis Google
   ============================================= */
.nau-reviews {
  padding-top: 70px;
  padding-bottom: 70px;
}
.nau-reviews-card {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  background: var(--card, #faf7f2);
  border: 1px solid rgba(44, 26, 14, 0.12);
  border-radius: 16px;
  padding: 44px 32px;
  box-shadow: 0 14px 44px rgba(44, 26, 14, 0.07);
}
.nau-reviews-sub {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 12px;
  color: #b99272;
  margin-bottom: 10px;
}
.nau-reviews-score {
  font-family: 'Gloock', Georgia, serif;
  font-size: 58px;
  line-height: 1;
  color: #2c1a0e;
}
.nau-reviews-stars {
  color: #e7a93b;
  font-size: 26px;
  letter-spacing: 4px;
  margin-top: 8px;
}
.nau-reviews-count {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 13px;
  color: rgba(44, 26, 14, 0.6);
  margin: 10px 0 0;
}
.nau-reviews-lead {
  max-width: 460px;
  margin: 16px auto 26px;
  color: rgba(44, 26, 14, 0.75);
  font-size: 15px;
  line-height: 1.6;
}
.nau-reviews-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.nau-reviews-btn-ghost {
  background: transparent !important;
  color: #2c1a0e !important;
  border: 1.5px solid rgba(44, 26, 14, 0.2) !important;
}
.nau-reviews-btn-ghost:hover {
  border-color: #b99272 !important;
  color: #b99272 !important;
}

/* =============================================
   Indicateur Ouvert / Fermé
   ============================================= */
.nau-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nau-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9a9a9a;
  flex-shrink: 0;
}
.nau-status.is-open .nau-status-dot {
  background: #5ecb8b;
  box-shadow: 0 0 0 rgba(94, 203, 139, 0.6);
  animation: nau-pulse 2s infinite;
}
.nau-status.is-closed .nau-status-dot {
  background: #e8654a;
}
/* Texte toujours blanc pour rester lisible sur le fond brun */
.nau-status .nau-status-text { color: #fff; }
@keyframes nau-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(94, 203, 139, 0.6); }
  70%  { box-shadow: 0 0 0 6px rgba(94, 203, 139, 0); }
  100% { box-shadow: 0 0 0 0 rgba(94, 203, 139, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .nau-status.is-open .nau-status-dot { animation: none; }
}
