/*
 * Page Jacques Canetti
 * À charger depuis le thème enfant, uniquement sur la page concernée si possible.
 * Tous les contenus restent dans des blocs Gutenberg natifs.
 */

:root {
  --jc-bordeaux: #b11f35;
  --jc-bordeaux-dark: #8f1a2d;
  --jc-ink: #1f1a17;
  --jc-text: #5e5650;
  --jc-paper: #fcfaf7;
  --jc-beige: #f7f3ee;
  --jc-line: #e8ddd6;
  --jc-white: #fffdfc;
  --jc-content: 1220px;
  --jc-reading: 760px;
  --jc-pad-x: clamp(22px, 4vw, 40px);
  --jc-pad-y: clamp(72px, 8vw, 112px);
}

.jc-section,
.jc-hero,
.jc-opening,
.jc-quote,
.jc-next {
  margin-block: 0 !important;
}

.jc-shell {
  width: min(100% - (2 * var(--jc-pad-x)), var(--jc-content));
  margin-inline: auto;
}

.jc-kicker {
  margin: 0 0 20px !important;
  color: var(--jc-bordeaux);
  font: 700 12px/1.2 "Inter", Arial, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.jc-section h2,
.jc-opening h2,
.jc-next h2 {
  margin: 0;
  color: var(--jc-ink);
  font: 500 clamp(42px, 4.5vw, 62px)/1.02 "Cormorant Garamond", Georgia, serif;
}

.jc-rule {
  display: block;
  width: 58px;
  height: 2px;
  margin: 30px 0 34px;
  background: var(--jc-bordeaux);
}

.jc-body,
.jc-body p {
  color: var(--jc-text);
  font: 400 16px/1.8 "Inter", Arial, sans-serif;
}

.jc-body p {
  margin: 0 0 22px;
}

.jc-body p:last-child {
  margin-bottom: 0;
}

/* Hero avec le portrait en arrière-plan, conforme à la maquette validée. */
.jc-hero-bg {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  padding: 110px 24px !important;
  background-color: #f7f3ee;
  background-image: url("/wp-content/uploads/2026/07/canetti-header.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.jc-hero-bg::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    90deg,
    #f7f3ee 0%,
    #f7f3ee 34%,
    rgba(247, 243, 238, .88) 48%,
    rgba(247, 243, 238, .3) 68%,
    rgba(247, 243, 238, 0) 100%
  );
  content: "";
  pointer-events: none;
}

.jc-hero-bg > .jc-shell {
  position: relative;
  z-index: 2;
  width: min(100%, var(--jc-content));
  max-width: var(--jc-content) !important;
  margin: 0 auto !important;
}

.jc-hero__copy {
  width: 100%;
  max-width: 560px !important;
  margin: 0 !important;
}

.jc-breadcrumb {
  margin: 0 0 42px !important;
  color: var(--jc-text);
  font: 400 12px/1.4 "Inter", Arial, sans-serif;
}

.jc-breadcrumb a {
  color: inherit;
  text-decoration: none !important;
}

.jc-breadcrumb a:hover,
.jc-breadcrumb a:focus-visible {
  color: var(--jc-bordeaux);
}

.jc-hero-bg h1 {
  margin: 0;
  color: var(--jc-ink);
  font: 500 clamp(46px, 5.3vw, 78px)/.98 "Cormorant Garamond", Georgia, serif;
}

.jc-hero-bg h1 em {
  display: block;
  color: var(--jc-bordeaux);
  font-style: normal;
}

.jc-hero-text {
  width: 100%;
  max-width: 500px !important;
  margin: 34px 0 0 !important;
  color: var(--jc-text);
  font: 400 17px/1.75 "Inter", Arial, sans-serif;
}

.jc-hero__ornament {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 38px;
}

.jc-hero__ornament::before {
  width: 120px;
  height: 1px;
  background: var(--jc-bordeaux);
  content: "";
}

.jc-hero__ornament::after {
  width: 8px;
  height: 8px;
  border: 1px solid var(--jc-bordeaux);
  content: "";
  transform: rotate(45deg);
}

/* Ouverture éditoriale : citation approuvée + anecdote / introduction. */
.jc-quote {
  position: relative;
  overflow: hidden;
  padding: var(--jc-pad-y) 0;
  border-block: 1px solid var(--jc-line);
  background: var(--jc-paper);
}

.jc-quote::before {
  position: absolute;
  top: -72px;
  left: max(20px, calc((100vw - var(--jc-content)) / 2));
  color: var(--jc-line);
  content: "“";
  font: 500 300px/1 "Cormorant Garamond", Georgia, serif;
  opacity: .75;
  pointer-events: none;
}

.jc-quote blockquote {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  text-align: center;
}

.jc-quote blockquote p {
  margin: 0;
  color: var(--jc-ink);
  font: 500 clamp(40px, 5vw, 72px)/1 "Cormorant Garamond", Georgia, serif;
}

.jc-quote cite {
  display: block;
  margin-top: 34px;
  color: var(--jc-bordeaux-dark);
  font: italic 400 32px/1.1 "Cormorant Garamond", Georgia, serif;
}

.jc-opening {
  padding: var(--jc-pad-y) 0;
  background: var(--jc-white);
}

.jc-opening__grid {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.55fr);
  gap: clamp(46px, 7vw, 96px);
  align-items: start;
}

