/* ============================================================
   H.USH — hush-home.css
   Styles de CONTENU des pages refondues (accueil, contact, auth).
   Généré depuis la DA : chrome (nav/footer/announce/cookies) RETIRÉ
   car fourni par le shell partagé (header.php/footer.php + hush-shell.css).
   ============================================================ */
/* ============================================================
   H.USH — Henshin / Landing
   Galerie blanche · encre noire · accent or
   ============================================================ */

:root {
  --bg: #f5f4f0;
  --bg-deep: #ecebe5;
  --ink: #0e0e0e;
  --ink-2: rgba(14, 14, 14, 0.62);
  --ink-3: rgba(14, 14, 14, 0.40);
  --line: rgba(14, 14, 14, 0.14);
  --line-soft: rgba(14, 14, 14, 0.08);
  --accent: #c8a35b;
  --accent-ink: #7e6426; /* or assombri — texte accent sur fond clair (WCAG AA) */
  --paper: #fbfaf7;

  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;

  --anim: 1;            /* animation intensity multiplier (tweakable) */

  --maxw: 1320px;
  --gutter: clamp(20px, 5vw, 72px);
  --bar-h: 38px;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; }
p { margin: 0; }

/* ---------- type utilities ---------- */
.eyebrow {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.eyebrow--accent { color: var(--accent-ink); }

.display {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.lead {
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.65;
  color: var(--ink-2);
  max-width: 46ch;
  text-wrap: pretty;
}

.rule {
  height: 1px;
  background: var(--line);
  border: 0;
  width: 100%;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.section-tag::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--accent);
}

.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-inline: var(--gutter);
}

/* ---------- buttons ---------- */
.btn {
  --bd: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 17px 30px;
  border: 1px solid var(--bd);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  border-radius: 0;
  transition: background .5s cubic-bezier(.16,1,.3,1), color .5s, border-color .5s;
}
.btn .arr { transition: transform .5s cubic-bezier(.16,1,.3,1); display: inline-block; }
.btn:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn:hover .arr { transform: translateX(6px); }
.btn--solid { background: var(--ink); color: var(--paper); }
.btn--solid:hover { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.btn--ghost { border-color: var(--line); }


/* ---------- SEO BAND ---------- */
.seo-band {
  background: var(--bg-deep);
  padding: clamp(56px, 9vh, 110px) 0;
  border-top: 1px solid var(--line-soft);
}
.seo-band h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.4vw, 46px);
  line-height: 1.05;
  margin-bottom: clamp(28px, 4vh, 44px);
  max-width: 20ch;
}
.seo-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 72px);
}
.seo-cols p { color: var(--ink-2); font-size: 16px; line-height: 1.75; text-wrap: pretty; }
@media (max-width: 760px){ .seo-cols { grid-template-columns: 1fr; gap: 20px; } }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-top: 96px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
  width: 100%;
}
.hero-copy { position: relative; z-index: 3; }
.hero-eyebrow { margin-bottom: 26px; }
.hero h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(46px, 7.4vw, 108px);
  line-height: 1.0;
  letter-spacing: -0.015em;
  margin-bottom: clamp(56px, 0.72em, 120px);
}
.hero h1 em {
  font-style: italic;
  color: var(--accent-ink); /* WCAG AA : ratio 5.1 sur fond crème (au lieu de 2.15 avec --accent) */
  padding-bottom: 0.16em;
}
.hero h1 .word {
  display: inline;
}
.hero-lead { margin-bottom: 38px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }

.hero-visual {
  position: relative;
  aspect-ratio: 3 / 4;
  align-self: stretch;
}
.hero-figure {
  position: absolute;
  inset: 0;
}
.hero-figure .ph { height: 100%; }
.hero-figure img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.1) contrast(1.02); }
.hero-cap {
  position: absolute;
  left: 18px; bottom: 18px;
  z-index: 4;
  font-size: 10.5px; letter-spacing: 0.24em; text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 1px 6px rgba(0,0,0,0.45);
}
.hero-mark {
  position: absolute;
  right: -2%;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-display);
  font-size: clamp(160px, 30vw, 480px);
  line-height: 0.8;
  color: var(--ink);
  opacity: 0.035;
  z-index: 1;
  pointer-events: none;
  white-space: nowrap;
  font-weight: 500;
}
.scroll-cue {
  position: absolute;
  left: var(--gutter); bottom: 28px;
  z-index: 5;
  display: flex; align-items: center; gap: 14px;
  font-size: 10.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-2);
}
.scroll-cue .bar {
  width: 54px; height: 1px; background: var(--line); position: relative; overflow: hidden;
}
.scroll-cue .bar::after {
  content: ""; position: absolute; inset: 0; width: 40%; background: var(--accent);
  animation: cue 2.6s cubic-bezier(.7,0,.3,1) infinite;
}
@keyframes cue { 0%{transform:translateX(-100%)} 60%,100%{transform:translateX(260%)} }

