/* ============================================================================
   Easypeak — Page Journal (liste éditoriale)
   Standalone : tous styles dans <style>, aucune dépendance externe sauf fonts
   ============================================================================ */

:root {
  --paper:    #FAF7F2;
  --paper-2:  #F2ECE2;
  --paper-3:  #EDE4D4;
  --ink:      #1C1613;
  --ink-2:    #2A221C;
  --muted:    #6B5D52;
  --terra:    #B54A2A;
  --terra-d:  #8F3B20;
  --terra-l:  #E8A284;
  --sand:     #D9C9B0;
  --ink-deep: #1A0F0A;

  --line:        rgba(28, 22, 19, 0.11);
  --line-s:      rgba(28, 22, 19, 0.06);

  --font-display: "Unbounded", "Helvetica Neue", Arial, sans-serif;
  --font-serif:   "Fraunces", "Times New Roman", Georgia, serif;
  --font-body:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono:    "SF Mono", ui-monospace, Menlo, monospace;

  --ease: cubic-bezier(.2,.6,.2,1);
}

* { box-sizing: border-box; -webkit-font-smoothing: antialiased; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font-family: inherit; }

/* ============================================================================
   Reusable primitives
   ============================================================================ */
.grain {
  position: absolute; inset: 0; pointer-events: none;
  opacity: .06; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.11  0 0 0 0 0.09  0 0 0 0 0.07  0 0 0 0.55 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}
.halo {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(
    circle var(--halo-size, 75vh) at var(--halo-x, 50%) var(--halo-y, 50%),
    var(--halo-color, rgba(181, 74, 42, .42)) 0%,
    transparent 70%
  );
  mix-blend-mode: screen;
}
.vignette {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 55%, rgba(10,6,3,.55) 100%);
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-body); font-weight: 600;
  font-size: 11px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--muted);
}
.eyebrow .dash {
  width: 28px; height: 1px; background: currentColor; opacity: .55;
}
.eyebrow--paper { color: rgba(250, 247, 242, .68); }
.eyebrow--terra { color: var(--terra); }
.eyebrow--terra-l { color: var(--terra-l); }

/* Mask-line — révélation au scroll */
.mask-line { display: block; overflow: hidden; padding-bottom: .14em; margin-bottom: -.14em; }
.mask-inner {
  display: block; transform: translateY(110%);
  transition: transform 1.05s cubic-bezier(.2,.8,.2,1);
}
.in .mask-inner,
.mask-line.in .mask-inner { transform: translateY(0); }
.mask-line.d1 .mask-inner { transition-delay: .12s; }
.mask-line.d2 .mask-inner { transition-delay: .24s; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
[data-reveal].in { opacity: 1; transform: translateY(0); }
[data-reveal][data-delay="1"] { transition-delay: .08s; }
[data-reveal][data-delay="2"] { transition-delay: .16s; }
[data-reveal][data-delay="3"] { transition-delay: .24s; }
[data-reveal][data-delay="4"] { transition-delay: .32s; }

em {
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  color: var(--terra);
  letter-spacing: -.005em;
}
.on-dark em { color: var(--terra-l); }

::selection { background: var(--terra); color: var(--paper); }

/* ============================================================================
   Boutons
   ============================================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-body); font-weight: 500; font-size: 14px;
  padding: 18px 26px; border-radius: 2px; border: none;
  cursor: pointer;
  transition: background .25s var(--ease), color .25s var(--ease),
              box-shadow .35s var(--ease), transform .25s var(--ease),
              border-color .25s var(--ease);
  will-change: transform;
}
.btn .arrow { transition: transform .25s var(--ease); display: inline-flex; }
.btn:hover .arrow { transform: translate(3px, -3px); }
.btn--terra {
  background: var(--terra); color: var(--paper);
  box-shadow: 0 18px 40px -18px rgba(143,59,32,.55);
}
.btn--terra:hover {
  background: var(--terra-d);
  box-shadow: 0 22px 50px -16px rgba(143,59,32,.7);
  transform: translateY(-2px);
}

/* ============================================================================
   01 — Hero (sombre cinéma, plus court)
   ============================================================================ */
.hero {
  position: relative; overflow: hidden;
  min-height: 66vh; width: 100%;
  background: var(--ink-deep);
  color: var(--paper);
  padding: 200px 64px 110px;
  display: flex; align-items: center;
}
.hero .halo {
  --halo-color: rgba(181, 74, 42, .55);
  --halo-size: 90vh;
  --halo-x: 72%; --halo-y: 32%;
}
.hero__particles {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(232,162,132,.5) 1px, transparent 1.5px),
    radial-gradient(circle, rgba(232,162,132,.25) 1px, transparent 1.5px);
  background-size: 240px 220px, 380px 340px;
  background-position: 0 0, 90px 110px;
  opacity: .32;
  mix-blend-mode: screen;
  animation: drift 60s linear infinite;
}
@keyframes drift {
  from { background-position: 0 0, 90px 110px; }
  to   { background-position: 240px 220px, 470px 450px; }
}
.hero__timestamp {
  position: absolute; top: 110px; right: 64px; z-index: 4;
  display: flex; gap: 16px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .16em;
  color: rgba(232,162,132,.55);
}
.hero__inner {
  position: relative; z-index: 3;
  max-width: 1320px; margin: 0 auto; width: 100%;
}
.hero__eye { margin-bottom: 36px; }