.jc-opening__question {
  margin: 0 !important;
  color: var(--jc-ink);
  font: 500 clamp(28px, 3vw, 42px)/1.18 "Cormorant Garamond", Georgia, serif !important;
}

.jc-opening__names {
  margin: 0 0 34px !important;
  color: var(--jc-bordeaux-dark) !important;
  font: 500 clamp(23px, 2.2vw, 31px)/1.25 "Cormorant Garamond", Georgia, serif !important;
}

/* Sections éditoriales. */
.jc-section {
  padding: var(--jc-pad-y) 0;
  border-top: 1px solid var(--jc-line);
  background: var(--jc-paper);
}

.jc-section--tint {
  background: var(--jc-beige);
}

.jc-two-cols {
  display: grid;
  grid-template-columns: minmax(260px, .78fr) minmax(0, 1.45fr);
  gap: clamp(46px, 7vw, 88px);
  align-items: start;
}

.jc-facts,
.jc-cards,
.jc-method,
.jc-covers,
.jc-next__grid {
  display: grid;
  gap: 24px;
}

.jc-facts {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 46px;
}

.jc-fact,
.jc-card {
  padding: 28px;
  border: 1px solid var(--jc-line);
  background: var(--jc-white);
}

.jc-fact strong {
  display: block;
  margin-bottom: 8px;
  color: var(--jc-bordeaux);
  font: 500 32px/1 "Cormorant Garamond", Georgia, serif;
}

.jc-fact p,
.jc-card p {
  margin: 0;
  color: var(--jc-text);
  font: 400 14px/1.65 "Inter", Arial, sans-serif;
}

.jc-cards {
  grid-template-columns: repeat(3, 1fr);
}

.jc-card h3,
.jc-method h3 {
  margin: 0 0 16px;
  color: var(--jc-ink);
  font: 700 12px/1.2 "Inter", Arial, sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.jc-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: clamp(44px, 7vw, 80px);
  align-items: center;
  margin-top: clamp(64px, 8vw, 100px);
}

.jc-feature__image {
  margin: 0;
}

.jc-feature__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: grayscale(100%);
}

.jc-feature h2 {
  font-size: clamp(40px, 4vw, 58px);
}

