/* Hallmark · genre: editorial · macrostructure: Long Document · theme: Newsprint
 * nav: N6 masthead · footer: Ft4 colophon · enrichment: none
 * audience: jardin EU · use: choisir puis Amazon · tone: editorial austere
 * ads: 2 slots max, never legal, never auto-ads
 * pre-emit: P4 H4 E4 S4 R5 V4
 */
:root {
  --paper: #ffffff;
  --paper-2: #f6f5f4;
  --ink: rgba(0, 0, 0, 0.95);
  --muted: #615d59;
  --faint: #a39e98;
  --line: rgba(0, 0, 0, 0.1);
  --accent: #1c4d2e;
  --accent-2: #0075de;
  --ad-bg: #f6f5f4;
  --font-display: "Source Serif 4", "Iowan Old Style", Georgia, serif;
  --font-body: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 32px;
  --space-6: 48px;
  --space-7: 80px;
  --text-display: clamp(2.1rem, 4.2vw, 3.25rem);
  --measure: 38rem;
  --page: 72rem;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur: 140ms;
  --radius: 4px;
}
*, *::before, *::after { box-sizing: border-box; }
html, body { overflow-x: clip; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.55;
  font-weight: 400;
}
a { color: var(--accent); text-underline-offset: 0.18em; }
a:hover { color: var(--ink); }
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--accent-2);
  outline-offset: 2px;
}
.cmp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 11rem), 1fr)); gap: 12px; margin: 20px 0; }
.cmp-card { display: flex; flex-direction: column; gap: 8px; border: 1px solid var(--line); padding: 10px; font-size: 0.88rem; cursor: pointer; }
.cmp-card input { margin-right: 6px; }
.cmp-card img { width: 100%; height: auto; }
.hero { margin: 0 0 28px; max-width: 42rem; }
.hero img { width: 100%; height: auto; display: block; border: 1px solid var(--line); }
img { max-width: 100%; height: auto; display: block; }

/* N6 masthead */
.mast {
  border-bottom: 2px solid var(--ink);
  background: var(--paper);
}
.mast-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 20px 6px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.mast-brand {
  display: block;
  text-align: center;
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  letter-spacing: -0.04em;
  color: var(--ink);
  text-decoration: none;
  padding: 0 20px 4px;
  line-height: 1;
}
.mast-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 18px;
  padding: 10px 20px 14px;
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
  font-weight: 600;
}
.mast-nav a { color: var(--ink); text-decoration: none; }
.mast-nav a:hover { text-decoration: underline; }
.langs a {
  color: var(--muted);
  text-decoration: none;
  margin-left: 8px;
}
.langs a[aria-current="true"] { color: var(--ink); font-weight: 700; }

main.page {
  max-width: var(--page);
  margin: 0 auto;
  padding: var(--space-6) 20px var(--space-7);
}
.article {
  max-width: var(--measure);
}
h1, h2, h3 {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
  overflow-wrap: anywhere;
  min-width: 0;
}
h1 { font-size: var(--text-display); margin: 0 0 16px; }
h2 { font-size: 1.45rem; margin: 2.4rem 0 0.7rem; }
h3 { font-size: 1.12rem; margin: 1.5rem 0 0.4rem; }
.lede {
  font-size: 1.22rem;
  line-height: 1.45;
  color: var(--ink);
  max-width: 40rem;
  margin: 0 0 12px;
}
.meta { color: var(--muted); font-size: 0.88rem; margin: 0 0 28px; }
.crumb { color: var(--faint); font-size: 0.82rem; margin: 0 0 18px; }
.crumb a { color: var(--muted); text-decoration: none; }
.crumb a:hover { text-decoration: underline; }

/* Compare surface: stacked index, not 3 equal cards */
.index {
  list-style: none;
  margin: 28px 0;
  padding: 0;
  border-top: 1px solid var(--ink);
}
.index li {
  border-bottom: 1px solid var(--line);
}
.index a {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  gap: 12px;
  padding: 16px 0;
  text-decoration: none;
  color: var(--ink);
}
.index a:hover .idx-t { text-decoration: underline; }
.index .n {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--muted);
}
.index .idx-t { font-weight: 650; font-size: 1.05rem; }
.index .idx-d { color: var(--muted); font-size: 0.92rem; margin: 4px 0 0; font-weight: 400; }

.grid { display: none; } /* kill leftover SaaS cards */
.card { border: 0; background: none; padding: 0; }

.table-wrap { overflow-x: auto; margin: 20px 0 28px; }
table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
th, td { text-align: left; padding: 10px 12px 10px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
th {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

.cta {
  display: inline-block;
  background: var(--ink);
  color: var(--paper);
  text-decoration: none;
  padding: 10px 16px;
  font-weight: 650;
  font-size: 0.95rem;
  border-radius: var(--radius);
  margin: 8px 8px 8px 0;
}
.cta:hover { color: var(--paper); background: #222; }
.cta:focus-visible { outline-color: var(--accent-2); }

.disc {
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 48px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  max-width: var(--measure);
}

/* Ads — reserved, labeled, never screaming */
.ad {
  max-width: var(--measure);
  margin: 32px 0;
  padding: 10px 0 14px;
  border-top: 1px dashed var(--line);
  border-bottom: 1px dashed var(--line);
  background: transparent;
}
.ad .ad-label {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--faint);
  margin: 0 0 8px;
}
.ad-slot {
  min-height: 90px;
  background: var(--ad-bg);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--faint);
  font-size: 0.8rem;
}

footer.colophon {
  border-top: 2px solid var(--ink);
  padding: 28px 20px 72px;
  background: var(--paper-2);
  color: var(--muted);
  font-size: 0.88rem;
}
footer.colophon .inner { max-width: var(--page); margin: 0 auto; }
footer.colophon nav { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-bottom: 12px; }
footer.colophon a { color: var(--muted); }
footer.colophon strong { color: var(--ink); font-family: var(--font-display); }

#cookie {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--paper);
  color: var(--ink);
  border-top: 2px solid var(--ink);
  padding: 14px 20px 18px;
  display: none;
  z-index: 40;
}
#cookie p { margin: 0 0 10px; font-size: 0.92rem; max-width: 40rem; }
#cookie .row { display: flex; gap: 8px; flex-wrap: wrap; }
#cookie button {
  font: inherit; cursor: pointer; padding: 10px 14px; min-height: 44px;
  border-radius: var(--radius);
}
#cookie .ok { background: var(--ink); color: var(--paper); border: 0; }
#cookie .no { background: transparent; color: var(--ink); border: 1px solid var(--ink); }

@media (max-width: 700px) {
  .mast-nav { justify-content: flex-start; }
  h1 { font-size: 1.85rem; }
  .index a { grid-template-columns: 1.6rem 1fr; }
  .cmp-grid { grid-template-columns: 1fr 1fr; }
  .cmp-card { font-size: 0.82rem; padding: 12px 8px; min-height: 44px; }
  .table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin-left: -12px; margin-right: -12px; padding: 0 12px; }
  #cmp-table { min-width: 28rem; }
  #cmp-table th:first-child, #cmp-table td:first-child {
    position: sticky; left: 0; background: var(--paper); z-index: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