/* ============================================================
   NOUVEAUTÉS — grille de 4 pièces mises en avant
   ============================================================ */
.featured {
  position: relative;
  background: var(--ink);
  color: var(--paper);
  padding: clamp(80px, 12vh, 150px) 0 clamp(80px, 11vh, 130px);
  overflow: hidden;
}
.featured-head { margin-bottom: clamp(34px, 5vh, 60px); }
.featured-head .section-tag { color: rgba(251,250,247,.62); }
.featured-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 92px);
  line-height: 0.96;
  margin-top: 16px;
  letter-spacing: -0.015em;
}
.featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 30px);
}
.fcard { display: flex; flex-direction: column; }
.fcard-figure {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  width: 100%;
  overflow: hidden;
  background: #141414;
  border: 1px solid rgba(251,250,247,0.12);
}
.fcard-figure img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 32%;
  filter: grayscale(0.10) contrast(1.02);
  transition: transform 1.1s cubic-bezier(.16,1,.3,1), filter .6s ease;
}
.fcard:hover .fcard-figure img { transform: scale(1.05); filter: none; }
.fcard-empty {
  display: grid; place-items: center;
  color: rgba(251,250,247,.6);
  font-family: var(--font-display); font-size: 22px;
}
.fcard-shop {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px;
  background: linear-gradient(transparent, rgba(0,0,0,.62));
  color: var(--paper);
  font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase;
  text-align: center;
  opacity: 0; transform: translateY(8px);
  transition: opacity .45s ease, transform .45s ease;
}
.fcard:hover .fcard-shop { opacity: 1; transform: none; }
.fcard-meta {
  display: block;
  padding-top: 16px;
  color: var(--paper);
}
.fcard-cat {
  font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase;
  color: rgba(251,250,247,.5);
  margin-bottom: 8px;
}
.fcard-name {
  font-family: var(--font-display);
  font-size: clamp(19px, 1.6vw, 24px);
  line-height: 1.08;
}
.fcard:hover .fcard-name { color: var(--accent); }
.featured-foot {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: clamp(36px, 5vh, 58px);
  padding-top: clamp(24px, 3vh, 34px);
  border-top: 1px solid rgba(251,250,247,0.16);
}
.featured-cta {
  font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--paper);
  display: inline-flex; align-items: center; gap: 10px;
  border-bottom: 1px solid rgba(251,250,247,0.3);
  padding-bottom: 5px;
  transition: color .4s, border-color .4s;
}
.featured-cta:hover { color: var(--accent); border-color: var(--accent); }
@media (max-width: 860px){
  .featured-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
}
@media (max-width: 460px){
  .featured-grid { grid-template-columns: 1fr; }
  .featured-foot { justify-content: flex-start; }
}

/* ============================================================
   GENERIC SECTION
   ============================================================ */
.section { padding: clamp(90px, 13vh, 168px) 0; }
.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 5vw, 80px);
  align-items: end;
  margin-bottom: clamp(48px, 7vh, 88px);
}
.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.01em;
}
.section-head .lead { margin-top: 8px; }

