.hero {
  overflow:hidden;
  background:linear-gradient(115deg,rgba(9,47,84,.97),rgba(15,71,125,.91)),url('../images/accueil-background-1.jpg') center/cover;
  color:white
}

.hero .wrap {
  min-height:515px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  align-items:center;
  gap:70px;
  padding-top:56px;
  padding-bottom:56px
}

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

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

h1,h2,h3 {
  font-family:Georgia,'Times New Roman',serif;
  line-height:1.13;
  margin-top:0
}

.hero h1 {
  font-size:clamp(40px,5vw,66px);
  font-weight:500;
  margin:18px 0 22px;
  letter-spacing:-.025em
}

.hero p {
  font-size:18px;
  max-width:680px;
  color:#e7eef5;
  margin:0 0 30px
}

.actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px
}

.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 20px;
  border-radius:7px;
  text-decoration:none;
  font-weight:800;
  font-size:14px
}

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

.btn-secondary {
  border:1px solid rgba(255,255,255,.42);
  color:#fff;
  background:rgba(255,255,255,.06)
}

.actions .btn {
  transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease
}

.actions .btn-primary:hover {
  background:var(--burgundy);
  color:var(--white);
  transform:translateY(-4px);
  box-shadow:0 12px 26px rgba(0,0,0,.28)
}

.actions .btn-secondary:hover {
  background:var(--white);
  border-color:var(--white);
  color:var(--navy-dark);
  transform:translateY(-4px);
  box-shadow:0 12px 26px rgba(0,0,0,.24)
}

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

.books-hero {
  height:390px;
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center
}

.books-hero:before {
  content:"";
  position:absolute;
  width:330px;
  height:330px;
  border-radius:50%;
  background:rgba(240,184,63,.12);
  border:1px solid rgba(240,184,63,.25)
}

.book {
  position:absolute;
  background:white;
  padding:8px;
  box-shadow:0 22px 40px rgba(0,0,0,.28);
  border-radius:3px
}

.book img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover
}

.book.one {
  width:195px;
  height:285px;
  transform:rotate(-7deg) translate(-112px,12px);
  z-index:1
}

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

.book.three {
  width:185px;
  height:270px;
  transform:rotate(8deg) translate(118px,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)
}

.history-button {
  margin-top:9px;
  transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease
}

.history-button span {
  transition:.2s
}

.history-button:hover {
  background:var(--navy);
  color:var(--white);
  transform:translateY(-4px);
  box-shadow:0 12px 26px rgba(15,71,125,.3)
}

.history-button:hover span {
  transform:translateX(6px)
}

.history-button:focus-visible {
  outline:3px solid var(--navy);
  outline-offset: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:190px 1fr;
  min-height:330px;
  transition:transform .2s,box-shadow .2s
}

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

.book-cover {
  background:#ebe6dc;
  padding:18px 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none
}

.book-cover img {
  width:100%;
  max-width:165px;
  max-height:295px;
  object-fit:contain;
  box-shadow:0 10px 20px rgba(0,0,0,.18);
  transition:transform .2s
}

.book-cover:hover img {
  transform:scale(1.025)
}

.book-info {
  padding:32px 22px 26px
}

.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
}

.book-info .book-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 15px;
  border-radius:6px;
  background:var(--gold);
  color:var(--navy-dark);
  transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease
}

.book-info .book-button:hover {
  background:var(--navy);
  color:var(--white);
  transform:translateY(-3px);
  box-shadow:0 9px 20px rgba(15,71,125,.28)
}

.book-info .book-button:focus-visible {
  outline:3px solid var(--navy);
  outline-offset:3px
}

.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;
  transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease
}

.cta .btn:hover {
  background:var(--gold);
  color:var(--navy-dark);
  transform:translateY(-4px) scale(1.03);
  box-shadow:0 12px 28px rgba(0,0,0,.3)
}

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

.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:190px 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:128px 1fr;
    min-height:235px
  }
  .book-cover {
    padding:14px 9px
  }
  .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
}

.catalogue-home-link .btn-primary {
  transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease
}

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

.catalogue-home-link .btn-primary:focus-visible {
  outline:3px solid var(--navy);
  outline-offset:4px
}
