/* =====================================================================
   ARKO LAB — Landing (Mode BRAND, style « Apple »)
   Base neutre + accent orange. Tokens : tokens.css. Police : Jost.
   ===================================================================== */

*, *::before, *::after { box-sizing: border-box; }
/* scroll-padding-top : compense le header sticky (~65px) pour que les ancres
   #how/#why/#editions/#top ne passent pas sous le header. */
html { scroll-behavior: smooth; scroll-padding-top: 80px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.0625rem;          /* 17px — souffle géométrique */
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3 { font-weight: 700; line-height: 1.12; letter-spacing: -0.015em; color: var(--neutral-900); margin: 0; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
:focus-visible { outline: 2px solid var(--ring); outline-offset: 3px; border-radius: 4px; }

.container { width: 100%; max-width: 1080px; margin-inline: auto; padding-inline: clamp(20px, 5vw, 40px); }
.container.narrow { max-width: 720px; }
.center { text-align: center; }

/* ---- Eyebrow (petite étiquette accent) ---- */
.eyebrow {
  display: inline-block;
  font-size: 0.8125rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  /* --accent #E88424 sur blanc = 2.7:1 (échoue AA sur ce petit texte) →
     --accent-strong #A15713 = 5.4:1. Les bandes sombres surchargent en orange-300. */
  color: var(--accent-strong); margin-bottom: var(--space-4);
}
.eyebrow.center { display: block; text-align: center; }

/* ---- Boutons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--space-2);
  padding: 16px 24px; border-radius: var(--radius-full);
  font-size: 1rem; font-weight: 600; letter-spacing: 0.01em;
  cursor: pointer; border: 1px solid transparent;
  transition: background var(--dur-ui) var(--ease), border-color var(--dur-ui) var(--ease), transform var(--dur-ui) var(--ease);
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--accent-strong); color: #fff; }
.btn-primary:hover { background: var(--accent-strong-hover); }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--border-strong); }
.btn-ghost:hover { border-color: var(--neutral-500); background: var(--bg-subtle); }

/* ---- Header (sticky, translucide) ---- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.72);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid var(--border);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; }
.wordmark .sigle { width: 30px; height: 30px; }
.wm-text { font-weight: 700; font-size: 1.25rem; letter-spacing: -0.01em; color: var(--neutral-900); }
.wm-text .lab { color: var(--accent); }
.nav-right { display: flex; align-items: center; gap: clamp(16px, 3vw, 32px); }
.nav-links { display: flex; align-items: center; gap: clamp(16px, 2.5vw, 28px); }
.nav-links a { font-size: 0.95rem; color: var(--text-muted); transition: color var(--dur-ui) var(--ease); }
.nav-links a:hover { color: var(--neutral-900); }

/* Sélecteur de langue */
.lang { display: inline-flex; gap: 2px; background: var(--bg-muted); border-radius: var(--radius-full); padding: 3px; }
.lang button {
  font: inherit; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.03em;
  display: inline-flex; align-items: center; justify-content: center;
  border: 0; background: transparent; color: var(--text);
  min-height: 40px; padding: 8px 14px; border-radius: var(--radius-full); cursor: pointer;
  transition: background var(--dur-ui) var(--ease), color var(--dur-ui) var(--ease);
}
.lang button:hover { color: var(--neutral-900); }
.lang button.active { background: #fff; color: var(--neutral-900); box-shadow: var(--shadow-sm); }

/* ---- Sections ---- */
section { padding-block: clamp(72px, 11vw, 132px); }

/* ---- Hero ---- */
.hero { padding-block: clamp(80px, 14vw, 160px); text-align: center; }
.hero h1 {
  font-size: clamp(2.4rem, 6.5vw, 4.25rem);
  max-width: 16ch; margin: 6px auto var(--space-6);
}
.hero .lead {
  font-size: clamp(1.1rem, 2.2vw, 1.4rem); line-height: 1.55;
  color: var(--text-muted); max-width: 56ch; margin: 0 auto var(--space-8);
}
.hero-actions { display: flex; gap: var(--space-4); flex-wrap: wrap; }
.hero .hero-actions { justify-content: center; }
.hero-actions.center { justify-content: center; }

/* ---- Statement / approche ---- */
.statement { background: var(--bg-subtle); border-block: 1px solid var(--border); }
.statement h2 { font-size: clamp(1.9rem, 4.5vw, 3rem); max-width: 18ch; margin-bottom: var(--space-6); }
.statement p { font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--text-muted); max-width: 62ch; }

/* ---- Capabilities (texte d'abord, pas de cartes lourdes) ---- */
.caps-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 4vw, 56px); margin-top: var(--space-8); }
.cap { padding-top: var(--space-6); border-top: 2px solid var(--accent); }
.cap h3 { font-size: 1.3rem; margin-bottom: var(--space-3); }
.cap p { color: var(--text-muted); font-size: 1rem; }

