@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Source+Sans+3:wght@400;600;700&display=swap');

/*
 * ecriVOSGES — accueil nouvelle génération
 * Cette feuille est chargée après basiclayout.css et ne modifie
 * que la page portant la classe body.ev-home-page.
 */

.ev-home-page {
  --ev-wine: #781f25;
  --ev-wine-dark: #511318;
  --ev-wine-soft: #f2e5e3;
  --ev-ink: #252321;
  --ev-muted: #6d6760;
  --ev-paper: #fffdf8;
  --ev-cream: #f4efe5;
  --ev-sand: #d9c9a7;
  --ev-line: #ded7ca;
  --ev-green: #73853a;
  --ev-shadow: 0 18px 50px rgba(49, 38, 29, 0.10);
  background: #e9e4dc;
  color: var(--ev-ink);
  font-family: "Source Sans 3", Helvetica, Arial, sans-serif;
  font-size: 16.5px;
  line-height: 1.55;
}

.ev-home-page *,
.ev-home-page *::before,
.ev-home-page *::after {
  box-sizing: border-box;
}

.ev-home-page #wrapper {
  display: block !important;
  width: min(1040px, calc(100% - 24px));
  min-height: 100%;
  margin: 12px auto;
  overflow: visible;
  border: 0;
  background: var(--ev-paper);
  box-shadow: var(--ev-shadow);
}

.ev-home-page a,
.ev-home-page a:link,
.ev-home-page a:visited {
  color: var(--ev-wine);
  text-decoration: none;
}

