/* ===================================================== */
/* Ail Noir Français — V3 Editorial Haute Couture        */
/* ===================================================== */

:root {
  --black:       #080808;
  --obsidian:    #0d0d0e;
  --charcoal:    #161617;
  --ivory:       #f4ede0;
  --ivory-soft:  #faf6ef;
  --ivory-dark:  #ede5d5;
  --gold:        #b08840;
  --gold-light:  #d4a855;
  --gold-pale:   #e8c97a;
  --text-dark:   #1a1510;
  --text-muted:  #6b5f50;
  --text-light:  rgba(255,255,255,0.82);
  --text-dim:    rgba(255,255,255,0.52);
  --border-dark: rgba(255,255,255,0.08);
  --border-gold: rgba(176,136,64,0.3);

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Montserrat', 'Helvetica Neue', sans-serif;

  --ease-out:    cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

/* ── Reset & Base ───────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  background: var(--ivory-soft);
  color: var(--text-dark);
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.1; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
p { margin-bottom: 0; }
ul { list-style: none; padding: 0; margin: 0; }

.skip-link {
  position: absolute; top: -60px; left: 1rem; z-index: 9999;
  background: var(--black); color: #fff;
  padding: 0.75rem 1rem; border-radius: 6px;
  font-family: var(--font-body); font-size: 0.85rem;
  transition: top 0.2s;
}
.skip-link:focus { top: 1rem; }

/* ── Custom Cursor ──────────────────────────────────── */
.cursor-dot {
  position: fixed; top: 0; left: 0;
  width: 6px; height: 6px;
  background: var(--gold-light);
  border-radius: 50%;
  pointer-events: none; z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.05s;
}
.cursor-ring {
  position: fixed; top: 0; left: 0;
  width: 36px; height: 36px;
  border: 1px solid rgba(176,136,64,0.55);
  border-radius: 50%;
  pointer-events: none; z-index: 9998;
  transform: translate(-50%, -50%);
  transition: transform 0.18s var(--ease-out), width 0.3s, height 0.3s, border-color 0.3s;
}
.cursor-ring.expanded {
  width: 60px; height: 60px;
  border-color: rgba(176,136,64,0.9);
}
@media (hover: none) { .cursor-dot, .cursor-ring { display: none; } }

/* ── Navbar ─────────────────────────────────────────── */
.premium-navbar {
  --nav-logo-size: clamp(2.5rem, 4vw, 2.875rem);
  width: 100%;
  padding: 1.1rem 0;
  background: transparent;
  transition: background 0.5s var(--ease-out), padding 0.4s, backdrop-filter 0.4s;
  z-index: 1000;
  
}
.premium-navbar.scrolled {
  --nav-logo-size: clamp(2.2rem, 3.5vw, 2.5rem);

  background: rgba(8,8,8,0.94);
  backdrop-filter: blur(18px);
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--border-dark);
}
.nav-logo {
  width: auto;
  height: var(--nav-logo-size);
  max-width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--border-gold);
}
.brand-wordmark {
  font-family: var(--font-display);
  font-size: 1.3rem; font-weight: 400;
  color: #fff;
  letter-spacing: 0.04em;
}
.brand-wordmark em {
  font-style: italic; color: var(--gold-light);
}
.navbar-toggler {
  border: none; background: none; padding: 0.5rem;
  display: flex; flex-direction: column; gap: 6px;
}
.navbar-toggler:focus { box-shadow: none; outline: none; }
.hamburger-line {
  display: block; width: 28px; height: 1px;
  background: rgba(255,255,255,0.8);
  transition: transform 0.3s, opacity 0.3s;
}
.navbar .nav-link {
  font-family: var(--font-body); font-size: 0.78rem;
  font-weight: 500; letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  position: relative; padding-bottom: 2px;
  transition: color 0.3s;
}
.navbar .nav-link::after {
  content: ''; position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 1px;
  background: var(--gold-light);
  transition: width 0.4s var(--ease-out);
}
.navbar .nav-link:hover { color: #fff; }
.navbar .nav-link:hover::after { width: 100%; }

.btn-nav-contact {
  color: var(--black);
  background: var(--gold-light);
  padding: 0.55rem 1.4rem;
  border-radius: 2px;
  transition: background 0.3s, color 0.3s;
}
.btn-nav-contact:hover { background: var(--gold-pale); color: var(--black); }

/* ── Hero ───────────────────────────────────────────── */
.hero-cinematic {
  position: relative;
  background: linear-gradient(150deg, #0a0805 0%, #110f09 45%, #0d0c0b 100%);
  color: #fff;
  display: flex; flex-direction: column;
  overflow: hidden;
  padding-bottom: 2rem;
}

.hero-vignette {
  position: absolute; inset: 0; z-index: 2;
  pointer-events: none;
  background: radial-gradient(ellipse at 70% 50%, transparent 30%, rgba(0,0,0,0.55) 100%);
}

/* Ticker */
.ticker-wrap {
  position: relative; z-index: 10;
  padding-top: 7rem;
  overflow: hidden;
  border-bottom: 1px solid var(--border-dark);
  padding-bottom: 0.75rem;
}
.ticker {
  display: flex; gap: 2.5rem; align-items: center;
  white-space: nowrap;
  animation: tickerScroll 22s linear infinite;
  font-family: var(--font-body);
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}
.ticker-sep { color: var(--gold); font-size: 0.6rem; }
@keyframes tickerScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.hero-inner {
  flex: 1; display: flex; align-items: center;
  position: relative; z-index: 5;
  padding-top: 2rem; padding-bottom: 3rem;
}

.hero-overline {
  display: flex; align-items: center; gap: 1rem;
  font-family: var(--font-body); font-size: 0.72rem;
  font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold-light); margin-bottom: 1.5rem;
}
.overline-bar {
  display: block; width: 40px; height: 1px; background: var(--gold);
}
.hero-display {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 7vw, 7rem);
  font-weight: 300; line-height: 1.02;
  margin-bottom: 2rem;
  display: flex; flex-direction: column;
}
.hero-display em { font-style: italic; color: var(--gold-pale); }
.line-reveal {
  display: block;
  opacity: 0; transform: translateY(32px);
  animation: lineUp 0.9s var(--ease-out) forwards;
}
.line-reveal.delay-1 { animation-delay: 0.15s; }
.line-reveal.delay-2 { animation-delay: 0.3s; }
@keyframes lineUp {
  to { opacity: 1; transform: translateY(0); }
}
.hero-desc {
  max-width: 560px; font-size: 1rem;
  color: rgba(255,255,255,0.72); margin-bottom: 2.5rem; line-height: 1.8;
}
.hero-cta-row {
  display: flex; flex-wrap: wrap; gap: 1rem;
}

