@font-face {
  font-family: "Bodoni Local";
  src: url("assets/BodoniModa.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Montserrat Local";
  src: url("assets/Montserrat.ttf") format("truetype");
  font-display: swap;
}

:root {
  --clay: #d85634;
  --clay-deep: #b8432e;
  --butter: #f4c84f;
  --rose: #e98a7d;
  --cream: #f7eedc;
  --cream-strong: #fff8e8;
  --coffee: #3f2a22;
  --cocoa: #6b4637;
  --green: #66784d;
  --line: rgba(63, 42, 34, 0.18);
  /* Variantes lisibles de la charte (WCAG 1.4.3, seuil 4,5:1 en petit corps).
     Le nuancier d'origine reste utilise pour les aplats et les filets ;
     ces trois teintes servent des qu'il y a du texte par-dessus.
       creme sur --clay          : 3,74:1  ->  --clay-texte     4,73:1
       --clay-deep sur --rose    : 2,16:1  ->  --brun-sur-rose  5,19:1
       --butter sur --clay-deep  : 3,41:1  ->  --butter-clair   4,67:1 */
  --clay-texte: #c24626;
  --brun-sur-rose: #5c1c0e;
  --butter-clair: #fdecc0;
  /* Violet releve sur les deux cartes affichees dans le salon : #a96dcd
     couvre la moitie de leur surface, c'est leur couleur. Il est clair, donc
     il ne porte pas de petit texte. Deux variantes assombries, teinte 278
     conservee :
       blanc sur #a96dcd  : 3,65:1  -> jamais de texte dessus
       #945ab6 sur creme  : 4,51:1  -> texte
       creme sur #9458b9  : 4,56:1  -> aplat qui porte du texte */
  --violet: #a96dcd;
  --violet-texte: #945ab6;
  --violet-aplat: #9458b9;
  --violet-voile: #f2e7f9;
  --shadow: 0 26px 70px rgba(63, 42, 34, 0.14);
  --serif: "Bodoni Local", "Didot", "Bodoni 72", Georgia, serif;
  --sans: "Montserrat Local", Arial, sans-serif;
  --gutter: clamp(18px, 4vw, 72px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--clay);
  color: var(--coffee);
  font-family: var(--sans);
  line-height: 1.5;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--butter);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 30;
  transform: translateY(-140%);
  background: var(--coffee);
  color: var(--cream-strong);
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-shell {
  width: min(100% - 8vw, 1740px);
  margin: clamp(24px, 5vw, 84px) auto;
  background: var(--cream);
  border: 2px solid rgba(255, 248, 232, 0.7);
  min-height: 100vh;
  box-shadow: var(--shadow);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 22px var(--gutter) 10px;
  position: relative;
  z-index: 10;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(112px, 13vw, 190px);
}

.brand img {
  width: 100%;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.3vw, 34px);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links a {
  padding: 11px 0;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover {
  border-color: var(--coffee);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  background: var(--butter);
  border: 1px solid var(--coffee);
  padding: 0;
  place-items: center;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--coffee);
  margin: 3px auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.47fr) minmax(0, 0.53fr);
  gap: clamp(26px, 3.5vw, 64px);
  min-height: calc(100vh - 180px);
  padding: 16px var(--gutter) 38px;
  align-items: stretch;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 720px;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 22px;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--clay-deep);
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: 0;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
}

h1 {
  font-size: clamp(4.25rem, 8.4vw, 9.8rem);
  max-width: 13ch;
}

h2 {
  font-size: clamp(3.2rem, 6.2vw, 7.1rem);
  max-width: 10ch;
}

h3 {
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.45rem);
  line-height: 1.1;
}

.hero-text {
  max-width: 520px;
  margin: 24px 0 22px;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.round-cta {
  display: inline-grid;
  place-items: center;
  width: 110px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--clay);
  color: var(--cream-strong);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
  transition: transform 180ms ease, background 180ms ease;
}

.round-cta:hover {
  transform: translateY(-3px) rotate(-4deg);
  background: var(--clay-deep);
}