.ev-home-page a:hover {
  color: var(--ev-wine-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ev-home-page a:focus-visible,
.ev-home-page button:focus-visible,
.ev-home-page input:focus-visible,
.ev-home-page summary:focus-visible {
  outline: 3px solid #b8d64b;
  outline-offset: 3px;
}

.ev-skip-link {
  position: absolute;
  z-index: 1000;
  top: 8px;
  left: -9999px;
  padding: 10px 16px;
  background: #000;
  color: #fff !important;
}

.ev-skip-link:focus {
  left: 8px;
}

/* Bandeau historique */
.ev-site-header {
  position: relative;
  z-index: 20;
  background: var(--ev-paper);
}

.ev-banner-link {
  display: block;
  background: #000;
}

.ev-home-page #banner {
  width: 100%;
  height: 95px;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #000;
  background-image: url("images/bandeau.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 95px;
}

/* Navigation */
.ev-nav-bar {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 54px;
  padding: 0 20px;
  border-bottom: 1px solid var(--ev-line);
  background: rgba(255, 253, 248, 0.98);
}

.ev-home-link,
.ev-nav-direct,
.ev-nav-group > summary {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 0 11px;
  color: var(--ev-ink) !important;
  font-size: 0.92rem;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}

.ev-home-link {
  margin-right: auto;
  padding-left: 0;
  color: var(--ev-wine) !important;
}

.ev-navigation {
  display: flex;
  align-items: stretch;
}

.ev-nav-direct:hover,
.ev-nav-group > summary:hover,
.ev-nav-group[open] > summary {
  color: var(--ev-wine) !important;
  text-decoration: none;
}

.ev-nav-group {
  position: relative;
}

.ev-nav-group > summary {
  list-style: none;
}

.ev-nav-group > summary::-webkit-details-marker {
  display: none;
}

.ev-nav-group > summary::after {
  content: "";
  width: 7px;
  height: 7px;
  margin: -4px 0 0 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.ev-nav-group[open] > summary::after {
  margin-top: 4px;
  transform: rotate(225deg);
}

.ev-subnav {
  position: absolute;
  z-index: 50;
  top: calc(100% - 1px);
  left: 0;
  display: grid;
  min-width: 270px;
  padding: 10px;
  border: 1px solid var(--ev-line);
  border-top: 3px solid var(--ev-wine);
  background: var(--ev-paper);
  box-shadow: 0 16px 35px rgba(35, 29, 24, 0.16);
}

.ev-subnav-right {
  right: 0;
  left: auto;
}

.ev-subnav a {
  padding: 10px 12px;
  border-bottom: 1px solid #eee8dc;
  color: var(--ev-ink) !important;
  font-size: 0.9rem;
}

.ev-subnav a:last-child {
  border-bottom: 0;
}

.ev-subnav a:hover {
  background: var(--ev-cream);
  color: var(--ev-wine) !important;
  text-decoration: none;
}

.ev-subnav .ev-subnav-feature {
  color: var(--ev-wine) !important;
  font-weight: 700;
}

.ev-mobile-toggle {
  display: none;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  border: 0;
  background: transparent;
  color: var(--ev-ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

/* Contenu général */
.ev-home-page main {
  display: block;
}

.ev-home-page main h1,
.ev-home-page main h2,
.ev-home-page main h3,
.ev-home-page main h4 {
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.15;
  text-transform: none;
}

.ev-home-page main h1::first-letter,
.ev-home-page main h2::first-letter,
.ev-home-page main h3::first-letter {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.ev-home-page main h1::after,
.ev-home-page main h2::after,
.ev-home-page main h3::after {
  display: none;
  content: none;
}

.ev-home-page main h2 {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ev-ink);
  font-size: clamp(1.65rem, 2.3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0;
}

.ev-eyebrow {
  margin: 0 0 8px;
  color: var(--ev-wine);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Premier écran */
.ev-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 245px;
  gap: 30px;
  padding: 42px 42px 34px;
  border-bottom: 1px solid var(--ev-line);
  background:
    linear-gradient(90deg, rgba(120, 31, 37, 0.035) 1px, transparent 1px),
    var(--ev-paper);
  background-size: 46px 100%;
}

.ev-hero-copy {
  max-width: 760px;
}

.ev-home-page .ev-hero h1 {
  max-width: 760px;
  margin: 0;
  padding: 0;
  color: var(--ev-ink);
  font-size: clamp(2.7rem, 5.6vw, 4.7rem);
  font-weight: 700;
  line-height: 0.93;
  letter-spacing: -0.035em;
}

.ev-hero-intro {
  max-width: 690px;
  margin: 18px 0 22px;
  color: #4e4944;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  line-height: 1.3;
}

.ev-hero-note {
  align-self: end;
  padding: 15px 0 2px 18px;
  border-left: 3px solid var(--ev-wine);
}

.ev-hero-note p {
  margin: 0 0 7px;
}

.ev-hero-note .ev-note-date {
  margin-bottom: 14px;
  color: var(--ev-muted);
  font-size: 0.84rem;
  font-weight: 600;
}

.ev-search {
  max-width: 720px;
}

.ev-search label {
  display: block;
  margin: 0 0 8px;
  color: var(--ev-ink);
  font-size: 0.88rem;
  font-weight: 700;
}

.ev-search-line {
  display: flex;
  align-items: stretch;
}

.ev-search input {
  min-width: 0;
  flex: 1;
  min-height: 50px;
  padding: 10px 15px;
  border: 1px solid #9f978c;
  border-right: 0;
  border-radius: 0;
  background: #fff;
  color: var(--ev-ink);
  font: inherit;
}

.ev-search input::placeholder {
  color: #77716b;
  opacity: 1;
}

.ev-search button {
  min-height: 50px;
  padding: 0 19px;
  border: 1px solid var(--ev-wine);
  border-radius: 0;
  background: var(--ev-wine);
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.ev-search button:hover {
  background: var(--ev-wine-dark);
}

.ev-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin-top: 13px;
  color: var(--ev-muted);
  font-size: 0.88rem;
}

.ev-stats strong {
  color: var(--ev-wine);
  font-size: 1.05rem;
}

.ev-alert {
  margin: 24px clamp(22px, 5vw, 62px);
  padding: 14px 18px;
  border-left: 4px solid var(--ev-wine);
  background: var(--ev-wine-soft);
}

/* Quatre portes d’entrée */
.ev-entry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--ev-line);
}

.ev-entry-card {
  position: relative;
  min-height: 210px;
  padding: 22px 21px 52px 21px;
  border-right: 1px solid var(--ev-line);
  color: var(--ev-ink) !important;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.ev-entry-card:last-child {
  border-right: 0;
}

.ev-entry-card:hover {
  background: var(--ev-cream);
  color: var(--ev-ink) !important;
  text-decoration: none;
  transform: translateY(-3px);
}

.ev-entry-card h2 {
  margin: 29px 0 9px !important;
  font-size: 1.6rem !important;
}

.ev-entry-card p {
  margin: 0;
  color: var(--ev-muted);
  font-size: 0.92rem;
}

.ev-card-number {
  position: absolute;
  top: 19px;
  right: 20px;
  color: #b8aa94;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
}

.ev-card-link {
  position: absolute;
  right: 21px;
  bottom: 18px;
  left: 21px;
  color: var(--ev-wine);
  font-size: 0.84rem;
  font-weight: 700;
}

.ev-entry-feature {
  background: var(--ev-wine);
  color: #fff !important;
}

.ev-entry-feature:hover {
  background: var(--ev-wine-dark);
  color: #fff !important;
}

.ev-entry-feature h2,
.ev-entry-feature p,
.ev-entry-feature .ev-card-link {
  color: #fff !important;
}

.ev-card-badge {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid rgba(255,255,255,0.55);
  color: #fff;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Panneaux et titres de section */
.ev-main-grid,
.ev-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.8fr);
  gap: 18px;
  padding: 28px 36px;
}

.ev-panel {
  padding: 22px;
  border: 1px solid var(--ev-line);
  background: #fff;
}

.ev-section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.ev-section-heading > a {
  flex: 0 0 auto;
  margin-top: 6px;
  font-size: 0.84rem;
  font-weight: 700;
}

.ev-section-heading-wide {
  margin-bottom: 20px;
}

.ev-timeline {
  border-top: 1px solid var(--ev-line);
}

.ev-timeline-item {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid var(--ev-line);
}

.ev-timeline-item time {
  color: var(--ev-wine);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 700;
}

.ev-timeline-item p {
  margin: 2px 0 0;
}

.ev-timeline-item p a {
  color: var(--ev-ink);
}

.ev-more {
  margin: 13px 0 0;
  font-size: 0.87rem;
  font-weight: 700;
}

.ev-fact {
  margin-top: 17px;
  padding: 13px 16px;
  border-left: 3px solid var(--ev-green);
  background: #f2f2e8;
  font-size: 0.9rem;
}

.ev-fact strong {
  display: block;
  margin-bottom: 4px;
  color: #526227;
}

.ev-fact a {
  display: inline-block;
  margin-left: 7px;
  font-weight: 700;
}

.ev-month-author {
  align-self: start;
  border-top: 4px solid var(--ev-wine);
  background: var(--ev-cream);
}

.ev-author-portrait {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 18px;
  margin-top: 15px;
}

.ev-author-portrait img {
  display: block;
  width: 104px;
  height: 132px;
  border: 1px solid #b7a98f;
  object-fit: cover;
  object-position: top center;
}

.ev-author-portrait p {
  margin: 0 0 9px;
}

.ev-author-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.1;
}

.ev-author-name a {
  color: var(--ev-ink);
}

.ev-text-link {
  display: inline-block;
  margin-top: 13px;
  font-size: 0.86rem;
  font-weight: 700;
}

/* Actualité */
.ev-news-section {
  padding: 30px 36px;
  border-top: 1px solid var(--ev-line);
  border-bottom: 1px solid var(--ev-line);
  background: var(--ev-cream);
}

.ev-news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.ev-news-column > h3 {
  float: none;
  width: auto;
  height: auto;
  margin: 0 0 7px;
  padding: 0 0 8px;
  border-bottom: 3px solid var(--ev-wine);
  color: var(--ev-ink);
  font-size: 1.28rem;
}

.ev-news-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  column-gap: 11px;
  padding: 10px 0;
  border-bottom: 1px solid #d8cebc;
}

.ev-news-item time {
  grid-column: 1;
  grid-row: 1 / span 2;
  color: var(--ev-wine);
  font-size: 0.78rem;
  font-weight: 700;
}

.ev-news-item h4 {
  grid-column: 2;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 1.04rem;
  line-height: 1.2;
}

.ev-news-item h4 a {
  color: var(--ev-ink);
}

.ev-news-item p {
  grid-column: 2;
  margin: 3px 0 0;
  color: var(--ev-muted);
  font-size: 0.84rem;
}

.ev-news-item-no-date {
  grid-template-columns: 1fr;
}

.ev-news-item-no-date h4,
.ev-news-item-no-date p {
  grid-column: 1;
}

.ev-empty {
  color: var(--ev-muted);
  font-style: italic;
}

/* Citation et livres */
.ev-editorial-grid {
  grid-template-columns: 1fr;
  align-items: start;
}

.ev-editorial-grid > .ev-panel,
.ev-editorial-right {
  align-self: start;
}

.ev-editorial-right {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
  gap: 18px;
}

.ev-editorial-right > .ev-panel,
.ev-editorial-right > .ev-week-choice {
  height: 100%;
}

.ev-quote {
  display: grid;
  grid-template-columns: minmax(210px, 0.42fr) minmax(0, 1.58fr);
  align-items: center;
  gap: 30px;
  border: 0;
  background: var(--ev-wine);
  color: #fff;
}

.ev-quote-heading {
  padding-right: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.ev-quote .ev-eyebrow,
.ev-quote h2 {
  color: #fff !important;
}

.ev-quote blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}

.ev-quote blockquote > p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.24rem, 1.75vw, 1.52rem);
  line-height: 1.34;
}