.jc-method {
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.jc-method__item {
  padding: 4px 40px;
  border-right: 1px solid #d9d1ca;
  text-align: center;
}

.jc-method__item:first-child {
  padding-left: 0;
}

.jc-method__item:last-child {
  padding-right: 0;
  border-right: 0;
}

.jc-method__number {
  margin: 0 auto 24px !important;
  color: var(--jc-bordeaux) !important;
  font: 500 42px/1 "Cormorant Garamond", Georgia, serif !important;
}

.jc-method__item p:last-child {
  max-width: 250px;
  margin: 0 auto;
  color: var(--jc-text);
  font: 400 15px/1.7 "Inter", Arial, sans-serif;
}

/* Aperçu mosaïque : extensible quand les nouvelles pochettes seront livrées. */
.jc-covers {
  grid-template-columns: repeat(4, 1fr);
}

.jc-cover {
  margin: 0;
}

.jc-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--jc-line);
  background: #f1eae3;
}

.jc-cover figcaption {
  margin: 12px 0 0;
  color: var(--jc-ink);
  font: 500 20px/1.15 "Cormorant Garamond", Georgia, serif;
  text-align: left;
}

.jc-actions {
  margin-top: 40px;
}

.jc-link,
.jc-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--jc-bordeaux);
  font: 700 12px/1 "Inter", Arial, sans-serif;
  letter-spacing: .1em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.jc-link::after,
.jc-button::after {
  content: "→";
  font-size: 18px;
  transition: transform .2s ease;
}

.jc-link:hover::after,
.jc-link:focus-visible::after,
.jc-button:hover::after,
.jc-button:focus-visible::after {
  transform: translateX(4px);
}

.jc-button {
  min-width: 250px;
  justify-content: space-between;
  padding: 18px 26px;
  border: 1px solid var(--jc-bordeaux);
}

.jc-button:hover,
.jc-button:focus-visible {
  color: var(--jc-white);
  background: var(--jc-bordeaux);
}

.jc-legacy-card {
  display: grid;
  grid-template-columns: minmax(220px, .85fr) minmax(0, 1fr);
  border: 1px solid var(--jc-line);
  background: var(--jc-white);
}

.jc-legacy-card figure {
  margin: 0;
}

.jc-legacy-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  filter: grayscale(100%);
}

.jc-legacy-card__content {
  padding: clamp(32px, 5vw, 50px);
  align-self: center;
}

.jc-legacy-card__content h3 {
  margin: 0 0 24px;
  color: var(--jc-ink);
  font: 500 30px/1.1 "Cormorant Garamond", Georgia, serif;
}

.jc-next {
  padding: var(--jc-pad-y) 0;
  background: var(--jc-white);
}

.jc-next__heading {
  margin-bottom: 44px;
}

.jc-next__grid {
  grid-template-columns: repeat(3, 1fr);
}

.jc-next__card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  padding: 38px;
  border: 1px solid var(--jc-line);
  background: var(--jc-paper);
}

.jc-next__card h3 {
  margin: 0 0 18px;
  color: var(--jc-ink);
  font: 500 29px/1.05 "Cormorant Garamond", Georgia, serif;
}

.jc-next__card p {
  margin: 0 0 28px;
  color: var(--jc-text);
  font: 400 15px/1.7 "Inter", Arial, sans-serif;
}

.jc-next__card .jc-link {
  margin-top: auto;
}