/* ---------- HISTORY ---------- */
.history { background: var(--bg-deep); }
.history-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(32px, 6vw, 96px);
  align-items: center;
}
.history-figure { position: relative; aspect-ratio: 4/5; }
.history-figure .ph { height: 100%; }
.history-figure img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.08) contrast(1.02); }
.history-figure .badge {
  position: absolute;
  right: -22px; bottom: -22px;
  width: 132px; height: 132px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--ink);
  display: grid; place-items: center; text-align: center;
  font-family: var(--font-display);
  line-height: 1.05;
  font-size: 18px;
  padding: 14px;
}
.history-figure .badge small { display:block; font-family: var(--font-sans); font-size:9px; letter-spacing:.22em; text-transform:uppercase; margin-top:4px; }
.history-body h2 {
  font-family: var(--font-display);
  font-size: clamp(30px, 4.2vw, 60px);
  line-height: 1.02;
  margin: 22px 0 26px;
}
.history-body p + p { margin-top: 18px; }
.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 44px;
  border-top: 1px solid var(--line);
  padding-top: 32px;
}
.stat .n { font-family: var(--font-display); font-size: clamp(34px,4vw,52px); line-height: 1; }
.stat .l { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-2); margin-top: 10px; }

/* ---------- DETAILS / FEATURES ---------- */
.details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.feature {
  background: var(--bg);
  padding: clamp(28px, 3vw, 44px);
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background .5s ease;
}
.feature:hover { background: var(--paper); }
.feature .num {
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--accent);
}
.feature h3 {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.05;
  margin: 80px 0 14px;
}
.feature p { font-size: 15px; color: var(--ink-2); line-height: 1.6; }

/* ---------- TESTIMONIALS / PRESS ---------- */
.press { background: var(--ink); color: var(--paper); }
.press .section-head h2 { color: var(--paper); }
.press .section-tag { color: rgba(251,250,247,.6); }
.press-score { text-align: right; }
.press-score-n {
  font-family: var(--font-display);
  font-size: clamp(46px, 6vw, 84px);
  line-height: 1;
  color: var(--paper);
}
.press-score-n span { font-size: 0.35em; color: rgba(251,250,247,.45); }
.press-stars { color: var(--accent); letter-spacing: 4px; font-size: 15px; margin-top: 8px; }
.press-score p { font-size: 12px; color: rgba(251,250,247,.5); margin-top: 8px; letter-spacing: 0.04em; }
@media (max-width: 760px){ .press-score { text-align: left; } }
.quote-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(251,250,247,0.12);
  border: 1px solid rgba(251,250,247,0.12);
}
.quote {
  background: var(--ink);
  padding: clamp(34px, 4vw, 60px);
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.quote .stars { color: var(--accent); letter-spacing: 4px; font-size: 13px; }
.quote blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(22px, 2.3vw, 32px);
  line-height: 1.28;
  font-style: italic;
}
.quote .who { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(251,250,247,.55); }
.quote .who b { color: var(--paper); font-weight: 600; }
.press-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(28px, 6vw, 72px);
  justify-content: center;
  margin-top: clamp(48px,7vh,80px);
  padding-top: clamp(40px,6vh,64px);
  border-top: 1px solid rgba(251,250,247,0.14);
}
.press-logos span {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.4vw, 32px);
  color: rgba(251,250,247,.45);
  letter-spacing: 0.04em;
  transition: color .4s;
}
.press-logos span:hover { color: var(--paper); }

/* ---------- NEWSLETTER / PRE-ORDER ---------- */
.cta-band {
  position: relative;
  background: var(--accent);
  color: var(--ink);
  overflow: hidden;
}
.cta-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
  padding-block: clamp(70px, 10vh, 130px);
}
.cta-band h2 {
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 72px);
  line-height: 0.98;
}
.cta-band p { color: rgba(14,14,14,.66); margin-top: 18px; max-width: 40ch; }
.signup { display: flex; flex-direction: column; gap: 14px; }
.signup .field {
  display: flex;
  border-bottom: 1.5px solid var(--ink);
  align-items: center;
}
.signup input {
  flex: 1;
  background: transparent;
  border: 0;
  padding: 16px 0;
  font-family: var(--font-sans);
  font-size: 16px;
  color: var(--ink);
  outline: none;
}
.signup input::placeholder { color: rgba(14,14,14,.5); }
.signup button {
  background: var(--ink);
  color: var(--paper);
  border: 0;
  padding: 14px 24px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
  cursor: pointer;
  transition: background .4s;
}
.signup button:hover { background: var(--paper); color: var(--ink); }
.signup .fine { font-size: 12px; color: rgba(14,14,14,.6); letter-spacing: .02em; }
.cta-mark {
  position: absolute;
  right: -4%; bottom: -32%;
  font-family: var(--font-display);
  font-size: clamp(220px, 34vw, 560px);
  color: rgba(14,14,14,0.06);
  line-height: 0.8;
  pointer-events: none;
}