.ev-quote blockquote footer {
  margin-top: 21px;
  color: #f1dcd6;
  font-size: 0.9rem;
  font-weight: 700;
}

.ev-quote blockquote footer a {
  color: #fff !important;
}

.ev-books {
  display: grid;
  gap: 18px;
}

.ev-book {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--ev-line);
}

.ev-book:first-child {
  padding-top: 0;
  border-top: 0;
}

.ev-book-no-cover {
  grid-template-columns: 1fr;
}

.ev-book-cover img {
  display: block;
  width: 92px;
  height: 132px;
  border: 1px solid #c9beac;
  object-fit: cover;
}

.ev-book p {
  margin: 0 0 5px;
}

.ev-book h3 {
  margin: 0 0 5px;
  font-size: 1.26rem;
  line-height: 1.15;
}

.ev-book h3 a,
.ev-book-author a {
  color: var(--ev-ink);
}

.ev-book-author {
  color: var(--ev-wine);
  font-size: 0.86rem;
  font-weight: 700;
}

.ev-book-meta {
  color: var(--ev-muted);
  font-size: 0.82rem;
}

/* Coup de cœur */
.ev-week-choice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--ev-line);
  background: #171717;
  color: #fff;
}

.ev-week-choice .ev-eyebrow,
.ev-week-choice h2 {
  color: #fff !important;
}

