/* ===== THÈME ARTISANAL — Levain & Mie, papier kraft & or doux ===== */

[data-theme="classique"] {
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "DM Sans", system-ui, sans-serif;

  /* Palette Levain & Mie */
  --c-bg: #F5EFE0;
  --c-text: #3A2418;
  --c-muted: #7A604A;
  --c-heading: #2A1810;
  --c-accent: #A65A2A;
  --c-accent-glow: rgba(166,90,42,.32);
  --c-on-accent: #F5EFE0;

  --c-card: #FFFCF5;
  --c-border: #E2D3B8;
  --c-border-hover: #C9A961;
  --c-skeleton: #EDDFC4;
  --c-star: #F0C674;

  --c-bar-bg: rgba(245,239,224,.94);

  --c-pill-track: #EDDFC4;
  --c-pill-active: #A65A2A;
  --c-pill-active-text: #F5EFE0;

  --c-promo-bg: linear-gradient(90deg, #3A2418 0%, #6B3A1E 100%);
  --c-promo-text: #F0C674;

  --c-hero-bg: transparent;
  --c-hero-title: #2A1810;

  --c-status-bg: #FFFCF5;
  --c-status-text: #3A2418;
  --c-status-border: #E2D3B8;
  --c-status-dot-open: #6B8E4E;
  --c-status-dot-closed: #A65A2A;

  --c-btn-primary-bg: #3A2418;
  --c-btn-primary-text: #F0C674;
  --c-btn-secondary-bg: transparent;
  --c-btn-secondary-text: #3A2418;
  --c-btn-secondary-border: #3A2418;

  --c-tooltip-bg: #2A1810;
  --c-tooltip-text: #F0C674;
  --c-tooltip-border: #C9A961;

  --c-footer-bg: #2A1810;

  --shadow-pill: 0 4px 14px rgba(58,36,24,.16);
  --shadow-btn: 0 8px 22px rgba(58,36,24,.22);
  --shadow-btn-hover: 0 14px 32px rgba(58,36,24,.32);
  --shadow-card-hover: 0 18px 40px rgba(58,36,24,.10);
  --shadow-option-hover: 0 0 0 2px #C9A961, 0 16px 40px rgba(166,90,42,.18);
}

[data-theme="classique"] .site-footer { color: rgba(240,198,116,.88); }
[data-theme="classique"] .site-footer a { color: #E8C97A; }
[data-theme="classique"] .site-footer a:hover { color: #F5E6B8; }

/* HERO — image gros plan de pain au levain */
[data-theme="classique"] .hero {
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding-top: clamp(80px, 10vw, 130px);
  padding-bottom: clamp(80px, 10vw, 130px);
}
[data-theme="classique"] .hero__bg {
  background:
    linear-gradient(180deg, rgba(58,36,24,.45) 0%, rgba(58,36,24,.78) 100%),
    url('https://images.unsplash.com/photo-1509440159596-0249088772ff?w=1800&q=85&auto=format&fit=crop') center/cover;
}
[data-theme="classique"] .hero__inner {
  background: rgba(245,239,224,.97);
  border: 1px solid #C9A961;
  border-radius: var(--radius-lg);
  padding: clamp(36px, 5vw, 56px) clamp(24px, 4vw, 48px);
  box-shadow: 0 24px 60px rgba(0,0,0,.42);
  position: relative;
}
[data-theme="classique"] .hero__inner::before {
  content: '';
  position: absolute;
  left: 50%; top: -12px;
  transform: translateX(-50%);
  width: 56px; height: 14px;
  background: linear-gradient(90deg, transparent, #C9A961, transparent);
  border-radius: 2px;
}

[data-theme="classique"] .hero__title {
  font-family: "Fraunces", serif;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -.02em;
}
[data-theme="classique"] .hero__title::before,
[data-theme="classique"] .hero__title::after {
  content: "❀";
  display: block;
  font-size: .28em;
  color: #C9A961;
  font-style: normal;
  margin: 0 auto;
}
[data-theme="classique"] .hero__title::before { margin-bottom: 14px; }
[data-theme="classique"] .hero__title::after  { margin-top: 14px; }
[data-theme="classique"] .hero__slogan {
  font-family: "Fraunces", serif;
  font-style: italic;
  color: #6B3A1E;
}

/* TEXTURES de fond */
[data-theme="classique"] body {
  background-color: var(--c-bg);
  background-image:
    repeating-linear-gradient(
      -45deg,
      rgba(166,90,42,.04) 0px,
      rgba(166,90,42,.04) 1px,
      transparent 1px,
      transparent 8px
    );
}

[data-theme="classique"] .section--rythme,
[data-theme="classique"] .section--viennoiseries,
[data-theme="classique"] .section--equipe,
[data-theme="classique"] .section--avis,
[data-theme="classique"] .section--options {
  background-color: rgba(237,223,196,.55);
  background-image:
    radial-gradient(circle, rgba(201,169,97,.13) 1px, transparent 1px);
  background-size: 22px 22px;
}

[data-theme="classique"] .section--patisseries {
  background:
    linear-gradient(180deg, #F5EFE0 0%, #EDDFC4 100%);
  position: relative;
}
[data-theme="classique"] .section--patisseries::before {
  content: '';
  position: absolute;
  top: 24px; left: 50%;
  transform: translateX(-50%);
  width: 160px; height: 2px;
  background: linear-gradient(90deg, transparent, #C9A961, transparent);
}

[data-theme="classique"] .section--galerie {
  background-color: #2A1810;
  background-image:
    repeating-linear-gradient(45deg, rgba(201,169,97,.06) 0px, rgba(201,169,97,.06) 1px, transparent 1px, transparent 14px),
    repeating-linear-gradient(-45deg, rgba(201,169,97,.04) 0px, rgba(201,169,97,.04) 1px, transparent 1px, transparent 14px);
  color: #F5EFE0;
}
[data-theme="classique"] .section--galerie .section__title { color: #F5EFE0; }
[data-theme="classique"] .section--galerie .section__title em { color: #F0C674; }
[data-theme="classique"] .section--galerie .section__sub { color: rgba(245,239,224,.88); }
[data-theme="classique"] .section--galerie .section__eyebrow { color: #F0C674; }

/* TYPOGRAPHIE */
[data-theme="classique"] .section__eyebrow {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .78rem;
  color: var(--c-accent);
}
[data-theme="classique"] .section__title {
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  letter-spacing: -.02em;
}
[data-theme="classique"] .section__title em {
  color: var(--c-accent);
  font-style: italic;
}
[data-theme="classique"] .section__title::after {
  content: "";
  display: block;
  width: 60px; height: 2px;
  background: #C9A961;
  margin: 16px auto 0;
}
[data-theme="classique"] .section__sub,
[data-theme="classique"] .section__lead {
  font-family: "DM Sans", sans-serif;
  color: var(--c-muted);
  line-height: 1.75;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* CARTES — typo italique signature */
[data-theme="classique"] .pain-card__name,
[data-theme="classique"] .vienn-card__name,
[data-theme="classique"] .pat-card__name,
[data-theme="classique"] .equipe-card__name,
[data-theme="classique"] .menu-card__name {
  font-family: "Fraunces", serif;
  font-style: italic;
}

[data-theme="classique"] .vswitch__brand-name { font-family: "Fraunces", serif; font-style: italic; font-weight: 700; }
[data-theme="classique"] .vbtn { font-family: "DM Sans", sans-serif; }
[data-theme="classique"] .vswitch__nav a { font-family: "DM Sans", sans-serif; }

[data-theme="classique"] .about__meta-num,
[data-theme="classique"] .stats-jour__num,
[data-theme="classique"] .avis-summary__big {
  font-family: "Fraunces", serif;
  font-weight: 600;
}

/* PHOTOS EN TRANSPARENCE — corps des sections */
[data-theme="classique"] .section--about { overflow: hidden; }
[data-theme="classique"] .section--about::after {
  content: '';
  position: absolute;
  inset: 0; right: -60px;
  background:
    url('https://images.unsplash.com/photo-1568471173242-461f0a730452?w=1200&q=75&auto=format&fit=crop')
    right center / cover no-repeat;
  opacity: .12;
  -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,.85) 0%, rgba(0,0,0,.35) 45%, transparent 75%);
  mask-image:         linear-gradient(to left, rgba(0,0,0,.85) 0%, rgba(0,0,0,.35) 45%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}
[data-theme="classique"] .section--about .section__inner { position: relative; z-index: 1; }
[data-theme="classique"] .section--about::before {
  content: '❀';
  position: absolute;
  right: 5%; bottom: -10px;
  font-size: clamp(120px, 18vw, 220px);
  color: rgba(201,169,97,.07);
  line-height: 1;
  pointer-events: none;
  z-index: 0;
  user-select: none;
}

[data-theme="classique"] .section--pains { overflow: hidden; }
[data-theme="classique"] .section--pains::before {
  content: '';
  position: absolute;
  inset: 0; left: -60px;
  background:
    url('https://images.unsplash.com/photo-1586444248902-2f64eddc13df?w=1200&q=75&auto=format&fit=crop')
    left center / cover no-repeat;
  opacity: .09;
  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,.85) 0%, rgba(0,0,0,.3) 40%, transparent 72%);
  mask-image:         linear-gradient(to right, rgba(0,0,0,.85) 0%, rgba(0,0,0,.3) 40%, transparent 72%);
  pointer-events: none;
  z-index: 0;
}
[data-theme="classique"] .section--pains .section__inner { position: relative; z-index: 1; }

[data-theme="classique"] .section--viennoiseries { overflow: hidden; }
[data-theme="classique"] .section--viennoiseries::after {
  content: '❧';
  position: absolute;
  right: 4%; top: -20px;
  font-size: clamp(100px, 15vw, 180px);
  color: rgba(201,169,97,.08);
  line-height: 1;
  pointer-events: none;
  z-index: 0;
  user-select: none;
}

[data-theme="classique"] .section--contact { overflow: hidden; }
[data-theme="classique"] .section--contact::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    url('https://images.unsplash.com/photo-1517433367423-c7e5b0f35086?w=1600&q=75&auto=format&fit=crop')
    center / cover no-repeat;
  opacity: .07;
  pointer-events: none;
  z-index: 0;
}
[data-theme="classique"] .section--contact .section__inner { position: relative; z-index: 1; }

/* FRISE DU FOUR — habillage classique */
[data-theme="classique"] .rythme-frise__rail {
  background: linear-gradient(90deg,
    transparent 0%,
    #C9A961 8%,
    #6B3A1E 50%,
    #C9A961 92%,
    transparent 100%);
  height: 3px;
}
[data-theme="classique"] .rythme-step__icon {
  border-color: #C9A961;
  background: #FFFCF5;
}

/* PROMO BANNER */
[data-theme="classique"] .promo-banner {
  background: var(--c-promo-bg);
  color: var(--c-promo-text);
  font-family: "Fraunces", serif;
  font-style: italic;
}

/* BUTTONS */
[data-theme="classique"] .btn--primary {
  background: var(--c-btn-primary-bg);
  color: var(--c-btn-primary-text);
  border: 1px solid #2A1810;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
}
[data-theme="classique"] .btn--primary:hover {
  background: #4A2E12;
  box-shadow: var(--shadow-btn-hover);
  transform: translateY(-2px);
}

/* HERO THEME CARDS — visuels par thème */
[data-theme="classique"] .hero-theme-card__visual--c {
  background:
    radial-gradient(circle at 30% 30%, #F0C674, transparent 55%),
    linear-gradient(135deg, #F5EFE0 0%, #EDDFC4 100%);
}