/* ---------- FAQ ---------- */
.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(32px, 6vw, 90px);
  align-items: start;
}
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0;
  text-align: left;
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 28px);
  color: var(--ink);
  line-height: 1.1;
}
.faq-q .plus {
  position: relative;
  width: 18px; height: 18px;
  flex: none;
}
.faq-q .plus::before, .faq-q .plus::after {
  content:""; position: absolute; background: var(--accent); transition: transform .4s cubic-bezier(.16,1,.3,1);
}
.faq-q .plus::before { left: 0; right: 0; top: 50%; height: 1.5px; transform: translateY(-50%); }
.faq-q .plus::after { top: 0; bottom: 0; left: 50%; width: 1.5px; transform: translateX(-50%); }
.faq-item.open .plus::after { transform: translateX(-50%) scaleY(0); }
.faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .5s cubic-bezier(.16,1,.3,1);
}
.faq-a > div { overflow: hidden; }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-a p { color: var(--ink-2); font-size: 16px; padding-bottom: 28px; max-width: 60ch; }

/* ============================================================
   PLACEHOLDER (striped, monospace label)
   ============================================================ */
.ph {
  position: relative;
  width: 100%;
  background:
    repeating-linear-gradient(45deg,
      rgba(14,14,14,0.045) 0 2px,
      transparent 2px 11px),
    var(--bg-deep);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.ph.on-dark {
  background:
    repeating-linear-gradient(45deg,
      rgba(251,250,247,0.06) 0 2px,
      transparent 2px 11px),
    #141414;
}
.ph .ph-label {
  font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-3);
  text-align: center;
  padding: 8px 12px;
  border: 1px dashed var(--line);
  background: rgba(245,244,240,.5);
}
.ph.on-dark .ph-label { color: rgba(251,250,247,.5); border-color: rgba(251,250,247,.2); background: rgba(20,20,20,.5); }

/* ============================================================
   REVEAL ON SCROLL
   ============================================================ */
.reveal {
  transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1);
  transition-delay: var(--d, 0s);
}
/* Hidden state applies ONLY after JS confirms the page paints smoothly
   (html.anim-ready). If painting is throttled/offscreen, the class is never
   added and content stays visible — it can never get stuck invisible. */
html.anim-ready .reveal { opacity: 0; transform: translateY(calc(28px * var(--anim))); }
html.anim-ready .reveal.in { opacity: 1; transform: none; }

/* ============================================================
   DIRECTION B — "Éditorial"
   ============================================================ */