.ev-week-choice p {
  margin: 12px 0 20px;
  color: #e6ded4;
}

.ev-week-choice p a {
  color: #fff !important;
  font-weight: 700;
}

.ev-button-secondary {
  display: inline-block;
  padding: 9px 15px;
  border: 1px solid #fff;
  color: #fff !important;
  font-size: 0.84rem;
  font-weight: 700;
}

.ev-button-secondary:hover {
  background: #fff;
  color: #171717 !important;
  text-decoration: none !important;
}

.ev-week-cover {
  display: block;
  justify-self: end;
}

.ev-week-cover img {
  display: block;
  width: 96px;
  max-height: 145px;
  border: 1px solid #eee;
  box-shadow: 6px 6px 0 var(--ev-wine);
  object-fit: cover;
}

/* Hasard */
.ev-discovery {
  padding: 29px 36px;
  border-top: 1px solid var(--ev-line);
  background: #fff;
}

.ev-discovery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.ev-discovery-grid > div {
  min-width: 0;
  padding: 15px;
  border-top: 3px solid var(--ev-wine);
  background: var(--ev-cream);
}

.ev-discovery-grid h3 {
  float: none;
  width: auto;
  height: auto;
  margin: 0 0 9px;
  padding: 0;
  color: var(--ev-ink);
  font-size: 1.22rem;
}

.ev-discovery-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ev-discovery-grid li {
  overflow-wrap: anywhere;
  padding: 4px 0;
  border-bottom: 1px solid #d9cfbd;
}

.ev-discovery-grid li:last-child {
  border-bottom: 0;
}

.ev-discovery-grid a {
  color: var(--ev-ink);
}

