/* En-têtes canoniques des index Collections et Auteurs. */
:is(body.perret-page-collections,body.perret-page-auteurs) .catalogue-shell>nav.perret-breadcrumb {
  width:100%;
  max-width:none;
  margin:0;
  padding:.9rem 4% 0
}
:is(body.perret-page-collections .collections-intro,body.perret-page-auteurs .page-intro) {
  width:100%;
  max-width:none;
  margin:0;
  padding:6rem 4% 5rem;
  border-bottom:1px solid var(--line)
}
:is(body.perret-page-collections .collections-intro,body.perret-page-auteurs .page-intro)>.eyebrow {
  margin:0 0 1.35rem;
  font:700 .67rem/1.1 Arial,sans-serif;
  letter-spacing:.16em;
  text-transform:uppercase
}
:is(body.perret-page-collections .collections-intro,body.perret-page-auteurs .page-intro)>h1 {
  max-width:1024px;
  margin:0 0 1.75rem;
  color:#363743;
  font:400 clamp(4rem,7vw,5.6rem)/.88 Georgia,serif;
  letter-spacing:-.045em
}
:is(body.perret-page-collections .collections-intro,body.perret-page-auteurs .page-intro)>h1 em {
  color:#a8785f;
  font-style:italic;
  font-weight:400
}
:is(body.perret-page-collections .collections-intro,body.perret-page-auteurs .page-intro)>p:last-child {
  max-width:768px;
  margin:0;
  font:1.18rem/1.62 Arial,sans-serif
}

/* Auteurs : neutralise le saut de ligne parasite du contenu historique. */
body.perret-page-auteurs .authors-index>br {
  display:none
}
body.perret-page-auteurs .author-medallion,
body.perret-page-auteurs .author-card strong {
  color:#7c4d2d
}

/* Profil généré depuis le même index canonique que la page Auteurs. */
body.perret-page-auteurs .contributor-profile {
  width:min(1180px,92%);
  margin:0 auto;
  padding:3rem 0 6rem
}
body.perret-page-auteurs .contributor-profile-back {
  display:inline-flex;
  gap:.55rem;
  margin:0 0 3rem;
  color:inherit
}
body.perret-page-auteurs .contributor-profile-header {
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:clamp(2rem,5vw,5rem);
  align-items:center;
  padding:0 0 4rem;
  border-bottom:1px solid var(--line)
}
body.perret-page-auteurs .contributor-profile-medallion {
  width:220px;
  height:220px;
  font-size:3rem
}
body.perret-page-auteurs .contributor-profile-medallion img {
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%
}
body.perret-page-auteurs .contributor-profile-header h2 {
  max-width:800px;
  margin:.5rem 0 1rem;
  font:400 clamp(3rem,7vw,6rem)/.9 Georgia,serif;
  letter-spacing:-.045em
}
body.perret-page-auteurs .contributor-profile-books {
  padding-top:4rem
}
body.perret-page-auteurs .contributor-profile-books>h2 {
  margin:0 0 2rem;
  font:400 clamp(2rem,4vw,3.5rem)/1 Georgia,serif
}
body.perret-page-auteurs .contributor-book-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  background:var(--line);
  border:1px solid var(--line)
}
body.perret-page-auteurs .contributor-book-card {
  min-width:0;
  padding:2rem;
  background:var(--paper)
}
body.perret-page-auteurs .contributor-book-cover {
  display:block;
  width:min(190px,75%);
  margin:0 auto 2rem
}
body.perret-page-auteurs .contributor-book-cover img {
  display:block;
  width:100%;
  height:auto;
  box-shadow:0 14px 25px rgba(36,31,28,.14)
}
body.perret-page-auteurs .contributor-book-card h3 {
  margin:.45rem 0 .8rem;
  font:400 clamp(1.65rem,2.7vw,2.4rem)/1 Georgia,serif
}
body.perret-page-auteurs .contributor-book-card h3 a {
  color:inherit;
  text-decoration:none
}
body.perret-page-auteurs .contributor-book-card>p:last-child {
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
  line-height:1.55
}

/* Les H1 courts restent sur une seule ligne. */
body.perret-page-collections .collections-intro h1,
body.perret-page-auteurs .page-intro h1 {
  white-space:nowrap
}
body.perret-page-collections .collections-intro h1>span,
body.perret-page-collections .collections-intro h1>em,
body.perret-page-auteurs .page-intro h1>span,
body.perret-page-auteurs .page-intro h1>em {
  display:inline
}
body.perret-page-collections .collections-intro h1::after,
body.perret-page-auteurs .page-intro h1>em {
  margin-left:.16em
}

@media(max-width:700px) {
  :is(body.perret-page-collections,body.perret-page-auteurs) .catalogue-shell>nav.perret-breadcrumb {
    padding:.8rem 1.25rem 0
  }
  :is(body.perret-page-collections .collections-intro,body.perret-page-auteurs .page-intro) {
    padding:3.5rem 1.25rem 3rem
  }
  body.perret-page-auteurs .page-intro>h1,
  body.perret-page-collections .collections-intro>h1::before,
  body.perret-page-collections .collections-intro>h1::after {
    font-size:clamp(2.6rem,12vw,4.5rem)
  }
  body.perret-page-auteurs .contributor-profile {
    width:auto;
    padding:2rem 1.25rem 4rem
  }
  body.perret-page-auteurs .contributor-profile-header {
    grid-template-columns:1fr;
    padding-bottom:3rem
  }
  body.perret-page-auteurs .contributor-profile-medallion {
    width:150px;
    height:150px
  }
  body.perret-page-auteurs .contributor-book-grid {
    grid-template-columns:1fr
  }
}
