/* ===== ATLAS REFUND — DA "Néon Rouge" =====
   Cosmos noir profond, rouge néon, surfaces vitrées.
   Aucune ombre dure, aucun angle vif sur les cartes.
   Archivo = titres & corps / IBM Plex Mono = chiffres & labels. */

:root {
  --bg: #0C0208;
  --bg-alt: #120309;
  --card: rgba(255, 50, 50, 0.05);
  --card-solid: #17040C;
  --ink: #F5EDF0;
  --soft: #A89AA2;
  --line: rgba(255, 255, 255, 0.08);
  --accent: #FF1E1E;
  --accent-deep: #C40000;
  --glow: rgba(255, 30, 30, 0.4);
  --font-display: "Archivo", sans-serif;
  --font-body: "Archivo", sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.65;
  overflow-x: hidden;
}

.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 780px; }

::selection { background: var(--accent); color: #fff; }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 3px;
}

/* ===== TYPO ===== */
h1, h2 { color: #FFFFFF; }

h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(34px, 4.4vw, 52px);
  letter-spacing: -0.02em;
  line-height: 1.06;
  margin-bottom: 20px;
}

.eyebrow {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-mono);
  font-size: 12px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--accent);
  margin-bottom: 20px;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--accent); flex-shrink: 0; }

.section-sub { color: var(--soft); font-size: 16.5px; max-width: 560px; margin-bottom: 48px; }

/* ===== BOUTON PRIMAIRE GLOWING ===== */
.btn-ink {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 15px 28px;
  border: none; border-radius: 999px;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  font-family: var(--font-body); font-size: 14px; font-weight: 600;
  letter-spacing: 0.01em;
  color: #fff;
  text-decoration: none; cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
/* bordure animée : liseré conique rotatif */
.btn-ink::before {
  content: "";
  position: absolute; inset: -150%;
  background: conic-gradient(from 0deg, transparent 0deg, rgba(255, 255, 255, 0.7) 40deg, transparent 80deg);
  animation: borderTurn 4s linear infinite;
  z-index: -2;
}
/* masque intérieur = fond du bouton, ne laisse qu'un liseré */
.btn-ink::after {
  content: "";
  position: absolute; inset: 1.5px;
  border-radius: inherit;
  background:
    radial-gradient(ellipse at 50% 130%, rgba(255, 255, 255, 0.35), transparent 60%),
    var(--accent);
  z-index: -1;
}
@keyframes borderTurn { to { transform: rotate(360deg); } }
.btn-ink:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 34px var(--glow);
}

/* ===== BOUTON SECONDAIRE GHOST ===== */
.btn-line {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 15px 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--ink);
  font-family: var(--font-body); font-size: 14px; font-weight: 500;
  text-decoration: none; cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.btn-line:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

/* ===== ÉTIQUETTES NÉON ===== */
.sticker {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 12px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.14em;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 30, 30, 0.5);
  color: var(--accent);
  background: rgba(255, 30, 30, 0.12);
  white-space: nowrap;
}
.sticker-red {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  box-shadow: 0 0 24px var(--glow);
}
.sticker-yellow {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.05);
}
.sticker-lg { font-size: 14px; padding: 12px 22px; }

/* ===== HEADER ===== */
.site-head {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(12, 2, 8, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.25s ease;
}
.site-head.scrolled { background: rgba(12, 2, 8, 0.94); }
.site-head::after {
  content: "";
  position: absolute; bottom: 0; left: 0;
  width: 100%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
}
.head-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }

.wordmark {
  font-family: var(--font-display); font-weight: 800;
  font-size: 20px; letter-spacing: -0.02em;
  color: #fff; text-decoration: none;
}
.wordmark sup { font-family: var(--font-mono); font-size: 10px; font-weight: 500; color: var(--accent); }

.nav { display: flex; gap: 4px; }
.nav-link {
  font-family: var(--font-body); font-size: 14px; font-weight: 500;
  color: var(--soft); text-decoration: none; padding: 8px 13px;
  transition: color 0.15s;
}
.nav-link:hover { color: #fff; }

.head-actions { display: flex; align-items: center; gap: 12px; }
.head-actions .btn-ink { padding: 10px 20px; font-size: 12px; }

.burger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 8px;
}
.burger span { width: 22px; height: 1.5px; background: #fff; transition: 0.25s; }

/* ===== HERO ===== */
.hero { position: relative; padding: 190px 0 120px; overflow: visible; }
.hero::before {
  content: "";
  position: absolute; top: -160px; left: 50%; transform: translateX(-50%);
  width: 900px; height: 560px;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(255, 30, 30, 0.14), transparent 65%);
}
.hero-grid {
  position: relative;
  display: grid; grid-template-columns: 1.15fr 0.85fr;
  gap: 64px; align-items: center;
}