body[data-direction="b"] {
  --bg: #f3f1ec;
}
body[data-direction="b"] .hero-grid {
  grid-template-columns: 1fr;
  gap: 0;
}
body[data-direction="b"] .hero {
  align-items: end;
  padding-bottom: clamp(60px, 10vh, 120px);
}
body[data-direction="b"] .hero-visual {
  position: absolute;
  right: var(--gutter);
  top: 0; bottom: 0;
  width: min(38vw, 460px);
  aspect-ratio: auto;
  opacity: 0.96;
}
body[data-direction="b"] .hero h1 {
  font-size: clamp(52px, 13vw, 210px);
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
body[data-direction="b"] .hero-copy { max-width: 70%; }
body[data-direction="b"] .hero-mark { display: none; }
body[data-direction="b"] .section-head {
  grid-template-columns: 1fr;
  gap: 18px;
}
body[data-direction="b"] .card {
  width: clamp(280px, 34vw, 460px);
  height: min(72vh, 620px);
}
body[data-direction="b"] .bg-name { font-size: clamp(80px, 19vw, 320px); }
body[data-direction="b"] .details-grid { grid-template-columns: repeat(2, 1fr); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  body[data-direction="b"] .hero-copy { max-width: 100%; }
  .section-head { grid-template-columns: 1fr; gap: 16px; }
  .history-grid { grid-template-columns: 1fr; gap: 48px; }
  .history-figure { max-width: 420px; }
  .details-grid,
  body[data-direction="b"] .details-grid { grid-template-columns: 1fr; }
  .quote-grid { grid-template-columns: 1fr; }
  .cta-inner { grid-template-columns: 1fr; gap: 40px; }
  .faq-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .stat-row { gap: 16px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .footer-top { grid-template-columns: 1fr; }
  .carousel-foot { flex-wrap: wrap; gap: 16px; }
}
/* ============================================================
   SUBPAGE SHELL (catalogue / contact / legal)
   ============================================================ */
.page-hero {
  padding: calc(var(--bar-h) + 150px) 0 clamp(48px, 7vh, 80px);
  border-bottom: 1px solid var(--line);
}
body.no-bar .page-hero { padding-top: 150px; }
.page-hero .section-tag { margin-bottom: 22px; }
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(44px, 7vw, 104px);
  line-height: 0.96;
  letter-spacing: -0.015em;
}
.page-hero .lead { margin-top: 26px; }

/* catalogue */
.cat-bar {
  display: flex; flex-wrap: wrap; gap: 12px; align-items: center;
  padding: 26px 0; border-bottom: 1px solid var(--line);
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
}
.cat-bar .filters { display: flex; flex-wrap: wrap; gap: 8px; }
.cat-bar button {
  background: transparent; border: 1px solid var(--line); cursor: pointer;
  padding: 11px 18px; font: inherit; letter-spacing: 0.16em; color: var(--ink-2);
  transition: background .35s, color .35s, border-color .35s;
}
.cat-bar button.on, .cat-bar button:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.cat-count { margin-left: auto; color: var(--ink-3); }
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.4vw, 40px) clamp(16px, 2vw, 28px);
  padding: clamp(40px, 6vh, 70px) 0 clamp(80px, 12vh, 140px);
}
.product {
  display: flex; flex-direction: column;
}
.product-figure {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--bg-deep);
}
.product-figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.16,1,.3,1); }
.product:hover .product-figure img { transform: scale(1.05); }
.product-figure .tag {
  position: absolute; left: 12px; top: 12px;
  background: var(--paper); color: var(--ink);
  font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 6px 10px;
}
.product-figure .tag.sold { background: var(--ink); color: var(--paper); }
.product-meta { display: flex; justify-content: space-between; gap: 14px; align-items: baseline; padding-top: 16px; }
.product-meta .nm { font-family: var(--font-display); font-size: 21px; line-height: 1.1; }
.product-meta .ct { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 6px; }
.product-meta .pr { font-size: 13px; color: var(--accent); white-space: nowrap; font-variant-numeric: tabular-nums; }
@media (max-width: 860px){ .product-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 480px){ .product-grid { grid-template-columns: 1fr; } }

/* contact */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 6vw, 90px);
  padding: clamp(56px, 8vh, 100px) 0 clamp(80px, 12vh, 140px);
  align-items: start;
}
.contact-info .blk { padding: 24px 0; border-top: 1px solid var(--line); }
.contact-info .blk:last-child { border-bottom: 1px solid var(--line); }
.contact-info h4 { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 10px; }
.contact-info p, .contact-info a { font-family: var(--font-display); font-size: clamp(20px, 2vw, 26px); line-height: 1.3; }
.contact-info a:hover { color: var(--accent); }
.form-field { margin-bottom: 22px; }
.form-field label { display: block; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-2); margin-bottom: 10px; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%; background: var(--paper); border: 1px solid var(--line);
  padding: 15px 16px; font-family: var(--font-sans); font-size: 15px; color: var(--ink);
  outline: none; transition: border-color .3s;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--ink); }
.form-field textarea { resize: vertical; min-height: 140px; }
.form-note { font-size: 12px; color: var(--ink-3); margin-top: 6px; }
@media (max-width: 760px){ .contact-grid { grid-template-columns: 1fr; gap: 48px; } }

/* legal / prose */
.prose { max-width: 760px; padding: clamp(48px, 7vh, 90px) 0 clamp(80px, 12vh, 140px); }
.prose h2 { font-family: var(--font-display); font-size: clamp(24px, 2.6vw, 34px); margin: 44px 0 16px; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--ink-2); margin-bottom: 16px; line-height: 1.7; }
.prose ul { color: var(--ink-2); padding-left: 22px; margin-bottom: 16px; line-height: 1.7; }
.prose li { margin-bottom: 7px; }
.prose a { color: var(--ink); text-decoration: underline; text-underline-offset: 2px; }
.prose strong { color: var(--ink); }
.prose .updated { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 40px; }