.text-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.text-cta::before,
.text-cta::after {
  color: var(--clay-deep);
  font-weight: 900;
}

.text-cta::before {
  content: "[";
}

.text-cta::after {
  content: "]";
}

.hero-media {
  position: relative;
  display: grid;
  grid-template-columns: 0.95fr 0.6fr;
  grid-template-rows: 1fr 0.78fr;
  gap: 18px;
  min-height: 620px;
  min-width: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid var(--line);
}

.hero-image-main {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  aspect-ratio: 16 / 11;
}

.hero-image-secondary {
  grid-column: 2;
  grid-row: 2;
  border: 10px solid var(--cream);
  box-shadow: var(--shadow);
}

.service-card {
  position: absolute;
  left: 28px;
  bottom: 28px;
  width: min(310px, 64%);
  background: var(--butter);
  color: var(--coffee);
  padding: 26px;
  box-shadow: 12px 12px 0 rgba(216, 86, 52, 0.36);
}

.service-card p {
  margin: 0 0 3px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.service-card strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  font-weight: 500;
  line-height: 0.9;
}

.service-card span {
  display: block;
  margin-top: 12px;
  font-size: 0.86rem;
  font-weight: 700;
}

.intro-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--line);
}

.intro-strip p {
  margin: 0;
  background: #fbf4df;
  padding: 18px var(--gutter);
  font-size: clamp(0.85rem, 1vw, 1rem);
}

.intro-strip strong {
  color: var(--clay-deep);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-right: 8px;
}

.menu-section,
.gallery-section,
.faq-section,
.visit-section {
  padding: clamp(66px, 9vw, 132px) var(--gutter);
}

.section-heading {
  margin-bottom: clamp(28px, 5vw, 64px);
}

.menu-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}

.menu-tile {
  min-height: 430px;
  display: grid;
  grid-template-rows: 1fr auto;
  background: var(--cream-strong);
  border: 1px solid var(--line);
}

.menu-tile img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.menu-tile div {
  padding: 20px;
}

.menu-tile span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--clay-deep);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.tile-large {
  grid-row: span 2;
  min-height: 884px;
  background: var(--butter);
}

.tile-pink {
  background: #ffe0d8;
}

.brunch-story {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 6vw, 84px);
  padding: clamp(58px, 8vw, 118px) var(--gutter);
  background: var(--rose);
  color: var(--coffee);
  align-items: center;
}

.story-media {
  min-height: 600px;
}

.story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 16px solid var(--cream);
}

.story-copy p:not(.eyebrow) {
  max-width: 650px;
  font-size: clamp(1rem, 1.3vw, 1.28rem);
}

.proof-list {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  display: grid;
  gap: 12px;
  max-width: 660px;
}

.proof-list li {
  background: rgba(255, 248, 232, 0.72);
  padding: 16px 18px;
  border-left: 8px solid var(--butter);
  font-weight: 700;
}

.split-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.image-run {
  display: grid;
  grid-template-columns: 0.72fr 1fr 0.88fr 0.72fr;
  gap: 18px;
  align-items: end;
}

.image-run img {
  width: 100%;
  object-fit: cover;
  border: 1px solid var(--line);
}

.image-run img:nth-child(1) {
  aspect-ratio: 3 / 4.2;
}

.image-run img:nth-child(2) {
  aspect-ratio: 4 / 3;
  align-self: start;
}

.image-run img:nth-child(3) {
  aspect-ratio: 1 / 1;
  background: var(--clay);
}

.image-run img:nth-child(4) {
  aspect-ratio: 3 / 4;
}

.faq-section {
  background: var(--cream);
  border-top: 1px solid var(--line);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.faq-item {
  background: var(--cream-strong);
  border: 1px solid var(--line);
  padding: 24px;
  min-height: 190px;
}

.faq-item summary {
  cursor: pointer;
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  font-weight: 800;
  line-height: 1.2;
}

.faq-item summary::marker {
  color: var(--clay-deep);
}

.faq-item p {
  margin: 16px 0 0;
  color: var(--cocoa);
}

.visit-section {
  background: var(--clay-deep);
  color: var(--cream-strong);
}

.visit-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
}