.hero h1 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(52px, 7.4vw, 100px);
  line-height: 1.02; letter-spacing: -0.03em;
  margin-bottom: 28px;
}
.mark { color: var(--accent); }
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .mark {
    background: linear-gradient(180deg, #FF5C5C, #FF1E1E);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: transparent;
  }
}

.lede { font-size: 18.5px; color: var(--soft); max-width: 500px; margin-bottom: 32px; }

.note-box {
  display: flex; gap: 14px; align-items: center;
  max-width: 480px; margin-bottom: 34px;
  padding: 18px 22px;
  background: var(--card);
  border: 1px solid rgba(255, 80, 80, 0.14);
  border-radius: 14px;
}
.note-icon {
  flex-shrink: 0; width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(255, 30, 30, 0.5);
  color: var(--accent); font-weight: 600;
}
.note-box strong { font-size: 14.5px; display: block; }
.note-box p { color: var(--soft); font-size: 13.5px; }

.cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }

.hero-stats { display: flex; gap: 44px; }
.stat-box { border-left: 1px solid var(--line); padding-left: 20px; }
.stat-box:first-child { border-left: none; padding-left: 0; }
.stat-num, .stat-suffix {
  font-family: var(--font-display); font-weight: 800;
  font-size: 38px; color: var(--accent);
  letter-spacing: -0.02em;
}
.stat-box p {
  font-family: var(--font-mono); font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--soft); margin-top: 2px;
}

/* ===== HERO BOARD ===== */
.hero-board { position: relative; min-height: 430px; }
.product-card {
  position: absolute; width: 270px;
  background: var(--card);
  border: 1px solid rgba(255, 80, 80, 0.14);
  border-radius: 16px;
  padding: 26px;
}
.pc-1 { top: 24px; left: 24px; transform: rotate(2deg); z-index: 1; }
.pc-2 {
  top: 150px; right: 16px; transform: rotate(-2.5deg); z-index: 2;
  background: rgba(255, 30, 30, 0.09);
  border-color: rgba(255, 30, 30, 0.3);
}
.pc-tag {
  font-family: var(--font-mono); font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--soft); margin-bottom: 12px;
}
.product-card h4 {
  font-family: var(--font-display); font-weight: 700;
  font-size: 24px; line-height: 1.12; letter-spacing: -0.02em;
  color: #fff; margin-bottom: 10px;
}
.pc-amount {
  font-family: var(--font-display); font-weight: 800;
  font-size: 30px; color: var(--accent); letter-spacing: -0.02em;
}
.hero-board .sticker-lg { position: absolute; top: 0; right: 44px; z-index: 3; transform: rotate(2deg); }
.hero-board .sticker-yellow { position: absolute; bottom: 26px; left: 60px; z-index: 3; transform: rotate(-2deg); }

/* ===== SECTIONS ===== */
.section { padding: 100px 0; }
.section-alt {
  background: var(--bg-alt);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.center { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 48px; }

/* ===== CARROUSEL ===== */
.carousel { overflow: hidden; }
.carousel-track { display: flex; gap: 18px; transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1); }
.proof-card {
  flex: 0 0 250px;
  background: var(--card);
  border: 1px solid rgba(255, 80, 80, 0.14);
  border-radius: 16px;
  padding: 26px; position: relative;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.proof-card:hover { transform: translateY(-6px); border-color: rgba(255, 30, 30, 0.45); }
.pr-num {
  font-family: var(--font-mono); font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--soft); margin-bottom: 14px;
}
.proof-card h4 {
  font-family: var(--font-display); font-weight: 700;
  font-size: 22px; line-height: 1.12; letter-spacing: -0.02em;
  color: #fff; margin-bottom: 10px;
}
.proof-amount {
  font-family: var(--font-display); font-weight: 800;
  font-size: 27px; color: var(--accent); letter-spacing: -0.02em;
  margin: 10px 0 16px;
}
.proof-card .sticker { font-size: 10.5px; padding: 6px 12px; }

.carousel-nav { display: flex; gap: 10px; justify-content: center; margin-top: 32px; }
.carousel-btn {
  width: 48px; height: 48px; border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--ink); font-size: 18px; cursor: pointer;
  transition: 0.2s;
}
.carousel-btn:hover {
  background: var(--accent); border-color: var(--accent); color: #fff;
  box-shadow: 0 0 24px var(--glow);
}

/* ===== ÉTAPES ===== */
.stubs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.stub {
  background: var(--card);
  border: 1px solid rgba(255, 80, 80, 0.14);
  border-radius: 16px;
  padding: 34px 28px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.stub:hover { transform: translateY(-6px); border-color: rgba(255, 30, 30, 0.45); }
.stub-num {
  font-family: var(--font-mono); font-size: 12px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--accent); margin-bottom: 16px;
}
.stub h3 {
  font-family: var(--font-display); font-weight: 700;
  font-size: 27px; letter-spacing: -0.02em;
  color: #fff; margin-bottom: 10px;
}
.stub p { font-size: 14.5px; color: var(--soft); }