.hero__title {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(72px, 12vw, 220px);
  line-height: .94; letter-spacing: -.045em;
  color: #FFFFFF;
  margin: 0 0 56px;
  text-wrap: balance;
}

.hero__sub {
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.42;
  color: rgba(255, 255, 255, .84);
  margin: 0 0 28px;
  max-width: 720px;
}
.hero__mention {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-body); font-weight: 600;
  font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--terra-l);
  opacity: .9;
}
.hero__mention .dash {
  width: 28px; height: 1px; background: currentColor; opacity: .55;
}
.hero__scroll {
  position: absolute; left: 64px; bottom: 48px; z-index: 4;
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .2em;
  color: rgba(232,162,132,.55);
  text-transform: uppercase;
}
.hero__scroll .bar {
  display: inline-block; width: 36px; height: 1px;
  background: currentColor; position: relative; overflow: hidden;
}
.hero__scroll .bar::after {
  content: ""; position: absolute; inset: 0;
  background: var(--terra-l);
  transform: translateX(-100%);
  animation: scrollHint 2.6s ease-in-out infinite;
}
@keyframes scrollHint {
  0%    { transform: translateX(-100%); }
  50%   { transform: translateX(0); }
  100%  { transform: translateX(100%); }
}

/* ============================================================================
   02 — Liste des articles
   ============================================================================ */
.journal {
  position: relative;
  background: var(--paper);
  padding: 140px 64px 160px;
  overflow: hidden;
}
.journal__inner {
  max-width: 900px; margin: 0 auto;
}

.journal__head {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 32px; flex-wrap: wrap;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 0;
}
.journal__count {
  font-family: var(--font-body); font-weight: 600;
  font-size: 11px; letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
}
.journal__count strong {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--terra);
  font-size: 13px;
  letter-spacing: -.01em;
  text-transform: none;
}
.journal__filter {
  font-family: var(--font-serif); font-style: italic;
  font-size: 14px; color: var(--muted);
}

/* Article cards */
.article-card {
  display: block;
  padding: 48px 0 52px;
  border-bottom: 1px solid var(--line);
  transition: background .3s var(--ease), padding .3s var(--ease);
  position: relative;
  margin: 0 -24px;
  padding-left: 24px; padding-right: 24px;
  border-radius: 4px;
}
.article-card:hover {
  background: rgba(181, 74, 42, .035);
}
.article-card-eyebrow {
  font-family: var(--font-body); font-weight: 600;
  font-size: 11px; letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 22px;
  display: inline-flex; align-items: center; gap: 10px;
}
.article-card-eyebrow .sep {
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--terra-l); opacity: .8;
}
.article-card-eyebrow .tag {
  color: var(--terra);
}
.article-card h2 {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1; letter-spacing: -.028em;
  color: var(--ink);
  margin: 0 0 22px;
  text-wrap: balance;
  transition: color .25s var(--ease);
  max-width: 780px;
}
.article-card h2 em {
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  color: var(--terra);
}
.article-card:hover h2 { color: var(--terra-d); }
.article-card-excerpt {
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: 17px; line-height: 1.55;
  color: var(--ink-2);
  margin: 0 0 24px;
  max-width: 680px;
  text-wrap: pretty;
}
.article-card-excerpt em { color: var(--terra-d); font-weight: 500; }
.article-card-link {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-serif); font-style: italic;
  font-size: 16px; font-weight: 500;
  color: var(--terra);
  transition: gap .25s var(--ease), color .25s var(--ease);
}
.article-card:hover .article-card-link {
  gap: 16px;
  color: var(--terra-d);
}

