.book.one {
  width:175px;
  height:255px;
  transform:rotate(-7deg) translate(-100px,12px);
  z-index:1
}

.book.two {
  width:195px;
  height:285px;
  transform:rotate(2deg);
  z-index:3
}

.book.three {
  width:165px;
  height:240px;
  transform:rotate(8deg) translate(105px,20px);
  z-index:2
}

.section {
  padding:86px 0
}

.section-head {
  max-width:760px;
  margin-bottom:40px
}

.kicker {
  color:var(--navy);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.15em;
  font-weight:800;
  margin-bottom:10px
}

.section h2 {
  font-size:clamp(34px,4vw,48px);
  font-weight:500;
  color:#182734;
  margin-bottom:16px
}

.section-head p {
  margin:0;
  color:var(--muted);
  font-size:17px
}

.intro-grid {
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:55px;
  align-items:start
}

.quote-card {
  background:var(--cream);
  border-radius:18px;
  padding:42px;
  position:relative;
  overflow:hidden
}

.quote-card:before {
  content:"“";
  position:absolute;
  right:24px;
  top:-26px;
  font:160px Georgia,serif;
  color:rgba(15,71,125,.08)
}

.quote-card h3 {
  font-size:30px;
  color:var(--navy);
  font-weight:500;
  margin-bottom:15px
}

.quote-card p {
  margin:0;
  color:#525c64
}

.copy p:first-child {
  margin-top:0
}

.copy p {
  color:#4d5962
}

.link-arrow {
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--navy);
  font-weight:800;
  text-decoration:none;
  margin-top:9px
}

.link-arrow span {
  transition:.2s
}

.link-arrow:hover span {
  transform:translateX(4px)
}

.publications {
  background:#f3f0ea
}

.books-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px
}

.book-card {
  background:white;
  border-radius:16px;
  overflow:hidden;
  border:1px solid #ebe5da;
  box-shadow:0 10px 28px rgba(33,42,49,.055);
  display:grid;
  grid-template-columns:132px 1fr;
  min-height:260px;
  transition:transform .2s,box-shadow .2s
}

.book-card:hover {
  transform:translateY(-4px);
  box-shadow:var(--shadow)
}

.book-cover {
  background:#ebe6dc;
  padding:20px 16px;
  display:flex;
  align-items:center;
  justify-content:center
}

.book-cover img {
  max-width:100%;
  max-height:205px;
  box-shadow:0 8px 16px rgba(0,0,0,.15)
}

.book-info {
  padding:28px 22px 24px
}

.book-info .type {
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#a17121;
  font-weight:800
}

.book-info h3 {
  font-size:21px;
  font-weight:500;
  color:#182734;
  margin:8px 0 10px
}

.book-info p {
  font-size:14px;
  color:var(--muted);
  margin:0 0 16px;
  line-height:1.5
}

.book-info a {
  font-size:13px;
  font-weight:800;
  color:var(--navy);
  text-decoration:none
}

.cta {
  padding:78px 0
}

.cta-box {
  background:var(--burgundy);
  color:#fff;
  border-radius:20px;
  padding:48px 54px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:40px;
  align-items:center;
  box-shadow:0 18px 45px rgba(75,31,39,.17)
}

.cta-box h2 {
  color:white;
  font-size:38px;
  margin-bottom:11px
}

.cta-box p {
  margin:0;
  color:#f4e9eb;
  max-width:710px
}

.cta .btn {
  background:white;
  color:var(--burgundy);
  white-space:nowrap
}

.preview-tag {
  position:fixed;
  right:14px;
  bottom:14px;
  background:#152b3d;
  color:white;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  padding:7px 11px;
  font-size:11px;
  z-index:50;
  box-shadow:0 8px 20px rgba(0,0,0,.18)
}

@media(max-width:1050px) {
  .hero .wrap {
    grid-template-columns:1fr .7fr;
    gap:25px
  }
  .books-grid {
    grid-template-columns:1fr
  }
  .book-card {
    grid-template-columns:145px 1fr
  }
}

