/* ============================================
   TRAME — Sites web pour restaurants Lyon
   ============================================ */

:root {
  /* Palette — Light mode (défaut) */
  --cream: #F5EFE6;
  --cream-warm: #FAF6F0;
  --ink: #1A1A1A;
  --ink-soft: #3A3A3A;
  --terracotta: #9B5341;
  --terracotta-dark: #7A4131;
  --gold: #C4A062;
  --olive: #5B6B3F;
  --line: #E5DDD0;
  --shadow-strong: rgba(26, 26, 26, 0.06);
  --on-strong: var(--cream);
  --on-strong-soft: rgba(245, 239, 230, 0.7);
  --on-strong-dim: rgba(245, 239, 230, 0.15);

  color-scheme: light;

  /* Typo */
  --font-serif: 'Fraunces', 'Times New Roman', serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Spacing */
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-6: 3rem;
  --space-8: 4rem;
  --space-12: 6rem;

  /* Sizes */
  --max-width: 1200px;
  --radius: 8px;
  --radius-lg: 16px;
}

/* ============================================
   DARK MODE — "Atelier"
   ============================================ */

:root[data-theme="dark"] {
  --cream: #0e0e12;
  --cream-warm: #16161c;
  --ink: #050507;
  --ink-soft: rgba(232, 229, 220, 0.72);
  --terracotta: #d96b4f;
  --terracotta-dark: #b85638;
  --gold: #d9bd84;
  --line: rgba(255, 255, 255, 0.07);
  --shadow-strong: rgba(0, 0, 0, 0.5);
  --on-strong: #e8e5dc;
  --on-strong-soft: rgba(232, 229, 220, 0.7);
  --on-strong-dim: rgba(255, 255, 255, 0.08);

  color-scheme: dark;
}

/* Transition fluide entre les modes sur toutes les surfaces */
body,
.nav,
.pourqui-card,
.pack,
.stat,
.ia-pricing,
.review-card,
.contact-card,
.demo-tab,
.faq-item,
.btn,
.section-title,
.section-subtitle,
.hero-subtitle,
.hero-trust,
.apropos-text p,
.process-step p,
.ia-description {
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease;
}

/* Overrides texte en dark mode */
:root[data-theme="dark"] body {
  color: #e8e5dc;
}

:root[data-theme="dark"] .section-title,
:root[data-theme="dark"] .hero-title,
:root[data-theme="dark"] .pack-name,
:root[data-theme="dark"] .pourqui-card h3,
:root[data-theme="dark"] .process-step h3,
:root[data-theme="dark"] .pack-name,
:root[data-theme="dark"] .faq-item summary,
:root[data-theme="dark"] .legal-title,
:root[data-theme="dark"] .apropos-text strong,
:root[data-theme="dark"] .pourqui-cta strong {
  color: #f0ece2;
}

:root[data-theme="dark"] .hero-subtitle,
:root[data-theme="dark"] .pourqui-card p,
:root[data-theme="dark"] .process-step p,
:root[data-theme="dark"] .apropos-text p,
:root[data-theme="dark"] .ia-description,
:root[data-theme="dark"] .pourqui-cta,
:root[data-theme="dark"] .hero-trust,
:root[data-theme="dark"] .faq-item p,
:root[data-theme="dark"] .section-subtitle,
:root[data-theme="dark"] .stat-label {
  color: rgba(232, 229, 220, 0.7);
}

:root[data-theme="dark"] .nav {
  background: rgba(14, 14, 18, 0.85);
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

:root[data-theme="dark"] .logo {
  color: #f0ece2;
}

:root[data-theme="dark"] .nav-links a {
  color: rgba(232, 229, 220, 0.65);
}

:root[data-theme="dark"] .nav-links a:hover {
  color: var(--terracotta);
}

:root[data-theme="dark"] .nav-cta {
  background: var(--terracotta);
  color: #f0ece2;
}
:root[data-theme="dark"] .nav-cta:hover {
  background: var(--terracotta-dark);
}

:root[data-theme="dark"] .hero {
  background: linear-gradient(180deg, #16161c 0%, #0e0e12 100%);
}

:root[data-theme="dark"] .hero::before {
  background:
    radial-gradient(circle at 20% 30%, rgba(217, 107, 79, 0.18) 0%, transparent 38%),
    radial-gradient(circle at 80% 20%, rgba(217, 189, 132, 0.12) 0%, transparent 42%),
    radial-gradient(circle at 60% 80%, rgba(91, 107, 63, 0.10) 0%, transparent 40%),
    radial-gradient(circle at 30% 70%, rgba(217, 189, 132, 0.10) 0%, transparent 38%);
}

:root[data-theme="dark"] .hero::after {
  background: radial-gradient(
    520px circle at var(--mouse-x) var(--mouse-y),
    rgba(217, 107, 79, 0.18) 0%,
    rgba(217, 189, 132, 0.10) 22%,
    transparent 55%
  );
}

:root[data-theme="dark"] .pourqui-card {
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(255, 255, 255, 0.06);
}

:root[data-theme="dark"] .pourqui-card:hover {
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

:root[data-theme="dark"] .stat {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.06);
}

:root[data-theme="dark"] .apropos,
:root[data-theme="dark"] .ia-avis {
  background: var(--cream-warm);
}

:root[data-theme="dark"] .ia-pricing {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.06);
}

:root[data-theme="dark"] .ia-price-label {
  color: rgba(232, 229, 220, 0.65);
}

:root[data-theme="dark"] .review-card {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.06);
}

:root[data-theme="dark"] .review-card .review-text {
  color: rgba(232, 229, 220, 0.85);
}

:root[data-theme="dark"] .review-author {
  color: rgba(232, 229, 220, 0.65);
}