/* Empty-state hint sous le dernier article publié */
.journal__pending {
  margin-top: 80px;
  padding: 36px 32px;
  border: 1px dashed rgba(181, 74, 42, .28);
  border-radius: 4px;
  background: rgba(217, 201, 176, .14);
  text-align: center;
}
.journal__pending .lbl {
  font-family: var(--font-body); font-weight: 600;
  font-size: 11px; letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--terra);
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 14px;
}
.journal__pending .lbl::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--terra);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .45; transform: scale(1.4); }
}
.journal__pending p {
  font-family: var(--font-serif); font-style: italic;
  font-size: 16px; line-height: 1.55;
  color: var(--ink-2);
  margin: 0;
  max-width: 540px; margin-left: auto; margin-right: auto;
}
.journal__pending p em { color: var(--terra-d); }

/* ============================================================================
   03 — Mini-CTA (entre articles et footer)
   ============================================================================ */
.miniCta {
  position: relative;
  background: var(--paper-2);
  padding: 130px 64px;
  overflow: hidden;
}
.miniCta__inner {
  max-width: 720px; margin: 0 auto;
  text-align: center;
}
.miniCta__phrase {
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: clamp(24px, 2.6vw, 38px);
  line-height: 1.3; letter-spacing: -.01em;
  color: var(--ink);
  margin: 0 0 44px;
  text-wrap: balance;
}
.miniCta__phrase em {
  color: var(--terra-d);
  font-weight: 500;
}

/* ============================================================================
   Reduced motion
   ============================================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
  .mask-inner { transform: none !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}

/* ============================================================================
   Responsive
   ============================================================================ */
@media (max-width: 1080px) {
  .hero, .journal, .miniCta { padding-left: 32px; padding-right: 32px; }
  .hero__timestamp { display: none; }
  .hero__scroll { left: 32px; }
  .journal { padding-top: 100px; padding-bottom: 120px; }
}

@media (max-width: 720px) {
  .hero { padding: 130px 20px 110px; min-height: auto; }
  .hero__title { font-size: clamp(56px, 18vw, 96px); }
  .hero__scroll { left: 20px; bottom: 24px; }
  .journal, .miniCta {
    padding-left: 20px; padding-right: 20px;
    padding-top: 90px; padding-bottom: 90px;
  }
  .article-card { margin: 0; padding-left: 0; padding-right: 0; }
  .article-card:hover { background: transparent; }
  .article-card h2 { font-size: 24px; }
}
/* ============================================================================
   Header — repris à l'identique de index.html (home.css)
   ============================================================================ */
.ai-quick-answer {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 250;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 22px 48px;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  transition: background .4s var(--ease), color .4s var(--ease), padding .3s var(--ease);
  color: var(--paper);
}
.nav--paper { background: rgba(250, 247, 242, .75); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); color: var(--ink); padding: 16px 48px; border-bottom: 1px solid var(--line-s); }
.nav__logo { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav__logo-img { height: 28px; width: auto; display: block; filter: brightness(0) invert(1); transition: filter .4s var(--ease); }
.nav--paper .nav__logo-img { filter: none; }
.nav__logo-text { font-family: var(--font-display); font-weight: 700; font-size: 17px; letter-spacing: -.02em; line-height: 1; }
.nav__logo-text em { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--terra-l); }
.nav--paper .nav__logo-text em { color: var(--terra); }

.nav__links { display: flex; gap: 36px; justify-content: center; }
.nav__link {
  font-family: var(--font-body); font-size: 13px; font-weight: 500;
  position: relative; padding: 4px 0;
}
.nav__link::after {
  content: ""; position: absolute; bottom: 0; left: 50%; height: 1px; width: 0;
  background: currentColor; transition: width .3s var(--ease), left .3s var(--ease);
}
.nav__link:hover::after { width: 100%; left: 0; }
.nav__link.is-active::after { width: 100%; left: 0; }
.nav__link.is-active { color: var(--terra-l); }
.nav--paper .nav__link.is-active { color: var(--terra); }

.nav__right { justify-self: end; display: inline-flex; align-items: center; gap: 14px; }
.nav__cta {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-size: 13px; font-weight: 500;
  background: var(--terra); color: var(--paper);
  padding: 11px 18px; border-radius: 2px;
  transition: background .2s var(--ease);
}
.nav__cta:hover { background: var(--terra-d); }
.nav__cta .arrow { transition: transform .25s var(--ease); display: inline-block; }
.nav__cta:hover .arrow { transform: translate(2px, -2px); }