/* CTA Buttons */
.btn-primary-gold {
  display: inline-block;
  color: var(--black); background: var(--gold-light);
  padding: 1rem 2rem; border-radius: 2px;
  border: 1px solid transparent;
  transition: background 0.3s, transform 0.25s, box-shadow 0.3s;
  cursor: pointer;
}
.btn-primary-gold:hover {
  background: var(--gold-pale); color: var(--black);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(176,136,64,0.3);
}
.btn-primary-gold.sm { padding: 0.7rem 1.4rem; }
.btn-primary-gold.full { width: 100%; text-align: center; padding: 1.1rem 2rem; }

.btn-ghost-light {
  display: inline-block;
  color: rgba(255,255,255,0.85); background: transparent;
  padding: 1rem 2rem; border-radius: 2px;
  border: 1px solid rgba(255,255,255,0.22);
  transition: border-color 0.3s, color 0.3s, background 0.3s;
}
.btn-ghost-light:hover { border-color: rgba(255,255,255,0.6); color: #fff; background: rgba(255,255,255,0.05); }

.btn-ghost-dark {
  display: inline-flex; align-items: center;
  color: var(--text-dark); background: transparent;
  padding: 0.85rem 1.6rem; border-radius: 2px;
  border: 1px solid rgba(26,21,16,0.3);
  transition: border-color 0.3s, color 0.3s, background 0.3s;
  cursor: pointer;
}
.btn-ghost-dark:hover { border-color: var(--gold); color: var(--gold); }

.btn-ghost-gold.sm { padding: 0.7rem 1.4rem; }
.btn-ghost-gold:hover { background: rgba(176,136,64,0.12); border-color: var(--gold-light); }

/* Hero Visual */
.hero-visual-col { position: relative; }
.hero-frame {
  position: relative;
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  overflow: visible;
  padding: 1rem;
  background: rgba(255,255,255,0.03);
}
.hero-img { border-radius: 3px; width: 100%; }
.hero-pill {
  position: absolute;
  font-family: var(--font-body); font-size: 0.7rem;
  font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold-light);
  padding: 0.45rem 1rem;
  border: 1px solid var(--border-gold);
  border-radius: 100px;
  background: rgba(8,8,8,0.88);
  backdrop-filter: blur(8px);
  white-space: nowrap;
  animation: floatPill 4s ease-in-out infinite;
}
.pill-a { top: 1.5rem; right: -1.2rem; animation-delay: 0s; }
.pill-b { bottom: 5rem; left: -1.2rem; animation-delay: 1.5s; }
.pill-c { bottom: 1.2rem; right: 0.5rem; animation-delay: 0.8s; }
@keyframes floatPill {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}