:root[data-theme="dark"] .faq-item {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

:root[data-theme="dark"] .btn-primary {
  background: var(--terracotta);
  color: #f0ece2;
}
:root[data-theme="dark"] .btn-primary::before {
  background: var(--terracotta-dark);
}

:root[data-theme="dark"] .btn-secondary {
  color: #e8e5dc;
  border-color: rgba(232, 229, 220, 0.5);
}
:root[data-theme="dark"] .btn-secondary::before {
  background: rgba(232, 229, 220, 0.95);
}
:root[data-theme="dark"] .btn-secondary:hover {
  color: var(--ink);
  border-color: rgba(232, 229, 220, 0.95);
}

/* Offres section : déjà sombre, on ajuste pour qu'elle reste un cran distincte */
:root[data-theme="dark"] .offres {
  background: #050507;
  color: #e8e5dc;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

:root[data-theme="dark"] .offres .section-title,
:root[data-theme="dark"] .offres .section-eyebrow {
  color: #f0ece2;
}
:root[data-theme="dark"] .offres .section-eyebrow {
  color: var(--gold);
}
:root[data-theme="dark"] .offres .section-subtitle {
  color: rgba(232, 229, 220, 0.7);
}
:root[data-theme="dark"] .pack-name {
  color: #f0ece2;
}
:root[data-theme="dark"] .pack-features li {
  color: rgba(232, 229, 220, 0.92);
}
:root[data-theme="dark"] .pack-tagline {
  color: rgba(232, 229, 220, 0.7);
}
:root[data-theme="dark"] .pack-mrr {
  color: rgba(232, 229, 220, 0.65);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
:root[data-theme="dark"] .pack-price-strike {
  color: rgba(232, 229, 220, 0.5);
}
:root[data-theme="dark"] .pack-price-period {
  color: rgba(232, 229, 220, 0.55);
}
:root[data-theme="dark"] .pack-features .pack-highlight {
  background: rgba(217, 107, 79, 0.15);
}
:root[data-theme="dark"] .pack-featured .pack-features .pack-highlight {
  background: rgba(217, 107, 79, 0.2);
}

:root[data-theme="dark"] .pack {
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(255, 255, 255, 0.07);
}

:root[data-theme="dark"] .pack-featured {
  background: rgba(217, 107, 79, 0.08);
  border-color: var(--terracotta);
}

:root[data-theme="dark"] .pack-featured .pack-name,
:root[data-theme="dark"] .pack-featured .pack-tagline,
:root[data-theme="dark"] .pack-featured .pack-mrr {
  color: #f0ece2;
}

:root[data-theme="dark"] .pack-featured .pack-tagline,
:root[data-theme="dark"] .pack-featured .pack-mrr {
  color: rgba(240, 236, 226, 0.7);
}

:root[data-theme="dark"] .pack-featured .pack-price-now {
  color: var(--terracotta);
}

:root[data-theme="dark"] .btn-pack {
  background: rgba(255, 255, 255, 0.06);
  color: #f0ece2;
  border-color: rgba(255, 255, 255, 0.12);
}
:root[data-theme="dark"] .btn-pack::before {
  background: var(--terracotta);
}
:root[data-theme="dark"] .btn-pack:hover {
  border-color: var(--terracotta);
  color: #f0ece2;
}

:root[data-theme="dark"] .contact {
  background: #050507;
  color: #e8e5dc;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

:root[data-theme="dark"] .contact .section-title {
  color: #f0ece2;
}
:root[data-theme="dark"] .contact .section-eyebrow {
  color: var(--gold);
}
:root[data-theme="dark"] .contact-intro {
  color: rgba(232, 229, 220, 0.75);
}

:root[data-theme="dark"] .contact-card {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.07);
  color: #e8e5dc;
}
:root[data-theme="dark"] .contact-card:hover {
  background: rgba(217, 107, 79, 0.08);
  border-color: var(--terracotta);
}
:root[data-theme="dark"] .contact-card-value {
  color: #f0ece2;
}
:root[data-theme="dark"] .contact-card-label {
  color: rgba(232, 229, 220, 0.6);
}

:root[data-theme="dark"] .footer {
  background: #050507;
  color: #e8e5dc;
}
:root[data-theme="dark"] .footer .logo {
  color: #f0ece2;
}
:root[data-theme="dark"] .footer-tagline,
:root[data-theme="dark"] .footer-legal {
  color: rgba(232, 229, 220, 0.6);
}
:root[data-theme="dark"] .footer-mentions a {
  color: rgba(232, 229, 220, 0.7);
  border-bottom-color: rgba(232, 229, 220, 0.25);
}

:root[data-theme="dark"] .demo {
  background: var(--cream-warm);
}

:root[data-theme="dark"] .demo-tab {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.07);
  color: rgba(232, 229, 220, 0.7);
}
:root[data-theme="dark"] .demo-tab:hover {
  border-color: var(--terracotta);
  color: #f0ece2;
}
:root[data-theme="dark"] .demo-tab.is-active {
  background: var(--terracotta);
  border-color: var(--terracotta);
  color: #f0ece2;
}

/* ============================================
   THEME TOGGLE BUTTON
   ============================================ */

.theme-toggle {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  transition: border-color 0.25s, color 0.25s, transform 0.25s;
}

.theme-toggle:hover {
  border-color: var(--terracotta);
  color: var(--terracotta);
  transform: rotate(-15deg);
}

.theme-icon {
  position: absolute;
  inset: 0;
  margin: auto;
  transition: opacity 0.4s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.theme-icon-sun {
  opacity: 0;
  transform: rotate(-90deg) scale(0.6);
}

.theme-icon-moon {
  opacity: 1;
  transform: rotate(0) scale(1);
}

:root[data-theme="dark"] .theme-icon-sun {
  opacity: 1;
  transform: rotate(0) scale(1);
}

:root[data-theme="dark"] .theme-icon-moon {
  opacity: 0;
  transform: rotate(90deg) scale(0.6);
}

:root[data-theme="dark"] .theme-toggle {
  border-color: rgba(232, 229, 220, 0.15);
  color: var(--gold);
}

:root[data-theme="dark"] .theme-toggle:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* ============================================
   SCROLL PROGRESS BAR
   ============================================ */

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: var(--scroll-percent, 0%);
  background: linear-gradient(90deg, var(--terracotta), var(--gold));
  z-index: 200;
  transition: width 0.06s linear;
  pointer-events: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--space-4);
}

/* ============================================
   NAVIGATION
   ============================================ */

.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245, 239, 230, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.nav-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: var(--space-2) var(--space-4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-decoration: none;
}

.logo-mark {
  color: var(--terracotta);
  flex-shrink: 0;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.logo:hover .logo-mark {
  transform: translateY(-2px);
}

.logo:hover .logo-mark rect:nth-child(1) { animation: logoBar 1.6s ease-in-out infinite; animation-delay: 0s; }
.logo:hover .logo-mark rect:nth-child(2) { animation: logoBar 1.6s ease-in-out infinite; animation-delay: 0.15s; }
.logo:hover .logo-mark rect:nth-child(3) { animation: logoBar 1.6s ease-in-out infinite; animation-delay: 0.3s; }
.logo:hover .logo-mark rect:nth-child(4) { animation: logoBar 1.6s ease-in-out infinite; animation-delay: 0.45s; }

@keyframes logoBar {
  0%, 100% { transform: scaleY(1); transform-origin: center; }
  50% { transform: scaleY(0.7); transform-origin: center; }
}

.logo .dot {
  color: var(--terracotta);
}

.footer-brand .logo-mark {
  color: var(--gold);
}

.nav-links {
  display: flex;
  gap: var(--space-4);
}

.nav-links a {
  position: relative;
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s;
  padding-bottom: 4px;
}

.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  background: var(--terracotta);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-links a:hover {
  color: var(--terracotta);
}

.nav-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  background: var(--ink);
  color: var(--cream);
  padding: 0.6rem 1.2rem;
  border-radius: var(--radius);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  transition: background 0.2s;
}

.nav-cta:hover {
  background: var(--terracotta);
}

/* ============================================
   HERO
   ============================================ */

.hero {
  padding: var(--space-12) 0 var(--space-12);
  background: linear-gradient(180deg, var(--cream-warm) 0%, var(--cream) 100%);
  position: relative;
  overflow: hidden;
  --mouse-x: 50%;
  --mouse-y: 50%;
}

/* Gradient mesh animé en background du hero — très subtil */
.hero::before {
  content: '';
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 20% 30%, rgba(155, 83, 65, 0.10) 0%, transparent 35%),
    radial-gradient(circle at 80% 20%, rgba(196, 160, 98, 0.12) 0%, transparent 40%),
    radial-gradient(circle at 60% 80%, rgba(91, 107, 63, 0.08) 0%, transparent 38%),
    radial-gradient(circle at 30% 70%, rgba(196, 160, 98, 0.08) 0%, transparent 35%);
  animation: heroMesh 22s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

/* Spotlight qui suit le curseur dans le hero uniquement */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    520px circle at var(--mouse-x) var(--mouse-y),
    rgba(155, 83, 65, 0.18) 0%,
    rgba(196, 160, 98, 0.10) 22%,
    transparent 55%
  );
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.hero.is-spotlight-active::after {
  opacity: 1;
}