.visit-card .eyebrow {
  color: var(--butter);
}

.visit-card h2 {
  max-width: 11ch;
}

.info-list {
  margin: 0;
  display: grid;
  gap: 1px;
  background: rgba(255, 248, 232, 0.22);
}

.info-list div {
  display: grid;
  grid-template-columns: 0.38fr 0.62fr;
  gap: 18px;
  background: var(--clay-deep);
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 248, 232, 0.18);
}

.info-list dt {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.76rem;
  color: var(--butter);
}

.info-list dd {
  margin: 0;
}

.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 13px 18px;
  background: var(--butter);
  color: var(--coffee);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  border: 1px solid var(--butter);
}

.button:hover {
  background: var(--cream-strong);
}

.button-light {
  background: transparent;
  color: var(--cream-strong);
  border-color: rgba(255, 248, 232, 0.52);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px var(--gutter);
  border-top: 1px solid var(--line);
  font-size: 0.78rem;
  color: var(--cocoa);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 1100px) and (min-width: 881px) {
  .hero {
    grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
    gap: 26px;
    min-height: calc(100vh - 150px);
    padding-top: 18px;
  }

  h1 {
    font-size: clamp(4.15rem, 6.2vw, 5.35rem);
  }

  .hero-text {
    margin: 18px 0 20px;
    font-size: 0.98rem;
  }

  .round-cta {
    width: 96px;
    font-size: 0.76rem;
  }

  .hero-media {
    min-height: 470px;
  }

  .service-card {
    width: min(270px, 72%);
    padding: 20px;
  }
}