/* ============================================================
   AUTH — Connexion / Inscription
   ============================================================ */
.auth { padding: clamp(40px, 7vh, 96px) 0 clamp(80px, 12vh, 140px); }
.auth-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: stretch;
}
.auth-card {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: clamp(28px, 4vw, 56px);
  display: flex;
  flex-direction: column;
}
.auth-card .section-tag { margin-bottom: 22px; }
.auth-card h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
}
.auth-card .auth-sub { color: var(--ink-2); max-width: 42ch; margin-bottom: 34px; line-height: 1.6; }
.auth-form .form-field { margin-bottom: 20px; }
.auth-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.auth-check {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 14px; color: var(--ink-2); line-height: 1.45;
  margin: 4px 0 30px; cursor: pointer;
}
.auth-check input {
  appearance: none; -webkit-appearance: none;
  width: 20px; height: 20px; flex: none; margin-top: 1px;
  border: 1px solid var(--line); background: var(--paper);
  display: grid; place-content: center; cursor: pointer; transition: all .25s;
}
.auth-check input::after {
  content: ""; width: 10px; height: 10px; transform: scale(0);
  background: var(--ink); transition: transform .2s;
}
.auth-check input:checked { border-color: var(--ink); }
.auth-check input:checked::after { transform: scale(1); }
.auth-form .btn { width: 100%; justify-content: center; padding-block: 19px; }
.auth-hint { font-size: 12px; color: var(--ink-3); margin-top: 8px; }
.auth-sep { height: 1px; background: var(--line); margin: 30px 0; }
.auth-links { display: flex; flex-direction: column; gap: 14px; }
.auth-links a {
  font-size: 13px; letter-spacing: 0.04em; color: var(--ink-2);
  display: inline-flex; align-items: center; gap: 8px; transition: color .3s; width: fit-content;
}
.auth-links a:hover { color: var(--accent); }
.auth-links a b { color: var(--ink); font-weight: 600; }
.auth-alert {
  border: 1px solid var(--line); background: var(--bg-deep);
  padding: 14px 16px; font-size: 14px; margin-bottom: 24px;
  display: flex; align-items: center; gap: 10px;
}
.auth-alert--error { border-color: #8c2f2f; color: #8c2f2f; background: rgba(140,47,47,0.05); }
.auth-alert--ok { border-color: #2f6b46; color: #2f6b46; background: rgba(47,107,70,0.05); }
.auth-alert::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; flex: none; }

/* aside */
.auth-aside {
  background: var(--ink);
  color: var(--paper);
  padding: clamp(30px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
.auth-aside .aside-mark {
  position: absolute; right: -8%; bottom: -14%;
  font-family: var(--font-display); font-size: clamp(180px, 26vw, 360px);
  line-height: 0.8; color: rgba(251,250,247,0.05); pointer-events: none;
}
.auth-aside .eyebrow { color: rgba(251,250,247,.6); margin-bottom: 22px; }
.auth-aside h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(26px, 3vw, 40px); line-height: 1.05; position: relative; z-index: 1;
}
.auth-aside ul { list-style: none; padding: 0; margin: 28px 0 0; position: relative; z-index: 1; }
.auth-aside li {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 0; border-top: 1px solid rgba(251,250,247,0.14);
  font-size: 15px; color: rgba(251,250,247,.82);
}
.auth-aside li::before { content: ""; width: 6px; height: 6px; background: var(--accent); flex: none; }
.auth-aside li:last-child { border-bottom: 1px solid rgba(251,250,247,0.14); }
.auth-aside .aside-foot {
  position: relative; z-index: 1; margin-top: 30px;
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(251,250,247,.5);
}
.auth-aside .aside-foot .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
@media (max-width: 860px) {
  .auth-grid { grid-template-columns: 1fr; gap: 0; }
  .auth-aside { order: -1; min-height: auto; }
  .auth-aside ul { display: none; }
}

.auth .cat-bar button { white-space: nowrap; }
/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .scroll-cue .bar::after { animation: none; }
}

/* ---- Adaptations shell partagé ---- */
:root { --bar-h: 0px; }
.page-hero { padding-top: clamp(110px, 16vh, 180px); }