.hero-inner {
  position: relative;
  z-index: 1;
}

@keyframes heroMesh {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25%      { transform: translate(2%, -2%) rotate(2deg); }
  50%      { transform: translate(-1%, 3%) rotate(-1deg); }
  75%      { transform: translate(-3%, -1%) rotate(1deg); }
}

.hero-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 var(--space-4);
  text-align: center;
}

.hero-eyebrow {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--terracotta);
  margin-bottom: var(--space-4);
}

.hero-title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 1.25;
  letter-spacing: -0.015em;
  word-spacing: 0.12em;
  margin-bottom: var(--space-4);
}

.hero-title-accent {
  font-style: italic;
  color: var(--terracotta);
  font-weight: 500;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: var(--ink-soft);
  max-width: 600px;
  margin: 0 auto var(--space-6);
  line-height: 1.5;
}

.hero-ctas {
  display: flex;
  gap: var(--space-2);
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: var(--space-6);
}

.btn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.2s;
  border: 2px solid transparent;
  cursor: pointer;
}

.btn-primary {
  background: var(--ink);
  color: var(--cream);
  position: relative;
  overflow: hidden;
  z-index: 0;
}

/* Effet "fill" depuis le bas qui révèle la couleur terracotta */
.btn-primary::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: var(--terracotta);
  transition: height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: -1;
}

.btn-primary:hover {
  transform: translateY(-1px);
}

.btn-primary:hover::before {
  height: 100%;
}

.btn-secondary {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
  position: relative;
  overflow: hidden;
  z-index: 0;
}

/* Même mécanique fill bottom-up que .btn-primary, mais en ink → cohérence visuelle */
.btn-secondary::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: var(--ink);
  transition: height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: -1;
}

.btn-secondary:hover {
  transform: translateY(-1px);
  color: var(--cream);
}

.btn-secondary:hover::before {
  height: 100%;
}

.hero-trust {
  display: flex;
  gap: var(--space-4);
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.hero-trust span {
  display: inline-block;
}

/* ============================================
   SECTIONS
   ============================================ */

.section-title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-4);
}

.section-eyebrow {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--terracotta);
  margin-bottom: var(--space-2);
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--ink-soft);
  max-width: 700px;
  margin-bottom: var(--space-8);
}

/* ============================================
   POUR QUI
   ============================================ */

.pourqui {
  padding: var(--space-12) 0;
}

.pourqui .section-title {
  text-align: center;
  margin-bottom: var(--space-8);
}

.pourqui-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-4);
  margin-bottom: var(--space-6);
}

.pourqui-card {
  background: var(--cream-warm);
  border: 1px solid var(--line);
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}

.pourqui-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(26, 26, 26, 0.06);
}

.pourqui-emoji {
  font-size: 2.5rem;
  margin-bottom: var(--space-2);
}

.pourqui-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto var(--space-3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(155, 83, 65, 0.09);
  color: var(--terracotta);
}

.pourqui-icon svg {
  width: 28px;
  height: 28px;
}

.pourqui-card h3 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: var(--space-2);
}

.pourqui-card p {
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.pourqui-cta {
  text-align: center;
  font-size: 1.1rem;
  color: var(--ink-soft);
  margin-top: var(--space-4);
}

.pourqui-cta strong {
  color: var(--ink);
}

/* ============================================
   OFFRES
   ============================================ */

.offres {
  padding: var(--space-12) 0;
  background: var(--ink);
  color: var(--cream);
}

.offres .section-title,
.offres .section-eyebrow {
  color: var(--cream);
}

.offres .section-eyebrow {
  color: var(--gold);
}

.offres .section-subtitle {
  color: rgba(245, 239, 230, 0.7);
}

.offres-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-4);
}

.pack {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(245, 239, 230, 0.15);
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  position: relative;
  display: flex;
  flex-direction: column;
}

.pack-featured {
  background: var(--cream);
  color: var(--ink);
  border-color: var(--terracotta);
  transform: scale(1.02);
}

.pack-featured .pack-tagline,
.pack-featured .pack-mrr {
  color: var(--ink-soft);
}

.pack-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--terracotta);
  color: var(--cream);
  padding: 0.3rem 1rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.pack-name {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: var(--space-1);
}

.pack-tagline {
  color: rgba(245, 239, 230, 0.7);
  margin-bottom: var(--space-4);
  font-size: 0.95rem;
}

.pack-price {
  display: flex;
  align-items: baseline;
  gap: var(--space-1);
  margin-bottom: var(--space-1);
  flex-wrap: wrap;
}

.pack-price-strike {
  font-size: 1.2rem;
  text-decoration: line-through;
  opacity: 0.5;
}

.pack-price-now {
  font-family: var(--font-serif);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--gold);
}

.pack-featured .pack-price-now {
  color: var(--terracotta);
}

.pack-price-period {
  font-size: 0.9rem;
  opacity: 0.6;
}

.pack-mrr {
  font-size: 0.9rem;
  color: rgba(245, 239, 230, 0.7);
  margin-bottom: var(--space-4);
  padding-bottom: var(--space-4);
  border-bottom: 1px solid rgba(245, 239, 230, 0.1);
}

.pack-featured .pack-mrr {
  border-bottom-color: var(--line);
}

.pack-features {
  list-style: none;
  margin-bottom: var(--space-6);
  flex: 1;
}

.pack-features li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  font-size: 0.95rem;
}

.pack-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: bold;
}

.pack-featured .pack-features li::before {
  color: var(--terracotta);
}

.pack-features .pack-delay {
  margin-top: var(--space-2);
  font-style: italic;
  opacity: 0.7;
}

.pack-features .pack-highlight {
  background: rgba(196, 160, 98, 0.15);
  margin: var(--space-1) -1rem;
  padding-left: 2.5rem;
  padding-right: 1rem;
  border-radius: var(--radius);
}

.pack-featured .pack-features .pack-highlight {
  background: rgba(155, 83, 65, 0.1);
}

/* Les 3 boutons "Choisir" : identiques pour cohérence visuelle.
   Le pack-featured se distingue par sa carte (badge + fond clair + shimmer),
   pas par son bouton. */
.btn-pack {
  background: var(--ink);
  color: var(--cream);
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  border: 2px solid var(--ink);
}

.btn-pack::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: var(--terracotta);
  transition: height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: -1;
}

.btn-pack:hover {
  transform: translateY(-1px);
  border-color: var(--terracotta);
}

.btn-pack:hover::before {
  height: 100%;
}

/* Sur le pack featured (fond clair), le bouton garde le même look ink/terracotta */
.pack-featured .btn-pack {
  background: var(--ink);
  color: var(--cream);
}

/* ============================================
   IA AVIS
   ============================================ */

.ia-avis {
  padding: var(--space-12) 0;
  background: var(--cream-warm);
}

.ia-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-8);
  align-items: center;
}

.ia-text .section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
}

.ia-description {
  color: var(--ink-soft);
  font-size: 1.05rem;
  margin-bottom: var(--space-3);
  line-height: 1.7;
}

.ia-pricing {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: var(--space-4);
  margin: var(--space-4) 0;
}

.ia-price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: var(--space-1) 0;
}

.ia-price-label {
  color: var(--ink-soft);
}

.ia-price-label-now {
  font-weight: 600;
  color: var(--terracotta);
}