/* ── Sections Base ──────────────────────────────────── */
.section-page { padding: 7rem 0; }
.section-ivory-dark { background: var(--ivory-dark); }
.section-obsidian {
  background: linear-gradient(155deg, #0a0908 0%, #131110 60%, #0d0c0b 100%);
  color: #fff;
}
.mb-section-head { margin-bottom: 2rem; max-width: 720px; }

/* Intro Band */
.band-intro {
  padding: 4rem 0;
  background: var(--ivory-soft);
  border-bottom: 1px solid rgba(26,21,16,0.08);
}
.band-label {
  font-family: var(--font-body); font-size: 0.68rem;
  font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.75rem;
}
.band-title {
  font-family: var(--font-display); font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 400; color: var(--text-dark);
}
.band-text { font-size: 0.95rem; color: var(--text-muted); line-height: 1.85; }
.video-frame {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(26, 21, 16, 0.1);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}

.styled-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

/* ── Editorial Typography ───────────────────────────── */
.eyebrow {
  display: inline-block;
  font-family: var(--font-body); font-size: 0.68rem;
  font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1rem;
}
.eyebrow-light { color: var(--gold-light); }
.section-headline {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 300; color: var(--text-dark);
  line-height: 1.1; margin-bottom: 1.5rem;
}
.section-headline.light { color: #fff; }
.section-headline.centered { text-align: center; }
.section-headline em { font-style: italic; color: var(--gold); }
.section-headline.light em { color: var(--gold-pale); }
.divider-gold {
  width: 48px; height: 1px;
  background: linear-gradient(to right, var(--gold), transparent);
  margin-bottom: 1.5rem;
}
.editorial-text {
  font-size: 0.97rem; color: var(--text-muted); line-height: 1.9;
  margin-bottom: 1rem;
}
.editorial-text.light { color: var(--text-light); }
.editorial-text.centered { text-align: center; max-width: 600px; margin-left: auto; margin-right: auto; }

/* ── Reveal Animation ───────────────────────────────── */
.reveal {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ── Image Placeholders ─────────────────────────────── */

.placeholder-hero { aspect-ratio: 1 / 1; }
.placeholder-portrait { aspect-ratio: 4 / 5; }
.placeholder-landscape { aspect-ratio: 2 / 1; }
.placeholder-square { aspect-ratio: 1 / 1; }
.placeholder-card { aspect-ratio: 35 / 24; }
.placeholder-logo { aspect-ratio: 9 / 5; }

/* ── Produit Section ────────────────────────────────── */
.product-media-wrap {
  position: relative;
  padding: 1.5rem;
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(176,136,64,0.15);
  border-radius: 4px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.06);
}
.medal-float {
  position: absolute; top: -1.2rem; left: -1.5rem; z-index: 5;
  width: 22%;
  animation: floatPill 5s ease-in-out infinite;
}
.medal-img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.2));
}
.product-img { border-radius: 3px; }
.texture-card {
  position: absolute; right: -1.5rem; bottom: 2rem;
  max-width: 200px;
  padding: 1rem 1.25rem;
  background: var(--ivory-soft);
  border: 1px solid rgba(176,136,64,0.2);
  border-radius: 4px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  font-family: var(--font-body); font-size: 0.82rem;
}
.texture-card strong { color: var(--text-dark); display: block; margin-bottom: 0.3rem; letter-spacing: 0.04em; }
.texture-card p { color: var(--text-muted); margin: 0; line-height: 1.5; }