/* ===== SIMULATEUR ===== */
.sim-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }

.sim-controls {
  background: var(--card);
  border: 1px solid rgba(255, 80, 80, 0.14);
  border-radius: 16px;
  padding: 34px;
}

.field { display: block; margin-bottom: 26px; }
.field > span {
  display: block;
  font-family: var(--font-mono); font-size: 12px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--soft); margin-bottom: 10px;
}
select, input[type="number"] {
  width: 100%; padding: 14px 20px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--line); border-radius: 999px;
  font-family: var(--font-mono); font-size: 14.5px; color: var(--ink);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
select:focus, input[type="number"]:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(255, 30, 30, 0.15);
}
select option { background: var(--card-solid); color: var(--ink); }

input[type="range"] {
  width: 100%; appearance: none; -webkit-appearance: none;
  height: 2px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer; outline: none;
}
input[type="range"]::-webkit-slider-thumb {
  appearance: none; -webkit-appearance: none;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--accent);
  border: 2px solid var(--bg);
  box-shadow: 0 0 14px var(--glow);
}
input[type="range"]::-moz-range-thumb {
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--accent);
  border: 2px solid var(--bg);
  box-shadow: 0 0 14px var(--glow);
}

.amount-box {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-size: 18px; font-weight: 600;
}
.amount-box input { max-width: 170px; font-weight: 600; }

.sim-note {
  font-family: var(--font-mono); font-size: 12px; color: var(--soft);
  border-left: 2px solid var(--accent); padding-left: 14px; margin: 6px 0 0;
}

/* panneau résultat */
.board {
  position: relative;
  background: #070105;
  border: 1px solid rgba(255, 30, 30, 0.35);
  border-radius: 16px;
  padding: 34px;
  font-family: var(--font-mono);
  box-shadow: 0 0 60px rgba(255, 30, 30, 0.12);
}
.board-head {
  font-size: 13px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.16em; margin-bottom: 4px;
}
.board-date { font-size: 11px; color: var(--soft); display: block; margin-bottom: 24px; }
.board-line { display: flex; justify-content: space-between; font-size: 14.5px; margin-bottom: 14px; }
.board-rule { border: none; border-top: 1px solid var(--line); margin: 20px 0; }
.board-total {
  display: flex; justify-content: space-between; align-items: baseline;
  font-size: 15px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.08em;
}
.board-total span:last-child {
  font-family: var(--font-display); font-weight: 800;
  font-size: 32px; color: var(--accent);
  text-transform: none; letter-spacing: -0.02em;
}
.board-note { font-size: 11.5px; color: var(--soft); margin-top: 18px; }
.board .sticker { position: absolute; top: -14px; right: 24px; }

