﻿    :root {
      --bg: #0f0f10;
      --panel: #18181a;
      --text: #f4f1ec;
      --muted: #c8bfb4;
      --accent: #b91c1c;
      --accent-hover: #dc2626;
      --line: #333033;
      --max-width: 760px;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      background: var(--bg);
      color: var(--text);
      font-family: Georgia, "Times New Roman", serif;
      line-height: 1.75;
      font-size: 19px;
    }
    a { color: inherit; }
    .site-header {
      padding: 18px 20px;
      border-bottom: 1px solid var(--line);
      background: rgba(15, 15, 16, 0.96);
      position: sticky;
      top: 0;
      z-index: 20;
      backdrop-filter: blur(8px);
    }
    .nav {
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      font-family: Arial, sans-serif;
      font-size: 15px;
    }
    .brand {
      font-weight: 700;
      text-decoration: none;
      letter-spacing: 0.03em;
    }
    .nav-links {
      display: flex;
      gap: 18px;
      flex-wrap: wrap;
    }
    .nav-links a {
      color: var(--muted);
      text-decoration: none;
    }
    .nav-links a:hover { color: var(--text); }
    .hero {
      padding: 72px 20px 44px;
      background:
        linear-gradient(rgba(15, 15, 16, 0.70), rgba(15, 15, 16, 0.98)),
        url("images/pate-pour-chien-degustation.jpg") center/cover no-repeat;
      border-bottom: 1px solid var(--line);
    }
    .hero-inner {
      max-width: var(--max-width);
      margin: 0 auto;
      text-align: center;
    }
.hero-image {
  margin-top: 38px;
  display: flex;
  justify-content: center;
}

.hero-image img {
  width: 100%;
  max-width: 620px;
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 45px rgba(0,0,0,0.45);
}

    .eyebrow {
      font-family: Arial, sans-serif;
      color: var(--muted);
      text-transform: uppercase;
      letter-spacing: 0.16em;
      font-size: 13px;
      margin-bottom: 18px;
    }
    h1 {
      margin: 0;
      font-size: clamp(42px, 8vw, 78px);
      line-height: 0.95;
      letter-spacing: -0.04em;
      text-transform: uppercase;
    }
    .tagline {
      margin: 26px auto 0;
      max-width: 640px;
      font-size: clamp(22px, 4vw, 34px);
      line-height: 1.25;
      font-weight: 700;
    }
    .intro {
      margin: 22px auto 0;
      max-width: 620px;
      color: var(--muted);
      font-family: Arial, sans-serif;
      line-height: 1.6;
      font-size: 18px;
    }
    .button-row {
      margin-top: 32px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 14px;
    }
    .btn {
      display: inline-block;
      padding: 14px 22px;
      border-radius: 999px;
      background: var(--accent);
      color: white;
      font-family: Arial, sans-serif;
      font-weight: 700;
      text-decoration: none;
      letter-spacing: 0.02em;
      border: 1px solid var(--accent);
    }
    .btn:hover {
      background: var(--accent-hover);
      border-color: var(--accent-hover);
    }
    .btn.secondary {
      background: transparent;
      color: var(--text);
      border-color: var(--muted);
    }
    .btn.secondary:hover { background: rgba(255,255,255,0.08); }
    .content {
      max-width: var(--max-width);
      margin: 0 auto;
      padding: 44px 20px 110px;
    }
    .book-info {
      background: var(--panel);
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 24px;
      margin-bottom: 42px;
      font-family: Arial, sans-serif;
      color: var(--muted);
      line-height: 1.6;
    }
    .book-info strong { color: var(--text); }
    .chapter-nav {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 18px;
    }
    .chapter-nav a {
      padding: 8px 13px;
      border: 1px solid var(--line);
      border-radius: 999px;
      text-decoration: none;
      font-size: 15px;
      color: var(--muted);
    }
    .chapter-nav a:hover {
      border-color: var(--muted);
      color: var(--text);
    }
    h2 {
      margin-top: 58px;
      padding-top: 20px;
      border-top: 1px solid var(--line);
      font-size: 34px;
      line-height: 1.2;
    }
    .date {
      color: var(--muted);
      font-family: Arial, sans-serif;
      font-size: 16px;
      margin-top: -16px;
      margin-bottom: 28px;
    }
    p { margin: 0 0 1.35em; }
    .scene-break {
      text-align: center;
      color: var(--muted);
      letter-spacing: 0.3em;
      margin: 36px 0;
    }
    .mid-cta, .end-cta {
      margin: 42px 0;
      padding: 28px 24px;
      background: var(--panel);
      border: 1px solid var(--line);
      border-radius: 18px;
      text-align: center;
      font-family: Arial, sans-serif;
    }
    .mid-cta h3, .end-cta h3 {
      margin: 0 0 12px;
      font-size: 24px;
      line-height: 1.25;
    }
    .mid-cta p, .end-cta p {
      color: var(--muted);
      margin-bottom: 22px;
      line-height: 1.55;
    }
    .quote-section {
      margin-top: 52px;
      padding-top: 34px;
      border-top: 1px solid var(--line);
    }
    blockquote {
      margin: 0 0 20px;
      padding: 20px;
      border-left: 4px solid var(--accent);
      background: rgba(255,255,255,0.04);
      color: var(--muted);
      font-style: italic;
    }
    .sticky-buy {
      display: none;
      position: fixed;
      bottom: 14px;
      left: 14px;
      right: 14px;
      z-index: 30;
      text-align: center;
    }
    .sticky-buy .btn {
      width: 100%;
      box-shadow: 0 8px 30px rgba(0,0,0,0.35);
    }
    .note {
      color: var(--muted);
      font-family: Arial, sans-serif;
      font-size: 15px;
      margin-top: 12px;
    }

    @media (max-width: 720px) {
      body { font-size: 18px; line-height: 1.72; }
      .nav {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
      }
      .nav-links { gap: 12px; font-size: 14px; }
      .hero { padding-top: 54px; }
      .content { padding-bottom: 130px; }
      .sticky-buy { display: block; }
    }

