/* ============================================================
   MY TERROIR — Styles Partagés · Version enrichie
   Traiteur événementiel · Bordeaux · Nouvelle-Aquitaine
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=Josefin+Sans:wght@300;400;500;600&display=swap');

:root {
  --terracotta: #B5541A;
  --terracotta-light: #D47A3E;
  --terracotta-dark: #8C3F10;
  --gold: #C9A84C;
  --gold-light: #E0C97D;
  --cream: #FAF6F0;
  --cream-dark: #F0E8DB;
  --dark: #1C1810;
  --brown: #3D2E1C;
  --brown-mid: #6B5640;
  --sage: #7A8B6F;
  --sage-light: #C5D1BD;
  --wine: #6B2D3E;
  --linen: #F5F0E8;
  --ember: #E8740C;
  --ember-glow: rgba(232,116,12,0.15);
  --font-heading: 'Cormorant Garamond', 'Georgia', serif;
  --font-body: 'Josefin Sans', 'Helvetica Neue', sans-serif;
  --header-h: 80px;
  --max-w: 1200px;
  --max-w-narrow: 900px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font-body); background: var(--cream); color: var(--dark); font-size: 15px; line-height: 1.7; font-weight: 300; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

/* GRAIN TEXTURE */
body::after {
  content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 9999; opacity: 0.022;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: var(--max-w-narrow); margin: 0 auto; padding: 0 24px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* SCROLL ANIMATIONS - progressive enhancement */
/* Content is visible by default. JS adds .js-ready to <html>, which hides elements for animation */
.js-ready .reveal { opacity: 0; transform: translateY(36px); transition: opacity 0.8s cubic-bezier(0.23,1,0.32,1), transform 0.8s cubic-bezier(0.23,1,0.32,1); }
.js-ready .reveal.visible { opacity: 1; transform: translateY(0); }
.js-ready .reveal-delay-1 { transition-delay: 0.12s; }
.js-ready .reveal-delay-2 { transition-delay: 0.24s; }
.js-ready .reveal-delay-3 { transition-delay: 0.36s; }
.js-ready .reveal-delay-4 { transition-delay: 0.48s; }

/* DECORATIVE PATTERNS */
.bg-pattern-diamond::after { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.03; background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0L40 20L20 40L0 20Z' fill='none' stroke='%233D2E1C' stroke-width='0.5'/%3E%3C/svg%3E"); background-size: 40px 40px; }
.bg-pattern-vine::after { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.04; background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='12' fill='none' stroke='%23C9A84C' stroke-width='0.4'/%3E%3Ccircle cx='30' cy='30' r='24' fill='none' stroke='%23C9A84C' stroke-width='0.3'/%3E%3C/svg%3E"); background-size: 60px 60px; }

/* ORNAMENTAL DIVIDER */
.ornament-line { display: flex; align-items: center; justify-content: center; gap: 16px; margin: 48px 0; }
.ornament-line::before, .ornament-line::after { content: ''; height: 1px; width: 60px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.ornament-line span { font-family: var(--font-heading); font-size: 18px; color: var(--gold); font-style: italic; white-space: nowrap; }

/* ============ HEADER ============ */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: var(--header-h); background: rgba(28,24,16,0.88); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid rgba(201,168,76,0.12); transition: all 0.4s ease; }
.site-header.scrolled { background: rgba(28,24,16,0.97); box-shadow: 0 4px 32px rgba(0,0,0,0.4); height: 70px; }
.header-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; height: 100%; display: flex; align-items: center; justify-content: space-between; }
.header-logo { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.header-logo img { height: 50px; width: auto; filter: drop-shadow(0 1px 4px rgba(0,0,0,0.3)); transition: height 0.3s ease; }
.site-header.scrolled .header-logo img { height: 42px; }
.header-logo-text { font-family: var(--font-heading); font-size: 22px; font-weight: 400; color: var(--cream); letter-spacing: 1px; line-height: 1.1; }
.header-logo-text small { display: block; font-family: var(--font-body); font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); font-weight: 300; margin-top: 2px; }

.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav > a, .nav-dropdown > .nav-dropdown-toggle { font-family: var(--font-body); font-size: 11px; font-weight: 400; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(250,246,240,0.65); padding: 8px 14px; transition: color 0.3s ease; background: none; border: none; cursor: pointer; white-space: nowrap; position: relative; }
.main-nav > a::after { content: ''; position: absolute; bottom: 4px; left: 50%; width: 0; height: 1px; background: var(--gold); transition: all 0.3s ease; transform: translateX(-50%); }
.main-nav > a:hover::after, .main-nav > a.active::after { width: calc(100% - 28px); }
.main-nav > a:hover, .main-nav > a.active, .nav-dropdown:hover > .nav-dropdown-toggle { color: var(--gold-light); }

.nav-dropdown { position: relative; }
.nav-dropdown-toggle { display: flex; align-items: center; gap: 5px; }
.nav-dropdown-toggle svg { width: 10px; height: 10px; transition: transform 0.3s ease; fill: currentColor; }
.nav-dropdown:hover .nav-dropdown-toggle svg { transform: rotate(180deg); }
.nav-dropdown-menu { position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%) translateY(8px); min-width: 220px; background: rgba(28,24,16,0.97); backdrop-filter: blur(16px); border: 1px solid rgba(201,168,76,0.15); padding: 12px 0; opacity: 0; visibility: hidden; transition: all 0.3s ease; border-radius: 4px; box-shadow: 0 12px 40px rgba(0,0,0,0.4); }
.nav-dropdown:hover .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-dropdown-menu a { display: block; padding: 10px 24px; font-family: var(--font-body); font-size: 12px; font-weight: 300; letter-spacing: 1px; text-transform: uppercase; color: rgba(250,246,240,0.6); transition: all 0.25s ease; }
.nav-dropdown-menu a:hover { color: var(--gold-light); background: rgba(201,168,76,0.06); padding-left: 30px; }

.nav-cta { font-family: var(--font-body) !important; font-size: 10px !important; letter-spacing: 2.5px !important; text-transform: uppercase; color: var(--dark) !important; background: var(--gold) !important; padding: 10px 22px !important; transition: all 0.3s ease !important; font-weight: 500 !important; margin-left: 8px; }
.nav-cta:hover { background: var(--gold-light) !important; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(201,168,76,0.3); }
.nav-cta::after { display: none !important; }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; z-index: 1010; }
.hamburger span { display: block; width: 24px; height: 1.5px; background: var(--cream); transition: all 0.3s ease; transform-origin: center; }
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-nav-overlay { display: none; position: fixed; inset: 0; background: rgba(28,24,16,0.97); z-index: 999; flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
.mobile-nav-overlay.open { display: flex; }
.mobile-nav-overlay a { font-family: var(--font-heading); font-size: 28px; font-weight: 300; color: var(--cream); padding: 12px 24px; transition: color 0.3s ease; }
.mobile-nav-overlay a:hover { color: var(--gold-light); }
.mobile-nav-overlay .mobile-sub { font-family: var(--font-body); font-size: 14px; font-weight: 300; letter-spacing: 1px; color: rgba(250,246,240,0.5); padding: 6px 24px 6px 48px; }
.mobile-nav-overlay .mobile-sub:hover { color: var(--gold-light); }
.mobile-nav-overlay .mobile-nav-cta { margin-top: 24px; font-family: var(--font-body); font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--dark); background: var(--gold); padding: 14px 40px; }