/* ===== TICKER ===== */
.ticker {
  position: relative;
  background: #070105;
  overflow: hidden; white-space: nowrap; padding: 15px 0;
}
.ticker::before, .ticker::after {
  content: "";
  position: absolute; left: 0; width: 100%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
}
.ticker::before { top: 0; }
.ticker::after { bottom: 0; }
.ticker-track { display: inline-flex; animation: ticker 90s linear infinite; will-change: transform; }
.ticker-track span {
  font-family: var(--font-mono); font-size: 13px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--soft);
  padding: 0 22px;
}
.ticker-track b { color: var(--accent); font-weight: 500; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ===== BOUTIQUES ===== */
.shops-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 18px; }
.shop-card {
  background: var(--card);
  border: 1px solid rgba(255, 80, 80, 0.14);
  border-radius: 16px;
  padding: 28px 24px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.shop-card:hover { transform: translateY(-6px); border-color: rgba(255, 30, 30, 0.45); }
.shop-logo {
  width: 52px; height: 52px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(255, 30, 30, 0.5);
  color: var(--accent);
  background: rgba(255, 30, 30, 0.08);
  font-family: var(--font-display); font-weight: 800; font-size: 22px;
  margin-bottom: 16px;
}
.shop-card h3 {
  font-family: var(--font-display); font-weight: 700;
  font-size: 21px; letter-spacing: -0.02em;
  color: #fff; margin-bottom: 12px;
}
.shop-meta p { font-family: var(--font-mono); font-size: 12.5px; color: var(--soft); margin-bottom: 4px; }
.shop-meta strong { color: var(--ink); font-weight: 500; }

.card-plus {
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center;
  background: transparent;
  border: 1px dashed rgba(255, 255, 255, 0.25);
}
.card-plus:hover { border-style: solid; border-color: var(--accent); }
.card-plus-num {
  font-family: var(--font-display); font-weight: 800;
  font-size: 48px; color: var(--accent);
  line-height: 1; letter-spacing: -0.02em; margin-bottom: 10px;
}
.card-plus p:last-child { font-family: var(--font-mono); font-size: 12px; color: var(--soft); max-width: 200px; }

/* ===== TABLEAUX ===== */
.ledger-wrap {
  background: var(--card);
  border: 1px solid rgba(255, 80, 80, 0.14);
  border-radius: 16px;
  overflow-x: auto;
}
.ledger { width: 100%; border-collapse: collapse; min-width: 600px; }
.ledger th {
  font-family: var(--font-mono); font-size: 11px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--accent); text-align: left;
  padding: 16px 22px;
  border-bottom: 1px solid var(--line);
}
.ledger td {
  padding: 16px 22px; font-size: 15px;
  border-bottom: 1px solid var(--line);
  transition: background 0.15s, color 0.15s;
}
.ledger tbody tr:last-child td { border-bottom: none; }
.ledger tbody tr:hover td { background: var(--accent); color: #fff; }
.ledger tbody tr:hover .cell-dim,
.ledger tbody tr:hover .cell-status { color: rgba(255, 255, 255, 0.85); }
.cell-name { font-weight: 600; }
.cell-mono { font-family: var(--font-mono); font-size: 13.5px; }
.cell-dim { font-family: var(--font-mono); font-size: 13px; color: var(--soft); }
.cell-status {
  font-family: var(--font-mono); font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em;
}
.cell-status.done { color: var(--accent); }
.cell-status.pending { color: var(--soft); }

.table-note { font-family: var(--font-mono); font-size: 12.5px; color: var(--soft); margin-top: 18px; }

/* ===== FAQ ===== */
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 24px 4px;
  background: none; border: none; cursor: pointer;
  font-family: var(--font-display); font-size: 18px; font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink); text-align: left;
  transition: color 0.2s;
}
.faq-q:hover { color: var(--accent); }
.plus {
  font-family: var(--font-mono); font-size: 22px; font-weight: 400;
  color: var(--accent); flex-shrink: 0;
  transition: transform 0.25s ease;
}
.faq-item.open .plus { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-a p { padding: 0 4px 24px; color: var(--soft); font-size: 15px; max-width: 640px; }

.faq-more { margin-top: 32px; color: var(--soft); font-size: 15px; }
.faq-more a { color: var(--accent); font-weight: 600; }

/* ===== FOOTER ===== */
.footer { padding: 80px 0 0; background: #070105; border-top: 1px solid var(--line); }
.footer-grid {
  display: grid; grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 50px; align-items: start; padding-bottom: 60px;
}
.footer-tag { color: var(--soft); font-size: 14.5px; margin: 14px 0 24px; max-width: 300px; }
.footer-links { display: flex; gap: 12px; flex-wrap: wrap; }
.footer-links .btn-ink, .footer-links .btn-line { padding: 11px 20px; font-size: 12px; }

.footer-nav { display: flex; flex-direction: column; gap: 12px; }
.footer-nav a {
  font-family: var(--font-mono); font-size: 12px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--soft); text-decoration: none;
  transition: color 0.15s;
}
.footer-nav a:hover { color: var(--accent); }

.footer-sticker { justify-self: end; }

.footer-bottom {
  border-top: 1px solid var(--line); padding: 22px 24px;
  font-family: var(--font-mono); font-size: 11.5px; color: var(--soft);
  text-transform: uppercase; letter-spacing: 0.14em;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-board { min-height: 380px; max-width: 480px; }
  .stubs { grid-template-columns: 1fr; }
  .sim-grid { grid-template-columns: 1fr; gap: 50px; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-sticker { justify-self: start; }
  .hero-stats { gap: 28px; flex-wrap: wrap; }
}
@media (max-width: 700px) {
  .nav {
    position: fixed; top: 76px; left: 0; right: 0;
    flex-direction: column; gap: 0;
    background: rgba(12, 2, 8, 0.95);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line);
    padding: 10px 24px 22px;
    transform: translateY(-140%);
    transition: transform 0.3s ease;
  }
  .nav.open { transform: translateY(0); }
  .nav-link { padding: 14px 0; border-top: 1px solid var(--line); }
  .burger { display: flex; }
  .burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .burger.open span:nth-child(2) { opacity: 0; }
  .burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .head-actions .btn-ink { display: none; }
  .hero { padding: 150px 0 80px; }
  .hero h1 { font-size: clamp(42px, 12vw, 60px); }
  .section { padding: 72px 0; }
  .product-card { width: 220px; padding: 20px; }
  .pc-2 { right: 0; }
  .sticker-lg { font-size: 12px; }
}

/* ===== MOTION RÉDUIT ===== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
  .btn-ink::before { animation: none; opacity: 0; }
  * { transition: none !important; }
}
