/* Thème aligné sur l’app React (variables primary) */
:root {
  --primary-50: #f0f9ff;
  --primary-100: #e0f2fe;
  --primary-200: #bae6fd;
  --primary-300: #7dd3fc;
  --primary-400: #38bdf8;
  --primary-500: #0ea5e9;
  --primary-600: #0284c7;
  --primary-700: #0369a1;
  --primary-800: #075985;
  --primary-900: #0c4a6e;
  --background-color: #f8fafc;
  --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  /* React utilise `fontFamily: 'serif'` (serif système). */
  --font-serif: Georgia, "Times New Roman", Times, serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.therion-body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--background-color);
  color: var(--primary-900);
  line-height: 1.5;
}

.serif {
  font-family: var(--font-serif);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.container {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Fil d’Ariane (collier, médailles, etc.) — même rendu partout */
.collier-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6b7280;
  margin-top: 0;
  margin-bottom: 1.125rem;
  line-height: 1.35;
}

@media (min-width: 768px) {
  .collier-breadcrumb {
    margin-bottom: 1.5rem;
  }
}

.collier-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.collier-breadcrumb a:hover {
  color: var(--primary-700);
  text-decoration: underline;
}

.collier-breadcrumb__home {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #6b7280;
}

.collier-breadcrumb__home-icon {
  display: inline-flex;
  align-items: center;
  color: #9ca3af;
}

.collier-breadcrumb__home-icon svg {
  display: block;
}

.collier-breadcrumb__sep {
  color: #9ca3af;
  font-size: 14px;
}

.collier-breadcrumb__current {
  color: #111827;
  font-weight: 500;
}

.collier-breadcrumb__cat-link {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}

.collier-breadcrumb__cat-link:hover {
  color: var(--primary-700);
  text-decoration: underline;
}

/* ——— Nav ——— */
.therion-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--primary-700);
  height: 4rem;
}

.therion-nav-spacer {
  height: 4rem;
}

.therion-nav__inner {
  max-width: 100%;
  height: 4rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.therion-nav__brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.therion-nav__logo {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: var(--primary-50);
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.therion-nav__logo:hover {
  color: var(--primary-100);
}

.therion-nav__paw {
  margin: 0 -0.05rem;
  transform: rotate(20deg);
  filter: invert(1);
}

.therion-nav__tagline {
  display: none;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--primary-100);
  border-left: 1px solid var(--primary-400);
  padding-left: 0.75rem;
}

@media (min-width: 1024px) {
  .therion-nav__tagline {
    display: inline;
  }
}

.therion-nav__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

.therion-nav__auth {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.therion-nav__auth[hidden] {
  display: none !important;
}

.therion-nav__user {
  color: var(--primary-100);
  font-size: 0.82rem;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.therion-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0.5rem 0.85rem;
  border-radius: 0.375rem;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  font-family: inherit;
}

.therion-btn--nav {
  background: var(--primary-600);
  color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 1rem;
  font-weight: 500;
}

.therion-btn--nav:hover {
  background: var(--primary-700);
}

.therion-nav__btn-icon {
  flex-shrink: 0;
}

.therion-btn--nav > span {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1;
}

.therion-admin-menu {
  position: relative;
}

.therion-admin-menu > summary {
  list-style: none;
}

.therion-admin-menu > summary::-webkit-details-marker {
  display: none;
}

.therion-admin-menu__panel {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: min(92vw, 380px);
  max-height: min(72vh, 620px);
  overflow-y: auto;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
  padding: 8px;
  z-index: 10010;
}

.therion-admin-menu__section {
  padding: 6px 2px 8px;
  border-bottom: 1px solid #f1f5f9;
}

.therion-admin-menu__section:last-child {
  border-bottom: 0;
}

.therion-admin-menu__title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6b7280;
  font-weight: 700;
  padding: 2px 8px 6px;
  margin: 0;
}

.therion-admin-menu__section a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  color: #1f2937;
  font-size: 14px;
  font-weight: 600;
}

.therion-admin-menu__section a:hover {
  background: #f8fafc;
}

.therion-admin-menu__icon {
  flex-shrink: 0;
}

.therion-admin-menu__icon--muted {
  color: #9ca3af;
}

.therion-admin-menu__icon--gray {
  color: #6b7280;
}

.therion-admin-menu__icon--amber {
  color: #f59e0b;
}