/* ============ HERO ============ */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; background: var(--dark); padding: calc(var(--header-h) + 40px) 24px 80px; }
.hero--short { min-height: 65vh; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 50%, rgba(181,84,26,0.2) 0%, transparent 55%), radial-gradient(ellipse at 80% 30%, rgba(201,168,76,0.12) 0%, transparent 45%), radial-gradient(ellipse at 50% 85%, rgba(122,139,111,0.08) 0%, transparent 50%), radial-gradient(ellipse at 65% 60%, var(--ember-glow) 0%, transparent 40%); z-index: 1; animation: heroShimmer 12s ease-in-out infinite alternate; }
@keyframes heroShimmer { 0% { opacity: 1; } 50% { opacity: 0.8; } 100% { opacity: 1; } }
.hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent 5%, var(--gold) 30%, var(--terracotta) 50%, var(--gold) 70%, transparent 95%); opacity: 0.4; z-index: 3; }

.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg-placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--font-body); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: rgba(250,246,240,0.1); background: linear-gradient(135deg, rgba(28,24,16,1) 0%, rgba(61,46,28,0.95) 40%, rgba(28,24,16,1) 100%); text-align: center; padding: 20px; }
.hero-bg-placeholder::before { content: ''; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(232,116,12,0.08) 0%, transparent 70%); bottom: 10%; left: 50%; transform: translateX(-50%); animation: emberPulse 4s ease-in-out infinite; }
@keyframes emberPulse { 0%, 100% { transform: translateX(-50%) scale(1); opacity: 0.5; } 50% { transform: translateX(-50%) scale(1.3); opacity: 0.9; } }
.hero-bg-placeholder::after { content: ''; position: absolute; width: 160px; height: 160px; border-radius: 50%; border: 1px solid rgba(201,168,76,0.06); top: 50%; left: 50%; transform: translate(-50%, -50%); }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(28,24,16,0.4) 0%, rgba(28,24,16,0.2) 40%, rgba(28,24,16,0.6) 80%, rgba(28,24,16,0.85) 100%); z-index: 1; }

/* Hero slideshow - crossfade 6 images, 6s each = 36s cycle */
.hero-slideshow .hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; animation: heroSlide 36s ease-in-out infinite; }
.hero-slideshow .hero-slide:nth-child(1) { animation-name: heroSlideFirst; animation-delay: 0s; }
.hero-slideshow .hero-slide:nth-child(2) { animation-delay: 6s; }
.hero-slideshow .hero-slide:nth-child(3) { animation-delay: 12s; }
.hero-slideshow .hero-slide:nth-child(4) { animation-delay: 18s; }
.hero-slideshow .hero-slide:nth-child(5) { animation-delay: 24s; }
.hero-slideshow .hero-slide:nth-child(6) { animation-delay: 30s; }
@keyframes heroSlide { 0% { opacity: 0; } 2.5% { opacity: 1; } 16.7% { opacity: 1; } 19.2% { opacity: 0; } 100% { opacity: 0; } }
@keyframes heroSlideFirst { 0% { opacity: 1; } 16.7% { opacity: 1; } 19.2% { opacity: 0; } 97.5% { opacity: 0; } 100% { opacity: 1; } }