@media (max-width: 1024px) {
  .jc-hero__grid,
  .jc-opening__grid,
  .jc-two-cols,
  .jc-feature {
    grid-template-columns: 1fr;
  }

  .jc-hero__image {
    max-width: 620px;
  }

  .jc-cards,
  .jc-facts,
  .jc-next__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .jc-method {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .jc-breadcrumb {
    margin-bottom: 28px !important;
  }

  .jc-quote::before {
    top: -25px;
    left: -4px;
    font-size: 150px;
  }

  .jc-quote blockquote p {
    font-size: 40px;
  }

  .jc-opening__grid,
  .jc-two-cols,
  .jc-feature {
    gap: 34px;
  }

  .jc-cards,
  .jc-facts,
  .jc-covers,
  .jc-next__grid,
  .jc-method {
    grid-template-columns: 1fr;
  }

  .jc-method__item,
  .jc-method__item:first-child,
  .jc-method__item:last-child {
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid #d9d1ca;
  }

  .jc-method__item:first-child {
    padding-top: 0;
  }

  .jc-method__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .jc-covers {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 16px;
  }

  .jc-legacy-card {
    grid-template-columns: 1fr;
  }

  .jc-legacy-card img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .jc-next__card {
    min-height: 0;
    padding: 32px 28px;
  }
}

/*
 * Compositions validées — ces règles conservent les proportions et la
 * hiérarchie visuelle de la maquette d'origine.
 */

.jc-quote cite {
  color: var(--jc-text);
  font: 700 12px/1.2 "Inter", Arial, sans-serif;
  font-style: normal;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.jc-quote cite::before {
  display: block;
  width: 300px;
  height: 12px;
  margin: 0 auto 28px;
  background:
    linear-gradient(var(--jc-line), var(--jc-line)) left 5px / 45% 1px no-repeat,
    linear-gradient(var(--jc-line), var(--jc-line)) right 5px / 45% 1px no-repeat,
    linear-gradient(45deg, var(--jc-bordeaux) 50%, transparent 50%) center / 8px 8px no-repeat;
  content: "";
}

.jc-europe {
  min-height: 480px;
  padding: 0;
  background: #fbf8f3;
}

.jc-europe__grid {
  display: grid;
  min-height: 480px;
  grid-template-columns: minmax(360px, .8fr) minmax(520px, 1.35fr);
  gap: 34px;
  align-items: center;
}

.jc-europe__content {
  max-width: 520px;
  padding-block: 74px;
}

.jc-europe__map {
  align-self: stretch;
  min-height: 420px;
  background-image: url("/wp-content/uploads/2026/07/parcours-europe.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}

.jc-discovery {
  padding-top: 74px;
}

.jc-discovery__top {
  grid-template-columns: minmax(220px, .82fr) minmax(0, 3fr);
  gap: 30px;
}

.jc-discovery__top .jc-cards {
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.jc-discovery .jc-card {
  min-height: 294px;
  padding: 34px 32px;
}

.jc-discovery .jc-card::before {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border: 1px solid rgba(177, 31, 53, .35);
  border-radius: 50%;
  color: var(--jc-bordeaux);
  font: 500 19px/1 "Cormorant Garamond", Georgia, serif;
}

.jc-discovery .jc-card:nth-child(1)::before {
  content: "♫";
}

.jc-discovery .jc-card:nth-child(2)::before {
  content: "◉";
}

.jc-discovery .jc-card:nth-child(3)::before {
  content: "▣";
}

.jc-discovery .jc-feature {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  margin-top: 96px;
}

.jc-discovery .jc-feature .jc-facts {
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--jc-line);
}

.jc-discovery .jc-feature .jc-fact {
  padding: 26px 24px 0;
  border-width: 0 1px 0 0;
  background: transparent;
}

.jc-discovery .jc-feature .jc-fact:first-child {
  padding-left: 0;
}

.jc-discovery .jc-feature .jc-fact:last-child {
  border-right: 0;
}

.jc-method-section .jc-two-cols {
  grid-template-columns: minmax(240px, .7fr) minmax(0, 1.8fr);
  gap: 74px;
}

.jc-method__icon {
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  border-radius: 50%;
  color: var(--jc-bordeaux);
  background: #efe6de;
}

.jc-method__icon svg {
  width: 27px;
  height: 27px;
}

.jc-label-section {
  padding-block: 110px;
}

.jc-label-grid {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(0, 1.65fr);
  gap: 78px;
  align-items: center;
}

.jc-label-copy {
  display: block;
}

.jc-label-copy .jc-body {
  margin-top: 0;
}

.jc-label-section .jc-covers {
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.jc-label-section .jc-cover img {
  object-fit: contain;
  padding: 14px;
}

.jc-cover figcaption strong,
.jc-cover figcaption span {
  display: block;
}

.jc-cover figcaption span {
  margin-top: 8px;
  color: #8a8078;
  font: 700 11px/1.3 "Inter", Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.jc-legacy-section .jc-two-cols {
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.25fr);
  align-items: center;
}

.jc-next__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
  color: var(--jc-bordeaux);
}

.jc-next__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .jc-europe__grid,
  .jc-discovery__top,
  .jc-method-section .jc-two-cols,
  .jc-label-grid,
  .jc-legacy-section .jc-two-cols {
    grid-template-columns: 1fr;
  }

  .jc-europe__map {
    min-height: 300px;
    background-position: center;
  }

  .jc-discovery__top .jc-cards,
  .jc-label-section .jc-covers {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Bloc manifeste — structure commune aux citations du site. */
.jc-manifeste {
  position: relative;
  overflow: hidden;
  margin-block: 0 !important;
  padding: 110px 24px;
  border-top: 1px solid #e8ddd6;
  border-bottom: 1px solid #e8ddd6;
  background: #f7f3ee;
}

.jc-manifeste__inner {
  position: relative;
  width: 100%;
  max-width: 1180px !important;
  margin: 0 auto !important;
}

.jc-manifeste__quote-mark {
  position: absolute;
  top: -72px;
  left: 0;
  z-index: 1;
  color: #e8ddd6;
  font: 500 310px/1 "Cormorant Garamond", Georgia, serif;
  opacity: .72;
  pointer-events: none;
}

.jc-manifeste__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 980px !important;
  margin: 0 auto !important;
  text-align: center;
}

.jc-manifeste .jc-manifeste__quote {
  margin: 0;
  color: #1f1a17;
  font: 500 clamp(42px, 5vw, 76px)/.98 "Cormorant Garamond", Georgia, serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.jc-manifeste .jc-manifeste__quote::before,
.jc-manifeste .jc-manifeste__quote::after {
  color: #b11f35;
}

.jc-manifeste .jc-manifeste__quote::before {
  content: "“ ";
}

.jc-manifeste .jc-manifeste__quote::after {
  content: " ”";
}

.jc-manifeste__separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 36px auto 30px;
}

.jc-manifeste__separator span {
  display: block;
  width: 130px;
  height: 1px;
  background: #d9d1ca;
}

.jc-manifeste__separator i {
  display: block;
  width: 7px;
  height: 7px;
  background: #b11f35;
  transform: rotate(45deg);
}

.jc-manifeste p {
  max-width: 760px;
  margin: 0 auto !important;
  color: #5e5650;
  font: 600 14px/1.8 "Inter", Arial, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* Neutralise les marges automatiques des layouts Flow de Gutenberg. */
.jc-hero__grid > *,
.jc-opening__grid > *,
.jc-europe__grid > *,
.jc-two-cols > *,
.jc-cards > *,
.jc-feature > *,
.jc-facts > *,
.jc-method > *,
.jc-label-grid > *,
.jc-covers > *,
.jc-next__grid > * {
  width: auto !important;
  max-width: none !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-inline: 0 !important;
}

.jc-cards,
.jc-method,
.jc-next__grid {
  align-items: stretch;
}

.jc-cards > .jc-card,
.jc-method > .jc-method__item,
.jc-next__grid > .jc-next__card {
  height: 100%;
}

.jc-card > *,
.jc-method__item > *,
.jc-next__card > *,
.jc-fact > * {
  margin-block-start: 0 !important;
}

.jc-label-grid {
  grid-template-columns: minmax(380px, .9fr) minmax(0, 1.7fr);
}

.jc-label-copy,
.jc-label-copy > *,
.jc-label-copy .jc-body,
.jc-label-copy .jc-body > * {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}

.jc-label-copy {
  display: block !important;
  min-width: 0;
}

.jc-label-copy h2 {
  width: 100%;
  max-width: 420px;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.jc-label-copy > p:not(.jc-kicker):not(.jc-actions) {
  width: 100%;
  max-width: 420px !important;
  margin: 0 0 22px !important;
  color: var(--jc-text);
  font: 400 16px/1.8 "Inter", Arial, sans-serif;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.jc-label-copy .jc-actions {
  margin: 42px 0 0 !important;
}

@media (max-width: 1024px) {
  .jc-manifeste {
    padding: 90px 24px;
  }

  .jc-manifeste__quote-mark {
    top: -48px;
    font-size: 230px;
  }

  .jc-label-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .jc-manifeste {
    padding: 72px 22px;
  }

  .jc-manifeste__quote-mark {
    top: -30px;
    left: -8px;
    font-size: 150px;
    opacity: .55;
  }

  .jc-manifeste .jc-manifeste__quote {
    font-size: 40px;
    line-height: 1.05;
  }

  .jc-manifeste__separator {
    gap: 12px;
    margin: 28px auto 24px;
  }

  .jc-manifeste__separator span {
    width: 68px;
  }

  .jc-manifeste p {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: .09em;
  }
}

/* Respiration verticale commune à toutes les sections éditoriales. */
.jc-opening,
.jc-section,
.jc-next {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

/* La carte doit continuer à occuper toute la hauteur du parcours européen. */
.jc-europe {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.jc-europe__content {
  padding-top: 110px;
  padding-bottom: 110px;
}

/* Espace entre les deux compositions de la section Radio / Trois Baudets. */
.jc-discovery .jc-feature {
  margin-top: 110px;
}

@media (max-width: 1024px) {
  .jc-opening,
  .jc-section,
  .jc-next {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .jc-europe {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .jc-europe__content {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .jc-discovery .jc-feature {
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .jc-opening,
  .jc-section,
  .jc-next {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .jc-europe {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .jc-europe__content {
    padding-top: 72px;
    padding-bottom: 32px;
  }

  .jc-discovery .jc-feature {
    margin-top: 72px;
  }
}

/* Responsive du hero avec conservation de l'image en arrière-plan. */
@media (max-width: 1024px) {
  .jc-hero-bg {
    min-height: 580px;
    padding: 90px 24px !important;
    background-position: 62% center;
  }

  .jc-hero-bg::before {
    background: linear-gradient(
      90deg,
      #f7f3ee 0%,
      rgba(247, 243, 238, .98) 38%,
      rgba(247, 243, 238, .78) 62%,
      rgba(247, 243, 238, .16) 100%
    );
  }
}

@media (max-width: 767px) {
  .jc-hero-bg {
    min-height: 540px;
    padding: 72px 22px !important;
    background-position: 67% center;
    background-size: auto 100%;
  }

  .jc-hero-bg::before {
    background: linear-gradient(
      90deg,
      #f7f3ee 0%,
      rgba(247, 243, 238, .98) 48%,
      rgba(247, 243, 238, .84) 72%,
      rgba(247, 243, 238, .38) 100%
    );
  }

  .jc-hero__copy {
    max-width: 78% !important;
  }

  .jc-hero-bg h1 {
    font-size: clamp(46px, 14vw, 62px);
  }

  .jc-hero-text {
    margin-top: 24px !important;
    font-size: 15px;
    line-height: 1.75;
  }
}

@media (max-width: 767px) {
  .jc-quote cite::before {
    width: 190px;
  }

  .jc-europe__grid {
    min-height: 0;
  }

  .jc-europe__content {
    padding: 64px 0 0;
  }

  .jc-europe__map {
    min-height: 210px;
  }

  .jc-discovery__top .jc-cards {
    grid-template-columns: 1fr;
  }

  .jc-discovery .jc-card {
    min-height: 0;
  }

  .jc-discovery .jc-feature,
  .jc-discovery .jc-feature .jc-facts {
    grid-template-columns: 1fr;
  }

  .jc-discovery .jc-feature .jc-fact,
  .jc-discovery .jc-feature .jc-fact:first-child,
  .jc-discovery .jc-feature .jc-fact:last-child {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--jc-line);
  }

  .jc-discovery .jc-feature .jc-fact:last-child {
    border-bottom: 0;
  }

  .jc-label-section .jc-covers {
    grid-template-columns: repeat(2, 1fr);
  }
}