.therion-admin-menu__icon--yellow {
  color: #eab308;
}

.therion-admin-menu__icon--green {
  color: #16a34a;
}

.therion-admin-menu__icon--emerald {
  color: #10b981;
}

.therion-admin-menu__icon--blue {
  color: #3b82f6;
}

.therion-admin-menu__icon--blue-dark {
  color: #2563eb;
}

.therion-admin-menu__icon--indigo {
  color: #6366f1;
}

.therion-admin-menu__icon--violet {
  color: #8b5cf6;
}

.therion-admin-menu__icon--purple {
  color: #a855f7;
}

.therion-admin-menu__icon--pink {
  color: #ec4899;
}

.therion-admin-menu__icon--orange {
  color: #f97316;
}

.therion-admin-menu__icon--rose {
  color: #f43f5e;
}

.therion-admin-menu__icon--teal {
  color: #14b8a6;
}

.therion-btn--cart {
  position: relative;
}

.therion-cart-badge {
  font-style: normal;
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  position: absolute;
  top: -4px;
  right: -4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0 4px;
  line-height: 1;
}

/* display:inline-flex gagnait sur l’attribut HTML hidden → bulle « 0 » visible */
.therion-cart-badge[hidden] {
  display: none !important;
}

.therion-btn--signup {
  background: var(--primary-500);
}

.therion-btn--signup:hover {
  background: var(--primary-600);
}

.therion-promo-top-banner {
  border-bottom: 1px solid #fcd34d;
  background: linear-gradient(to right, #fffbeb, #fef3c7, #fffbeb);
  color: #451a03;
}

.therion-promo-top-banner__inner {
  max-width: 64rem;
  margin: 0 auto;
  padding: 6px 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  font-size: 11px;
  line-height: 1.25;
}

.therion-promo-top-banner__text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 600;
}

.therion-promo-top-banner__badge {
  display: none;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #fde68a;
  color: #78350f;
  font-size: 11px;
}

.therion-promo-top-banner__code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fde68a;
  color: #78350f;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 700;
}

.therion-promo-top-banner__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #78350f;
  color: #fffbeb;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.therion-promo-top-banner__cta:hover {
  background: #92400e;
}

@media (min-width: 640px) {
  .therion-promo-top-banner__inner {
    padding: 10px 16px;
    gap: 8px;
    font-size: 14px;
    line-height: 1.45;
    text-align: left;
  }

  .therion-promo-top-banner__badge {
    display: inline-flex;
  }

  .therion-promo-top-banner__code {
    font-size: 12px;
  }

  .therion-promo-top-banner__cta {
    font-size: 14px;
    padding: 4px 12px;
  }
}

@media (max-width: 720px) {
  .therion-nav__logo {
    font-size: 1.05rem;
  }

  .therion-nav__paw {
    width: 16px;
    height: 16px;
  }

  .therion-nav__actions {
    gap: 4px;
  }

  .therion-btn--nav {
    padding: 4px 10px;
    font-size: 0.92rem;
  }

  .therion-btn--nav > span {
    display: none;
  }

  /* Mobile values match React (base styles above) */
}

.therion-btn--primary {
  background: var(--primary-700);
  color: #fff;
  border: 2px solid var(--primary-900);
  padding: 0.85rem 1.75rem;
  border-radius: 14px;
  font-family: var(--font-serif);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.08);
}

.therion-btn--primary:hover {
  background: var(--primary-800);
  transform: scale(1.02);
}

.therion-btn--outline {
  background: #fff;
  color: var(--primary-900);
  border: 2px solid var(--primary-700);
  padding: 0.85rem 1.75rem;
  border-radius: 14px;
  font-family: var(--font-serif);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.06);
}

.therion-btn--outline:hover {
  background: var(--primary-100);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.08);
}

.therion-btn--secondary {
  background: var(--primary-600);
  color: #fff;
  border: 2px solid var(--primary-800);
  padding: 0.85rem 1.5rem;
  border-radius: 14px;
  font-family: var(--font-serif);
}

.therion-btn--secondary:hover {
  background: var(--primary-700);
  transform: scale(1.02);
}

.therion-btn--block {
  width: 100%;
}

.therion-btn--small {
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  border-radius: 0.75rem;
}

.therion-btn--muted {
  background: var(--primary-100);
  color: var(--primary-900);
  border: 2px solid var(--primary-300);
  font-family: var(--font-serif);
}