.hero-content { position: relative; z-index: 2; max-width: 800px; }
.hero-eyebrow { font-family: var(--font-body); font-size: 11px; letter-spacing: 6px; text-transform: uppercase; color: var(--gold); margin-bottom: 28px; font-weight: 300; }
.hero h1 { font-family: var(--font-heading); font-size: clamp(38px, 6.5vw, 78px); font-weight: 300; color: #fff; line-height: 1.08; margin-bottom: 16px; letter-spacing: -1px; }
.hero h1 em { font-style: italic; color: var(--gold-light); font-weight: 400; }
.hero-sub { font-family: var(--font-heading); font-size: clamp(16px, 2.2vw, 22px); color: rgba(255,255,255,0.5); font-style: italic; font-weight: 300; margin-bottom: 40px; max-width: 600px; margin-left: auto; margin-right: auto; }
.hero-divider { width: 60px; height: 1px; background: var(--gold); margin: 0 auto 28px; }
@keyframes scaleIn { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.hero-tagline { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.22); font-weight: 300; border-top: 1px solid rgba(255,255,255,0.06); padding-top: 28px; max-width: 500px; margin: 0 auto; }
.hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
/* Hero entrance animations - only when JS is ready */
.js-ready .hero-eyebrow { animation: fadeSlideDown 1s ease-out 0.2s both; }
.js-ready .hero h1 { animation: fadeSlideDown 1s ease-out 0.4s both; }
.js-ready .hero-sub { animation: fadeSlideDown 1s ease-out 0.6s both; }
.js-ready .hero-divider { animation: scaleIn 0.8s ease-out 0.8s both; }
.js-ready .hero-tagline { animation: fadeSlideDown 1s ease-out 1s both; }
.js-ready .hero-buttons { animation: fadeSlideDown 1s ease-out 0.8s both; }
@keyframes fadeSlideDown { from { opacity: 0; transform: translateY(-16px); } to { opacity: 1; transform: translateY(0); } }

/* ============ BUTTONS ============ */
.btn { display: inline-block; font-family: var(--font-body); font-size: 11px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; padding: 16px 40px; border: none; cursor: pointer; transition: all 0.35s cubic-bezier(0.23,1,0.32,1); text-align: center; position: relative; overflow: hidden; }
.btn::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 50%); opacity: 0; transition: opacity 0.35s ease; }
.btn:hover::before { opacity: 1; }
.btn--gold { background: var(--gold); color: var(--dark); }
.btn--gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(201,168,76,0.35); }
.btn--outline { background: transparent; color: var(--gold); border: 1px solid var(--gold); }
.btn--outline:hover { background: var(--gold); color: var(--dark); transform: translateY(-2px); }
.btn--terracotta { background: var(--terracotta); color: #fff; }
.btn--terracotta:hover { background: var(--terracotta-light); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(181,84,26,0.3); }
.btn--white-outline { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.3); }
.btn--white-outline:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.5); transform: translateY(-2px); }

/* ============ SECTIONS ============ */
.section { padding: 110px 24px; position: relative; }
.section--cream { background: var(--cream); }
.section--linen { background: var(--linen); }
.section--cream-dark { background: var(--cream-dark); }
.section--dark { background: var(--dark); color: var(--cream); }
.section--brown { background: linear-gradient(135deg, var(--brown) 0%, #2a1f0f 100%); color: var(--cream); }

.section-header { text-align: center; margin-bottom: 64px; }
.section-eyebrow { font-family: var(--font-body); font-size: 11px; letter-spacing: 6px; text-transform: uppercase; color: var(--terracotta); margin-bottom: 14px; font-weight: 400; }
.section--dark .section-eyebrow, .section--brown .section-eyebrow { color: var(--gold); }
.section-header h2 { font-family: var(--font-heading); font-size: clamp(30px, 4.5vw, 52px); font-weight: 300; color: var(--brown); line-height: 1.15; margin-bottom: 16px; }
.section--dark .section-header h2, .section--brown .section-header h2 { color: var(--cream); }
.section-header h2 em { font-style: italic; color: var(--terracotta); }
.section--dark .section-header h2 em, .section--brown .section-header h2 em { color: var(--gold-light); }
.section-desc { font-family: var(--font-heading); font-size: 18px; font-style: italic; color: var(--brown-mid); max-width: 640px; margin: 0 auto; line-height: 1.7; font-weight: 400; }
.section--dark .section-desc, .section--brown .section-desc { color: rgba(250,246,240,0.5); }

.section-divider { height: 1px; background: linear-gradient(90deg, transparent 10%, var(--gold) 50%, transparent 90%); opacity: 0.25; position: relative; }
.section-divider::before { content: '\u25C6'; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: var(--cream); padding: 0 16px; font-size: 8px; color: var(--gold); letter-spacing: 8px; }

/* ============ CARDS ============ */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; max-width: var(--max-w); margin: 0 auto; }
.card { background: #fff; border: 1px solid rgba(61,46,28,0.06); padding: 0; transition: all 0.45s cubic-bezier(0.23,1,0.32,1); overflow: hidden; position: relative; }
.card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--terracotta), var(--gold)); transform: scaleX(0); transition: transform 0.4s ease; z-index: 2; }
.card:hover::before { transform: scaleX(1); }
.card:hover { box-shadow: 0 16px 48px rgba(61,46,28,0.12); transform: translateY(-6px); }