.atributes-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-top: 2rem;
}
.attr-item {
  display: flex; gap: 0.9rem; align-items: flex-start;
  padding: 1rem;
  border: 1px solid rgba(176,136,64,0.15);
  border-radius: 3px;
  background: rgba(255,255,255,0.55);
  transition: border-color 0.3s, box-shadow 0.3s;
}
.attr-item:hover { border-color: var(--gold); box-shadow: 0 6px 18px rgba(176,136,64,0.1); }
.attr-icon {
  font-size: 1.15rem; color: var(--gold);
  flex-shrink: 0; margin-top: 0.1rem;
}
.attr-item strong {
  display: block; font-family: var(--font-display); font-size: 1.05rem;
  font-weight: 600; margin-bottom: 0.25rem; color: var(--text-dark);
}
.attr-item p { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; }

/* ── Savoir-faire ───────────────────────────────────── */
.process-steps { margin-top: 2rem; display: flex; flex-direction: column; gap: 0; }
.process-step {
  display: flex; gap: 1.5rem; align-items: flex-start;
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.step-num {
  font-family: var(--font-display); font-size: 1.8rem;
  font-weight: 300; color: var(--gold);
  min-width: 2.5rem; line-height: 1;
}
.step-body h3 {
  font-family: var(--font-display); font-size: 1.2rem;
  font-weight: 600; color: #fff; margin-bottom: 0.4rem;
}
.step-body p { font-size: 0.88rem; color: rgba(255,255,255,0.62); line-height: 1.7; }

.masonry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0.75rem;
}
.masonry-wide { grid-column: 1 / -1; }
.masonry-img { border-radius: 3px; width: 100%; height: 100%; object-fit: cover; }

/* ── Gastronomie ────────────────────────────────────── */
.gastro-card {
  background: #fff;
  border: 1px solid rgba(176,136,64,0.12);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s;
  height: 100%;
}
.gastro-card:hover { transform: translateY(-8px); box-shadow: 0 20px 48px rgba(0,0,0,0.1); }
.gastro-img-wrap,
.recipe-img-wrap { overflow: hidden; }

.gastro-body { padding: 1.5rem; }

.gastro-num {
  display: inline-block;
  font-family: var(--font-display); font-size: 0.9rem;
  font-weight: 600; letter-spacing: 0.12em;
  color: var(--gold); margin-bottom: 0.6rem;
}
.gastro-body h3 { font-size: 1.3rem; font-weight: 600; margin-bottom: 0.5rem; color: var(--text-dark); }
.gastro-body p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; }

/* ── Citation ───────────────────────────────────────── */
.section-citation {
  padding: 0;
  background: var(--black);
  overflow: hidden;
}
.citation-block {
  position: relative;
  padding: 6rem 5rem;
  text-align: center;
  background:
    radial-gradient(ellipse at center, rgba(176,136,64,0.12) 0%, transparent 70%),
    var(--black);
}
.citation-guillemet {
  display: block;
  font-family: var(--font-display); font-size: 8rem;
  line-height: 0.8;
  color: rgba(176,136,64,0.18);
  font-weight: 300;
  user-select: none;
}
.citation-guillemet.close { margin-top: 0.5rem; }
.citation-text {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  font-weight: 300; font-style: italic;
  color: rgba(255,255,255,0.92);
  line-height: 1.5; max-width: 800px;
  margin: 0 auto 1.5rem; border: none;
  padding: 0;
}
.citation-author {
  font-family: var(--font-body); font-size: 0.68rem;
  font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); margin: 0;
}

/* ── Histoire ───────────────────────────────────────── */
.histoire-visual { position: relative; }
.histoire-img { border-radius: 4px; }
.histoire-tag {
  position: absolute; bottom: 2rem; left: -1rem;
  font-family: var(--font-body); font-size: 0.68rem;
  font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--black); background: var(--gold-light);
  padding: 0.6rem 1.2rem; border-radius: 2px;
  transform: rotate(-3deg);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* ── Bienfaits ──────────────────────────────────────── */