.ia-price-strike {
  text-decoration: line-through;
  opacity: 0.5;
}

.ia-price-now {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--terracotta);
}

.ia-engagement {
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin-top: var(--space-2);
  font-style: italic;
}

.ia-mockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
}

.review-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: var(--space-4);
  width: 100%;
  max-width: 420px;
  box-shadow: 0 4px 12px rgba(26, 26, 26, 0.04);
}

.review-card-reply {
  background: rgba(155, 83, 65, 0.05);
  border-color: var(--terracotta);
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space-2);
  font-size: 0.9rem;
}

.review-stars {
  color: var(--gold);
  font-size: 1.1rem;
}

.review-author,
.review-author-reply {
  color: var(--ink-soft);
  font-weight: 500;
}

.review-author-reply {
  color: var(--terracotta);
  font-weight: 600;
}

.review-text {
  font-size: 0.95rem;
  color: var(--ink);
  line-height: 1.5;
}

.review-validate {
  background: var(--terracotta);
  color: var(--cream);
  border: none;
  padding: 0.4rem 0.8rem;
  border-radius: var(--radius);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
}

.review-validate:hover {
  background: var(--terracotta-dark);
}

.ai-arrow {
  font-size: 0.85rem;
  color: var(--terracotta);
  font-weight: 500;
  font-style: italic;
}

/* ============================================
   PROCESS
   ============================================ */

.process {
  padding: var(--space-12) 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--space-4);
}

.process-step {
  padding: var(--space-4);
  border-left: 2px solid var(--terracotta);
}

.process-num {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 500;
  color: var(--terracotta);
  margin-bottom: var(--space-2);
  font-style: italic;
}

.process-step h3 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: var(--space-2);
}

.process-step p {
  color: var(--ink-soft);
  font-size: 0.95rem;
}

/* ============================================
   À PROPOS
   ============================================ */

.apropos {
  padding: var(--space-12) 0;
  background: var(--cream-warm);
}

.apropos-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: var(--space-8);
  align-items: center;
}

.apropos-text p {
  color: var(--ink-soft);
  margin-bottom: var(--space-3);
  line-height: 1.7;
  font-size: 1.05rem;
}

.apropos-text strong {
  color: var(--ink);
}

.apropos-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-3);
}

.stat {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: var(--space-4);
  border-radius: var(--radius-lg);
  text-align: center;
}

.stat-num {
  font-family: var(--font-serif);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--terracotta);
  line-height: 1;
  margin-bottom: var(--space-1);
}

.stat-label {
  font-size: 0.85rem;
  color: var(--ink-soft);
}

/* ============================================
   FAQ
   ============================================ */

.faq {
  padding: var(--space-12) 0;
}

.faq-list {
  max-width: 800px;
  margin: var(--space-6) auto 0;
}

.faq-item {
  border-bottom: 1px solid var(--line);
  padding: var(--space-3) 0;
}

.faq-item summary {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 500;
  cursor: pointer;
  padding: var(--space-2) 0;
  list-style: none;
  position: relative;
  padding-right: 2rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: var(--terracotta);
  transition: transform 0.2s;
}

.faq-item[open] summary::after {
  content: "−";
  transform: translateY(-50%) rotate(180deg);
}

.faq-item p {
  color: var(--ink-soft);
  padding: var(--space-2) 0;
  line-height: 1.7;
}

/* ============================================
   CONTACT
   ============================================ */

.contact {
  padding: var(--space-12) 0;
  background: var(--ink);
  color: var(--cream);
  text-align: center;
}

.contact .section-title,
.contact .section-eyebrow {
  color: var(--cream);
}

.contact .section-eyebrow {
  color: var(--gold);
}

.contact-intro {
  max-width: 600px;
  margin: 0 auto var(--space-6);
  color: rgba(245, 239, 230, 0.7);
  font-size: 1.1rem;
}

.contact-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--space-3);
  max-width: 620px;
  margin: 0 auto;
}

.contact-options-2 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  max-width: 640px;
}

.contact-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(245, 239, 230, 0.15);
  padding: var(--space-4);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: var(--cream);
  transition: all 0.2s;
  display: block;
  text-align: center;
}

.contact-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
  border-color: var(--terracotta);
}

.contact-card-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto var(--space-2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(217, 107, 79, 0.15);
  color: #d96b4f;
}

.contact-card-icon svg {
  width: 22px;
  height: 22px;
}

.contact-card-label {
  font-size: 0.85rem;
  color: rgba(245, 239, 230, 0.6);
  margin-bottom: var(--space-1);
}

.contact-card-value {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 500;
}

/* ============================================
   FOOTER
   ============================================ */

.footer {
  background: var(--ink);
  color: var(--cream);
  padding: var(--space-6) 0;
  border-top: 1px solid rgba(245, 239, 230, 0.1);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.footer-brand .logo {
  color: var(--cream);
}

.footer-tagline {
  font-size: 0.85rem;
  color: rgba(245, 239, 230, 0.6);
  margin-top: var(--space-1);
}

.footer-legal {
  text-align: right;
  font-size: 0.85rem;
  color: rgba(245, 239, 230, 0.6);
}

.footer-mentions {
  margin-top: var(--space-1);
}

.footer-mentions a {
  color: rgba(245, 239, 230, 0.7);
  text-decoration: none;
  border-bottom: 1px solid rgba(245, 239, 230, 0.25);
  transition: color 0.2s, border-color 0.2s;
}

.footer-mentions a:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

/* ============================================
   LEGAL PAGE (Mentions légales)
   ============================================ */

.legal-page {
  padding: var(--space-12) 0;
  background: var(--cream-warm);
  min-height: 60vh;
}

.legal-container {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 var(--space-4);
}

.legal-title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-top: var(--space-2);
  margin-bottom: var(--space-2);
}

.legal-meta {
  font-size: 0.9rem;
  color: var(--ink-soft);
  font-style: italic;
  margin-bottom: var(--space-8);
}

.legal-section {
  margin-bottom: var(--space-6);
  padding-bottom: var(--space-4);
  border-bottom: 1px solid var(--line);
}

.legal-section:last-child {
  border-bottom: none;
}

.legal-section h2 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: var(--space-3);
}

.legal-section p {
  color: var(--ink-soft);
  margin-bottom: var(--space-2);
  line-height: 1.7;
}

.legal-section strong {
  color: var(--ink);
  font-weight: 600;
}

.legal-section ul {
  margin: var(--space-2) 0 var(--space-3) 0;
  padding-left: var(--space-3);
  color: var(--ink-soft);
}

.legal-section li {
  margin-bottom: 0.4rem;
  line-height: 1.6;
}

.legal-section a {
  color: var(--terracotta);
  text-decoration: none;
  border-bottom: 1px solid rgba(155, 83, 65, 0.3);
  transition: border-color 0.2s, color 0.2s;
}

.legal-section a:hover {
  color: var(--terracotta-dark);
  border-bottom-color: var(--terracotta);
}

/* ============================================
   ANIMATIONS : scroll reveal + hover pack
   ============================================ */

/* Scroll reveal : état initial */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Delay progressif pour les éléments dans une grille */
.pourqui-grid [data-reveal]:nth-child(2),
.offres-grid [data-reveal]:nth-child(2),
.process-grid [data-reveal]:nth-child(2),
.apropos-stats [data-reveal]:nth-child(2) {
  transition-delay: 0.12s;
}