@media (max-width: 880px) {
  .page-shell {
    width: min(100% - 5vw, 1740px);
  }

  .hero,
  .brunch-story,
  .visit-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-copy {
    max-width: 780px;
  }

  h1 {
    max-width: 10ch;
  }

  .hero-media,
  .story-media {
    min-height: clamp(420px, 70vw, 720px);
  }

  .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tile-large {
    min-height: 560px;
  }

  .image-run {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  :root {
    --gutter: 20px;
  }

  .page-shell {
    width: 100%;
    margin: 0;
    border: 0;
  }

  .site-header {
    padding-top: 14px;
  }

  .brand {
    width: 124px;
  }

  .menu-toggle {
    display: block;
    position: relative;
    z-index: 25;
  }

  .nav-links {
    position: fixed;
    inset: 0;
    z-index: 20;
    display: none;
    flex-direction: column;
    justify-content: center;
    background: var(--cream);
    font-size: 1rem;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    min-height: 48px;
  }

  .hero {
    padding-top: 20px;
    gap: 34px;
  }

  h1 {
    font-size: clamp(4rem, 18vw, 6rem);
  }

  h2 {
    font-size: clamp(3.1rem, 14vw, 5.3rem);
    max-width: 9.5ch;
  }

  .hero-text {
    margin: 24px 0 26px;
  }

  .round-cta {
    width: 104px;
  }

  .hero-media {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }

  .hero-image-main {
    grid-column: auto;
    grid-row: auto;
    height: min(78vh, 560px);
  }

  .hero-image-secondary {
    display: none;
  }

  .service-card {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    box-shadow: none;
  }

  .intro-strip {
    grid-template-columns: 1fr;
  }

  .intro-strip p {
    padding: 16px var(--gutter);
  }

  .menu-section,
  .gallery-section,
  .faq-section,
  .visit-section {
    padding: 58px var(--gutter);
  }

  .menu-grid,
  .faq-grid,
  .image-run {
    grid-template-columns: 1fr;
  }

  .menu-tile,
  .tile-large {
    min-height: 0;
  }

  .menu-tile img {
    min-height: 260px;
    max-height: 420px;
  }

  .brunch-story {
    padding: 58px var(--gutter);
  }

  .story-media {
    min-height: 390px;
  }

  .story-media img {
    border-width: 8px;
  }

  .split-heading {
    display: block;
  }

  .split-heading .text-cta {
    margin-top: 22px;
  }

  .info-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .visit-actions,
  .site-footer {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* ---------------------------------------------------------------------------
   Passe tactile (2026-08-02) — skill desktop-vers-mobile, bascule 1.
   Au doigt, :hover se declenche apres la tape et reste colle. On le neutralise
   sur pointeur grossier et on fournit un etat presse a tout l'interactif.
--------------------------------------------------------------------------- */
@media (hover: none) and (pointer: coarse) {
  a:active,
  button:active,
  [role="button"]:active,
  summary:active,
  label:active {
    opacity: 0.62;
    transition: opacity 0.05s linear;
  }

  a,
  button,
  [role="button"] {
    -webkit-tap-highlight-color: transparent;
  }
}

/* 16 px est un plancher technique : en dessous, iOS zoome de force la page
   des qu'on touche un champ. */
input:not([type="hidden"]),
select,
textarea {
  font-size: 16px;
  min-height: 48px;
}

textarea {
  min-height: 120px;
}


/* ---------------------------------------------------------------------------
   Contraste (2026-08-02) — les trois paires mesurees sous 4,5:1.
   Le nuancier d'origine reste en place pour les aplats et les filets.
--------------------------------------------------------------------------- */

/* creme sur l'argile : 3,74:1 -> 4,73:1 */
.round-cta {
  background-color: var(--clay-texte);
}

/* argile foncee sur le rose : 2,16:1 -> 5,19:1 */
.story-copy .eyebrow {
  color: var(--brun-sur-rose);
}

/* beurre sur l'argile foncee : 3,41:1 -> 4,67:1 */
.visit-card .eyebrow,
.visit-card dt {
  color: var(--butter-clair);
}


/* Le defilement anime est agreable a la souris, mais sur telephone un lien de
   menu peut demander un saut de plusieurs milliers de pixels : le navigateur
   l'anime pendant plusieurs secondes, et iOS ignore le doigt pendant toute
   l'animation. Le site parait fige. Sur pointeur grossier, on saute
   directement. (Mesure sur Le Coq en Pate : 12 148 px anime en 4 000 ms.) */
@media (hover: none) and (pointer: coarse) {
  html {
    scroll-behavior: auto;
  }
}

/* Lien d'evitement : masque tant qu'il n'a pas le focus, il apparait a la
   premiere tabulation pour sauter directement au contenu. */
.lien-evitement {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  padding: 12px 20px;
  background: #14110e;
  color: #fdf8ef;
  font: 600 15px/1 system-ui, sans-serif;
  text-decoration: none;
  border-radius: 0 0 8px 0;
}

.lien-evitement:focus {
  left: 0;
  outline: 3px solid #f4c84f;
  outline-offset: 2px;
}

/* --- Carte reelle avec les prix ------------------------------------------
   Relevee sur les deux cartes affichees dans le salon (photos du proprietaire,
   fiche Google, aout 2026). Deux colonnes sur grand ecran, une seule des que
   la lecture devient serree. */

.carte-reelle {
  padding: 0 var(--gutter) clamp(66px, 9vw, 132px);
  background: var(--cream-strong);
}

/* Leurs deux cartes imprimees sont une arche violette posee sur du creme.
   On cite la forme sur l'en-tete de section, pas sur les 51 lignes de prix :
   du texte dense sur aplat violet serait illisible. */
.carte-arche {
  margin: 0 auto clamp(40px, 5vw, 72px);
  max-width: 980px;
  padding: clamp(48px, 6vw, 86px) clamp(24px, 5vw, 72px) clamp(38px, 4.6vw, 62px);
  background: var(--violet-aplat);
  color: var(--cream-strong);
  border-radius: 46% 46% 0 0 / 15% 15% 0 0;
  text-align: center;
}

/* Le jaune de la charte ne monte qu'a 4,12:1 sur l'aplat violet : le surtitre
   reste en creme (4,56:1) et se distingue par la graisse et l'interlettrage. */
.carte-arche .eyebrow {
  color: var(--cream-strong);
}

.carte-arche h2 {
  color: var(--cream-strong);
  margin-bottom: 0;
}

.carte-intro {
  max-width: 54ch;
  margin: 16px auto 0;
  color: var(--cream-strong);
}

.carte-colonnes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.carte-col {
  display: grid;
  gap: clamp(30px, 3.4vw, 48px);
  align-content: start;
}

.carte-famille h3 {
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.8vw, 1.6rem);
  font-weight: 400;
  color: var(--violet-texte);
}

.carte-famille h3 em {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--cocoa);
  margin-left: 8px;
}

.carte-famille ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.carte-famille .carte-inline {
  gap: 10px;
}

.carte-tete,
.carte-inline li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
}