.therion-btn--muted:hover {
  background: var(--primary-200);
}

/* ——— Home layout ——— */
.home__bg {
  min-height: 100vh;
  background: linear-gradient(
    to bottom,
    var(--primary-50),
    #fff,
    var(--primary-50)
  );
}

.section-block {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-block--tight {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Réduit l’espace au-dessus du bloc « Prêt à créer le vôtre ? » */
.section-block--pre-cta-final {
  padding-bottom: 1.25rem;
}

.section-block--cta-final {
  padding-top: 0.75rem;
  padding-bottom: 2rem;
}

.section-block--card-quote {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/* ——— Hero ——— */
.home-hero {
  position: relative;
  padding: 1.5rem 1rem 4rem;
  overflow: hidden;
}

.home-hero__deco::before,
.home-hero__deco::after {
  content: "";
  position: absolute;
  border: 4px solid var(--primary-800);
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
}

.home-hero__deco::before {
  width: 8rem;
  height: 8rem;
  top: 2.5rem;
  left: 2.5rem;
  transform: rotate(12deg);
}

.home-hero__deco::after {
  width: 6rem;
  height: 6rem;
  top: 10rem;
  right: 5rem;
  transform: rotate(-12deg);
}

.home-hero__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 38rem;
  margin: 0 auto;
}

.home-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background: var(--primary-100);
  border: 1px solid var(--primary-200);
  color: var(--primary-800);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-hero__badge-icon {
  color: var(--primary-700);
}

.home-hero__sub {
  margin: 0.5rem 0 0;
  color: #5b523e;
  font-size: 0.875rem;
  font-family: var(--font-serif);
}

.home-hero__title {
  margin: 1.25rem 0 0.5rem;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.02em;
  color: inherit;
}

.home-hero__title-line {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 3.4vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.home-hero__title-line + .home-hero__title-line {
  margin-top: 0.2rem;
}

.home-hero__title-line--1 {
  color: #332b26;
}

.home-hero__title-chunk {
  display: inline;
  font: inherit;
}

.home-hero__title-chunk--earth {
  color: #5b523e;
}

.home-hero__title-chunk--blue {
  color: var(--primary-700, #0369a1);
}

.home-hero__title,
.home-hero__lead {
  font-family: var(--font-serif);
}

.home-hero__lead {
  font-size: 0.9375rem;
  color: #332b26;
  margin: 0 auto 1.75rem;
  line-height: 1.55;
  max-width: 34rem;
  opacity: 0.92;
}

.home-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

/* ——— Gallery ——— */
.home-gallery-wrap {
  padding-top: 12px;
  padding-bottom: 4px;
  max-width: 64rem;
  margin-top: 26px;
}

@media (min-width: 768px) {
  .home-gallery-wrap {
    padding-top: 1rem;
  }
}

.home-gallery--mobile {
  display: block;
  margin-bottom: 0.5rem;
}

.home-gallery--desktop {
  display: none;
}

@media (min-width: 768px) {
  .home-gallery--mobile {
    display: none;
  }
  .home-gallery--desktop {
    display: grid;
  }
}

.home-gallery__carousel {
  position: relative;
  max-width: 64rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0.75rem;
}

.home-gallery__track {
  display: flex;
  transition: transform 0.3s ease-out;
}

.home-gallery__page {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.home-gallery__cell {
  position: relative;
  border: none;
  padding: 0;
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--primary-500) 15%, transparent);
  aspect-ratio: 16 / 11;
}

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

.home-gallery__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 50%;
  background: rgb(0 0 0 / 0.35);
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-gallery__arrow--prev {
  left: 0.5rem;
}

.home-gallery__arrow--next {
  right: 0.5rem;
}

.home-gallery__dots {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.5rem;
}

.home-gallery__dot {
  height: 0.35rem;
  border: none;
  border-radius: 9999px;
  background: var(--primary-300);
  cursor: pointer;
  padding: 0;
  width: 0.35rem;
  transition: width 0.2s, background 0.2s;
}

.home-gallery__dot.is-active {
  width: 1.25rem;
  background: var(--primary-700);
}

.home-gallery__new {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: rgb(255 255 255 / 0.85);
  color: var(--primary-900);
  font-size: 10px;
  font-weight: 600;
  padding: 0.15rem 0.5rem;
  border-radius: 9999px;
}

.home-gallery--desktop {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 98px;
  gap: 12px;
  max-width: 64rem;
  margin: 0 auto 26px;
}

.home-gallery__tile {
  position: relative;
  border: none;
  padding: 0;
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid color-mix(in srgb, var(--primary-100) 40%, transparent);
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.06);
  transition: box-shadow 0.3s, transform 0.3s;
}

.home-gallery__tile:hover {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.home-gallery__tile--hero {
  grid-column: span 2;
  grid-row: span 2;
}

.home-gallery__tile--std {
  grid-column: span 1;
  grid-row: span 2;
}

.home-gallery__tile-inner {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-gallery__tile-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.home-gallery__tile:hover .home-gallery__tile-inner img {
  transform: scale(1.05);
}

.home-gallery__hovercap {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(0 0 0 / 0.6), transparent 55%);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.75rem;
  color: #fff;
  pointer-events: none;
}

.home-gallery__tile:hover .home-gallery__hovercap {
  opacity: 1;
}

.home-gallery__hovertitle {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
}

.home-gallery__hovertype {
  font-size: 0.75rem;
  opacity: 0.9;
  margin: 0;
}

/* ——— Lightbox ——— */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.lightbox[hidden] {
  display: none;
}

.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0.9);
}

.lightbox__panel {
  position: relative;
  z-index: 2;
  max-width: min(100%, 80rem);
  max-height: 100%;
}

.lightbox__img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 0.5rem;
  display: block;
  margin: 0 auto;
}