.benefit-card {
  padding: 2rem;
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  background: rgba(255,255,255,0.04);
  transition: border-color 0.3s, background 0.3s, transform 0.4s var(--ease-out);
  height: 100%;
}
.benefit-card:hover {
  border-color: var(--border-gold);
  background: rgba(176,136,64,0.06);
  transform: translateY(-5px);
}
.benefit-icon {
  display: block; font-size: 1.6rem;
  color: var(--gold-light); margin-bottom: 1.2rem;
}
.benefit-card h3 { font-family: var(--font-display); font-size: 1.3rem; color: #fff; margin-bottom: 0.6rem; }
.benefit-card p { font-size: 0.88rem; color: rgba(255,255,255,0.6); line-height: 1.75; }
.editor-ribbon {
  margin-top: 2.5rem;
  padding: 1rem 1.5rem;
  border-left: 3px solid var(--gold);
  background: rgba(176,136,64,0.08);
  border-radius: 0 3px 3px 0;
  font-family: var(--font-body); font-size: 0.86rem;
  color: rgba(255,255,255,0.75);
}
.editor-ribbon strong { color: var(--gold-light); }

/* ── Recettes ───────────────────────────────────────── */
.recettes-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  flex-wrap: wrap; gap: 2rem; margin-bottom: 3rem;
}
.recipe-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 1.5rem;
}
.recipe-tile {
  background: #fff;
  border: 1px solid rgba(176,136,64,0.1);
  border-radius: 4px; overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s;
}
.recipe-tile:hover { transform: translateY(-8px); box-shadow: 0 20px 48px rgba(0,0,0,0.09); }
.recipe-img { width: 100%; transition: transform 0.6s var(--ease-out); display: block; }
.recipe-tile:hover .recipe-img { transform: scale(1.04); }
.recipe-info { padding: 1.4rem; }
.recipe-cat {
  display: inline-block;
  font-family: var(--font-body); font-size: 0.65rem;
  font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold); border: 1px solid var(--border-gold);
  padding: 0.25rem 0.75rem; border-radius: 100px;
  margin-bottom: 0.75rem;
}
.recipe-info h3 { font-family: var(--font-display); font-size: 1.25rem; color: var(--text-dark); margin-bottom: 0.5rem; }
.recipe-info p { font-size: 0.86rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 1rem; }
.recipe-cta {
  font-family: var(--font-body); font-size: 0.75rem;
  font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold); display: inline-flex; align-items: center; gap: 0.4rem;
  transition: gap 0.3s, color 0.3s;
}
.recipe-cta:hover { gap: 0.75rem; color: var(--text-dark); }

/* ── Boutiques ──────────────────────────────────────── */