.menu-trigger {
  background: transparent; border: 1px solid rgba(250,247,242,.35);
  border-radius: 2px; padding: 9px 14px;
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-weight: 500; font-size: 12px;
  letter-spacing: .08em; text-transform: uppercase; color: var(--paper);
  cursor: pointer; transition: all .35s var(--ease);
}
.nav--paper .menu-trigger { color: var(--ink); border-color: var(--line); }
.menu-trigger:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.nav--paper .menu-trigger:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.menu-trigger-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--terra-l); transition: transform .35s var(--ease); }
.nav--paper .menu-trigger-dot { background: var(--terra); }
.menu-trigger:hover .menu-trigger-dot { transform: scale(1.3); }

/* ============================================================================
   Sticky CTA — repris à l'identique de index.html (home.css)
   ============================================================================ */
.sticky-cta {
  position: fixed; bottom: 28px; right: 28px; z-index: 90;
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--terra); color: var(--paper);
  font-family: var(--font-body); font-weight: 500; font-size: 13px;
  padding: 14px 22px; border-radius: 2px;
  box-shadow: 0 20px 40px -16px rgba(143, 59, 32, .55);
  opacity: 0; transform: translateY(20px); pointer-events: none;
  transition: opacity .4s var(--ease), transform .4s var(--ease), background .2s var(--ease);
}
.sticky-cta.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.sticky-cta:hover { background: var(--terra-d); }
.sticky-cta .arrow { display: inline-block; transition: transform .25s var(--ease); }
.sticky-cta:hover .arrow { transform: translate(2px, -2px); }

/* ============================================================================
   Menu fullscreen overlay — repris à l'identique de index.html (home.css)
   ============================================================================ */
.menu-overlay {
  position: fixed; inset: 0; z-index: 180;
  background: var(--ink); color: var(--paper);
  background-image: radial-gradient(circle at 50% 50%, rgba(181,74,42,.08) 0%, transparent 60%);
  padding: 120px 60px 60px;
  display: flex; flex-direction: column; justify-content: space-between;
  opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-12px);
  overflow-y: auto; -webkit-overflow-scrolling: touch;
  transition: opacity .5s var(--ease), transform .5s var(--ease), visibility 0s linear .5s;
}
.menu-overlay.is-open {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0);
  transition: opacity .5s var(--ease), transform .5s var(--ease), visibility 0s;
}
.menu-inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 80px; max-width: 1440px; margin: 0 auto; width: 100%; flex: 1; align-items: start; }
.menu-eyebrow { font-family: var(--font-body); font-weight: 500; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: rgba(250,247,242,.5); margin-bottom: 36px; opacity: 0; transform: translateY(8px); transition: all .4s var(--ease) .1s; }
.menu-overlay.is-open .menu-eyebrow { opacity: 1; transform: translateY(0); }
.menu-list { list-style: none; margin: 0; padding: 0; }
.menu-list li { opacity: 0; transform: translateY(20px); transition: all .5s var(--ease); }
.menu-overlay.is-open .menu-list li { opacity: 1; transform: translateY(0); }
.menu-overlay.is-open .menu-list li:nth-child(1) { transition-delay: .20s; }
.menu-overlay.is-open .menu-list li:nth-child(2) { transition-delay: .26s; }
.menu-overlay.is-open .menu-list li:nth-child(3) { transition-delay: .32s; }
.menu-overlay.is-open .menu-list li:nth-child(4) { transition-delay: .38s; }
.menu-overlay.is-open .menu-list li:nth-child(5) { transition-delay: .44s; }
.menu-overlay.is-open .menu-list li:nth-child(6) { transition-delay: .50s; }
.menu-list a {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(36px, 5vw, 64px); line-height: 1.1; letter-spacing: -.02em;
  color: var(--paper); display: inline-flex; align-items: baseline; gap: 12px;
  padding: 14px 0; transition: color .3s var(--ease);
}
.menu-list a:hover { color: var(--terra-l); }
.menu-list .menu-arrow { font-size: .5em; opacity: .5; transition: transform .35s var(--ease); }
.menu-list a:hover .menu-arrow { transform: translate(3px, -3px); opacity: 1; }
.menu-list-sub a { font-size: clamp(20px, 2vw, 28px); font-weight: 400; padding: 8px 0; }