/* ---- Produit phare : ArkoNote ---- */
.product { background: var(--neutral-900); color: var(--neutral-100); }
.product .eyebrow { color: var(--orange-300); }
.product-inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.product-name { font-size: clamp(2rem, 5vw, 3.25rem); color: #fff; margin-bottom: var(--space-3); }
.product-tagline { font-size: clamp(1.15rem, 2.4vw, 1.5rem); color: var(--neutral-100); font-weight: 500; margin-bottom: var(--space-6); }
.product-copy p { color: var(--neutral-300); max-width: 50ch; margin-bottom: var(--space-8); }
.product .btn-primary { background: var(--accent); color: var(--neutral-900); }
.product .btn-primary:hover { background: var(--orange-400); }

/* Maquette téléphone (CSS) */
.product-visual { display: flex; justify-content: center; }
.phone {
  position: relative; width: 248px; aspect-ratio: 9 / 19; flex-shrink: 0;
  background: linear-gradient(160deg, #2f3536, #1c2021);
  border-radius: 38px; padding: 12px;
  box-shadow: 0 30px 60px rgba(0,0,0,.45), inset 0 0 0 2px rgba(255,255,255,.06);
}
.phone-notch { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 92px; height: 22px; background: #16191a; border-radius: 0 0 14px 14px; z-index: 2; }
.phone-screen { height: 100%; background: var(--bg-subtle); border-radius: 28px; padding: 30px 14px 16px; overflow: hidden; display: flex; flex-direction: column; gap: 10px; }
.ss-head { display: flex; align-items: center; gap: 8px; padding: 2px 4px 8px; }
.ss-dot { width: 18px; height: 18px; border-radius: 50%; background: var(--accent); }
.ss-title { font-weight: 700; font-size: 0.95rem; color: var(--neutral-900); }
.ss-card { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 9px; box-shadow: var(--shadow-sm); }
.ss-card.light { opacity: .55; }
.ss-thumb { width: 34px; height: 34px; border-radius: 8px; background: linear-gradient(135deg, var(--orange-200), var(--orange-400)); }
.ss-thumb.b { background: linear-gradient(135deg, var(--lab-200), var(--lab-500)); }
.ss-thumb.c { background: linear-gradient(135deg, var(--neutral-200), var(--neutral-400)); }
.ss-lines { display: flex; flex-direction: column; gap: 5px; }
.ss-lines span { display: block; height: 6px; border-radius: 3px; background: var(--neutral-200); }
.ss-lines span:first-child { width: 62px; background: var(--neutral-300); }
.ss-lines span:last-child { width: 40px; }
.ss-amt { font-weight: 700; font-size: 0.8rem; color: var(--neutral-900); white-space: nowrap; }

/* ---- More ---- */
.more h2 { font-size: clamp(1.7rem, 4vw, 2.5rem); margin-bottom: var(--space-4); }
.more p { color: var(--text-muted); font-size: 1.1rem; max-width: 54ch; margin-inline: auto; }

/* ---- Contact ---- */
.contact { background: var(--bg-subtle); border-top: 1px solid var(--border); }
.contact h2 { font-size: clamp(1.9rem, 4.5vw, 2.9rem); max-width: 20ch; margin: var(--space-2) auto var(--space-6); }
.contact .lead { font-size: 1.2rem; color: var(--text-muted); max-width: 48ch; margin-inline: auto; }
.contact .hero-actions { margin-top: var(--space-8); }

/* ---- Footer ---- */
.site-footer { background: var(--bg); border-top: 1px solid var(--border); padding-block: var(--space-16); }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: var(--space-3); text-align: center; }
.wordmark.sm .sigle { width: 26px; height: 26px; }
.wordmark.sm .wm-text { font-size: 1.1rem; }
.site-footer .muted { color: var(--text-muted); font-size: 0.95rem; max-width: 44ch; }
.site-footer .copyright { color: var(--text-muted); font-size: 0.825rem; margin-top: var(--space-2); }

/* ---- Reveal léger (respecte prefers-reduced-motion) ---- */
@media (prefers-reduced-motion: no-preference) {
  .hero .eyebrow, .hero h1, .hero .lead, .hero .hero-actions {
    animation: rise 600ms var(--ease) both;
  }
  .hero h1 { animation-delay: 60ms; }
  .hero .lead { animation-delay: 120ms; }
  .hero .hero-actions { animation-delay: 180ms; }
  @keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
}

/* ---- Responsive ---- */
@media (max-width: 860px) {
  .nav-links { display: none; }
  /* cible tactile ≥44px (le sélecteur de langue devient le seul contrôle du header) */
  .lang button { min-height: 44px; padding: 11px 14px; }
  .product-inner { grid-template-columns: 1fr; text-align: center; }
  .product-copy p { margin-inline: auto; }
  .product-visual { order: -1; }
  .caps-row { grid-template-columns: 1fr; gap: 0; }
  .cap { border-top: 0; padding-top: var(--space-6); }
  .cap + .cap { border-top: 1px solid var(--border); }
}
@media (max-width: 420px) {
  .lang button { padding-inline: 10px; }
  .wm-text { font-size: 1.1rem; }
}

/* =====================================================================
   AJOUTS — mockup étiqueté, second produit (M&E), page ArkoNote
   ===================================================================== */

/* Mockup : libellés de notes de frais (remplace les lignes abstraites) */
.ss-meta { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.ss-name { font-size: 0.78rem; font-weight: 600; color: var(--neutral-900); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ss-sub { font-size: 0.62rem; color: var(--text-subtle); white-space: nowrap; }

/* Ancre #produits (cible de scroll invisible, sans gap) */
.products-wrap { padding: 0 !important; }
.anchor-spacer { height: 0; }
#produits { scroll-margin-top: 72px; }

/* Second produit : ARKO M&E (section claire, layout inversé) */
.product-2 { background: var(--bg-subtle); border-top: 1px solid var(--border); }
.product-name.dark { color: var(--neutral-900); }
.product-tagline.dark { color: var(--text); }
.dark-muted { color: var(--text-muted); max-width: 50ch; margin-bottom: var(--space-6); }
.soon-badge { display: inline-block; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.04em; color: var(--accent-strong); background: var(--orange-50); border: 1px solid var(--orange-200); border-radius: var(--radius-full); padding: 6px 14px; }
.me-visual { display: flex; justify-content: center; }
.me-card { width: 100%; max-width: 380px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: var(--space-6); display: flex; flex-direction: column; gap: var(--space-4); }
.me-row { display: grid; grid-template-columns: 112px 1fr 38px; align-items: center; gap: 12px; }
.me-label { font-size: 0.82rem; color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.me-bar { height: 8px; background: var(--neutral-100); border-radius: var(--radius-full); overflow: hidden; }
.me-bar i { display: block; height: 100%; background: var(--accent); border-radius: var(--radius-full); }
.me-bar i.g { background: var(--lab-500); }
.me-pct { font-size: 0.78rem; font-weight: 600; color: var(--text-muted); text-align: right; }

/* Footer links */
.footer-links { display: flex; gap: var(--space-6); flex-wrap: wrap; justify-content: center; margin-block: var(--space-2); }
.footer-links a { font-size: 0.9rem; color: var(--text-muted); transition: color var(--dur-ui) var(--ease); }
.footer-links a:hover { color: var(--neutral-900); }

/* ===== Page ArkoNote (détail produit) ===== */
.an-hero { padding-block: clamp(64px, 11vw, 120px); }
.an-name { font-size: clamp(2.6rem, 7vw, 4.5rem); margin: 6px auto var(--space-2); }
.an-tag { font-size: clamp(1.2rem, 2.6vw, 1.6rem); font-weight: 500; color: var(--text); margin-bottom: var(--space-6); }
.how { background: var(--bg-subtle); border-block: 1px solid var(--border); }
.how-title { margin: var(--space-2) auto var(--space-12); font-size: clamp(1.8rem, 4vw, 2.6rem); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 4vw, 48px); }
.step { text-align: center; }
.step-n { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background: var(--accent-strong); color: #fff; font-size: 1.2rem; font-weight: 700; margin-bottom: var(--space-4); }
.step h3 { font-size: 1.25rem; margin-bottom: var(--space-2); }
.step p { color: var(--text-muted); max-width: 32ch; margin-inline: auto; }
.features h2.center { margin: var(--space-2) auto var(--space-12); font-size: clamp(1.8rem, 4vw, 2.6rem); }
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 40px); }
.feat { padding-top: var(--space-4); border-top: 2px solid var(--accent); }
.feat h3 { font-size: 1.15rem; margin-bottom: var(--space-2); }
.feat p { color: var(--text-muted); font-size: 0.97rem; }
.final { border-block: 1px solid var(--border); }

@media (max-width: 860px) {
  .steps { grid-template-columns: 1fr; gap: var(--space-12); }
  .feat-grid { grid-template-columns: 1fr; gap: 0; }
  .feat { border-top: 0; padding-top: var(--space-6); }
  .feat + .feat { border-top: 1px solid var(--border); }
  .me-card { max-width: 100%; }
}

/* =====================================================================
   ARKONOTE v2 — landing premium (hero split, problème, moat, confiance)
   Toutes les valeurs via tokens. Contraste AA. Reduced-motion respecté.
   ===================================================================== */

/* Bouton compact + CTA d'en-tête */
.btn-sm { padding: 8px 16px; font-size: 0.9rem; }
.header-cta { margin-left: 4px; }

/* ---- HERO split (copie + maquette) ---- */
.an2-hero { padding-block: clamp(56px, 9vw, 104px); overflow: hidden; }
.an2-hero-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 6vw, 72px); align-items: center;
}
.an2-h1 {
  font-size: clamp(2.2rem, 5.2vw, 3.6rem);
  max-width: 16ch; margin: 6px 0 var(--space-6); text-wrap: balance;
}
.an2-lead { font-size: clamp(1.08rem, 1.7vw, 1.3rem); color: var(--text-muted); max-width: 52ch; margin: 0 0 var(--space-8); }
.an2-trustline { margin-top: var(--space-6); font-size: 0.9rem; color: var(--text-muted); letter-spacing: 0.01em; }

/* Maquette téléphone v2 (hérite de .phone) */
.an2-hero-visual { display: flex; justify-content: center; }
.an2-phone { width: 270px; }
.an2-screen { padding: 30px 12px 14px; gap: 8px; background: var(--neutral-50); }
.an2-appbar { display: flex; align-items: center; gap: 6px; padding: 2px 4px 6px; }
.an2-sigle { width: 20px; height: 20px; flex-shrink: 0; }
.an2-appname { font-weight: 700; font-size: 0.92rem; color: var(--neutral-900); }
.an2-online { margin-left: auto; font-size: 0.6rem; font-weight: 600; color: var(--success); }
.an2-tabs { display: flex; gap: 12px; padding: 0 4px 4px; border-bottom: 1px solid var(--border); }
.an2-tab { font-size: 0.66rem; font-weight: 600; color: var(--text-subtle); padding-bottom: 6px; }
.an2-tab.on { color: var(--neutral-900); border-bottom: 2px solid var(--accent); }
.an2-shot {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin: 6px 0 2px; padding: 12px; border-radius: 12px;
  background: var(--accent-strong); color: #fff; font-size: 0.78rem; font-weight: 600;
}
.an2-cam { font-size: 1rem; }
.an2-rcard {
  display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 9px;
  background: #fff; border: 1px solid var(--border); border-radius: 12px;
  padding: 9px; box-shadow: var(--shadow-sm);
}
.an2-rcard.light { opacity: 0.92; }
.an2-thumb { width: 30px; height: 30px; border-radius: 7px; }
.an2-thumb.a { background: linear-gradient(135deg, var(--orange-200), var(--orange-400)); }
.an2-thumb.b { background: linear-gradient(135deg, var(--neutral-200), var(--neutral-400)); }
.an2-meta { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.an2-name { font-size: 0.72rem; font-weight: 600; color: var(--neutral-900); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.an2-sub { font-size: 0.6rem; color: var(--text-subtle); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.an2-amt { text-align: right; display: flex; flex-direction: column; gap: 2px; }
.an2-cur { font-size: 0.74rem; font-weight: 700; color: var(--neutral-900); white-space: nowrap; }
.an2-cur.warn { color: var(--warning); }
.an2-ok { font-size: 0.56rem; font-weight: 600; color: var(--success); white-space: nowrap; }
.an2-flag { font-size: 0.56rem; font-weight: 600; color: var(--warning); white-space: nowrap; }

/* ---- LE VRAI PROBLÈME (bande sombre, contraste fort) ---- */
.an2-problem { background: var(--neutral-900); color: var(--neutral-100); }
.an2-problem .eyebrow { color: var(--orange-300); }
.an2-problem-title { color: #fff; font-size: clamp(1.7rem, 3.6vw, 2.7rem); max-width: 24ch; margin-bottom: var(--space-6); }
.an2-problem-body { color: var(--neutral-300); font-size: clamp(1.05rem, 1.6vw, 1.25rem); max-width: 64ch; }

/* ---- POURQUOI (le moat) ---- */
.an2-moat-title { margin: var(--space-2) auto var(--space-12); font-size: clamp(1.8rem, 4vw, 2.6rem); max-width: 22ch; }
.an2-moat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2.6vw, 32px); }
.an2-card {
  background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: var(--space-6); box-shadow: var(--shadow-sm);
  border-top: 3px solid var(--accent);
  transition: box-shadow var(--dur-ui) var(--ease), transform var(--dur-ui) var(--ease);
}
.an2-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.an2-card h3 { font-size: 1.18rem; margin-bottom: var(--space-3); }
.an2-card p { color: var(--text-muted); font-size: 0.98rem; }

/* ---- ÉDITIONS Free / Pro ---- */
.an2-editions { background: var(--bg-subtle); border-block: 1px solid var(--border); }
.an2-ed-title { margin: var(--space-2) auto var(--space-12); font-size: clamp(1.8rem, 4vw, 2.6rem); max-width: 22ch; }
.an2-ed-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 32px); max-width: 860px; margin-inline: auto; align-items: stretch; }
.an2-ed-card {
  display: flex; flex-direction: column;
  background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: clamp(24px, 3vw, 36px); box-shadow: var(--shadow-sm);
}
.an2-ed-card.pro { background: var(--neutral-900); border-color: var(--neutral-900); box-shadow: var(--shadow-lg); }
.an2-ed-tag {
  align-self: flex-start; font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--text); background: var(--bg-muted);
  border-radius: var(--radius-full); padding: 5px 12px; margin-bottom: var(--space-6);
}
.an2-ed-tag.pro { color: var(--neutral-900); background: var(--accent); }
.an2-ed-name { font-size: 1.55rem; margin-bottom: var(--space-2); }
.an2-ed-card.pro .an2-ed-name { color: #fff; }
.an2-pro { color: var(--orange-300); }
.an2-ed-for { color: var(--text-muted); margin-bottom: var(--space-6); }
.an2-ed-card.pro .an2-ed-for { color: var(--neutral-300); }
.an2-ed-list { list-style: none; padding: 0; margin: 0 0 var(--space-8); display: flex; flex-direction: column; gap: var(--space-3); }
.an2-ed-list li { position: relative; padding-left: 26px; font-size: 0.97rem; line-height: 1.45; color: var(--text); }
.an2-ed-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--accent-strong); font-weight: 700; }
.an2-ed-card.pro .an2-ed-list li { color: var(--neutral-100); }
.an2-ed-card.pro .an2-ed-list li::before { color: var(--orange-300); }
.an2-ed-cta { margin-top: auto; align-self: flex-start; }
.an2-ed-card.pro .btn-primary { background: var(--accent); color: var(--neutral-900); }
.an2-ed-card.pro .btn-primary:hover { background: var(--orange-400); }
@media (max-width: 760px) {
  .an2-ed-grid { grid-template-columns: 1fr; max-width: 460px; }
}