.card-img { height: 240px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: rgba(250,246,240,0.2); position: relative; overflow: hidden; text-align: center; padding: 20px; background: linear-gradient(135deg, #2a1f0f 0%, #3d2e1c 50%, #1c1810 100%); }
.card-img::before { content: ''; position: absolute; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle, var(--ember-glow) 0%, transparent 70%); opacity: 0.4; bottom: 20%; left: 50%; transform: translateX(-50%); animation: cardGlow 6s ease-in-out infinite; }
@keyframes cardGlow { 0%, 100% { opacity: 0.3; transform: translateX(-50%) scale(0.8); } 50% { opacity: 0.6; transform: translateX(-50%) scale(1.1); } }
.card-img::after { content: ''; position: absolute; width: 80px; height: 80px; border-radius: 50%; border: 1px solid rgba(201,168,76,0.08); top: 50%; left: 50%; transform: translate(-50%, -50%); }
.card-img img { width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 28px 28px 32px; }
.card-body h3 { font-family: var(--font-heading); font-size: 26px; font-weight: 500; color: var(--brown); margin-bottom: 10px; line-height: 1.25; }
.card-body h3 em { font-style: italic; color: var(--terracotta); }
.card-body p { font-size: 14px; color: var(--brown-mid); line-height: 1.7; margin-bottom: 20px; }
.card-link { font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: var(--terracotta); display: inline-flex; align-items: center; gap: 8px; transition: gap 0.3s ease, color 0.3s ease; }
.card-link:hover { gap: 14px; color: var(--terracotta-dark); }
.card-link svg { width: 14px; height: 14px; fill: currentColor; }

/* ============ VALUES ============ */
.values-grid { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; }
.value-item { text-align: center; max-width: 140px; transition: transform 0.3s ease; }
.value-item:hover { transform: translateY(-4px); }
.value-icon { font-size: 28px; margin-bottom: 12px; display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; margin-left: auto; margin-right: auto; border-radius: 50%; background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.12); transition: all 0.3s ease; }
.value-item:hover .value-icon { background: rgba(201,168,76,0.15); border-color: rgba(201,168,76,0.25); transform: scale(1.05); }
.section--dark .value-icon { background: rgba(201,168,76,0.06); border-color: rgba(201,168,76,0.1); }
.value-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--brown-mid); font-weight: 400; }
.section--dark .value-label { color: rgba(250,246,240,0.5); }

/* ============ INTRO BLOCK ============ */
.intro-block { max-width: 700px; margin: 0 auto; text-align: center; font-family: var(--font-heading); font-size: 20px; line-height: 1.85; color: var(--brown); font-weight: 400; position: relative; }
.intro-block em { color: var(--terracotta); }
.intro-block::before { content: '\201C'; position: absolute; top: -40px; left: 50%; transform: translateX(-50%); font-family: var(--font-heading); font-size: 80px; color: var(--gold); opacity: 0.1; line-height: 1; }

/* ============ MENU ITEMS ============ */
.famille { margin-bottom: 48px; }
.famille-header { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid rgba(61,46,28,0.08); }
.famille-icon { font-size: 22px; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--cream-dark), var(--cream)); border-radius: 12px; flex-shrink: 0; border: 1px solid rgba(201,168,76,0.1); }
.famille-header h3 { font-family: var(--font-heading); font-size: 22px; font-weight: 600; color: var(--brown); }
.famille-header h3 small { display: block; font-family: var(--font-body); font-size: 11px; font-weight: 300; color: var(--brown-mid); letter-spacing: 1px; margin-top: 2px; }
.piece { padding: 14px 0; border-bottom: 1px solid rgba(0,0,0,0.04); transition: background 0.3s ease, padding-left 0.3s ease; }
.piece:hover { background: rgba(201,168,76,0.03); padding-left: 8px; }
.piece:last-child { border-bottom: none; }
.piece-name { font-family: var(--font-heading); font-size: 17px; font-weight: 600; color: var(--dark); margin-bottom: 4px; }
.piece-detail { font-family: var(--font-heading); font-size: 14px; font-style: italic; color: var(--brown-mid); line-height: 1.6; }

/* ============ PRICING TABLE ============ */
.pricing-table { width: 100%; border-collapse: separate; border-spacing: 0; max-width: 700px; margin: 0 auto 32px; }
.pricing-table th { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--brown-mid); font-weight: 500; padding: 14px 16px; border-bottom: 2px solid var(--gold); text-align: left; background: rgba(201,168,76,0.05); }
.pricing-table td { font-family: var(--font-heading); font-size: 15px; color: var(--dark); padding: 16px; border-bottom: 1px solid var(--cream-dark); vertical-align: top; transition: background 0.2s ease; }
.pricing-table tr:hover td { background: rgba(201,168,76,0.04); }
.pricing-table .price { color: var(--terracotta); font-weight: 600; white-space: nowrap; }