.menu-footer {
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 80px;
  max-width: 1440px; margin: 0 auto; width: 100%;
  padding-top: 60px; border-top: 1px solid rgba(250,247,242,.1);
  opacity: 0; transform: translateY(20px);
  transition: all .5s var(--ease) .5s;
}
.menu-overlay.is-open .menu-footer { opacity: 1; transform: translateY(0); }
.menu-footer-label { font-family: var(--font-serif); font-style: italic; font-weight: 400; font-size: 22px; color: rgba(250,247,242,.75); margin-bottom: 16px; }
.menu-footer-meta { font-family: var(--font-body); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: rgba(250,247,242,.5); line-height: 2; }
.menu-cta { display: inline-flex; align-items: center; gap: 10px; background: var(--terra); color: var(--paper); padding: 14px 22px; border-radius: 2px; font-family: var(--font-body); font-weight: 500; font-size: 13px; transition: background .25s var(--ease); }
.menu-cta:hover { background: var(--terra-d); }
.menu-cta .arr { font-size: 14px; transition: transform .25s var(--ease); }
.menu-cta:hover .arr { transform: translate(2px, -2px); }
.menu-footer .footer-social { display: flex; gap: 16px; margin-top: 18px; }
.menu-footer .footer-social a { color: rgba(250,247,242,.6); transition: color .25s var(--ease); }
.menu-footer .footer-social a:hover { color: var(--terra-l); }

/* ============================================================================
   Footer — repris à l'identique de index.html (home.css)
   ============================================================================ */
footer.site-footer {
  background: var(--ink); color: rgba(250,247,242,.3);
  padding: 60px 0 30px;
  border-top: 1px solid rgba(255,255,255,.06);
}
footer.site-footer .wrap { max-width: 1440px; margin: 0 auto; padding: 0 60px; }
footer.site-footer .seo-footer { max-width: 900px; margin: 0 auto; padding: 0 20px 40px; border-bottom: 1px solid rgba(250,247,242,.08); margin-bottom: 30px; }
footer.site-footer .seo-footer p { font-family: var(--font-body); font-weight: 400; font-size: 12px; line-height: 1.7; color: rgba(250,247,242,.35); letter-spacing: .01em; text-align: center; max-width: 72ch; margin: 0 auto; }
footer.site-footer .footer-social { display: flex; gap: 18px; align-items: center; margin: 16px 0; }
footer.site-footer .social-icon { color: rgba(250,247,242,.5); transition: color .25s var(--ease); }
footer.site-footer .social-icon:hover { color: var(--terra-l); }
footer.site-footer .row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-family: var(--font-body); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
footer.site-footer .row em { font-family: var(--font-serif); font-style: italic; font-weight: 400; text-transform: none; color: var(--terra-l); opacity: .55; }
footer.site-footer .row a { color: inherit; opacity: .7; transition: opacity .25s; }
footer.site-footer .row a:hover { opacity: 1; }

/* ============================================================================
   Header / menu / footer — responsive (repris de home.css)
   ============================================================================ */
@media (max-width: 900px) {
  .nav { padding: 14px 20px; grid-template-columns: 1fr auto; }
  .nav__links { display: none; }
  .nav__logo-img { height: 24px; }
  .nav__logo-text { font-size: 15px; }
  .nav__right { gap: 10px; }
  .nav__cta { padding: 9px 14px; font-size: 12px; }
  .menu-trigger { padding: 8px 12px; font-size: 11px; }
  .menu-trigger-label { display: none; }

  footer.site-footer .wrap { padding: 0 24px; }
  footer.site-footer .row { flex-direction: column; align-items: flex-start; gap: 12px; }

  .sticky-cta { bottom: 18px; right: 18px; padding: 12px 18px; font-size: 12px; }

  .menu-overlay { padding: 100px 24px 32px; }
  .menu-inner { grid-template-columns: 1fr; gap: 48px; }
  .menu-footer { grid-template-columns: 1fr; gap: 32px; padding-top: 40px; }
}

@media (max-width: 480px) {
  .menu-overlay { padding: 80px 18px 24px; }
}


/* Logo wordmark caché (icône seule) */
.nav__logo-text { display: none !important; }


/* ─── Fix navbar : espace entre liens centraux et boutons droite ─── */
.nav { column-gap: 32px; }
.nav__links { gap: 28px !important; }
.nav__right { padding-left: 8px; }

/* ─── Bouton fermer (X) défensif dans le menu plein écran ─── */
.menu-close-x {
  position: absolute; top: 24px; right: 24px;
  background: transparent;
  border: 1px solid rgba(250, 247, 242, .4);
  width: 44px; height: 44px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--paper, #FAF7F2); cursor: pointer;
  z-index: 50;
  transition: background .25s, border-color .25s, transform .25s;
}
.menu-close-x:hover {
  background: rgba(232, 162, 132, .12);
  border-color: var(--terra-l, #E8A284);
  transform: scale(1.06);
}
@media (max-width: 768px) {
  .menu-close-x { top: 14px; right: 14px; width: 40px; height: 40px; }
}