/* ── Contact ────────────────────────────────────────── */
.section-contact-split {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  min-height: 70vh;
}
.contact-left {
  background: linear-gradient(155deg, #0a0908, #131110);
  padding: 6rem 3.5rem;
  display: flex; flex-direction: column; justify-content: center;
}
.contact-right {
  background: var(--ivory-dark);
  padding: 6rem 3.5rem;
  display: flex; align-items: center;
}
.contact-form { width: 100%; }
.contact-list {
  margin-top: 2rem; display: flex; flex-direction: column; gap: 0.75rem;
}
.contact-list li {
  display: flex; align-items: center; gap: 0.75rem;
  font-size: 0.88rem; color: rgba(255,255,255,0.7);
}
.contact-list i { color: var(--gold-light); }
.form-label-dark {
  display: block;
  font-family: var(--font-body); font-size: 0.72rem;
  font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 0.4rem;
}
.input-dark {
  width: 100%;
  font-family: var(--font-body); font-size: 0.92rem;
  color: var(--text-dark); background: rgba(255,255,255,0.75);
  border: 1px solid rgba(176,136,64,0.2); border-radius: 3px;
  padding: 0.85rem 1rem;
  outline: none;
  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
  resize: vertical;
}
.input-dark::placeholder { color: rgba(107,95,80,0.6); }
.input-dark:focus {
  border-color: var(--gold); background: #fff;
  box-shadow: 0 0 0 3px rgba(176,136,64,0.12);
}

/* ── Footer ─────────────────────────────────────────── */
.footer-grand {
  background: var(--black);
  color: rgba(255,255,255,0.7);
}
.footer-top-line { height: 1px; background: linear-gradient(to right, transparent, var(--gold), transparent); }
.footer-wordmark {
  font-family: var(--font-display); font-size: 2rem;
  font-weight: 300; color: #fff; margin-bottom: 0.75rem;
}
.footer-tagline { font-size: 0.86rem; color: rgba(255,255,255,0.5); line-height: 1.75; max-width: 340px; }
.footer-heading {
  font-family: var(--font-body); font-size: 0.65rem;
  font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1rem;
}
.footer-menu { display: flex; flex-direction: column; gap: 0.55rem; }
.footer-menu a { font-size: 0.88rem; color: rgba(255,255,255,0.6); transition: color 0.3s; }
.footer-menu a:hover { color: var(--gold-light); }
.footer-bottom {
  margin-top: 3rem; padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 0.75rem;
}
.footer-bottom p { font-size: 0.78rem; color: rgba(255,255,255,0.35); margin: 0; }
.footer-crafted { font-size: 0.75rem !important; letter-spacing: 0.08em; }

/* ── Responsive ─────────────────────────────────────── */
@media (max-width: 991.98px) {
  .section-page { padding: 5rem 0; }
  .texture-card { position: static; margin-top: 1rem; max-width: 100%; }
  .masonry-grid { grid-template-columns: 1fr 1fr; }
  .section-contact-split { grid-template-columns: 1fr; }
  .contact-left, .contact-right { padding: 4rem 2rem; }
  .recipe-mosaic { grid-template-columns: 1fr 1fr; }
  .citation-block { padding: 4rem 2rem; }
}

@media (max-width: 767.98px) {
  .section-page { padding: 4rem 0; }
  .hero-display { font-size: 3rem; }
  .atributes-grid { grid-template-columns: 1fr; }
  .recipe-mosaic { grid-template-columns: 1fr; }
  .hero-frame { padding: 0.5rem; }
  .pill-a, .pill-b, .pill-c { display: none; }
  .ticker-wrap { padding-top: 6rem; }
  .masonry-grid { grid-template-columns: 1fr; }
  .masonry-wide { grid-column: auto; }
  .recettes-header { flex-direction: column; align-items: flex-start; }
  .citation-text { font-size: 1.4rem; }
  .band-intro .row > * { padding-left: 1rem; }
}

@media (max-width: 575.98px) {
  .hero-display { font-size: 2.5rem; }
  .section-headline { font-size: 2rem; }
  .contact-left, .contact-right { padding: 3rem 1.5rem; }
  .hero-cta-row { flex-direction: column; }
  .btn-primary-gold, .btn-ghost-light { width: 100%; text-align: center; }
}


/* ─------ Menu radial ──────────
---------LA ROUE DE LA FORTUNE */
.radial-menu {
  --radial-ring: rgba(8,8,8,0.96);
  --radial-ring-hover: rgba(22,22,23,0.98);

  position: relative;
  width: 100%;
  aspect-ratio: 1;
  max-width: 100%;
  margin-inline: auto;
  perspective: 1200px;
}

.radial-menu svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.segments-ring {
  transform-origin: 200px 200px;
}

.segment {
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transform-box: fill-box;
  transform-origin: center;
}

.segment path {
  fill: var(--radial-ring);
  stroke: #000000;
  stroke-width: 3;
  stroke-linejoin: round;
  transition:
    fill 0.25s ease,
    filter 0.25s ease,
    stroke 0.25s ease,
    stroke-width 0.25s ease,
    opacity 0.25s ease;
  filter:
    drop-shadow(0 0 4px rgba(255,255,255,0.55))
    drop-shadow(0 0 10px rgba(255,255,255,0.35))
    drop-shadow(0 0 18px rgba(255,255,255,0.18));
  animation: segmentNeonPulse 2.4s ease-in-out infinite;
}

.segment image {
  pointer-events: none;
}

.segment:hover path,
.segment:focus-visible path {
  fill: var(--radial-ring-hover);
  stroke: #000000;
  stroke-width: 3.5;
  filter:
    drop-shadow(0 0 6px rgba(255,255,255,0.95))
    drop-shadow(0 0 14px rgba(255,255,255,0.85))
    drop-shadow(0 0 28px rgba(255,255,255,0.65))
    drop-shadow(0 0 48px rgba(255,255,255,0.35));
}

.center-circle {
  position: absolute;
  inset: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  border-radius: 50%;
  z-index: 2;
  overflow: visible;
  pointer-events: none;
  backface-visibility: visible;
  animation: coinSpin 4.8s linear infinite;
}

.coin-slice,
.coin-face {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.coin-face {
  z-index: 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  backface-visibility: hidden;
  border: 1.5px solid rgba(0,0,0,0.22);
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,0.35), rgba(255,255,255,0) 35%),
    #fff;
  box-shadow:
    inset 0 2px 10px rgba(255,255,255,0.35),
    inset 0 -8px 18px rgba(0,0,0,0.12),
    0 0 0 1px rgba(0,0,0,0.08),
    0 2px 8px rgba(0,0,0,0.10),
    0 0 10px rgba(255,255,255,0.25),
    0 0 20px rgba(255,255,255,0.18),
    0 0 35px rgba(255,255,255,0.12);
}