/* ============ MENU CARDS ============ */
.menu-card { background: #fff; border: 1px solid rgba(61,46,28,0.06); padding: 48px 36px; text-align: center; position: relative; transition: all 0.4s cubic-bezier(0.23,1,0.32,1); overflow: hidden; }
.menu-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--terracotta), var(--gold)); transform: scaleX(0); transition: transform 0.4s ease; }
.menu-card:hover::after { transform: scaleX(1); }
.menu-card:hover { box-shadow: 0 16px 48px rgba(61,46,28,0.1); transform: translateY(-4px); }
.menu-card--featured { border-color: var(--gold); box-shadow: 0 8px 32px rgba(201,168,76,0.12); }
.menu-card--featured::after { transform: scaleX(1); }
.menu-card-badge { position: absolute; top: -1px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: var(--dark); font-size: 9px; letter-spacing: 3px; text-transform: uppercase; padding: 6px 24px; font-weight: 500; }
.menu-card-number { font-family: var(--font-body); font-size: 11px; color: var(--terracotta); letter-spacing: 4px; margin-bottom: 8px; font-weight: 400; }
.menu-card h3 { font-family: var(--font-heading); font-size: 32px; font-weight: 300; color: var(--brown); margin-bottom: 6px; }
.menu-card h3 em { color: var(--terracotta); font-style: italic; }
.menu-card-tagline { font-family: var(--font-heading); font-size: 15px; font-style: italic; color: var(--brown-mid); margin-bottom: 24px; }
.menu-card-price { font-family: var(--font-heading); font-size: 52px; font-weight: 300; color: var(--terracotta); margin-bottom: 4px; line-height: 1; }
.menu-card-price-sub { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--brown-mid); margin-bottom: 28px; }
.menu-card-divider { width: 40px; height: 1px; background: var(--gold); margin: 0 auto 28px; }

/* ============ BUFFET CARDS ============ */
.buffet-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; max-width: var(--max-w); margin: 0 auto; }
.buffet-card { background: #fff; border: 1px solid rgba(61,46,28,0.06); padding: 28px 24px; transition: all 0.35s cubic-bezier(0.23,1,0.32,1); position: relative; overflow: hidden; }
.buffet-card::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 0; background: linear-gradient(to bottom, var(--terracotta), var(--gold)); transition: height 0.4s ease; }
.buffet-card:hover::before { height: 100%; }
.buffet-card:hover { box-shadow: 0 8px 32px rgba(61,46,28,0.08); transform: translateY(-3px); }
.buffet-card-icon { font-size: 28px; margin-bottom: 14px; }
.buffet-card h4 { font-family: var(--font-heading); font-size: 20px; font-weight: 600; color: var(--brown); margin-bottom: 10px; line-height: 1.3; }
.buffet-card p { font-size: 13px; color: var(--brown-mid); line-height: 1.7; margin-bottom: 14px; }
.buffet-card .vin-accord { font-size: 12px; color: var(--wine); font-style: italic; }

/* ============ HIGHLIGHT BOX ============ */
.highlight-box { max-width: 700px; margin: 40px auto 0; background: #fff; border-left: 3px solid var(--gold); padding: 28px 32px; position: relative; box-shadow: 0 2px 16px rgba(61,46,28,0.04); }
.highlight-box::before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; width: 40px; background: linear-gradient(90deg, rgba(201,168,76,0.04), transparent); pointer-events: none; }
.highlight-box p { font-family: var(--font-heading); font-size: 16px; font-style: italic; color: var(--brown-mid); line-height: 1.7; }

/* ============ IMAGE PLACEHOLDER ============ */
.img-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: rgba(250,246,240,0.2); min-height: 320px; position: relative; overflow: hidden; text-align: center; padding: 0; background: none; border: none; border-radius: 8px; }
.img-placeholder img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: 1; border-radius: 8px; }

