/* ==========================================================================
   Anne Faivre — feuille de style principale
   Palette : papier #F7F4EF / encre #17131F / corail #FF5A44 / ambre #FFB648
   ========================================================================== */

:root{
  --bg: #F7F4EF;
  --bg-tint: #EFE9DF;
  --ink: #17131F;
  --ink-2: #0F0C15;
  --surface: #FFFFFF;
  --border: rgba(23,19,31,.09);
  --border-strong: rgba(23,19,31,.16);
  --corail: #FF5A44;
  --ambre: #FFB648;
  --violet: #6C4CFF;
  --grad: linear-gradient(135deg, var(--corail), var(--ambre));
  --text: #221D2C;
  --muted: #6B6577;
  --muted-2: #948FA0;
  --white: #FFFFFF;
  --radius: 20px;
  --shadow: 0 30px 70px -35px rgba(23,19,31,.28);
  --font-head: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--text);
  background:var(--bg);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; height:auto; display:block; }
a{ color:inherit; text-decoration:none; }
ul, ol{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4{ font-family:var(--font-head); font-weight:600; line-height:1.12; margin:0 0 .6em; color:var(--ink); letter-spacing:-.01em; }
p{ margin:0 0 1em; }
.container{ width:100%; max-width:1160px; margin:0 auto; padding:0 24px; }
::selection{ background:rgba(255,90,68,.22); color:var(--ink); }

.skip-link{ position:absolute; left:-999px; top:0; background:var(--corail); color:#fff; padding:10px 16px; z-index:999; border-radius:0 0 8px 0; }
.skip-link:focus{ left:0; top:0; }

/* Buttons */
.btn{ display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:13px 26px; border-radius:999px; font-weight:600; font-size:15px; font-family:inherit; background:none; border:1px solid transparent; cursor:pointer; transition:.2s ease; white-space:nowrap; }
.btn-lg{ padding:16px 32px; font-size:16px; }
.btn-nav{ padding:9px 22px; }
.btn-block{ width:100%; }
.btn-accent{ background:var(--grad); color:#fff; font-weight:700; box-shadow:0 14px 30px -12px rgba(255,90,68,.55); }
.btn-accent:hover{ filter:brightness(1.05); transform:translateY(-1px); }
.btn-outline{ background:rgba(23,19,31,.03); border-color:var(--border-strong); color:var(--ink); }
.btn-outline:hover{ background:rgba(23,19,31,.07); border-color:rgba(23,19,31,.3); }
.btn-dark{ background:var(--ink); color:#fff; }
.btn-dark:hover{ background:var(--ink-2); }

/* Header */
.site-header{ position:sticky; top:0; z-index:100; background:rgba(247,244,239,.82); backdrop-filter:blur(12px); border-bottom:1px solid var(--border); }
.header-inner{ display:flex; align-items:center; justify-content:space-between; padding:16px 24px; gap:24px; }
.logo{ display:flex; align-items:center; gap:10px; font-family:var(--font-head); font-weight:600; font-size:21px; color:var(--ink); }
.logo .name{ white-space:nowrap; }
.logo .dot{ width:10px; height:10px; border-radius:50%; background:var(--grad); flex:none; }
.logo .tagline{ display:block; font-family:var(--font-body); font-weight:600; font-size:10.5px; letter-spacing:.09em; text-transform:uppercase; color:var(--muted); margin-top:1px; }
.main-nav ul{ display:flex; gap:28px; }
.main-nav a{ font-weight:600; font-size:14.5px; color:var(--muted); transition:color .15s ease; }
.main-nav a:hover, .main-nav a.active{ color:var(--ink); }
.header-actions{ display:flex; align-items:center; gap:14px; }
.burger{ display:none; flex-direction:column; gap:5px; background:none; border:0; cursor:pointer; padding:6px; }
.burger span{ width:24px; height:2px; background:var(--ink); display:block; border-radius:2px; }
.mobile-nav{ display:none; }

@media (max-width: 960px){
  .main-nav{ display:none; }
  .burger{ display:flex; }
  .mobile-nav.open{ display:block; background:var(--bg); border-top:1px solid var(--border); }
  .mobile-nav ul{ display:flex; flex-direction:column; padding:16px 24px 24px; gap:16px; }
  .mobile-nav a{ font-weight:600; color:var(--text); font-size:16px; }
  .mobile-nav a.active{ color:var(--corail); }
}

@media (max-width:480px){
  .header-inner{ padding:14px 16px; gap:12px; }
  .logo{ font-size:16px; gap:7px; }
  .logo .name{ white-space:nowrap; }
  .logo .tagline{ font-size:9px; }
  .btn-nav{ padding:9px 14px; font-size:13.5px; }
}

/* Hero */
.hero{ overflow:hidden; padding-top:8px; position:relative; }
.hero-glow-a, .hero-glow-b{ position:absolute; border-radius:50%; filter:blur(90px); pointer-events:none; z-index:0; opacity:.55; }
.hero-glow-a{ width:520px; height:520px; top:-220px; left:-140px; background:radial-gradient(circle, rgba(255,90,68,.35), transparent 70%); }
.hero-glow-b{ width:460px; height:460px; top:-160px; right:-180px; background:radial-gradient(circle, rgba(255,182,72,.4), transparent 70%); }
.hero-inner{ position:relative; z-index:1; padding:110px 24px 0; display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center; max-width:1160px; margin:0 auto; }
.hero-content{ max-width:620px; }
.badge{ display:inline-flex; align-items:center; gap:8px; background:var(--surface); border:1px solid var(--border-strong); color:var(--text); font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; padding:8px 16px; border-radius:999px; margin-bottom:26px; }
.badge::before{ content:""; width:7px; height:7px; border-radius:50%; background:var(--grad); box-shadow:0 0 10px rgba(255,90,68,.6); }
.hero h1{ font-size:clamp(32px, 4.6vw, 52px); margin-bottom:22px; }
.hero .accent{ background:var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent; }
.hero-lead{ font-size:17.5px; color:var(--muted); max-width:560px; margin-bottom:36px; }
.hero-cta{ display:flex; flex-wrap:wrap; gap:16px; }

/* Hero visual — composition graphique abstraite (pas de photo générique) */
.hero-visual{ position:relative; width:100%; aspect-ratio:1/1.02; }
.hero-visual .plate{ position:absolute; inset:0; background:var(--ink); border-radius:28px; overflow:hidden; box-shadow:var(--shadow); }
.hero-visual .plate::before{ content:""; position:absolute; inset:0; background:radial-gradient(circle at 30% 20%, rgba(255,90,68,.55), transparent 55%), radial-gradient(circle at 80% 75%, rgba(255,182,72,.5), transparent 50%); }
.hero-visual .card-float{ position:absolute; background:var(--surface); border-radius:16px; box-shadow:0 20px 45px -15px rgba(23,19,31,.35); padding:16px 18px; display:flex; align-items:center; gap:12px; }
.hero-visual .card-1{ top:9%; left:8%; width:64%; }
.hero-visual .card-2{ bottom:11%; right:6%; width:58%; }
.hero-visual .swatch{ width:34px; height:34px; border-radius:10px; flex:none; }
.hero-visual .swatch-grad{ background:var(--grad); }
.hero-visual .swatch-ink{ background:var(--ink); }
.hero-visual .mini-label{ font-weight:700; font-size:13px; color:var(--ink); margin:0; }
.hero-visual .mini-sub{ font-size:11.5px; color:var(--muted); margin:0; }
.hero-visual .type-block{ position:absolute; top:38%; left:50%; transform:translate(-50%,-50%); text-align:center; color:#fff; }
.hero-visual .type-block .ag{ font-family:var(--font-head); font-size:64px; font-weight:600; line-height:1; }
.hero-visual .type-block .sub{ font-size:11px; letter-spacing:.18em; text-transform:uppercase; opacity:.7; margin-top:6px; }

.hero-stats{ position:relative; z-index:1; margin-top:70px; border-top:1px solid var(--border); }
.stats-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; padding:30px 24px; }
.stat{ text-align:center; border-left:1px solid var(--border); padding-left:24px; }
.stat:first-child{ border-left:none; padding-left:0; }
.stat-number{ display:block; font-family:var(--font-head); font-size:26px; font-weight:600; background:var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent; }
.stat-label{ font-size:13.5px; color:var(--muted); }
@media (max-width:960px){
  .hero-inner{ grid-template-columns:1fr; padding-top:80px; }
  .hero-visual{ max-width:420px; margin:0 auto; }
}
@media (max-width:720px){
  .stats-grid{ grid-template-columns:1fr; text-align:center; }
  .stat{ border-left:none; padding-left:0; border-top:1px solid var(--border); padding-top:18px; }
  .stat:first-child{ border-top:none; padding-top:0; }
}

/* Sections */
.section{ padding:100px 0; }
.section-tinted{ background:var(--bg-tint); }
.section-dark{ background:var(--ink); color:#EDEAF2; }
.section-dark h2, .section-dark h3{ color:#fff; }
.section-dark .eyebrow{ -webkit-text-fill-color:unset; }
.section-head{ max-width:680px; margin:0 auto 56px; text-align:center; }
.section-lead{ color:var(--muted); font-size:16.5px; }
.section-dark .section-lead{ color:#B7B2C4; }
.eyebrow{ display:inline-block; font-size:12.5px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; background:var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent; margin-bottom:14px; }

/* Intro */
.intro-grid{ display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.intro-visual{ position:relative; width:100%; aspect-ratio:4/3.3; border-radius:var(--radius); background:var(--ink); overflow:hidden; box-shadow:var(--shadow); }
.intro-visual::before{ content:""; position:absolute; inset:0; background:radial-gradient(circle at 20% 15%, rgba(255,90,68,.5), transparent 55%), radial-gradient(circle at 85% 85%, rgba(108,76,255,.45), transparent 50%); }
.intro-visual .grid-overlay{ position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size:34px 34px; }
.intro-visual .mono{ position:absolute; bottom:24px; left:28px; color:#fff; font-family:var(--font-head); font-size:15px; letter-spacing:.02em; opacity:.85; }
.check-list li{ position:relative; padding-left:28px; margin-bottom:12px; font-weight:500; color:var(--text); }
.check-list li::before{ content:"✓"; position:absolute; left:0; color:var(--corail); font-weight:800; }
@media (max-width:860px){ .intro-grid{ grid-template-columns:1fr; gap:36px; } }

/* CTA banner */
.cta-banner{ margin-top:60px; background:var(--surface); border-radius:var(--radius); padding:34px 40px; box-shadow:0 24px 50px -34px rgba(23,19,31,.3); display:flex; align-items:center; justify-content:space-between; gap:28px; flex-wrap:wrap; border:1px solid var(--border-strong); }
.section-dark .cta-banner{ background:#241F30; border-color:rgba(255,255,255,.1); }
.cta-banner-title{ font-family:var(--font-head); font-weight:600; font-size:19px; color:var(--ink); margin:0 0 4px; }
.section-dark .cta-banner-title{ color:#fff; }
.cta-banner-sub{ color:var(--muted); font-size:14.5px; margin:0; }
.section-dark .cta-banner-sub{ color:#B7B2C4; }
.cta-banner .btn{ flex:none; }
.cta-arrow{ display:inline-block; margin-left:6px; transition:transform .2s ease; }
.cta-banner a:hover .cta-arrow, .btn:hover .cta-arrow{ transform:translateX(4px); }
@media (max-width:640px){
  .cta-banner{ flex-direction:column; text-align:center; padding:28px 24px; margin-top:44px; }
  .cta-banner .btn{ width:100%; }
}

/* Cards */
.cards-grid{ display:grid; gap:24px; }
.cards-4{ grid-template-columns:repeat(4,1fr); }
.cards-3{ grid-template-columns:repeat(3,1fr); }
.card{ background:var(--surface); padding:32px 28px; border-radius:var(--radius); border:1px solid var(--border); transition:border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.card:hover{ border-color:rgba(255,90,68,.35); transform:translateY(-3px); box-shadow:0 24px 40px -28px rgba(23,19,31,.28); }
.card-icon{ width:44px; height:44px; border-radius:12px; background:var(--grad); display:flex; align-items:center; justify-content:center; margin-bottom:18px; }
.card-icon svg{ width:22px; height:22px; color:#fff; }
.card h3{ font-size:19px; margin-bottom:10px; }
.card p{ color:var(--muted); font-size:15px; margin:0; }
@media (max-width:980px){ .cards-4{ grid-template-columns:repeat(2,1fr); } .cards-3{ grid-template-columns:1fr; max-width:460px; margin:0 auto; } }
@media (max-width:640px){ .cards-4{ grid-template-columns:1fr; } }

/* Steps */
.steps{ display:grid; grid-template-columns:repeat(5,1fr); gap:22px; counter-reset:step; }
.step{ background:var(--surface); border-radius:var(--radius); padding:26px 22px; border:1px solid var(--border); }
.step-number{ display:inline-block; font-family:var(--font-head); font-weight:600; font-size:22px; background:var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent; margin-bottom:12px; }
.step h3{ font-size:16.5px; margin-bottom:8px; }
.step p{ font-size:14px; color:var(--muted); margin:0; }
@media (max-width:980px){ .steps{ grid-template-columns:repeat(3,1fr); } }
@media (max-width:640px){ .steps{ grid-template-columns:1fr; } }

/* Offres / tarifs */
.offers-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.offer-card{ background:#241F30; border:1px solid rgba(255,255,255,.1); border-radius:var(--radius); padding:30px 26px; display:flex; flex-direction:column; transition:border-color .2s ease, transform .2s ease; }
.offer-card:hover{ border-color:rgba(255,182,72,.5); transform:translateY(-3px); }
.offer-name{ font-family:var(--font-head); font-weight:600; font-size:18px; color:#fff; margin-bottom:6px; }
.offer-price{ font-family:var(--font-head); font-weight:600; font-size:23px; background:var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent; margin-bottom:18px; }
.offer-list{ flex:1; margin-bottom:24px; }
.offer-list li{ position:relative; padding-left:22px; margin-bottom:10px; font-size:14px; color:#C7C2D4; }
.offer-list li::before{ content:"—"; position:absolute; left:0; color:var(--ambre); }
.offer-card .btn{ align-self:flex-start; }
@media (max-width:980px){ .offers-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:640px){ .offers-grid{ grid-template-columns:1fr; } }
.offers-footnote{ text-align:center; color:#B7B2C4; font-size:14.5px; margin-top:28px; max-width:640px; margin-left:auto; margin-right:auto; }

/* Numbered cards (pourquoi nous) */
.numbered-card{ text-align:center; padding:20px; }
.numbered{ display:inline-flex; align-items:center; justify-content:center; width:52px; height:52px; border-radius:50%; background:var(--surface); border:1px solid var(--border-strong); color:var(--corail); font-family:var(--font-head); font-weight:600; margin-bottom:18px; }
.numbered-card h3{ font-size:19px; }
.numbered-card p{ color:var(--muted); font-size:15px; }

/* Réalisations — mockups illustratifs (aucune photo, aucun avis inventé) */
.showcase-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.showcase-card{ background:var(--surface); border:1px solid var(--border); border-radius:var(--radius); overflow:hidden; box-shadow:0 20px 40px -30px rgba(23,19,31,.25); }
.showcase-visual{ aspect-ratio:4/3; position:relative; display:flex; align-items:center; justify-content:center; }
.showcase-visual.mock-logo{ background:var(--ink); }
.showcase-visual.mock-logo .mock-mark{ width:56px; height:56px; border-radius:14px; background:var(--grad); }
.showcase-visual.mock-social{ background:linear-gradient(160deg, #FFE3D9, #FFF3DD); padding:16px; }
.showcase-visual.mock-social .phone{ width:74%; height:100%; background:#fff; border-radius:16px; box-shadow:0 14px 30px -14px rgba(23,19,31,.3); padding:10px; display:flex; flex-direction:column; gap:6px; }
.showcase-visual.mock-social .phone .row{ display:flex; gap:6px; align-items:center; }
.showcase-visual.mock-social .phone .avatar{ width:16px; height:16px; border-radius:50%; background:var(--grad); flex:none; }
.showcase-visual.mock-social .phone .line{ height:6px; border-radius:4px; background:#EFEAE2; flex:1; }
.showcase-visual.mock-social .phone .tile{ flex:1; border-radius:8px; background:linear-gradient(135deg, rgba(255,90,68,.18), rgba(255,182,72,.22)); }
.showcase-visual.mock-print{ background:#EFE9DF; padding:20px; }
.showcase-visual.mock-print .card-stack{ position:relative; width:70%; }
.showcase-visual.mock-print .business-card{ background:var(--ink); color:#fff; border-radius:8px; padding:10px 12px; box-shadow:0 12px 24px -12px rgba(23,19,31,.4); }
.showcase-visual.mock-print .business-card .bc-name{ font-family:var(--font-head); font-size:12px; margin-bottom:2px; }
.showcase-visual.mock-print .business-card .bc-role{ font-size:8px; opacity:.65; letter-spacing:.05em; text-transform:uppercase; }
.showcase-visual.mock-print .business-card:last-child{ position:absolute; top:14px; left:14px; background:#fff; color:var(--ink); border:1px solid var(--border-strong); z-index:-1; opacity:.7; }
.showcase-visual.mock-ads{ background:var(--grad); padding:18px; }
.showcase-visual.mock-ads .ad-frame{ width:100%; height:100%; background:rgba(255,255,255,.92); border-radius:12px; padding:14px; display:flex; flex-direction:column; justify-content:space-between; }
.showcase-visual.mock-ads .ad-frame .ad-top .line{ height:6px; border-radius:4px; background:#EFEAE2; margin-bottom:6px; }
.showcase-visual.mock-ads .ad-frame .ad-top .line.short{ width:55%; }
.showcase-visual.mock-ads .ad-frame .ad-btn{ align-self:flex-start; background:var(--ink); color:#fff; font-size:10px; font-weight:700; padding:6px 14px; border-radius:999px; }
.showcase-text{ padding:20px 22px 24px; }
.showcase-tag{ display:inline-block; font-size:11px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:var(--corail); margin-bottom:8px; }
.showcase-text h3{ font-size:16.5px; margin-bottom:6px; }
.showcase-text p{ font-size:13.5px; color:var(--muted); margin:0; }
@media (max-width:980px){ .showcase-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .showcase-grid{ grid-template-columns:1fr; } }

/* FAQ */
.faq-list{ max-width:760px; margin:0 auto; }
.faq-item{ border-bottom:1px solid var(--border); }
.faq-question{ width:100%; text-align:left; background:none; border:0; padding:22px 4px; font-family:var(--font-head); font-weight:600; font-size:16.5px; color:var(--text); display:flex; justify-content:space-between; align-items:center; cursor:pointer; gap:16px; }
.faq-icon{ color:var(--corail); font-size:20px; font-weight:800; transition:transform .2s ease; flex:none; }
.faq-question[aria-expanded="true"] .faq-icon{ transform:rotate(45deg); }
.faq-answer{ max-height:0; overflow:hidden; transition:max-height .25s ease; }
.faq-answer p{ padding:0 4px 20px; color:var(--muted); }

/* Contact */
.contact-grid{ display:grid; grid-template-columns:.9fr 1.1fr; gap:56px; }
.contact-text p{ color:#B7B2C4; }
.contact-info{ margin:28px 0; }
.contact-info li{ margin-bottom:16px; }
.contact-info a{ color:var(--ambre); font-weight:600; }
.social-links{ display:flex; gap:16px; margin-top:24px; }
.social-links a{ background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.16); padding:9px 16px; border-radius:999px; font-weight:600; font-size:14px; color:#fff; }
.social-links a:hover{ background:rgba(255,255,255,.15); }

.contact-form{ background:var(--surface); color:var(--text); border-radius:var(--radius); padding:36px; box-shadow:var(--shadow); border:1px solid var(--border-strong); }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.form-group{ margin-bottom:16px; }
.form-group label{ display:block; font-weight:600; font-size:13.5px; margin-bottom:6px; color:var(--text); }
.form-group input, .form-group textarea, .form-group select{ width:100%; padding:12px 14px; border:1px solid var(--border-strong); border-radius:10px; font-family:var(--font-body); font-size:15px; background:var(--bg); color:var(--text); }
.form-group select{ appearance:none; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B6577' stroke-width='1.6' fill='none'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 14px center; }
.form-group input::placeholder, .form-group textarea::placeholder{ color:var(--muted-2); }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus{ outline:2px solid var(--corail); border-color:transparent; }
.hp-field{ position:absolute; left:-9999px; opacity:0; height:0; width:0; }
.form-status{ margin-top:14px; font-size:14px; font-weight:600; min-height:20px; }
.form-status.success{ color:#2FAE64; }
.form-status.error{ color:#E24B3C; }
@media (max-width:860px){ .contact-grid{ grid-template-columns:1fr; } }
@media (max-width:560px){ .form-row{ grid-template-columns:1fr; } }

/* Bouton flottant Instagram */
.social-float{ position:fixed; bottom:26px; right:26px; width:60px; height:60px; background:var(--grad); border-radius:50%; display:flex; align-items:center; justify-content:center; box-shadow:0 14px 28px -8px rgba(255,90,68,.5); z-index:90; transition:transform .2s ease; }
.social-float:hover{ transform:scale(1.06); }
.social-float svg{ width:26px; height:26px; }

/* Footer */
.site-footer{ background:var(--ink-2); color:#B7B2C4; padding:70px 0 0; }
.footer-logo{ display:flex; align-items:center; gap:10px; font-family:var(--font-head); font-weight:600; font-size:19px; color:#fff; margin-bottom:18px; }
.footer-logo .dot{ width:9px; height:9px; border-radius:50%; background:var(--grad); }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:40px; padding-bottom:50px; border-bottom:1px solid rgba(255,255,255,.1); }
.footer-grid h4{ color:#fff; font-size:15px; margin-bottom:16px; }
.footer-grid li{ margin-bottom:10px; font-size:14.5px; }
.footer-grid a:hover{ color:var(--ambre); }
.footer-bottom{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; padding:22px 24px; font-size:13.5px; }
.footer-legal{ display:flex; flex-wrap:wrap; gap:8px 20px; }
@media (min-width:561px){ .footer-bottom{ padding-right:120px; } }
@media (max-width:760px){ .footer-grid{ grid-template-columns:1fr; } }

/* Pages legales (mentions, confidentialite) */
.legal-hero{ background:var(--ink); color:#fff; padding:56px 0 44px; }
.legal-back{ display:inline-flex; align-items:center; gap:6px; color:#B7B2C4; font-weight:600; font-size:14px; margin-bottom:22px; }
.legal-back:hover{ color:var(--ambre); }
.legal-hero h1{ margin-bottom:8px; color:#fff; }
.legal-updated{ color:#948FA0; font-size:14px; margin:0; }

.legal-body{ max-width:760px; margin:0 auto; padding:60px 24px 90px; }
.legal-body h2{ font-size:21px; margin-top:46px; margin-bottom:14px; color:var(--ink); }
.legal-body > p:first-of-type{ font-size:16.5px; color:var(--muted); }
.legal-body p{ font-size:15.5px; line-height:1.75; color:var(--text); }
.legal-body ul{ margin:0 0 8px; }
.legal-body ul li{ position:relative; padding-left:24px; margin-bottom:10px; font-size:15.5px; line-height:1.6; color:var(--text); }
.legal-body ul li::before{ content:"–"; position:absolute; left:0; color:var(--corail); font-weight:700; }
.legal-body a{ color:var(--corail); font-weight:600; }
.placeholder{ background:rgba(255,182,72,.25); border:1px dashed rgba(255,90,68,.5); border-radius:4px; padding:1px 6px; font-weight:700; }

.legal-contact-box{ background:var(--surface); border:1px solid var(--border); border-radius:14px; padding:24px 28px; margin:24px 0 32px; }
.legal-contact-box p{ font-size:15px; }

/* Bandeau cookies */
.cookie-banner{ position:fixed; left:0; right:0; bottom:0; z-index:200; background:var(--ink); border-top:1px solid rgba(255,255,255,.1); color:#fff; padding:20px 24px; display:flex; align-items:center; justify-content:center; gap:24px; flex-wrap:wrap; box-shadow:0 -20px 50px -20px rgba(0,0,0,.4); transform:translateY(100%); opacity:0; transition:transform .3s ease, opacity .3s ease; }
.cookie-banner.is-visible{ transform:translateY(0); opacity:1; }
.cookie-banner-text{ max-width:640px; flex:1 1 320px; }
.cookie-banner-text p{ margin:0; font-size:14px; color:#B7B2C4; }
.cookie-banner-text a{ color:var(--ambre); font-weight:600; }
.cookie-banner-actions{ display:flex; gap:12px; flex-wrap:wrap; flex:0 0 auto; }
.cookie-banner-actions .btn{ padding:11px 22px; font-size:14px; }
.cookie-banner .btn-outline{ background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.2); color:#fff; }
.cookie-banner .btn-outline:hover{ background:rgba(255,255,255,.12); }
@media (max-width:560px){
  .cookie-banner{ padding:18px; }
  .cookie-banner-actions{ width:100%; }
  .cookie-banner-actions .btn{ flex:1; }
}

/* Reveal animation */
[data-reveal]{ opacity:0; transform:translateY(18px); transition:opacity .6s ease, transform .6s ease; }
[data-reveal].is-visible{ opacity:1; transform:none; }

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  [data-reveal]{ opacity:1; transform:none; transition:none; }
}
