.bonjour-hub {
  --bh-ink: #38332b;
  --bh-muted: #756d61;
  --bh-gold: #948260;
  --bh-gold-dark: #756548;
  --bh-cream: #f7f3eb;
  --bh-line: rgba(117, 101, 72, .18);
  width: min(1320px, calc(100% - 32px));
  margin: 0 auto 72px;
  color: var(--bh-ink);
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
}

.bonjour-hub *, .bonjour-hub *::before, .bonjour-hub *::after { box-sizing: border-box; }
.bonjour-hub button { font: inherit; }

.bonjour-hub__station {
  width: fit-content;
  margin: 0 0 6px auto;
  padding: 9px 14px;
  border: 1px solid var(--bh-line);
  border-radius: 999px;
  background: #fff;
  color: var(--bh-muted);
  font-size: 12px;
}
.bonjour-hub__station.is-warning { background: #fff8e8; color: #785e2d; }

.bonjour-hub__banner {
  min-height: 320px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: clamp(28px, 5vw, 64px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 85% 15%, rgba(255,255,255,.55), transparent 35%),
    linear-gradient(135deg, #e9e1d3 0%, #d8c7aa 52%, #a99775 100%);
  box-shadow: 0 22px 60px rgba(62, 51, 34, .12);
}

.bonjour-hub__banner.has-image {
  background-image: linear-gradient(90deg, rgba(32,27,22,.72), rgba(32,27,22,.14)), var(--bonjour-banner-image);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.bonjour-hub__banner-content { max-width: 720px; position: relative; z-index: 1; }
.bonjour-hub__eyebrow { display: block; margin-bottom: 16px; font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.bonjour-hub__banner h1 { margin: 0 0 14px; color: inherit; font-size: clamp(32px, 5vw, 62px); font-weight: 500; line-height: 1.04; letter-spacing: -.035em; }
.bonjour-hub__banner p { max-width: 620px; margin: 0; font-size: clamp(15px, 2vw, 19px); line-height: 1.6; }

.bonjour-hub__heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin: 54px 4px 24px; }
.bonjour-hub__heading h2 { margin: 0; color: var(--bh-ink); font-size: clamp(25px, 3vw, 38px); font-weight: 500; letter-spacing: -.025em; }
.bonjour-hub__heading p { margin: 0 0 4px; color: var(--bh-muted); font-size: 14px; }

.bonjour-hub__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }

.bonjour-hub__card {
  aspect-ratio: 1.32 / 1;
  min-height: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(18px, 2vw, 26px);
  overflow: hidden;
  border: 1px solid var(--bh-line);
  border-radius: 24px;
  background: #fff;
  color: var(--bh-ink);
  text-decoration: none !important;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 34px rgba(62, 51, 34, .07);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}

button.bonjour-hub__card {
  width: 100%;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  color: var(--bh-ink) !important;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif !important;
  font-size: inherit;
  font-weight: inherit;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  border: 1px solid var(--bh-line) !important;
  background: #fff !important;
}
button.bonjour-hub__card:nth-child(5n+1), button.bonjour-hub__card:nth-child(7n+4) { background: var(--bh-cream) !important; }
button.bonjour-hub__card:not(.is-disabled):hover { background: var(--bh-gold) !important; color: #fff !important; }
button.bonjour-hub__card strong { font-family: inherit !important; text-transform: none; }
button.bonjour-hub__card small { font-family: inherit !important; text-transform: none; }

.bonjour-hub__card:nth-child(5n+1), .bonjour-hub__card:nth-child(7n+4) { background: var(--bh-cream); }
.bonjour-hub__card:not(.is-disabled):hover { transform: translateY(-5px); background: var(--bh-gold); color: #fff; box-shadow: 0 20px 48px rgba(62, 51, 34, .18); }
.bonjour-hub__card:focus-visible { outline: 3px solid rgba(148,130,96,.45); outline-offset: 3px; }
.bonjour-hub__card.is-disabled { opacity: .58; cursor: default; }
.bonjour-hub__card:disabled { cursor: wait; opacity: .7; }

.bonjour-hub__icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: rgba(148,130,96,.12); color: var(--bh-gold-dark); }
.bonjour-hub__icon svg { width: 26px; height: 26px; }
.bonjour-hub__card:not(.is-disabled):hover .bonjour-hub__icon { background: rgba(255,255,255,.16); color: #fff; }

.bonjour-hub__card-copy { display: block; margin-top: 14px; padding-right: 18px; }
.bonjour-hub__card strong { display: block; color: var(--bh-gold-dark) !important; font-size: clamp(17px, 1.55vw, 22px); font-weight: 600; line-height: 1.22; }
.bonjour-hub__card small { display: block; margin-top: 9px; color: var(--bh-muted); font-size: 13px; line-height: 1.45; }
.bonjour-hub__card .bonjour-hub__arrow { color: var(--bh-gold-dark); }
.bonjour-hub__card:not(.is-disabled):hover strong,
.bonjour-hub__card:not(.is-disabled):hover .bonjour-hub__arrow { color: #fff !important; }
.bonjour-hub__card:not(.is-disabled):hover small { color: rgba(255,255,255,.8); }
.bonjour-hub__arrow { position: absolute; right: 22px; bottom: 20px; font-size: 22px; line-height: 1; opacity: .55; }
.bonjour-hub__card.is-disabled .bonjour-hub__arrow { display: none; }

.bonjour-hub__toast {
  position: fixed;
  z-index: 100010;
  left: 50%;
  bottom: 26px;
  width: min(520px, calc(100% - 28px));
  padding: 15px 20px;
  border-radius: 14px;
  background: #39342c;
  color: #fff;
  text-align: center;
  box-shadow: 0 18px 50px rgba(0,0,0,.2);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 14px);
  transition: opacity .2s ease, transform .2s ease;
}
.bonjour-hub__toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.bonjour-hub__toast.is-error { background: #7d3832; }

.bonjour-treats__header { padding: clamp(26px, 5vw, 54px); border-radius: 28px; background: linear-gradient(135deg, #eee6d9, #d7c5a6); }
.bonjour-treats__back { display: inline-block; margin-bottom: 34px; color: var(--bh-ink); font-size: 13px; text-decoration: none; }
.bonjour-treats__header h1 { margin: 0 0 12px; font-size: clamp(34px, 6vw, 66px); font-weight: 500; line-height: 1; letter-spacing: -.04em; }
.bonjour-treats__header p { max-width: 660px; margin: 0; color: var(--bh-muted); font-size: 16px; line-height: 1.6; }
.bonjour-treats__header .bonjour-hub__station { margin: 24px 0 0; }
.bonjour-treats__section { margin-top: 46px; }
.bonjour-treats__section h2 { margin: 0 0 18px; color: var(--bh-ink); font-size: clamp(24px, 3vw, 34px); font-weight: 500; }
.bonjour-treats__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.bonjour-treats__item { min-height: 210px; display: flex; flex-direction: column; align-items: flex-start; padding: 24px; border: 1px solid var(--bh-line); border-radius: 22px; background: #fff; box-shadow: 0 9px 30px rgba(62,51,34,.06); }
.bonjour-treats__item-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 14px; background: var(--bh-cream); color: var(--bh-gold-dark); }
.bonjour-treats__item-icon svg { width: 25px; height: 25px; }
.bonjour-treats__item h3 { margin: 0 0 20px; color: var(--bh-ink); font-size: 17px; font-weight: 600; line-height: 1.35; }
.bonjour-treats__add { margin-top: auto; padding: 10px 16px; border: 1px solid var(--bh-gold); border-radius: 999px; background: transparent; color: var(--bh-gold-dark); cursor: pointer; }
.bonjour-treats__add:hover { background: var(--bh-gold); color: #fff; }

.bonjour-cart-bar { position: fixed; z-index: 99990; right: 24px; bottom: 24px; display: flex; gap: 22px; align-items: center; padding: 17px 22px; border: 0; border-radius: 18px; background: var(--bh-gold-dark); color: #fff; box-shadow: 0 16px 46px rgba(46,38,27,.28); cursor: pointer; }
.bonjour-cart-bar[hidden] { display: none; }
.bonjour-cart-bar__count { font-size: 13px; }
.bonjour-cart-modal[hidden] { display: none; }
.bonjour-cart-modal { position: fixed; z-index: 100000; inset: 0; display: grid; place-items: center; padding: 18px; }
.bonjour-cart-modal__backdrop { position: absolute; inset: 0; background: rgba(31,27,22,.55); backdrop-filter: blur(4px); }
.bonjour-cart-modal__panel { position: relative; width: min(560px, 100%); max-height: min(760px, calc(100vh - 36px)); overflow: auto; padding: 30px; border-radius: 24px; background: #fff; box-shadow: 0 26px 80px rgba(0,0,0,.26); }
.bonjour-cart-modal__panel h2 { margin: 0 44px 24px 0; font-size: 28px; font-weight: 500; }
.bonjour-cart-modal__close { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--bh-cream); color: var(--bh-ink); font-size: 25px; cursor: pointer; }
.bonjour-cart-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--bh-line); }
.bonjour-cart-row strong { font-size: 14px; font-weight: 500; }
.bonjour-cart-row__controls { flex: 0 0 auto; display: flex; align-items: center; gap: 10px; }
.bonjour-cart-row__controls button { width: 32px; height: 32px; padding: 0; border: 1px solid var(--bh-line); border-radius: 50%; background: #fff; color: var(--bh-ink); cursor: pointer; }
.bonjour-cart-row__controls span { min-width: 18px; text-align: center; }
.bonjour-cart-modal__comment { display: block; margin-top: 24px; color: var(--bh-ink); font-size: 13px; font-weight: 600; }
.bonjour-cart-modal__comment textarea { width: 100%; margin-top: 8px; padding: 13px 14px; resize: vertical; border: 1px solid var(--bh-line); border-radius: 12px; font: inherit; font-weight: 400; }
.bonjour-cart-modal__submit { width: 100%; margin-top: 18px; padding: 15px; border: 0; border-radius: 13px; background: var(--bh-gold-dark); color: #fff; font-weight: 600; cursor: pointer; }
.bonjour-cart-modal__submit:disabled { opacity: .55; cursor: not-allowed; }
.bonjour-cart-modal__note { margin: 12px 0 0; color: var(--bh-muted); font-size: 12px; text-align: center; }
body.bonjour-modal-open { overflow: hidden; }

.bonjour-archive__header {
  padding: clamp(30px, 5vw, 60px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255,255,255,.65), transparent 34%),
    linear-gradient(135deg, #eee7dc, #d4c09f);
}
.bonjour-archive__header h1 { margin: 0 0 12px; font-size: clamp(36px, 6vw, 68px); font-weight: 500; line-height: 1; letter-spacing: -.04em; }
.bonjour-archive__header p { margin: 0; color: var(--bh-muted); font-size: 16px; }
.bonjour-archive__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.bonjour-archive__card { min-height: 250px; display: grid; grid-template-columns: .85fr 1.15fr; overflow: hidden; border: 1px solid var(--bh-line); border-radius: 24px; background: #fff; color: var(--bh-ink); text-decoration: none !important; box-shadow: 0 12px 34px rgba(62,51,34,.08); transition: transform .22s ease, box-shadow .22s ease; }
.bonjour-archive__card:hover { transform: translateY(-5px); color: var(--bh-ink); box-shadow: 0 20px 48px rgba(62,51,34,.16); }
.bonjour-archive__visual { display: grid; place-items: center; min-height: 100%; background: linear-gradient(145deg, #ddd0ba, #a79370); }
.bonjour-archive__card.has-cover .bonjour-archive__visual { background-image: linear-gradient(rgba(31,27,22,.06), rgba(31,27,22,.16)), var(--bonjour-cover); background-size: cover; background-position: center; }
.bonjour-archive__card.has-cover .bonjour-archive__icon { display: none; }
.bonjour-archive__icon { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 20px; background: rgba(255,255,255,.3); color: #fff; }
.bonjour-archive__icon svg { width: 36px; height: 36px; }
.bonjour-archive__copy { display: flex; flex-direction: column; justify-content: center; padding: 26px; }
.bonjour-archive__copy small { display: block; margin-bottom: 9px; color: var(--bh-gold-dark); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.bonjour-archive__copy strong { display: block; font-size: clamp(19px, 2vw, 25px); font-weight: 600; line-height: 1.2; }
.bonjour-archive__copy > span { margin-top: 34px; color: var(--bh-muted); font-size: 12px; }
.bonjour-archive__copy b { margin-left: 5px; font-size: 16px; font-weight: 400; }
.bonjour-archive__empty { margin-top: 30px; padding: 34px; border: 1px solid var(--bh-line); border-radius: 20px; background: var(--bh-cream); color: var(--bh-muted); text-align: center; }

.bonjour-owner { max-width: 980px; }
.bonjour-owner__header { padding: clamp(30px, 5vw, 58px); border-radius: 28px; background: linear-gradient(135deg, #eee7dc, #d4c09f); }
.bonjour-owner__header h1 { max-width: 720px; margin: 0 0 14px; font-size: clamp(36px, 6vw, 66px); font-weight: 500; line-height: 1.03; letter-spacing: -.04em; }
.bonjour-owner__header > p { max-width: 700px; margin: 0; color: var(--bh-muted); font-size: 16px; line-height: 1.65; }
.bonjour-owner__header .bonjour-hub__station { margin: 24px 0 0; }
.bonjour-owner__form { margin-top: 24px; padding: clamp(24px, 4vw, 44px); border: 1px solid var(--bh-line); border-radius: 26px; background: #fff; box-shadow: 0 12px 38px rgba(62,51,34,.08); }
.bonjour-owner__name-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bonjour-owner__form label { display: block; margin-bottom: 18px; }
.bonjour-owner__form label > span { display: block; margin-bottom: 8px; color: var(--bh-ink); font-size: 13px; font-weight: 600; }
.bonjour-owner__form input,
.bonjour-owner__form textarea { width: 100%; padding: 15px 16px; border: 1px solid var(--bh-line); border-radius: 14px; outline: 0; background: #fff; color: var(--bh-ink); font: inherit; transition: border-color .18s ease, box-shadow .18s ease; }
.bonjour-owner__form textarea { min-height: 170px; resize: vertical; line-height: 1.55; }
.bonjour-owner__form input:focus,
.bonjour-owner__form textarea:focus { border-color: var(--bh-gold); box-shadow: 0 0 0 3px rgba(148,130,96,.13); }
.bonjour-owner__form button { width: 100%; padding: 16px 22px; border: 0; border-radius: 14px; background: var(--bh-gold-dark); color: #fff; font-weight: 600; cursor: pointer; }
.bonjour-owner__form button:hover { background: var(--bh-gold); }
.bonjour-owner__form button:disabled { opacity: .55; cursor: wait; }
.bonjour-owner__note { margin: 12px 0 0; color: var(--bh-muted); font-size: 12px; text-align: center; }

.bonjour-weekly { max-width: 1120px; }
.bonjour-weekly__header { padding: clamp(30px, 5vw, 56px); border-radius: 28px; background: linear-gradient(135deg, #eee7dc, #d4c09f); }
.bonjour-weekly__header h1 { margin: 0 0 12px; font-size: clamp(36px, 6vw, 66px); font-weight: 500; line-height: 1; letter-spacing: -.04em; }
.bonjour-weekly__header p { margin: 0; color: var(--bh-muted); font-size: 16px; }
.bonjour-weekly__list { display: grid; grid-template-columns: 1fr; gap: 28px; margin-top: 28px; }
.bonjour-weekly__item { overflow: hidden; border: 1px solid var(--bh-line); border-radius: 28px; background: #fff; box-shadow: 0 14px 42px rgba(62,51,34,.09); }
.bonjour-weekly__image { min-height: clamp(260px, 45vw, 520px); position: relative; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, #ddd0ba, #a79370); color: rgba(255,255,255,.9); }
.bonjour-weekly__image.has-image { background-image: var(--bonjour-weekly-image); background-size: cover; background-position: center; }
.bonjour-weekly__image.has-image::after { content: ""; position: absolute; inset: 0; background: rgba(30,25,20,.18); pointer-events: none; }
.bonjour-weekly__image > span { font-size: clamp(34px, 7vw, 76px); font-weight: 500; letter-spacing: -.04em; }
.bonjour-weekly__content { padding: clamp(26px, 4.5vw, 52px); }
.bonjour-weekly__content h2 { margin: 0 0 18px; color: var(--bh-ink); font-size: clamp(27px, 4vw, 44px); font-weight: 500; line-height: 1.12; letter-spacing: -.03em; }
.bonjour-weekly__text { color: var(--bh-ink); font-size: clamp(16px, 2vw, 19px); line-height: 1.75; }
.bonjour-weekly__empty { margin-top: 28px; padding: 34px; border: 1px solid var(--bh-line); border-radius: 20px; background: var(--bh-cream); color: var(--bh-muted); text-align: center; }

.bonjour-beauty-weeks { margin-top: 28px; padding: clamp(26px, 4.5vw, 48px); border-radius: 28px; background: #3e382f; color: #fff; }
.bonjour-beauty-weeks__heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.bonjour-beauty-weeks__heading .bonjour-hub__eyebrow { margin-bottom: 10px; color: rgba(255,255,255,.6); }
.bonjour-beauty-weeks__heading h2 { margin: 0; color: #fff; font-size: clamp(30px, 5vw, 50px); font-weight: 500; line-height: 1; letter-spacing: -.035em; text-transform: uppercase; }
.bonjour-beauty-weeks__heading > strong { flex: 0 0 auto; color: #decba8; font-size: clamp(15px, 2vw, 20px); font-weight: 500; }
.bonjour-beauty-weeks__list { border-top: 1px solid rgba(255,255,255,.16); }
.bonjour-beauty-weeks__item { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.bonjour-beauty-weeks__item h3 { margin: 0; color: #fff; font-size: clamp(17px, 2.2vw, 23px); font-weight: 500; }
.bonjour-beauty-weeks__item span { flex: 0 0 auto; color: #decba8; font-size: 14px; font-weight: 600; }

.bonjour-social { max-width: 1080px; }
.bonjour-social__header { padding: clamp(30px, 5vw, 56px); border-radius: 28px; background: linear-gradient(135deg, #eee7dc, #d4c09f); }
.bonjour-social__header h1 { margin: 0 0 12px; font-size: clamp(36px, 6vw, 66px); font-weight: 500; line-height: 1; letter-spacing: -.04em; }
.bonjour-social__header p { margin: 0; color: var(--bh-muted); font-size: 16px; }
.bonjour-social__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 24px; }
.bonjour-social__card { padding: clamp(26px, 4vw, 44px); border: 1px solid var(--bh-line); border-radius: 26px; background: #fff; text-align: center; box-shadow: 0 12px 38px rgba(62,51,34,.08); }
.bonjour-social__card h2 { margin: 0 0 8px; color: var(--bh-ink); font-size: clamp(24px, 3vw, 34px); font-weight: 500; }
.bonjour-social__card p { margin: 0 0 24px; color: var(--bh-muted); font-size: 13px; }
.bonjour-social__qr { width: min(330px, 100%); aspect-ratio: 1 / 1; display: grid; place-items: center; margin: 0 auto; padding: 18px; border: 1px solid var(--bh-line); border-radius: 22px; background: #fff; }
.bonjour-social__qr img { display: block; width: 100%; height: 100%; object-fit: contain; }
.bonjour-social__qr span { color: var(--bh-muted); font-size: 14px; line-height: 1.5; }

@media (max-width: 1040px) {
  .bonjour-hub__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bonjour-treats__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bonjour-archive__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .bonjour-hub { width: min(100% - 22px, 620px); margin-top: 0; }
  .bonjour-hub__banner { min-height: 270px; border-radius: 22px; }
  .bonjour-hub__heading { align-items: start; flex-direction: column; gap: 8px; margin-top: 38px; }
  .bonjour-hub__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .bonjour-hub__card { border-radius: 18px; padding: 17px; }
  .bonjour-hub__icon { width: 43px; height: 43px; border-radius: 13px; }
  .bonjour-hub__icon svg { width: 23px; height: 23px; }
  .bonjour-hub__card strong { font-size: 15px; }
  .bonjour-hub__card small { font-size: 11px; margin-top: 6px; }
  .bonjour-hub__arrow { right: 15px; bottom: 14px; font-size: 17px; }
  .bonjour-hub__station { margin-left: 0; }
  .bonjour-treats__header { border-radius: 22px; }
  .bonjour-treats__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .bonjour-treats__item { min-height: 175px; padding: 18px; border-radius: 18px; }
  .bonjour-cart-bar { left: 12px; right: 12px; bottom: 12px; justify-content: space-between; }
  .bonjour-cart-modal__panel { padding: 24px 20px; }
  .bonjour-archive__header { border-radius: 22px; }
  .bonjour-archive__grid { grid-template-columns: 1fr; gap: 12px; }
  .bonjour-archive__card { min-height: 210px; }
  .bonjour-owner__header { border-radius: 22px; }
  .bonjour-owner__form { border-radius: 20px; }
  .bonjour-owner__name-grid { grid-template-columns: 1fr; gap: 0; }
  .bonjour-weekly__header { border-radius: 22px; }
  .bonjour-weekly__list { gap: 16px; }
  .bonjour-weekly__item { border-radius: 20px; }
  .bonjour-weekly__image { min-height: 230px; }
  .bonjour-beauty-weeks { border-radius: 20px; }
  .bonjour-beauty-weeks__heading { align-items: start; flex-direction: column; gap: 10px; }
  .bonjour-beauty-weeks__item { align-items: start; flex-direction: column; gap: 7px; padding: 16px 0; }
  .bonjour-social__header { border-radius: 22px; }
  .bonjour-social__grid { grid-template-columns: 1fr; gap: 12px; }
  .bonjour-social__card { border-radius: 20px; }
}

@media (max-width: 390px) {
  .bonjour-hub__grid { grid-template-columns: 1fr; }
  .bonjour-hub__card { aspect-ratio: 1.65 / 1; }
  .bonjour-treats__grid { grid-template-columns: 1fr 1fr; }
  .bonjour-archive__card { grid-template-columns: 40% 60%; min-height: 180px; border-radius: 18px; }
  .bonjour-archive__copy { padding: 20px 16px; }
  .bonjour-archive__copy > span { margin-top: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .bonjour-hub__card { transition: none; }
}