.pourqui-grid [data-reveal]:nth-child(3),
.offres-grid [data-reveal]:nth-child(3),
.process-grid [data-reveal]:nth-child(3),
.apropos-stats [data-reveal]:nth-child(3) {
  transition-delay: 0.24s;
}

.process-grid [data-reveal]:nth-child(4),
.apropos-stats [data-reveal]:nth-child(4) {
  transition-delay: 0.36s;
}

/* Hover pack : élévation et glow subtil */
.pack {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.3s ease;
}

.pack:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  border-color: var(--gold);
}

.pack-featured:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 50px rgba(155, 83, 65, 0.25);
  border-color: var(--terracotta-dark);
}

/* Compteur stats : police plus tabular pour éviter le jitter */
.stat-num {
  font-variant-numeric: tabular-nums;
}

/* ============================================
   HERO : animation séquentielle au chargement
   ============================================ */

.hero-eyebrow,
.hero-subtitle,
.hero-ctas,
.hero-trust {
  opacity: 0;
  animation: heroFadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-eyebrow  { animation-delay: 0.05s; }
.hero-subtitle { animation-delay: 1.0s; }
.hero-ctas     { animation-delay: 1.2s; }
.hero-trust    { animation-delay: 1.4s; }

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* === Hero title : split par mot, reveal séquentiel avec blur === */
.hero-line {
  display: inline-block;
}

/* Air supplémentaire entre les 2 lignes du titre, pour éviter que les caractères
   de la ligne du dessus (descenders, ponctuation, ascenders italiques) viennent
   chevaucher les ascenders de la ligne du dessous. */
.hero-line:nth-child(2) {
  margin-top: 0.15em;
}

.hero-title-accent {
  position: relative;
  display: inline-block;
}

.hero-title-accent::after {
  display: none;
}

@keyframes heroHighlight {
  to { transform: scaleX(1); }
}

.hero-word {
  display: inline-block;
  opacity: 0;
  animation: heroWordReveal 0.7s ease-out forwards;
  margin-right: 0.25em;
}

.hero-word:last-child {
  margin-right: 0;
}

@keyframes heroWordReveal {
  to { opacity: 1; }
}

/* Délai séquentiel sur chaque mot — ligne 1 puis ligne 2 */
.hero-line:nth-child(1) .hero-word:nth-child(1) { animation-delay: 0.20s; }
.hero-line:nth-child(1) .hero-word:nth-child(2) { animation-delay: 0.27s; }
.hero-line:nth-child(1) .hero-word:nth-child(3) { animation-delay: 0.34s; }
.hero-line:nth-child(1) .hero-word:nth-child(4) { animation-delay: 0.41s; }
.hero-line:nth-child(1) .hero-word:nth-child(5) { animation-delay: 0.48s; }

.hero-line:nth-child(2) .hero-word:nth-child(1) { animation-delay: 0.62s; }
.hero-line:nth-child(2) .hero-word:nth-child(2) { animation-delay: 0.69s; }
.hero-line:nth-child(2) .hero-word:nth-child(3) { animation-delay: 0.76s; }


/* ============================================
   GLOW SHIMMER : reflet doux sur la carte Pro
   ============================================ */

.pack-featured {
  overflow: hidden;
  isolation: isolate;
}

.pack-featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    100deg,
    transparent 0%,
    rgba(196, 160, 98, 0.18) 50%,
    transparent 100%
  );
  transform: skewX(-20deg);
  animation: packShimmer 7s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

.pack-featured > * {
  position: relative;
  z-index: 1;
}

@keyframes packShimmer {
  0% { left: -75%; }
  60%, 100% { left: 125%; }
}

/* ============================================
   Préférence utilisateur "reduce motion"
   ============================================ */
@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .pack:hover,
  .pack-featured:hover {
    transform: none;
  }
  .hero-eyebrow,
  .hero-title,
  .hero-subtitle,
  .hero-ctas,
  .hero-trust,
  .hero-word {
    opacity: 1;
    animation: none;
    filter: none;
    transform: none;
  }
  .pack-featured::before,
  .logo:hover .logo-mark rect {
    animation: none;
  }
  .hero::before {
    animation: none;
  }
}

/* ============================================
   DÉMO INTERACTIVE — Mockup browser scrollable
   ============================================ */

.demo {
  padding: var(--space-12) 0;
  background: var(--cream-warm);
  position: relative;
  overflow: hidden;
}

.demo .container {
  position: relative;
  z-index: 1;
}

.demo .section-eyebrow,
.demo .section-title {
  text-align: center;
}

.demo .section-subtitle {
  text-align: center;
  margin: 0 auto var(--space-6);
}

/* Tabs */
.demo-tabs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: var(--space-3);
  flex-wrap: wrap;
}

.demo-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--cream);
  border: 1px solid var(--line);
  color: var(--ink-soft);
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.demo-tab:hover {
  border-color: var(--terracotta);
  color: var(--ink);
  transform: translateY(-1px);
}

.demo-tab.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--cream);
  box-shadow: 0 8px 24px rgba(26, 26, 26, 0.18);
}

.demo-tab-emoji {
  font-size: 1.1rem;
  line-height: 1;
}

/* Browser frame */
.demo-browser {
  max-width: 980px;
  margin: 0 auto;
  background: #2a2a2a;
  border-radius: 14px;
  box-shadow:
    0 30px 60px -20px rgba(0, 0, 0, 0.35),
    0 18px 36px -18px rgba(155, 83, 65, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.04);
  overflow: hidden;
  transform: perspective(2000px) rotateX(0deg);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.demo-browser:hover {
  transform: perspective(2000px) rotateX(-0.5deg) translateY(-4px);
}

.demo-chrome {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: 0.7rem 1rem;
  background: linear-gradient(180deg, #3a3a3a 0%, #2d2d2d 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.demo-traffic {
  display: flex;
  gap: 0.45rem;
  flex-shrink: 0;
}

.demo-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.demo-dot-red    { background: #ff5f57; }
.demo-dot-yellow { background: #febc2e; }
.demo-dot-green  { background: #28c840; }

.demo-urlbar {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #1f1f1f;
  border-radius: 6px;
  padding: 0.35rem 0.8rem;
  font-family: 'SF Mono', Menlo, Consolas, monospace;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 360px;
  margin: 0 auto;
  transition: background 0.3s;
  position: relative;
  overflow: hidden;
}

/* Barre de progression "loading" sur l'urlbar quand on switch */
.demo-urlbar::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--terracotta);
  transition: width 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

.demo-urlbar.is-loading::after {
  width: 100%;
  transition: width 0.45s cubic-bezier(0.5, 0, 0.5, 1);
}

.demo-lock {
  color: var(--gold);
  display: inline-flex;
  align-items: center;
}

.demo-url {
  transition: opacity 0.25s;
}

.demo-actions {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 0 0.3rem;
}

.demo-actions span {
  width: 16px;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 1px;
  display: block;
}

/* Viewport scrollable */
.demo-viewport {
  position: relative;
  height: 560px;
  background: var(--cream);
  overflow: hidden;
}

.demo-site {
  position: absolute;
  inset: 0;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
}

.demo-site::-webkit-scrollbar { width: 6px; }
.demo-site::-webkit-scrollbar-track { background: transparent; }
.demo-site::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.15); border-radius: 3px; }

.demo-site.is-active {
  opacity: 1;
  pointer-events: auto;
}

.demo-site[hidden] {
  display: block; /* on gère via opacity, pas via display */
}

/* === COMPOSANTS GÉNÉRIQUES DES MINI-SITES === */

.ds-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  font-size: 0.78rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 5;
  backdrop-filter: blur(8px);
}

.ds-menu {
  display: flex;
  gap: 1.2rem;
}

.ds-menu a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  opacity: 0.7;
  cursor: pointer;
}