.lightbox__close {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  z-index: 3;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 50%;
  background: rgb(0 0 0 / 0.5);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  border-radius: 50%;
  background: rgb(0 0 0 / 0.5);
  color: #fff;
  font-size: 1.75rem;
  cursor: pointer;
  line-height: 1;
}

.lightbox__nav--prev {
  left: 0.25rem;
}

.lightbox__nav--next {
  right: 0.25rem;
}

.lightbox__caption {
  margin-top: 0.75rem;
  text-align: center;
  color: #fff;
}

.lightbox__title {
  font-weight: 600;
  margin: 0 0 0.25rem;
  font-size: 1.1rem;
}

.lightbox__sub {
  margin: 0;
  opacity: 0.9;
  font-size: 0.9rem;
}

.lightbox__product {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  z-index: 3;
  text-decoration: none;
}

.lightbox__counter {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 3;
  background: rgb(0 0 0 / 0.7);
  color: #fff;
  font-size: 0.85rem;
  padding: 0.25rem 0.6rem;
  border-radius: 0.35rem;
}

/* ——— Card quote (même esprit compact que .cta-final) ——— */
.card-quote {
  max-width: 38rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 14px 28px -8px rgb(0 0 0 / 0.12);
  padding: 1.35rem 1.1rem 1.5rem;
  border: 1px solid #d2c5b8;
  text-align: center;
}

@media (min-width: 640px) {
  .card-quote {
    padding: 1.65rem 1.75rem 1.75rem;
  }
}

.card-quote__icon {
  margin: 0 auto 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #332b26;
}

.card-quote__icon svg {
  flex-shrink: 0;
}

.card-quote__title {
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 3.2vw, 1.65rem);
  font-weight: 700;
  color: #332b26;
  margin: 0 0 0.65rem;
  line-height: 1.22;
  letter-spacing: -0.015em;
}

.card-quote__text {
  font-family: var(--font-serif);
  font-size: 0.9375rem;
  color: #332b26;
  line-height: 1.55;
  max-width: 34rem;
  margin: 0 auto;
  opacity: 0.92;
}