/* ============ TESTIMONIALS ============ */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; max-width: var(--max-w); margin: 0 auto; }
.testimonial { background: #fff; border: 1px solid rgba(61,46,28,0.04); padding: 40px 28px 36px; position: relative; transition: all 0.35s ease; }
.testimonial:hover { box-shadow: 0 8px 28px rgba(61,46,28,0.06); transform: translateY(-2px); }
.testimonial::before { content: '\201C'; position: absolute; top: 16px; left: 24px; font-family: var(--font-heading); font-size: 64px; color: var(--gold); opacity: 0.1; line-height: 1; }
.testimonial-stars { color: var(--gold); font-size: 14px; margin-bottom: 16px; letter-spacing: 3px; }
.testimonial p { font-family: var(--font-heading); font-size: 17px; font-style: italic; color: var(--brown); line-height: 1.7; margin-bottom: 20px; }
.testimonial-author { font-size: 12px; font-weight: 500; letter-spacing: 1px; color: var(--brown-mid); }

/* ============ CTA BAND ============ */
.cta-band { background: linear-gradient(135deg, var(--brown) 0%, #1a1208 100%); padding: 100px 24px; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 50%, rgba(181,84,26,0.15) 0%, transparent 55%), radial-gradient(ellipse at 70% 50%, rgba(201,168,76,0.1) 0%, transparent 50%); }
.cta-band::after { content: ''; position: absolute; top: 0; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0.25; }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { font-family: var(--font-heading); font-size: clamp(28px, 4vw, 44px); font-weight: 300; color: var(--cream); margin-bottom: 12px; }
.cta-band h2 em { font-style: italic; color: var(--gold-light); }
.cta-band p { font-family: var(--font-heading); font-size: 18px; font-style: italic; color: rgba(250,246,240,0.45); margin-bottom: 40px; }

/* ============ CONTACT ============ */
.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; max-width: var(--max-w); margin: 0 auto; align-items: start; }
.contact-form label { display: block; font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--brown-mid); margin-bottom: 6px; font-weight: 400; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; font-family: var(--font-body); font-size: 14px; color: var(--dark); background: #fff; border: 1px solid rgba(61,46,28,0.12); padding: 14px 16px; margin-bottom: 20px; transition: border-color 0.3s ease, box-shadow 0.3s ease; font-weight: 300; -webkit-appearance: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,168,76,0.12); }
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-info-side h3 { font-family: var(--font-heading); font-size: 28px; font-weight: 400; color: var(--brown); margin-bottom: 28px; }
.contact-info-item { margin-bottom: 24px; padding-left: 16px; border-left: 2px solid rgba(201,168,76,0.2); }
.contact-info-item strong { display: block; font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--terracotta); font-weight: 500; margin-bottom: 4px; }
.contact-info-item span, .contact-info-item a { font-family: var(--font-heading); font-size: 17px; color: var(--brown); }
.contact-info-item a:hover { color: var(--terracotta); }
.contact-map-placeholder { height: 280px; display: flex; align-items: center; justify-content: center; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: rgba(250,246,240,0.2); margin-top: 24px; background: linear-gradient(135deg, #2a1f0f, #3d2e1c); position: relative; overflow: hidden; }
.contact-map-placeholder::before { content: ''; position: absolute; width: 100px; height: 100px; border-radius: 50%; border: 1px solid rgba(201,168,76,0.1); top: 50%; left: 50%; transform: translate(-50%, -50%); }

/* ============ BLOG ============ */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 28px; max-width: var(--max-w); margin: 0 auto; }
.blog-card { background: #fff; border: 1px solid rgba(61,46,28,0.04); overflow: hidden; transition: all 0.4s cubic-bezier(0.23,1,0.32,1); }
.blog-card:hover { box-shadow: 0 12px 40px rgba(61,46,28,0.1); transform: translateY(-4px); }
.blog-card-img { height: 220px; display: flex; align-items: center; justify-content: center; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: rgba(250,246,240,0.2); background: linear-gradient(135deg, #2a1f0f 0%, #3d2e1c 50%, #1c1810 100%); position: relative; overflow: hidden; text-align: center; padding: 24px; }
.blog-card-img::before { content: ''; position: absolute; width: 100px; height: 100px; border-radius: 50%; background: radial-gradient(circle, var(--ember-glow) 0%, transparent 70%); opacity: 0.4; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.blog-card-body { padding: 24px 24px 28px; }
.blog-card-date { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--terracotta); margin-bottom: 8px; font-weight: 400; }
.blog-card-body h3 { font-family: var(--font-heading); font-size: 22px; font-weight: 500; color: var(--brown); margin-bottom: 10px; line-height: 1.3; }
.blog-card-body p { font-size: 14px; color: var(--brown-mid); line-height: 1.7; margin-bottom: 16px; }

/* ============ PARTNERS ============ */
.partners-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; max-width: var(--max-w); margin: 0 auto; }
.partner-card { background: #fff; border: 1px solid rgba(61,46,28,0.04); padding: 36px 24px; text-align: center; transition: all 0.35s cubic-bezier(0.23,1,0.32,1); position: relative; overflow: hidden; }
.partner-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--terracotta), var(--gold)); transform: scaleX(0); transition: transform 0.4s ease; }
.partner-card:hover::after { transform: scaleX(1); }
.partner-card:hover { box-shadow: 0 8px 28px rgba(61,46,28,0.08); transform: translateY(-3px); }
.partner-card-icon { font-size: 36px; margin-bottom: 16px; display: flex; align-items: center; justify-content: center; width: 72px; height: 72px; margin-left: auto; margin-right: auto; border-radius: 50%; background: rgba(201,168,76,0.06); border: 1px solid rgba(201,168,76,0.1); }
.partner-card h3 { font-family: var(--font-heading); font-size: 20px; font-weight: 600; color: var(--brown); margin-bottom: 4px; }
.partner-card .partner-region { font-size: 11px; letter-spacing: 1px; color: var(--terracotta); margin-bottom: 12px; }
.partner-card p { font-size: 13px; color: var(--brown-mid); line-height: 1.7; }

/* ============ PRICING BAND ============ */
.pricing-band { background: linear-gradient(135deg, var(--brown) 0%, #1a1208 100%); padding: 80px 24px; text-align: center; border-top: 1px solid rgba(201,168,76,0.15); border-bottom: 1px solid rgba(201,168,76,0.15); position: relative; overflow: hidden; }
.pricing-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 50%, rgba(232,116,12,0.08) 0%, transparent 60%); }
.pricing-band > * { position: relative; z-index: 1; }
.pricing-band-label { font-size: 9px; letter-spacing: 6px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.pricing-band-composition { font-family: var(--font-heading); font-size: 17px; font-style: italic; color: rgba(250,246,240,0.55); line-height: 1.6; margin-bottom: 28px; max-width: 640px; margin-left: auto; margin-right: auto; }
.pricing-band-price { font-family: var(--font-heading); font-size: clamp(52px, 8vw, 80px); font-weight: 300; color: var(--gold-light); line-height: 1; margin-bottom: 8px; }
.pricing-band-price span { font-size: 16px; letter-spacing: 2px; color: rgba(201,168,76,0.6); text-transform: uppercase; vertical-align: middle; margin-left: 8px; }
.pricing-band-note { font-size: 11px; letter-spacing: 1px; color: rgba(250,246,240,0.25); text-transform: uppercase; }

/* ============ STEPS ============ */
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; max-width: var(--max-w); margin: 0 auto; position: relative; }
.steps-grid::before { content: ''; position: absolute; top: 26px; left: 15%; right: 15%; height: 1px; background: linear-gradient(90deg, transparent, rgba(201,168,76,0.2), rgba(201,168,76,0.2), transparent); z-index: 0; }
.step-item { text-align: center; position: relative; z-index: 1; }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--gold); font-family: var(--font-heading); font-size: 22px; color: var(--terracotta); margin-bottom: 20px; background: var(--cream); transition: all 0.3s ease; }
.step-item:hover .step-num { background: var(--gold); color: var(--dark); border-color: var(--gold); }
.section--dark .step-num { color: var(--gold-light); border-color: rgba(201,168,76,0.4); background: var(--dark); }
.section--dark .step-item:hover .step-num { background: var(--gold); color: var(--dark); }
.step-item h4 { font-family: var(--font-heading); font-size: 20px; font-weight: 500; color: var(--brown); margin-bottom: 8px; }
.section--dark .step-item h4 { color: var(--cream); }
.step-item p { font-size: 13px; color: var(--brown-mid); line-height: 1.7; }
.section--dark .step-item p { color: rgba(250,246,240,0.45); }