.ds-hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.5rem;
  padding: 2rem 1.5rem;
  align-items: center;
}

.ds-hero-text h3 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0.5rem 0 0.8rem;
}

.ds-hero-text p {
  font-size: 0.88rem;
  opacity: 0.7;
  line-height: 1.55;
  margin-bottom: 1.2rem;
}

.ds-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.7;
}

.ds-hero-visual {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.ds-btn {
  border: none;
  padding: 0.7rem 1.3rem;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
}

.ds-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.ds-section {
  padding: 1.8rem 1.5rem;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.ds-h4 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.ds-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}

.ds-card {
  padding: 0.8rem;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,0.07);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  transition: transform 0.25s, box-shadow 0.25s;
}

.ds-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}

.ds-card strong {
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.3;
}

.ds-card-visual {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 5px;
  margin-bottom: 0.4rem;
}

.ds-card-visual-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background: rgba(0,0,0,0.04);
}

.ds-price {
  font-size: 0.8rem;
  font-weight: 600;
  opacity: 0.85;
}

.ds-meta {
  font-size: 0.75rem;
  opacity: 0.6;
}

.ds-cta-block {
  text-align: center;
  padding: 1.5rem 0;
}

.ds-cta-block h4 {
  margin-bottom: 0.4rem;
}

.ds-cta-block p {
  font-size: 0.85rem;
  opacity: 0.7;
  margin-bottom: 1rem;
}

.ds-footer {
  padding: 1.2rem 1.5rem;
  font-size: 0.7rem;
  text-align: center;
  opacity: 0.5;
  border-top: 1px solid rgba(0,0,0,0.06);
}