/* ——— Home mosaic (classy “pêle-mêle” cards) ——— */
.home-mosaic {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .home-mosaic {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

@media (min-width: 1024px) {
  .home-mosaic {
    grid-template-columns: repeat(3, 1fr);
  }
}

.home-mosaic__card {
  max-width: none;
  text-align: left;
}

.home-mosaic__card .card-quote__icon {
  margin: 0 0 0.75rem 0;
  justify-content: flex-start;
  color: var(--primary-700);
}

.home-mosaic__card .card-quote__text {
  max-width: none;
  margin: 0;
}

/* ——— Home blog preview ——— */
.home-blog {
  background: #fff;
  border-radius: 1.5rem;
  border: 1px solid #e8e0d5;
  box-shadow: 0 14px 28px -10px rgb(0 0 0 / 0.12);
  padding: 1.25rem 1.1rem 1.1rem;
}

@media (min-width: 640px) {
  .home-blog {
    padding: 1.6rem 1.5rem 1.35rem;
  }
}

.home-blog__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0.9rem;
}

.home-blog__title {
  margin: 0;
  color: #332b26;
  font-size: clamp(1.35rem, 3.2vw, 1.65rem);
  font-weight: 700;
}

.home-blog__all {
  text-decoration: none;
  color: var(--primary-700);
  font-weight: 700;
  font-size: 0.9rem;
}

.home-blog__all:hover {
  text-decoration: underline;
}

.home-blogCard {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  border: 1px solid #eee7df;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #faf7f3;
}

@media (min-width: 860px) {
  .home-blogCard {
    grid-template-columns: 1.05fr 1fr;
    gap: 0;
  }
}

.home-blogCard__media {
  display: block;
  background: #faf7f3;
  aspect-ratio: 4 / 3;
}

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

.home-blogCard__mediaFallback {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #fbf0df, #f1efe9);
}

.home-blogCard__body {
  padding: 1rem 1rem 1.05rem;
  background: #fff;
}

@media (min-width: 860px) {
  .home-blogCard__body {
    padding: 1.15rem 1.25rem 1.2rem;
  }
}

.home-blogCard__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.home-blogCard__date {
  font-size: 0.82rem;
  color: #8b6a4c;
}

.home-blogPill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  border: 1px solid transparent;
}

.home-blogPill--nouveautes {
  background: #fff7ed;
  color: #9a3412;
  border-color: #fed7aa;
}

.home-blogPill--guides {
  background: #ecfdf5;
  color: #166534;
  border-color: #bbf7d0;
}

.home-blogPill--collection {
  background: #fdf4ff;
  color: #86198f;
  border-color: #f5d0fe;
}

.home-blogPill--all {
  background: #f3f4f6;
  color: #374151;
  border-color: #e5e7eb;
}

.home-blogCard__h3 {
  margin: 0.65rem 0 0.55rem;
  color: #2b1d12;
  font-family: var(--font-serif);
  font-size: 1.15rem;
  line-height: 1.18;
}

.home-blogCard__h3 a {
  color: inherit;
  text-decoration: none;
}

.home-blogCard__h3 a:hover {
  text-decoration: underline;
}

.home-blogCard__excerpt {
  margin: 0;
  color: #6b4e34;
  font-family: var(--font-serif);
  font-size: 0.92rem;
  line-height: 1.55;
}

.home-blogCard__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 0.95rem;
}

.home-blogCard__read {
  text-decoration: none;
  color: var(--primary-700);
  font-weight: 800;
}

.home-blogCard__read:hover {
  text-decoration: underline;
}

.home-blogCard__more {
  text-decoration: none;
  color: #6b4e34;
  font-weight: 700;
  font-size: 0.9rem;
}

.home-blogCard__more:hover {
  text-decoration: underline;
}