/* ============ FAQ ============ */
.faq-list { max-width: 700px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(201,168,76,0.12); padding: 22px 0; }
.faq-item summary { font-family: var(--font-heading); font-size: 19px; font-weight: 500; color: var(--brown); cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; transition: color 0.3s ease; }
.faq-item summary:hover { color: var(--terracotta); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-family: var(--font-heading); font-size: 24px; color: var(--gold); flex-shrink: 0; width: 24px; text-align: center; }
.faq-item[open] summary::after { content: '\2212'; }
.faq-item .faq-answer { margin-top: 14px; font-size: 14px; color: var(--brown-mid); line-height: 1.8; animation: faqOpen 0.3s ease; }
@keyframes faqOpen { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

/* FAQ for plaquette pages — dark banner style */
.faq-banner { background: var(--dark); padding: 80px 24px; position: relative; }
.faq-banner::before { content: ''; position: absolute; top: 0; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0.3; }
.faq-banner .faq-inner { max-width: 800px; margin: 0 auto; }
.faq-banner .faq-eyebrow { font-size: 11px; letter-spacing: 5px; text-transform: uppercase; text-align: center; color: var(--gold); margin-bottom: 12px; }
.faq-banner h2 { font-family: var(--font-heading); font-size: 32px; font-weight: 300; text-align: center; color: var(--cream); margin-bottom: 48px; }
.faq-banner h2 em { font-style: italic; color: var(--gold-light); }
.faq-banner details { border-bottom: 1px solid rgba(201,168,76,0.12); padding: 20px 0; }
.faq-banner summary { font-family: var(--font-heading); font-size: 18px; font-weight: 500; color: var(--cream); cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; transition: color 0.3s ease; }
.faq-banner summary:hover { color: var(--gold-light); }
.faq-banner summary::-webkit-details-marker { display: none; }
.faq-banner summary::after { content: '+'; font-family: var(--font-heading); font-size: 24px; color: var(--gold); flex-shrink: 0; width: 24px; text-align: center; transition: transform 0.3s ease; }
.faq-banner details[open] summary::after { content: '\2212'; }
.faq-banner .faq-answer { margin-top: 14px; font-size: 14px; color: rgba(250,246,240,0.6); line-height: 1.8; animation: faqOpen 0.3s ease; }
.faq-banner .faq-answer a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }
.faq-banner .faq-answer a:hover { color: var(--gold); }
.faq-banner .faq-cta { text-align: center; margin-top: 40px; }
.faq-banner .faq-crosslinks { text-align: center; margin-top: 32px; font-family: var(--font-heading); font-size: 16px; color: rgba(250,246,240,0.4); }
.faq-banner .faq-crosslinks a { color: var(--terracotta-light); transition: color 0.3s; }
.faq-banner .faq-crosslinks a:hover { color: var(--gold-light); }

/* ============ ORNAMENT ============ */
.ornament { text-align: center; margin: 48px 0; opacity: 0.35; }