/* === SITE 1 : RESTAURANT (chaleureux brun/or) === */
.demo-site-resto {
  background: #faf4ec;
  color: #2b1d12;
  font-family: 'Inter', sans-serif;
}
.demo-site-resto .ds-nav {
  background: rgba(250, 244, 236, 0.85);
}
.ds-logo-resto {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #7A3D24;
}
.ds-hero-resto {
  background: linear-gradient(135deg, #faf4ec 0%, #f0e3d2 100%);
}
.ds-hero-visual-resto {
  background:
    radial-gradient(circle at 30% 30%, rgba(196, 160, 98, 0.6), transparent 50%),
    linear-gradient(135deg, #8B4F2E, #5C3018);
  box-shadow: inset 0 0 60px rgba(0,0,0,0.2);
}
.ds-hero-visual-resto::after {
  content: '🍷';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  opacity: 0.85;
}
.ds-btn-resto {
  background: #7A3D24;
  color: #faf4ec;
}
.demo-site-resto .ds-section-dark {
  background: #2b1d12;
  color: #faf4ec;
}
.demo-site-resto .ds-section-dark .ds-h4 { color: #C4A062; }

/* === SITE 2 : FLEURISTE (clean blanc/vert/rose) === */
.demo-site-fleur {
  background: #FBF9F5;
  color: #2a2620;
  font-family: 'Inter', sans-serif;
}
.demo-site-fleur .ds-nav-fleur {
  background: rgba(251, 249, 245, 0.9);
  padding: 1.2rem 1.5rem;
}
.ds-logo-fleur {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5A6D4A;
}
.ds-logo-fleur span {
  font-style: italic;
  font-weight: 500;
  text-transform: none;
  letter-spacing: -0.01em;
  font-size: 1.1rem;
}
.ds-hero-fleur {
  background: linear-gradient(180deg, #FBF9F5 0%, #F0EAE0 100%);
  padding: 2.5rem 1.5rem;
}
.ds-eyebrow-fleur { color: #5A6D4A; }
.ds-hero-visual-fleur {
  background:
    radial-gradient(circle at 60% 40%, rgba(232, 180, 162, 0.7), transparent 55%),
    radial-gradient(circle at 30% 70%, rgba(184, 199, 165, 0.55), transparent 55%),
    #f5ede2;
}
.ds-hero-visual-fleur::after {
  content: '🌿';
  position: absolute;
  bottom: 14%;
  right: 18%;
  font-size: 3rem;
}
.ds-btn-fleur {
  background: #5A6D4A;
  color: #FBF9F5;
}
.ds-section-fleur { background: #FBF9F5; }
.ds-section-fleur-light { background: #F0EAE0; }
.ds-h4-fleur { color: #5A6D4A; }
.ds-price-fleur { color: #5A6D4A; font-weight: 500; }
.ds-footer-fleur { color: #5A6D4A; }

/* === SITE 2 (remplacé) : MENUISIER (bois noyer / laiton / sable) === */
.demo-site-bois {
  background: #F4EEE3;
  color: #2A211A;
  font-family: 'Inter', sans-serif;
}
.demo-site-bois .ds-nav-bois {
  background: rgba(244, 238, 227, 0.9);
  border-color: rgba(58, 38, 22, 0.12);
  padding: 1.1rem 1.5rem;
}
.ds-logo-bois {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5A3A22;
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
}
.ds-logo-bois span {
  font-family: 'Inter', sans-serif;
  font-size: 0.56rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #A9762F;
}
.ds-hero-bois {
  background: linear-gradient(135deg, #F4EEE3 0%, #E5D7C1 100%);
  padding: 2.4rem 1.5rem;
}
.ds-eyebrow-bois { color: #A9762F; }
.ds-hero-visual-bois {
  background:
    repeating-linear-gradient(92deg, #6B4226 0px, #6B4226 8px, #5A371E 8px, #5A371E 16px, #7A4E2E 16px, #7A4E2E 24px),
    linear-gradient(135deg, #6B4226, #3E2613);
  box-shadow: inset 0 0 70px rgba(0,0,0,0.4);
}
.ds-hero-visual-bois::after {
  content: '🪵';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.6rem;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,0.45));
}
.ds-btn-bois {
  background: #5A3A22;
  color: #F4EEE3;
}
.ds-btn-bois-outline {
  background: transparent;
  border: 1.5px solid #5A3A22;
  color: #5A3A22;
}
.ds-trust-row-bois { color: #6B4226; }
.ds-section-bois { background: #F4EEE3; }
.ds-section-bois-light { background: #EADDC9; }
.ds-section-bois-dark {
  background: #241A12;
  color: #EADFCE;
}
.demo-site-bois .ds-section-bois-dark .ds-h4,
.demo-site-bois .ds-section-bois-dark .ds-h4-bois,
.demo-site-bois .ds-section-bois-dark .ds-eyebrow-bois { color: #C99A5B; }
.ds-h4-bois { color: #5A3A22; }
.ds-price-bois { color: #A9762F; font-weight: 600; }
.ds-footer-bois { color: #6B4226; }

/* === SITE 3 : STUDIO YOGA (zen sombre + or) === */
.demo-site-yoga {
  background: #16161a;
  color: #e8e5dc;
  font-family: 'Inter', sans-serif;
}
.demo-site-yoga .ds-nav-yoga {
  background: rgba(22, 22, 26, 0.85);
  border-color: rgba(255,255,255,0.06);
}
.ds-logo-yoga {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #d9bd84;
}
.ds-hero-yoga {
  background:
    radial-gradient(circle at 20% 20%, rgba(217, 189, 132, 0.18), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(150, 100, 80, 0.15), transparent 55%),
    #16161a;
  padding: 2.5rem 1.5rem;
}
.ds-eyebrow-yoga { color: #d9bd84; }
.demo-site-yoga .ds-hero-text h3 { color: #f5f1e6; }
.ds-hero-visual-yoga {
  background:
    radial-gradient(circle at 50% 50%, rgba(217, 189, 132, 0.4), transparent 60%),
    linear-gradient(135deg, #1f1f23, #3a3530);
  border: 1px solid rgba(217, 189, 132, 0.15);
}
.ds-hero-visual-yoga::after {
  content: '◯';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
  color: rgba(217, 189, 132, 0.7);
  font-weight: 100;
}
.ds-btn-yoga {
  background: #d9bd84;
  color: #16161a;
}
.ds-btn-yoga-alt {
  background: transparent;
  border: 1.5px solid #d9bd84;
  color: #d9bd84;
}
.ds-section-yoga {
  background: #1c1c20;
  border-color: rgba(255,255,255,0.05);
}
.ds-section-yoga-dark {
  background: #0f0f12;
  border-color: rgba(255,255,255,0.05);
}
.demo-site-yoga .ds-card {
  background: rgba(255,255,255,0.03);
  border-color: rgba(255,255,255,0.06);
}
.demo-site-yoga .ds-card:hover {
  border-color: rgba(217, 189, 132, 0.3);
  background: rgba(255,255,255,0.05);
}
.ds-h4-yoga { color: #d9bd84; }
.ds-h4-yoga-light { color: #f5f1e6; }
.demo-site-yoga .ds-card-visual-icon { background: rgba(217, 189, 132, 0.08); }
.demo-site-yoga .ds-footer-yoga,
.demo-site-yoga .ds-section,
.demo-site-yoga .ds-footer {
  border-color: rgba(255,255,255,0.05);
}

/* === COMPOSANTS ÉTENDUS (sections, témoignages, équipe, footer riche) === */

.ds-cta-row {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}

.ds-cta-center {
  justify-content: center;
}

.ds-trust-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  font-size: 0.75rem;
  opacity: 0.7;
  font-weight: 500;
}

.ds-trust-row-fleur { color: #5A6D4A; opacity: 0.85; }
.ds-trust-row-yoga { color: #d9bd84; opacity: 0.85; }

.ds-section-head {
  margin-bottom: 1.2rem;
}

.ds-section-head .ds-eyebrow {
  display: block;
  margin-bottom: 0.4rem;
}

.ds-section-alt {
  background: rgba(0, 0, 0, 0.025);
}

.ds-section-yoga-soft {
  background: #1c1c20;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.ds-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: center;
}

.ds-split-visual {
  width: 100%;
  aspect-ratio: 5/4;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.ds-split-visual-resto {
  background:
    radial-gradient(circle at 30% 30%, rgba(217, 167, 106, 0.55), transparent 55%),
    linear-gradient(135deg, #5C3018, #2B1D12);
}
.ds-split-visual-resto::after {
  content: '👨‍🍳';
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.5rem;
  filter: grayscale(0.15);
}

.ds-split-visual-fleur {
  background:
    radial-gradient(circle at 40% 60%, rgba(232, 180, 162, 0.6), transparent 55%),
    radial-gradient(circle at 70% 30%, rgba(184, 199, 165, 0.55), transparent 60%),
    #f5ede2;
}
.ds-split-visual-fleur::after {
  content: '💐';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.5rem;
}

.ds-split-text h4 {
  margin-bottom: 0.6rem;
}

.ds-split-text p {
  font-size: 0.88rem;
  line-height: 1.65;
  opacity: 0.75;
  margin-bottom: 1rem;
}

.ds-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}

.ds-stat-row > div {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.6rem;
  border-radius: 6px;
  background: rgba(0,0,0,0.04);
}

.ds-stat-row strong {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 600;
}

.ds-stat-row span {
  font-size: 0.7rem;
  opacity: 0.7;
  line-height: 1.2;
}

.demo-site-resto .ds-stat-row strong { color: #7A3D24; }
.ds-stat-row-fleur > div { background: rgba(90, 109, 74, 0.08); }
.ds-stat-row-fleur strong { color: #5A6D4A; }

.ds-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.ds-quote {
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,0.07);
  background: rgba(0,0,0,0.02);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.ds-quote p {
  font-size: 0.85rem;
  line-height: 1.55;
  font-style: italic;
  opacity: 0.85;
}

.ds-stars {
  color: #d9a76a;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
}

.ds-author {
  font-size: 0.72rem;
  opacity: 0.6;
  font-weight: 500;
}

.demo-site-yoga .ds-quote-yoga {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.06);
}

.ds-stars-yoga { color: #d9bd84; }

.ds-menu-row {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px dashed rgba(0,0,0,0.1);
  font-size: 0.8rem;
  opacity: 0.85;
}

.ds-menu-row strong {
  font-weight: 600;
}

.ds-menu-row-fleur { color: #5A6D4A; border-top-color: rgba(90, 109, 74, 0.2); }
.ds-menu-row-yoga {
  color: #d9bd84;
  border-top-color: rgba(217, 189, 132, 0.2);
}

.ds-gallery {
  margin-top: 0.6rem;
}

.ds-gallery-tile {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 6px;
  transition: transform 0.3s;
}

.ds-gallery-tile:hover {
  transform: scale(1.03);
}

.ds-section-cta-text {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.8rem;
  opacity: 0.7;
  font-style: italic;
}

.ds-prof {
  padding: 0.8rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.3rem;
}

.ds-prof-photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 0.4rem;
  border: 2px solid rgba(217, 189, 132, 0.3);
}

.ds-prof strong {
  font-size: 0.88rem;
}

.ds-prof-cert {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.55;
  margin-top: 0.2rem;
}

.demo-site-yoga .ds-prof-yoga {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.05);
}

.ds-tag-yoga {
  display: inline-block;
  font-size: 0.65rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: rgba(217, 189, 132, 0.12);
  color: #d9bd84;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 0.2rem;
  align-self: flex-start;
  text-transform: uppercase;
}

.ds-eyebrow-gold {
  color: #d9a76a !important;
}

/* Buttons : variantes */
.ds-btn-resto-ghost {
  background: transparent;
  color: #7A3D24;
  border: 1.5px solid #7A3D24;
}
.ds-btn-resto-outline {
  background: transparent;
  border: 1.5px solid #d9a76a;
  color: #d9a76a;
}
.ds-btn-fleur-ghost {
  background: transparent;
  color: #5A6D4A;
  border: 1.5px solid #5A6D4A;
}
.ds-btn-yoga-outline {
  background: transparent;
  border: 1.5px solid rgba(217, 189, 132, 0.4);
  color: #d9bd84;
}

/* Footer riche */
.ds-footer-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1rem;
  font-size: 0.75rem;
  text-align: left;
  margin-bottom: 0.8rem;
  opacity: 0.75;
  line-height: 1.55;
}

.ds-footer-row strong {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  display: block;
  margin-bottom: 0.2rem;
  opacity: 1;
}

.ds-footer-bottom {
  padding-top: 0.8rem;
  border-top: 1px solid rgba(0,0,0,0.06);
  font-size: 0.68rem;
  opacity: 0.5;
  text-align: center;
}

.demo-site-yoga .ds-footer-bottom {
  border-top-color: rgba(255,255,255,0.05);
}

/* Caption sous le browser */
.demo-caption {
  text-align: center;
  margin-top: var(--space-4);
  font-size: 0.9rem;
  color: var(--ink-soft);
  font-style: italic;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .hero {
    padding: var(--space-8) 0;
  }

  .hero-ctas {
    flex-direction: column;
  }

  .hero-ctas .btn {
    width: 100%;
  }

  .ia-grid,
  .apropos-grid {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .pack-featured {
    transform: none;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-legal {
    text-align: center;
  }

  /* Démo en mobile : viewport réduite, onglets compactés, address bar simplifiée */
  .demo-viewport {
    height: 460px;
  }
  .demo-tab {
    padding: 0.55rem 0.9rem;
    font-size: 0.85rem;
  }
  .demo-tab-emoji {
    font-size: 1rem;
  }
  .demo-urlbar {
    font-size: 0.7rem;
    max-width: none;
  }
  .ds-hero {
    grid-template-columns: 1fr;
  }
  .ds-hero-visual {
    aspect-ratio: 16/9;
    order: -1;
  }
  .ds-grid-3 {
    grid-template-columns: 1fr 1fr;
  }
  .ds-grid-3 > :nth-child(3) {
    grid-column: span 2;
  }
  .ds-split {
    grid-template-columns: 1fr;
  }
  .ds-split-visual {
    order: -1;
    aspect-ratio: 16/9;
  }
  .ds-stat-row {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.4rem;
  }
  .ds-grid-2 {
    grid-template-columns: 1fr;
  }
  .ds-footer-row {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .ds-menu-row {
    flex-direction: column;
    gap: 0.4rem;
  }
}

/* ============================================================
   SECTIONS SIGNATURE DES DÉMOS (ajoutées 20/05/2026)
   3 sections uniques pour différencier chaque démo métier
   ============================================================ */

/* ===== 1. ARDOISE DU CHEF (Resto) ===== */
.ds-section-ardoise {
  padding: 56px 40px;
  background: #1a1714;
}

.ds-ardoise {
  background: linear-gradient(135deg, #2a2520 0%, #1a1612 100%);
  border: 1px solid rgba(217, 167, 106, 0.22);
  border-radius: 16px;
  padding: 48px 44px;
  position: relative;
  box-shadow: inset 0 0 60px rgba(0,0,0,0.4), 0 4px 30px rgba(0,0,0,0.3);
}

.ds-ardoise::before {
  content: '';
  position: absolute;
  top: 8px; left: 8px; right: 8px; bottom: 8px;
  border: 1px solid rgba(217, 167, 106, 0.08);
  border-radius: 10px;
  pointer-events: none;
}

.ds-ardoise-date {
  display: inline-block;
  color: rgba(217, 167, 106, 0.65);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 500;
}

.ds-h4-chalk {
  color: #f0e0c0;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 10px;
}

.ds-ardoise-menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin: 32px 0 28px;
}

.ds-ardoise-item {
  border-left: 2px solid rgba(217, 167, 106, 0.4);
  padding-left: 22px;
}

.ds-ardoise-cat {
  display: block;
  color: rgba(217, 167, 106, 0.85);
  font-style: italic;
  font-size: 13px;
  margin-bottom: 8px;
  font-family: 'Fraunces', serif;
}

.ds-ardoise-item strong {
  display: block;
  color: #ede2d0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
  font-family: 'Fraunces', serif;
}

.ds-ardoise-price {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding-top: 22px;
  border-top: 1px solid rgba(217, 167, 106, 0.22);
  color: #d9a76a;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 16px;
}

.ds-ardoise-price strong {
  font-size: 32px;
  font-weight: 600;
  font-style: normal;
  color: #e8b66f;
}

.ds-ardoise-note {
  color: rgba(217, 167, 106, 0.5);
  font-size: 12px;
  margin-left: auto;
  font-style: normal;
  letter-spacing: 0.04em;
}

/* ===== 2. CALENDRIER DES SAISONS (Fleuriste) ===== */
.ds-seasons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
  margin-bottom: 16px;
}

.ds-season {
  background: #fff;
  border: 1px solid rgba(184, 165, 130, 0.22);
  border-radius: 12px;
  padding: 24px 16px 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ds-season:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(155, 130, 90, 0.12);
}

.ds-season-icon {
  font-size: 30px;
  margin-bottom: 2px;
}

.ds-season strong {
  font-family: 'Fraunces', serif;
  font-size: 18px;
  color: #6d5536;
  font-weight: 500;
}

.ds-season-flowers {
  font-size: 12px;
  color: #8b7755;
  line-height: 1.55;
  flex: 1;
  padding: 0 4px;
}

.ds-season-months {
  font-size: 11px;
  color: #b8a585;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-top: 8px;
  border-top: 1px solid rgba(184, 165, 130, 0.18);
}

/* ===== 3. PLANNING SEMAINE (Yoga) ===== */
.ds-planning {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  margin-top: 28px;
  margin-bottom: 22px;
}

.ds-planning-day {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ds-day-label {
  text-align: center;
  font-size: 11px;
  color: #8a7a6c;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 0 6px;
  border-bottom: 1px solid rgba(217, 189, 132, 0.2);
  margin-bottom: 3px;
}

.ds-slot {
  background: #fff;
  padding: 10px 4px;
  border-radius: 8px;
  text-align: center;
  border-top: 3px solid;
  color: #1f1a14;
  transition: transform 0.2s ease;
}

.ds-slot:hover {
  transform: translateY(-2px);
}

.ds-slot-time {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #4a3d2e;
}

.ds-slot-name {
  display: block;
  font-size: 10px;
  margin-top: 3px;
  color: #6d5d4c;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.ds-slot-doux { border-top-color: #C8B89A; }
.ds-slot-vinyasa { border-top-color: #D9A76A; }
.ds-slot-power { border-top-color: #C97B4D; }
.ds-slot-flow { border-top-color: #B89978; }
.ds-slot-yin { border-top-color: #8C7B66; }

.ds-planning-legend {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 12px;
  color: #6d5d4c;
  margin-top: 12px;
}

.ds-planning-legend span {
  display: inline-flex;
  align-items: center;
}

.ds-planning-legend i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  margin-right: 6px;
}

.ds-dot-doux { background: #C8B89A; }
.ds-dot-vinyasa { background: #D9A76A; }
.ds-dot-power { background: #C97B4D; }
.ds-dot-flow { background: #B89978; }
.ds-dot-yin { background: #8C7B66; }

/* ===== RESPONSIVE pour les sections signature ===== */
@media (max-width: 768px) {
  .ds-section-ardoise {
    padding: 36px 18px;
  }
  .ds-ardoise {
    padding: 30px 22px;
  }
  .ds-ardoise-price {
    flex-wrap: wrap;
  }
  .ds-ardoise-note {
    margin-left: 0;
    flex-basis: 100%;
  }
  .ds-seasons {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .ds-planning {
    gap: 4px;
  }
  .ds-slot {
    padding: 6px 2px;
  }
  .ds-slot-time {
    font-size: 11px;
  }
  .ds-slot-name {
    font-size: 9px;
  }
  .ds-day-label {
    font-size: 10px;
  }
  .ds-planning-legend {
    gap: 10px;
    font-size: 11px;
  }
}