/* ——— Product grid ——— */
.product-grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.product-card {
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 2px solid var(--primary-100);
  box-shadow: 0 12px 20px -8px rgb(0 0 0 / 0.12);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.product-card:hover {
  transform: scale(1.02);
  box-shadow: 0 22px 35px -18px rgb(0 0 0 / 0.22);
  border-color: var(--primary-200);
}

.product-card--stretch {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .product-card--stretch {
    grid-column: span 1;
  }
}

.product-card__head {
  padding: 1.15rem 1rem 1.25rem;
  text-align: center;
  position: relative;
  min-height: 118px;
  display: grid;
  align-content: center;
}

.product-card__head--a {
  background: linear-gradient(to bottom right, var(--primary-200), var(--primary-300));
}

.product-card__head--b {
  background: linear-gradient(to bottom right, var(--primary-300), var(--primary-200));
}

.product-card__head--c {
  background: linear-gradient(to bottom right, var(--primary-100), var(--primary-200));
}

.product-card__head h2 {
  font-family: var(--font-serif);
  margin: 0 0 0.35rem;
  font-size: clamp(1.35rem, 3.2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.2;
  color: #332b26;
}

.product-card__head p {
  margin: 0;
  font-family: var(--font-serif);
  color: #4d4032;
  font-size: 0.9375rem;
  line-height: 1.45;
  opacity: 0.95;
}

.product-card__deco {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  font-size: 2rem;
  color: var(--primary-600);
  opacity: 0.2;
  line-height: 1;
}

.product-card__head--b .product-card__deco {
  left: 0.65rem;
  right: auto;
}

.product-card__body {
  padding: 1.35rem 1.25rem 1.5rem;
}

.product-card__body--flex {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-card__bottom {
  margin-top: auto;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  color: var(--primary-900);
}

.feature-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}

.feature-list__mark {
  color: var(--primary-700);
  flex-shrink: 0;
}

.product-card__thumb {
  border-radius: 1rem;
  overflow: hidden;
  border: 2px solid var(--primary-200);
  background: var(--primary-100);
  aspect-ratio: 4 / 3;
  max-height: 9rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card__thumb-svg {
  width: 7rem;
  height: 7rem;
  object-fit: contain;
}

/* ——— Home product card gallery (no JS, SEO-friendly) ——— */
.product-card__gallery {
  border-radius: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  border: 2px solid var(--primary-200);
  background: var(--primary-100);
  aspect-ratio: 4 / 3;
  max-height: 16rem;
  margin-bottom: 1.5rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-gutter: stable both-edges;
  scroll-behavior: smooth;
}

/* Sur la home : galeries compactes dans les cartes produit */
.product-grid .product-card__gallery {
  max-height: 11rem;
}

.product-card__gallery-track {
  display: flex;
  height: 100%;
}

.product-card__gallery-item {
  flex: 0 0 100%;
  height: 100%;
  scroll-snap-align: start;
  position: relative;
  scroll-margin-left: 12px;
}

.product-card__gallery-link {
  position: absolute;
  inset: 0;
  display: block;
  text-decoration: none;
}

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

.product-card__gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgb(0 0 0 / 0.35);
  color: #fff;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
  border: 1px solid rgb(255 255 255 / 0.25);
  backdrop-filter: blur(6px);
  transition: transform 0.15s ease, background 0.15s ease;
  z-index: 2;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.product-card__gallery-arrow:hover {
  background: rgb(0 0 0 / 0.5);
  transform: translateY(-50%) scale(1.04);
}

.product-card__gallery-arrow:focus-visible {
  outline: 3px solid var(--primary-400);
  outline-offset: 2px;
}

.product-card__gallery-arrow--prev {
  left: 10px;
}

.product-card__gallery-arrow--next {
  right: 10px;
}

.product-card__gallery::-webkit-scrollbar {
  height: 10px;
}

.product-card__gallery::-webkit-scrollbar-track {
  background: color-mix(in srgb, var(--primary-200) 35%, #fff);
  border-radius: 999px;
}

.product-card__gallery::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--primary-700) 55%, var(--primary-300));
  border-radius: 999px;
}

.product-card__gallery::-webkit-scrollbar-thumb:hover {
  background: var(--primary-700);
}

.product-card__gallery-item:target .product-card__gallery-arrow {
  background: rgb(0 0 0 / 0.45);
}

/* Mobile: center the thumbnail block in cards */
@media (max-width: 767px) {
  .product-card__thumb {
    width: min(100%, 340px);
    margin-left: auto;
    margin-right: auto;
  }

  .product-card__gallery {
    width: min(100%, 340px);
    margin-left: auto;
    margin-right: auto;
  }
}

.laisse-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.laisse-btns__full {
  grid-column: span 2;
}

/* ——— Médailles panel ——— */
.medailles-panel {
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid #e8e0d5;
  box-shadow: 0 14px 28px -8px rgb(0 0 0 / 0.12);
  max-width: 72rem;
  margin: 0 auto 1.25rem;
}

.medailles-panel__head {
  text-align: center;
  padding: 1.15rem 1.25rem 1.25rem;
  background: linear-gradient(to bottom right, var(--primary-300), var(--primary-400));
  position: relative;
}

.medailles-panel__head h2 {
  font-family: var(--font-serif);
  margin: 0 0 0.35rem;
  font-size: clamp(1.35rem, 3.2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.2;
  color: #332b26;
}

.medailles-panel__head p {
  margin: 0;
  font-family: var(--font-serif);
  color: #4d4032;
  font-size: 0.9375rem;
  line-height: 1.5;
  opacity: 0.95;
}

.medailles-panel__body {
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .medailles-panel__body {
    padding: 2rem;
  }
}

.medailles-grid {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

@media (min-width: 768px) {
  .medailles-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.medailles-grid__h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 3.2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.65rem;
  color: #332b26;
}

.medailles-visual {
  text-align: center;
  background: linear-gradient(to bottom right, var(--primary-100), var(--primary-200));
  border-radius: 1rem;
  padding: 1.5rem;
  border: 2px solid var(--primary-300);
  max-width: 22rem;
  width: 100%;
  margin: 0 auto;
}

.medailles-visual__circle {
  width: 10rem;
  height: 10rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: var(--primary-200);
  border: 4px solid var(--primary-400);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.medailles-visual__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.medailles-visual__cap {
  font-size: 0.875rem;
  color: var(--primary-800);
  margin: 0;
}

.medailles-cards {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .medailles-cards {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}

.medaille-card {
  background: #fff;
  border-radius: 1.25rem;
  border: 2px solid var(--primary-200);
  box-shadow: 0 12px 20px -10px rgb(0 0 0 / 0.12);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .medaille-card {
    grid-template-columns: 210px 1fr;
  }
}

.medaille-card__visual {
  background: linear-gradient(to bottom right, var(--primary-100), var(--primary-200));
  padding: 1.25rem 1rem;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 0.75rem;
}

.medaille-card__content {
  padding: 1.25rem 1.25rem 1.35rem;
  display: grid;
  gap: 0.9rem;
}

.medaille-card__content .feature-list {
  margin-bottom: 0;
}

/* ——— CTA final : bloc compact, une ligne de pilules, typo réduite ——— */
.cta-final {
  max-width: 38rem;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border-radius: 1.5rem;
  padding: 1.35rem 1.1rem 1.5rem;
  border: 1px solid var(--primary-200, #e8e0d5);
  box-shadow: 0 14px 28px -8px rgb(0 0 0 / 0.12);
}

@media (min-width: 640px) {
  .cta-final {
    padding: 1.65rem 1.75rem 1.75rem;
  }
}

.cta-final__icon {
  margin: 0 auto 0.85rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-800, #5b523e);
}

.cta-final__icon svg {
  flex-shrink: 0;
}

.cta-final__title {
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 3.2vw, 1.65rem);
  font-weight: 700;
  margin: 0 0 0.65rem;
  color: var(--primary-900, #4d4032);
  line-height: 1.2;
}

.cta-final__text {
  font-family: var(--font-serif);
  font-size: 0.9375rem;
  color: var(--primary-900, #4d4032);
  line-height: 1.55;
  margin: 0 auto 1.1rem;
  max-width: 34rem;
}

.cta-final__row {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.45rem;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

@media (max-width: 639px) {
  .cta-final__row {
    justify-content: center;
    flex-wrap: wrap;
    overflow: visible;
    padding: 0;
    margin: 0;
  }

  .cta-final__btn {
    flex: 1 1 calc(50% - 0.45rem);
    max-width: calc(50% - 0.45rem);
    font-size: 0.82rem;
  }
}

.cta-final__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.65rem;
  border-radius: 9999px;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  border: 1px solid transparent;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.cta-final__btn:hover {
  transform: scale(1.03);
}

.cta-final__btn--primary,
.cta-final__btn--alt {
  background: var(--primary-700, #635a45);
  color: #fff;
  border-color: var(--primary-800, #524a38);
}

.cta-final__btn--primary:hover,
.cta-final__btn--alt:hover {
  background: var(--primary-800, #524a38);
  border-color: var(--primary-900, #3d3729);
}

/* ——— Packs ——— */
.packs-intro {
  text-align: center;
  margin-bottom: 2.5rem;
}

.packs-intro__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--primary-100);
  color: var(--primary-800);
  padding: 0.35rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid var(--primary-200);
  margin-bottom: 1rem;
}

.packs-intro__title {
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 3.2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.5rem;
  color: #4d4032;
}

.packs-intro__lead {
  font-family: var(--font-serif);
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #4d4032;
  max-width: 34rem;
  margin: 0 auto;
  opacity: 0.95;
}

.packs-grid {
  display: grid;
  gap: 1.5rem;
  max-width: 64rem;
  margin: 0 auto;
}

.packs-grid--one {
  max-width: 28rem;
}

.packs-grid--two {
  max-width: 48rem;
}

@media (min-width: 768px) {
  .packs-grid--two,
  .packs-grid--many {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .packs-grid--many {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pack-card {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  border: 2px solid var(--primary-100);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.06);
  overflow: hidden;
  transition: box-shadow 0.3s, border-color 0.3s;
}

.pack-card:hover {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.08);
  border-color: var(--primary-300);
}

.pack-card__discount {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  background: linear-gradient(to right, #22c55e, #10b981);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.12);
}

.pack-card__head {
  padding: 1.15rem 1.1rem 0.9rem;
  background: linear-gradient(to bottom right, var(--primary-100), var(--primary-50), #fff);
}

/* Même échelle que .cta-final__title (« Prêt à créer le vôtre ? ») — toutes les cartes pack */
.pack-card__title {
  font-family: var(--font-serif);
  margin: 0;
  padding-right: 4rem;
  font-size: clamp(1.12rem, 2.4vw, 1.35rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #4d4032;
  white-space: pre-line;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 767px) {
  .pack-card__title {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}

.pack-card__desc {
  margin: 0.35rem 0 0;
  font-family: var(--font-serif);
  font-size: 0.9375rem;
  line-height: 1.45;
  color: #4d4032;
  opacity: 0.95;
}

.pack-card__body {
  padding: 1rem 1.25rem 1.5rem;
}

.pack-card__types {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.pack-card__types li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
}

.pack-card__type-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pack-card__type-icon {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
  display: block;
}

.pack-card__cta {
  transform-origin: center;
}

.pack-card:hover .pack-card__cta {
  transform: scale(1.02);
}

/* ——— Companion (titres / textes alignés sur .cta-final) ——— */
.companion-intro {
  text-align: center;
  margin-bottom: 2rem;
}

.companion-intro__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--primary-100);
  color: var(--primary-800);
  padding: 0.35rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid var(--primary-200);
  margin-bottom: 0.65rem;
}

.companion-intro__title {
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 3.2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
  margin: 0 0 0.5rem;
  color: #4d4032;
}

.companion-intro__lead {
  font-family: var(--font-serif);
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #4d4032;
  max-width: 34rem;
  margin: 0 auto;
  opacity: 0.95;
}

.companion-grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .companion-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .companion-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.companion-tile {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 1rem;
  padding: 1.25rem 1.35rem;
  border: 4px solid var(--primary-100);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
  transition: transform 0.25s, border-color 0.25s;
}

.companion-tile:hover {
  transform: scale(1.05);
  border-color: var(--primary-300);
}

.companion-tile__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.companion-tile__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem;
  border-radius: 0.65rem;
  background: linear-gradient(to bottom right, var(--primary-200), var(--primary-300));
  flex-shrink: 0;
  color: var(--primary-800);
}

.companion-tile__lucide {
  display: block;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
}

.companion-tile__title {
  font-family: var(--font-serif);
  margin: 0;
  flex: 1;
  min-width: 0;
  font-size: clamp(1.35rem, 3.2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #332b26;
}

.companion-tile__text {
  font-family: var(--font-serif);
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #4d4032;
  opacity: 0.95;
}

/* ——— Footer ——— */
.therion-footer {
  text-align: right;
  padding: 2.5rem 2.5rem 3.5rem;
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  background: #f9f9f9;
  border-top: 1px solid #eee;
  margin-top: 3rem;
}

.therion-footer a {
  color: inherit;
}

.therion-footer__links a,
.therion-footer__toggle {
  color: #333;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
}

.therion-footer__contact a:first-of-type {
  color: #007bff;
  font-weight: 700;
  text-decoration: none;
}

.therion-footer__contact a:last-of-type {
  color: #e1306c;
  font-weight: 700;
  text-decoration: none;
}

.therion-footer__legal {
  margin-top: 0.5rem;
  font-size: 12px;
  color: #777;
}

/* Espace sous nav/promo — aligné React (py-4 md:py-8). Médailles / ci-page gardent leur padding dans leurs CSS. */
.collier-page {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .collier-page {
    padding-top: 2rem;
  }
}

.ci-breadcrumb {
  margin-top: 0;
  margin-bottom: 1.125rem;
  line-height: 1.35;
}

@media (min-width: 768px) {
  .ci-breadcrumb {
    margin-bottom: 1.5rem;
  }
}

/*
 * Mon espace : l’attribut HTML hidden doit rester effectif.
 * Sinon .companion-loading { display: flex } ou les utilitaires Tailwind (.flex)
 * chargés après le préflight gagnent en cascade et le spinner reste affiché.
 */
#companion-loading[hidden],
#companion-mount[hidden] {
  display: none !important;
}