/* ---- CONFIANCE (bande chaude, rassurante) ---- */
.an2-trust { background: var(--orange-50); border-block: 1px solid var(--orange-100); }
.an2-trust-title { font-size: clamp(1.7rem, 3.6vw, 2.5rem); max-width: 22ch; margin: var(--space-2) auto var(--space-6); }
.an2-trust-body { font-size: clamp(1.05rem, 1.7vw, 1.2rem); color: var(--text); max-width: 60ch; margin-inline: auto; }

/* ---- Reveal au scroll (n'agit que si JS prêt ET mouvement autorisé) ---- */
@media (prefers-reduced-motion: no-preference) {
  html.reveal-ready .reveal { opacity: 0; transform: translateY(18px); transition: opacity 520ms var(--ease), transform 520ms var(--ease); }
  html.reveal-ready .reveal.d1 { transition-delay: 90ms; }
  html.reveal-ready .reveal.d2 { transition-delay: 180ms; }
  html.reveal-ready .reveal.is-visible { opacity: 1; transform: none; }

  /* Cartes de la maquette : petit pop à l'arrivée */
  .an2-rcard.reveal-pop { animation: anpop 560ms var(--ease) both; animation-delay: 320ms; }
  .an2-rcard.reveal-pop.d2 { animation-delay: 560ms; }
  @keyframes anpop { from { opacity: 0; transform: translateY(10px) scale(0.98); } to { opacity: 1; transform: none; } }
}

/* ---- Responsive ArkoNote v2 ---- */
@media (max-width: 920px) {
  .an2-moat-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .an2-hero-grid { grid-template-columns: 1fr; text-align: center; }
  .an2-h1, .an2-lead { margin-inline: auto; }
  .an2-hero .hero-actions { justify-content: center; }
  .an2-hero-visual { order: 2; margin-top: var(--space-4); }
}
@media (max-width: 620px) {
  .header-cta { display: none; }
  .an2-moat-grid { grid-template-columns: 1fr; }
}