.coin-slice {
  z-index: 1;
  backface-visibility: visible;
  transform-style: preserve-3d;
  transform: translateZ(var(--z));
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.55) 0px,
      rgba(255,255,255,0.55) 1px,
      rgba(170,170,170,0.95) 1px,
      rgba(170,170,170,0.95) 2px,
      rgba(55,55,55,1) 2px,
      rgba(55,55,55,1) 3px,
      rgba(235,235,235,0.55) 3px,
      rgba(235,235,235,0.55) 4px,
      rgba(20,20,20,1) 4px,
      rgba(20,20,20,1) 5px
    ),
    linear-gradient(
      to bottom,
      rgba(255,255,255,0.32) 0%,
      rgba(210,210,210,0.95) 20%,
      rgba(110,110,110,1) 55%,
      rgba(25,25,25,1) 100%
    );
  background-blend-mode: normal;
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,0.18),
    inset 0 -1px 1px rgba(0,0,0,0.18);
}

.coin-face::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.9);
  box-shadow:
    0 0 8px rgba(255,255,255,0.9),
    0 0 18px rgba(255,255,255,0.75),
    0 0 35px rgba(255,255,255,0.55),
    0 0 60px rgba(255,255,255,0.35);
  pointer-events: none;
  animation: neonPulse 2.2s ease-in-out infinite;
}

.coin-front {
  transform: translateZ(6px);
}

.coin-back {
  transform: rotateY(180deg) translateZ(6px);
}

.coin-face img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #ffffff;
  filter:
    drop-shadow(0 0 6px rgba(255,255,255,0.55))
    drop-shadow(0 0 14px rgba(255,255,255,0.35));
}

.coin-back img {
  transform: scaleX(-1);
}

.radial-menu.menu-hover .center-circle {
  animation-play-state: initial;
}

@keyframes neonPulse {
  0%, 100% {
    opacity: 0.9;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.03);
  }
}

@keyframes segmentNeonPulse {
  0%, 100% {
    opacity: 0.95;
  }
  50% {
    opacity: 1;
  }
}

@keyframes coinSpin {
  0% {
    transform: translate(-50%, -50%) rotateY(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateY(-360deg);
  }
}

/* Bandeau fixé en bas de l’écran */
.cookie-banner {
  position: fixed;
  inset: auto 1rem 1rem 1rem;
  z-index: 9999;
}

/* Boîte du bandeau */
.cookie-banner__content {
  max-width: 900px;
  margin: 0 auto;
  padding: 1.25rem;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Zone boutons */
.cookie-banner__actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

/* Boutons génériques */
.btn {
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
}

/* Bouton principal */
.btn-primary {
  background: #111111;
  color: #ffffff;
}

/* Bouton secondaire */
.btn-secondary {
  background: #e9e9e9;
  color: #111111;
}

/* Bouton dans le footer */
.footer-cookie-btn {
  background: none;
  border: 0;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
}