.carte-tete span:first-child,
.carte-inline li span:first-child {
  font-weight: 600;
}

.carte-tarif {
  flex: none;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: var(--violet-texte);
}

.carte-desc {
  margin: 4px 0 0;
  max-width: 46ch;
  font-size: 0.92rem;
  color: var(--cocoa);
}

.carte-options {
  padding: clamp(20px, 2.4vw, 28px);
  background: var(--violet-voile);
  border: 1px solid rgba(148, 90, 182, 0.28);
}

.carte-options h3 {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 14px;
}

.carte-pied {
  margin: clamp(34px, 4vw, 56px) 0 0;
  max-width: 74ch;
  font-size: 0.92rem;
  color: var(--cocoa);
}

@media (max-width: 880px) {
  .carte-colonnes {
    grid-template-columns: 1fr;
  }
}

/* --- Les fondatrices ------------------------------------------------------
   Sur leur compte, le seul post ecrit a la premiere personne fait presque six
   fois la moyenne des autres. L'humain est ce qui marche chez elles, il lui
   fallait une section, pas une ligne perdue dans un paragraphe. */

.fondatrices {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
  padding: clamp(58px, 8vw, 118px) var(--gutter);
  background: var(--violet-voile);
  color: var(--coffee);
}

/* --violet-texte tombe a 4,0:1 sur le voile violet, il faut un cran plus sombre. */
.fondatrices-copy .eyebrow {
  color: #8b51ad;
}

.fondatrices-copy h2 {
  margin-bottom: 18px;
}

.fondatrices-copy p:not(.eyebrow) {
  max-width: 54ch;
  font-size: clamp(1rem, 1.2vw, 1.16rem);
}

.fondatrices-media {
  margin: 0;
}

.fondatrices-media img {
  width: 100%;
  height: auto;
  border: 16px solid var(--cream-strong);
}

@media (max-width: 880px) {
  .fondatrices {
    grid-template-columns: 1fr;
  }
}

/* --- Filtres de la carte --------------------------------------------------
   Cinquante et un prix d'un coup, c'est beaucoup. Les filtres allegent, et
   des qu'une categorie est choisie la carte repasse sur une seule colonne :
   deux colonnes pour trois blocs laisseraient une colonne vide. */

.carte-filtres {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.carte-filtre {
  min-height: 44px;
  padding: 11px 20px;
  border: 1.5px solid rgba(148, 90, 182, 0.45);
  border-radius: 999px;
  background: transparent;
  color: var(--violet-texte);
  font-family: var(--sans);
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.carte-filtre:hover {
  border-color: var(--violet-aplat);
  background: var(--violet-voile);
}

.carte-filtre.actif {
  background: var(--violet-aplat);
  border-color: var(--violet-aplat);
  color: var(--cream-strong);
}

.carte-compte {
  margin: 0 0 26px;
  font-size: 0.88rem;
  color: var(--cocoa);
}

.carte-colonnes.filtree {
  grid-template-columns: minmax(0, 1fr);
  max-width: 660px;
}

.carte-colonnes.filtree .carte-col {
  display: contents;
}

.carte-famille[hidden] {
  display: none;
}

@media (max-width: 560px) {
  .carte-filtre {
    padding: 11px 15px;
    font-size: 0.8rem;
  }
}