/* ============ FOOTER ============ */
.site-footer { background: var(--dark); padding: 90px 24px 40px; text-align: center; position: relative; overflow: hidden; }
.site-footer::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 0%, rgba(201,168,76,0.06) 0%, transparent 50%), radial-gradient(ellipse at 20% 80%, rgba(181,84,26,0.04) 0%, transparent 50%); }
.site-footer::after { content: ''; position: absolute; top: 0; left: 5%; right: 5%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), var(--terracotta), var(--gold), transparent); opacity: 0.2; }
.footer-inner { position: relative; z-index: 1; max-width: var(--max-w); margin: 0 auto; }
.footer-logo { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 32px; }
.footer-logo img { height: 60px; width: auto; filter: drop-shadow(0 1px 6px rgba(0,0,0,0.3)); }
.footer-logo-text { font-family: var(--font-heading); font-size: 26px; font-weight: 400; color: var(--cream); text-align: left; }
.footer-logo-text small { display: block; font-family: var(--font-body); font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); font-weight: 300; }
.footer-divider { width: 40px; height: 1px; background: var(--gold); margin: 0 auto 28px; }
.footer-tagline { font-family: var(--font-heading); font-size: 18px; font-style: italic; color: rgba(250,246,240,0.45); margin-bottom: 36px; line-height: 1.5; }
.footer-links { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin-bottom: 36px; }
.footer-links a { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: rgba(250,246,240,0.4); transition: color 0.3s ease; position: relative; }
.footer-links a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 1px; background: var(--gold); transition: width 0.3s ease; }
.footer-links a:hover { color: var(--gold-light); }
.footer-links a:hover::after { width: 100%; }
.footer-contact { display: flex; flex-direction: column; align-items: center; gap: 8px; margin-bottom: 40px; }
.footer-contact span, .footer-contact a { font-size: 12px; letter-spacing: 2px; color: var(--gold-light); font-weight: 300; transition: color 0.3s ease; }
.footer-contact a:hover { color: var(--cream); }
.footer-bottom { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(250,246,240,0.18); padding-top: 28px; border-top: 1px solid rgba(250,246,240,0.05); }

/* ============ STORY GRID ============ */
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }

/* ============ PRESTATIONS BAND (5 icons) ============ */
.prestations-band { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.prestation-icon-item { flex: 1; min-width: 160px; max-width: 220px; text-align: center; padding: 32px 16px; border: 1px solid rgba(201,168,76,0.1); background: rgba(255,255,255,0.03); transition: all 0.4s cubic-bezier(0.23,1,0.32,1); cursor: pointer; text-decoration: none; color: inherit; }
.prestation-icon-item:hover { background: rgba(201,168,76,0.08); border-color: rgba(201,168,76,0.25); transform: translateY(-4px); }
.prestation-picto-icon { font-size: 40px; margin-bottom: 16px; display: flex; align-items: center; justify-content: center; width: 80px; height: 80px; margin-left: auto; margin-right: auto; border-radius: 50%; background: rgba(201,168,76,0.06); border: 1px solid rgba(201,168,76,0.12); transition: all 0.3s ease; }
.prestation-icon-item:hover .prestation-picto-icon { background: rgba(201,168,76,0.15); border-color: var(--gold); transform: scale(1.08); }
.prestation-icon-item h4 { font-family: var(--font-heading); font-size: 20px; font-weight: 500; color: var(--cream); margin-bottom: 6px; }
.prestation-icon-item p { font-size: 12px; color: rgba(250,246,240,0.45); line-height: 1.5; letter-spacing: 0.3px; }

/* ============ STATS BAND (chiffres clés) ============ */
.stats-band { display: flex; justify-content: center; align-items: center; gap: 0; flex-wrap: wrap; }
.stat-item { flex: 1; min-width: 160px; text-align: center; padding: 20px 24px; }
.stat-number { font-family: var(--font-heading); font-size: clamp(42px, 5vw, 64px); font-weight: 300; color: var(--terracotta); line-height: 1; margin-bottom: 8px; }
.stat-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--brown-mid); line-height: 1.5; font-weight: 400; }
.stat-separator { width: 1px; height: 60px; background: linear-gradient(to bottom, transparent, var(--gold), transparent); opacity: 0.3; flex-shrink: 0; }

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .main-nav { display: none; }
  .hamburger { display: flex; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form .form-row { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
  .steps-grid::before { display: none; }
  .story-grid { grid-template-columns: 1fr; }
  .prestations-band { gap: 8px; }
  .prestation-icon-item { min-width: 140px; padding: 24px 12px; }
  .stat-separator { display: none; }
  .stats-band { gap: 8px; }
}
@media (max-width: 600px) {
  .section { padding: 70px 16px; }
  .hero { padding: calc(var(--header-h) + 20px) 16px 60px; }
  .values-grid { gap: 20px; }
  .value-icon { width: 56px; height: 56px; font-size: 24px; }
  .steps-grid { grid-template-columns: 1fr; max-width: 320px; }
  .buffet-grid { grid-template-columns: 1fr; }
  .partners-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .header-logo-text { display: none; }
  .pricing-band { padding: 60px 16px; }
}