@media(max-width:760px) {
  .hero .wrap {
    grid-template-columns:1fr;
    min-height:0;
    padding-top:60px;
    padding-bottom:64px
  }
  .hero h1 {
    font-size:43px
  }
  .books-hero {
    height:280px;
    margin-top:8px
  }
  .books-hero:before {
    width:245px;
    height:245px
  }
  .book.one {
    width:125px;
    height:185px;
    transform:rotate(-7deg) translate(-73px,8px)
  }
  .book.two {
    width:145px;
    height:212px
  }
  .book.three {
    width:118px;
    height:174px;
    transform:rotate(8deg) translate(75px,15px)
  }
  .section {
    padding:62px 0
  }
  .intro-grid {
    grid-template-columns:1fr;
    gap:30px
  }
  .quote-card {
    padding:30px
  }
  .cta-box {
    grid-template-columns:1fr;
    padding:36px 30px
  }
}

@media(max-width:520px) {
  .hero h1 {
    font-size:38px
  }
  .hero p {
    font-size:16px
  }
  .actions {
    display:grid
  }
  .book-card {
    grid-template-columns:108px 1fr;
    min-height:220px
  }
  .book-cover {
    padding:15px 10px
  }
  .book-info {
    padding:22px 16px
  }
  .book-info h3 {
    font-size:18px
  }
  .cta-box h2 {
    font-size:31px
  }
}

.catalogue-home-link {
  display:flex;
  justify-content:center;
  margin-top:34px
}

/* =========================================================
   PAGE HISTORIQUE
   ========================================================= */

.history-hero {
  background: linear-gradient(115deg,rgba(9,47,84,.98),rgba(15,71,125,.93)), url('../images/accueil-background-1.jpg') center/cover;
  color:#fff;
}

.history-hero-inner {
  min-height:430px;
  display:grid;
  grid-template-columns:1fr .62fr;
  gap:70px;
  align-items:center;
  padding-top:55px;
  padding-bottom:55px;
}

.history-hero .eyebrow {
  display:inline-flex;
  align-items:center;
  gap:9px;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  font-weight:800;
  color:#ffe0a1;
}

.history-hero .eyebrow:before {
  content:"";
  width:30px;
  height:2px;
  background:var(--gold);
}

.history-hero h1 {
  font:500 clamp(44px,5vw,66px)/1.05 Georgia,'Times New Roman',serif;
  margin:18px 0 22px;
  letter-spacing:-.025em;
}

.history-hero .hero-copy p {
  font-size:18px;
  line-height:1.65;
  max-width:690px;
  color:#e4edf4;
  margin:0;
}

.hero-year {
  border-left:1px solid rgba(240,184,63,.48);
  padding:30px 0 30px 44px;
}

.hero-year-small {
  display:block;
  color:#f3d494;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:11px;
  font-weight:800;
  margin-bottom:4px;
}

.hero-year strong {
  display:block;
  font:500 86px/1 Georgia,'Times New Roman',serif;
  color:#fff;
  margin-bottom:14px;
}

.hero-year-line {
  display:block;
  width:50px;
  height:3px;
  background:var(--gold);
  margin-bottom:16px;
}

.hero-year>span:last-child {
  color:#dbe6ef;
  font-size:15px;
  line-height:1.55;
}

.history-intro {
  padding:82px 0;
}

.intro-layout {
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:80px;
  align-items:start;
}

.history-intro h2, .timeline-section h2, .owner-section h2, .philosophy-section h2 {
  font:500 clamp(34px,4vw,48px)/1.12 Georgia,'Times New Roman',serif;
  color:#182734;
  margin:0;
}

.kicker {
  color:var(--navy);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.15em;
  font-weight:800;
  margin-bottom:10px;
}

.intro-copy p {
  color:#4d5962;
  font-size:16px;
  line-height:1.72;
  margin:0 0 18px;
}

.timeline-section {
  background:#f3f0ea;
  padding:78px 0 88px;
}

.section-head {
  max-width:760px;
  margin-bottom:40px;
}

.section-head p {
  margin:14px 0 0;
  color:#6c747b;
  font-size:16px;
  line-height:1.65;
}

.timeline {
  position:relative;
  display:grid;
  gap:18px;
  max-width:960px;
}

.timeline:before {
  content:"";
  position:absolute;
  left:76px;
  top:12px;
  bottom:12px;
  width:1px;
  background:#d7c69f;
}

.timeline-item {
  display:grid;
  grid-template-columns:120px 1fr;
  gap:34px;
  align-items:stretch;
  position:relative;
}

.year {
  position:relative;
  z-index:2;
  background:#f3f0ea;
  color:#9c6c13;
  font-weight:800;
  font-size:14px;
  padding-top:26px;
}