/* Texte de présentation */
.ev-manifesto {
  max-width: 820px;
  margin: 6px auto 40px;
  padding: 26px 28px 0;
  text-align: center;
}

.ev-manifesto h2 {
  margin-bottom: 21px !important;
}

.ev-manifesto p:not(.ev-eyebrow) {
  color: #4e4944;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.21rem;
  line-height: 1.55;
}

/* Pied existant */
.ev-home-page #footer {
  width: 100%;
  margin: 0;
  border-top: 5px solid var(--ev-wine);
}

/* Tablettes */
@media (max-width: 980px) {
  .ev-nav-bar {
    flex-wrap: wrap;
  }

  .ev-home-link {
    display: none;
  }

  .ev-navigation {
    width: 100%;
    justify-content: center;
  }

  .ev-hero {
    grid-template-columns: 1fr;
  }

  .ev-hero-note {
    max-width: 560px;
  }

  .ev-entry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ev-entry-card:nth-child(2) {
    border-right: 0;
  }

  .ev-entry-card:nth-child(-n+2) {
    border-bottom: 1px solid var(--ev-line);
  }
}

/* Téléphones */
@media (max-width: 720px) {
  .ev-home-page {
    font-size: 16px;
  }

  .ev-home-page #wrapper {
    display: block !important;
    width: 100%;
    max-width: none;
    margin: 0;
    box-shadow: none;
  }

  .ev-home-page #banner {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
    aspect-ratio: 811 / 93;
    background-position: left center;
    background-size: 100% auto;
  }

  .ev-nav-bar {
    min-height: 54px;
    padding: 0 18px;
  }

  .ev-home-link {
    display: flex;
    min-height: 54px;
  }

  .ev-mobile-toggle {
    display: flex;
  }

  .ev-navigation {
    display: none;
    width: 100%;
    padding-bottom: 14px;
  }

  .ev-navigation.is-open {
    display: grid;
  }

  .ev-nav-direct,
  .ev-nav-group > summary {
    min-height: 46px;
    padding: 0 4px;
    border-bottom: 1px solid var(--ev-line);
  }

  .ev-subnav,
  .ev-subnav-right {
    position: static;
    min-width: 0;
    margin: 0 0 7px;
    padding: 4px 10px 6px;
    border: 0;
    border-left: 3px solid var(--ev-wine);
    box-shadow: none;
  }

  .ev-subnav a {
    padding: 9px 7px;
  }

  .ev-hero {
    gap: 28px;
    padding: 31px 20px 28px;
    background-size: 32px 100%;
  }

  .ev-home-page .ev-hero h1 {
    font-size: clamp(2.65rem, 14vw, 4rem);
  }

  .ev-search-line {
    display: grid;
    gap: 9px;
  }

  .ev-search input {
    border-right: 1px solid #9f978c;
  }

  .ev-search button {
    width: 100%;
  }

  .ev-entry-grid,
  .ev-main-grid,
  .ev-news-grid,
  .ev-editorial-grid,
  .ev-editorial-right,
  .ev-discovery-grid,
  .ev-week-choice {
    grid-template-columns: 1fr;
  }

  .ev-entry-card,
  .ev-entry-card:nth-child(2),
  .ev-entry-card:last-child {
    min-height: 195px;
    border-right: 0;
    border-bottom: 1px solid var(--ev-line);
  }

  .ev-main-grid,
  .ev-editorial-grid {
    padding: 21px 16px;
  }

  .ev-panel {
    padding: 19px 17px;
  }

  .ev-quote {
    display: block;
  }

  .ev-quote-heading {
    margin-bottom: 19px;
    padding: 0 0 17px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  }

  .ev-news-section,
  .ev-discovery {
    padding: 26px 18px;
  }

  .ev-news-grid {
    gap: 24px;
  }

  .ev-section-heading {
    align-items: flex-end;
  }

  .ev-timeline-item {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
  }

  .ev-author-portrait {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .ev-author-portrait img {
    width: 88px;
    height: 116px;
  }

  .ev-week-choice {
    margin: 0;
    padding: 23px 20px;
  }

  .ev-week-cover {
    justify-self: start;
  }

  .ev-manifesto {
    margin-bottom: 38px;
    padding: 30px 23px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ev-entry-card {
    transition: none;
  }
}