.year:after {
  content:"";
  position:absolute;
  right:36px;
  top:32px;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--gold);
  border:4px solid #f3f0ea;
}

.timeline-card {
  background:#fff;
  border:1px solid #e8e0d2;
  border-radius:14px;
  padding:25px 28px;
  box-shadow:0 7px 20px rgba(30,40,48,.045);
}

.timeline-card h3 {
  font:500 24px/1.2 Georgia,'Times New Roman',serif;
  color:#182734;
  margin:0 0 8px;
}

.timeline-card p {
  margin:0;
  color:#5b656e;
  line-height:1.62;
  font-size:15px;
}

.owner-section {
  padding:88px 0;
}

.owner-layout {
  display:grid;
  grid-template-columns:.74fr 1.26fr;
  gap:68px;
  align-items:center;
}

.owner-photo {
  position:relative;
}

.owner-photo:before {
  content:"";
  position:absolute;
  inset:-16px 18px 18px -16px;
  border:1px solid rgba(240,184,63,.55);
  border-radius:18px;
}

.owner-photo img {
  position:relative;
  width:100%;
  aspect-ratio:1.51/1;
  object-fit:cover;
  object-position:center;
  border-radius:14px;
  box-shadow:0 18px 45px rgba(21,43,61,.16);
}

.owner-role {
  color:#9c6c13;
  font-weight:800;
  margin:10px 0 23px;
}

.owner-copy p {
  color:#4d5962;
  font-size:16px;
  line-height:1.7;
  margin:0 0 16px;
}

.owner-actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.btn {
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  border-radius:7px;
  font-size:14px;
  font-weight:800;
  text-decoration:none;
  transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;
}

.btn-primary {
  background:var(--gold);
  color:#152b3d;
}

.btn-outline {
  border:1px solid #0f477d;
  color:#0f477d;
  background:#fff;
}

.btn-primary:hover {
  background:var(--navy);
  color:#fff;
  transform:translateY(-3px);
  box-shadow:0 10px 24px rgba(15,71,125,.3);
}

.btn-outline:hover {
  background:var(--burgundy);
  border-color:var(--gold);
  color:#fff;
  transform:translateY(-4px) scale(1.03);
  box-shadow:0 12px 28px rgba(110,38,49,.35);
}

.btn:focus-visible {
  outline:3px solid var(--gold);
  outline-offset:4px;
}

.philosophy-section {
  padding:78px 0 88px;
  background:#fbfaf7;
  border-top:1px solid #eee7dc;
}

.centered {
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

.values-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.value-card {
  background:#fff;
  border:1px solid #ebe5da;
  border-radius:16px;
  padding:30px 26px;
  min-height:230px;
  box-shadow:0 7px 20px rgba(30,40,48,.04);
}

.value-number {
  color:#c08a29;
  font-weight:800;
  letter-spacing:.11em;
  margin-bottom:30px;
}

.value-card h3 {
  font:500 25px/1.2 Georgia,'Times New Roman',serif;
  color:#182734;
  margin:0 0 12px;
}

.value-card p {
  margin:0;
  color:#66717a;
  font-size:15px;
  line-height:1.62;
}

@media(max-width:950px) {
  .history-hero-inner, .intro-layout, .owner-layout {
    grid-template-columns:1fr;
  }
  .history-hero-inner {
    gap:30px;
  }
  .hero-year {
    border-left:0;
    border-top:1px solid rgba(240,184,63,.48);
    padding:30px 0 0;
  }
  .owner-photo {
    max-width:600px;
  }
  .values-grid {
    grid-template-columns:1fr;
  }
}

@media(max-width:760px) {
  .history-hero-inner {
    min-height:0;
    padding-top:52px;
    padding-bottom:52px;
  }
  .history-hero h1 {
    font-size:42px;
  }
  .hero-year strong {
    font-size:68px;
  }
  .history-intro, .owner-section {
    padding:62px 0;
  }
  .timeline-section, .philosophy-section {
    padding:58px 0 64px;
  }
  .intro-layout, .owner-layout {
    gap:34px;
  }
  .timeline:before {
    left:10px;
  }
  .timeline-item {
    grid-template-columns:1fr;
    gap:8px;
    padding-left:34px;
  }
  .year {
    padding-top:0;
  }
  .year:after {
    left:-29px;
    right:auto;
    top:4px;
  }
  .timeline-card {
    padding:22px;
  }
  .owner-photo:before {
    inset:-10px 12px 12px -10px;
  }
}
