:root {
  --bg: #f4f6fa;
  --bg-elevated: #ffffff;
  --text: #0f172a;
  --text-muted: #64748b;
  --border: #e2e8f0;
  --shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  --shadow-lg: 0 20px 50px rgba(15, 23, 42, 0.1);
  --teal: #0d9488;
  --teal-dark: #0f766e;
  --teal-soft: #ccfbf1;
  --blue: #1d4ed8;
  --blue-dark: #1e3a8a;
  --blue-soft: #dbeafe;
  --navy: #1e293b;
  --amber: #d97706;
  --amber-soft: #fef3c7;
  --gold: #b45309;
  --radius: 16px;
  --radius-sm: 10px;
  --font: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.niche-banner {
  width: min(1180px, 94vw);
  margin: 22px auto 0;
  display: grid;
  gap: 12px;
}

.niche-banner__panel {
  position: relative;
  min-height: clamp(240px, 42vw, 520px);
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(13, 148, 136, 0.55)),
    var(--navy);
}

.niche-banner__panel img {
  width: 100%;
  height: clamp(240px, 42vw, 520px);
  object-fit: cover;
  display: block;
}

.niche-banner__panel--empty::before {
  content: "Ajoutez cette image dans Admin → Pages marketing";
  position: absolute;
  inset: auto 18px 18px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.niche-banner__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.38);
  color: #fff;
  text-align: center;
  font-size: clamp(2rem, 6vw, 4.8rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.niche-main {
  padding-top: 28px;
}

.niche-intro {
  width: min(820px, 100%);
  margin: 0 auto 28px;
  text-align: center;
}

.niche-intro h1 {
  margin: 8px 0 10px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.05;
  color: var(--navy);
  letter-spacing: -0.05em;
}

.niche-intro__slogan {
  margin: 0 auto 14px;
  color: var(--teal-dark);
  font-size: clamp(1.05rem, 2.5vw, 1.35rem);
  font-weight: 800;
}

.niche-intro__body {
  margin: 0 auto 20px;
  color: var(--text-muted);
  font-size: 1rem;
}

.niche-intro__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.niche-testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.niche-testimonial {
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-elevated);
  color: var(--navy);
  font-weight: 700;
  box-shadow: var(--shadow);
}

.niche-menu {
  margin: 28px 0;
}

.niche-menu__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.niche-menu__grid a {
  display: block;
  padding: 16px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--navy);
  text-decoration: none;
  font-weight: 800;
}

.niche-menu__grid a:hover {
  border-color: var(--teal);
  background: var(--teal-soft);
}

.age-gate-open {
  overflow: hidden;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(15, 23, 42, 0.92);
}

.age-gate[hidden] {
  display: none;
}

.age-gate__card {
  width: min(460px, 100%);
  padding: 28px;
  border-radius: 24px;
  background: var(--bg-elevated);
  text-align: center;
  box-shadow: var(--shadow-lg);
}

.age-gate__logo {
  display: block;
  margin: 0 auto 14px;
  border-radius: 18px;
}

.age-gate__card h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.45rem;
}

.age-gate__card p {
  margin: 0 0 18px;
  color: var(--text-muted);
}

.age-gate__actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.discover-page {
  min-height: calc(100vh - 78px);
  padding: 28px 0 46px;
  background:
    radial-gradient(circle at 20% 10%, rgba(13, 148, 136, 0.16), transparent 30%),
    radial-gradient(circle at 90% 20%, rgba(29, 78, 216, 0.14), transparent 34%),
    var(--bg);
}

.discover-shell {
  width: min(980px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(300px, 1fr);
  gap: 24px;
  align-items: center;
}

.discover-copy h1 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.discover-copy p:not(.hero__eyebrow) {
  margin: 0;
  color: var(--text-muted);
  font-weight: 600;
}

.discover-card {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  box-shadow: var(--shadow-lg);
  touch-action: pan-y;
}

.discover-card__media {
  background: var(--bg);
}

.discover-card__media img,
.discover-card__media iframe {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 4.8;
  object-fit: cover;
  border: 0;
}

.discover-card__body {
  padding: 20px;
}

.discover-card__meta {
  margin: 0 0 8px;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.discover-card__title {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 1.45rem;
}

.discover-card__desc {
  margin: 0 0 12px;
  color: var(--text-muted);
}

.discover-card__price {
  margin: 0 0 16px;
  color: var(--blue-dark);
  font-weight: 900;
  font-size: 1.3rem;
}

.discover-card__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.discover-hint {
  grid-column: 2;
  margin: -10px 0 0;
  color: var(--text-muted);
  text-align: center;
  font-size: 0.9rem;
}

.page-discover .status {
  grid-column: 2;
}

@media (max-width: 720px) {
  .niche-banner {
    width: min(100% - 20px, 1180px);
    margin-top: 12px;
  }

  .niche-banner__panel,
  .niche-banner__panel img {
    min-height: 260px;
    height: 260px;
    border-radius: 18px;
  }

  .niche-banner__overlay {
    font-size: clamp(2rem, 12vw, 3.4rem);
    padding: 18px;
  }

  .discover-shell {
    grid-template-columns: 1fr;
  }

  .discover-copy {
    text-align: center;
  }

  .discover-card__media img,
  .discover-card__media iframe {
    aspect-ratio: 4 / 4.4;
  }

  .discover-hint,
  .page-discover .status {
    grid-column: auto;
  }
}

.container {
  width: min(1140px, 92vw);
  margin: 0 auto;
}

/* ——— Header ——— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.brand__logo {
  border-radius: 12px;
  box-shadow:
    0 4px 14px rgba(13, 148, 136, 0.3),
    0 0 0 1px rgba(251, 191, 36, 0.2);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.brand:hover .brand__logo {
  transform: scale(1.04);
  box-shadow:
    0 6px 22px rgba(37, 99, 235, 0.35),
    0 0 18px rgba(251, 191, 36, 0.35);
}

.brand__name {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.brand__tagline {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.site-nav a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-muted);
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 999px;
  transition: color 0.15s, background 0.15s;
}

.site-nav a:hover {
  color: var(--teal-dark);
  background: var(--teal-soft);
}

.site-nav__cta {
  background: linear-gradient(135deg, var(--teal), var(--blue));
  color: #fff !important;
}

.site-nav__cta:hover {
  background: linear-gradient(135deg, var(--teal-dark), var(--blue-dark));
  color: #fff !important;
}

.site-nav__luxe {
  color: #92400e !important;
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  border: 1px solid rgba(180, 83, 9, 0.2);
}

.site-nav__luxe:hover {
  color: #78350f !important;
  background: #fde68a !important;
}

.site-nav a.is-active {
  color: var(--teal-dark);
  background: var(--teal-soft);
  font-weight: 700;
}

/* ——— Hub univers (accueil + VIP) ——— */
.shop-universes {
  margin-bottom: 36px;
}

.shop-universes__title {
  margin: 0 0 16px;
  font-size: 1.35rem;
  color: var(--navy);
}

.shop-universes__intro {
  margin: -8px 0 16px;
}

.shop-universes__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}

.universe-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 20px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  text-decoration: none;
  color: inherit;
  box-shadow: var(--shadow);
  transition: transform 0.15s, border-color 0.15s, box-shadow 0.15s;
}

.universe-card:hover {
  transform: translateY(-2px);
  border-color: var(--teal);
  box-shadow: var(--shadow-lg);
}

.universe-card strong {
  font-size: 1.1rem;
  color: var(--navy);
}

.universe-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.45;
}

.universe-card__label {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--teal-dark);
}

.universe-card--vip {
  border-color: rgba(180, 83, 9, 0.35);
  background: linear-gradient(145deg, #fffbeb, #fff);
}

.universe-card--vip strong {
  color: #92400e;
}

.shop-universes--vip .shop-universes__title {
  color: #92400e;
}

.shop-universes__foot {
  margin-top: 14px;
  font-size: 0.9rem;
}

.shop-universes__foot a {
  color: var(--teal-dark);
  font-weight: 600;
}

.hero--segment .hero__grid {
  display: block;
}

.hero--segment h1 {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
}

.segment-breadcrumb {
  margin: 0 0 20px;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.segment-breadcrumb a {
  color: var(--teal-dark);
  font-weight: 600;
  text-decoration: none;
}

.site-nav__cart {
  font-size: 0.9rem;
  font-weight: 600;
  font-family: inherit;
  color: var(--navy);
  background: var(--blue-soft);
  border: none;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.15s, color 0.15s;
}

.site-nav__cart:hover {
  background: var(--teal-soft);
  color: var(--teal-dark);
}

.cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--teal);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
}

.cart-count[hidden] {
  display: none !important;
}

/* ——— Hero ——— */
.hero {
  background: linear-gradient(145deg, #0f172a 0%, #1e3a5f 42%, #0d9488 100%);
  color: #fff;
  padding: 48px 0 56px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(212, 168, 83, 0.15), transparent 40%),
    radial-gradient(circle at 10% 90%, rgba(13, 148, 136, 0.2), transparent 45%);
  pointer-events: none;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  position: relative;
}

.hero__eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

.hero h1 {
  margin: 0 0 16px;
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.hero__accent {
  background: linear-gradient(90deg, #5eead4, #fcd34d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__lead {
  margin: 0 0 24px;
  max-width: 32rem;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.85);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__visual {
  display: grid;
  gap: 14px;
}

.hero__visual--worldcup {
  max-width: 360px;
  justify-self: end;
}

.hero-card {
  padding: 18px 20px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
}

.hero-card__label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.85;
  margin-bottom: 4px;
}

.hero-card strong {
  font-size: 1.2rem;
  font-weight: 800;
}

.hero-card--teal {
  background: rgba(13, 148, 136, 0.35);
  margin-left: 0;
}

.hero-card--blue {
  background: rgba(29, 78, 216, 0.35);
  margin-left: 24px;
}

.hero-card--gold {
  background: rgba(180, 83, 9, 0.4);
  margin-left: 12px;
}

.worldcup-card,
.worldcup-mini-card {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.worldcup-card--main {
  display: grid;
  grid-template-columns: 1fr;
}

.worldcup-card img {
  width: 100%;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
  display: block;
}

.worldcup-card__body {
  padding: 12px 14px 14px;
}

.worldcup-card__body strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
}

.worldcup-card__body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
}

.worldcup-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.worldcup-mini-card {
  display: grid;
  color: #fff;
  text-decoration: none;
}

.worldcup-mini-card img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  display: block;
}

.worldcup-mini-card span {
  padding: 9px 10px;
  font-weight: 800;
  font-size: 0.82rem;
}

/* ——— Main layout ——— */
.main {
  padding-bottom: 48px;
}

/* ——— Steps ——— */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: -28px 0 28px;
  position: relative;
  z-index: 2;
}

.step-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 20px;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--teal);
}

.step-card--teal {
  border-top-color: var(--teal);
}

.step-card--blue {
  border-top-color: var(--blue);
}

.step-card--amber {
  border-top-color: var(--amber);
}

.step-card__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 800;
  border-radius: 10px;
  margin-bottom: 12px;
  background: var(--teal-soft);
  color: var(--teal-dark);
}

.step-card--blue .step-card__icon {
  background: var(--blue-soft);
  color: var(--blue);
}

.step-card--amber .step-card__icon {
  background: var(--amber-soft);
  color: var(--gold);
}

.steps--4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1100px) {
  .steps--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.step-card--custom {
  border-top-color: var(--amber);
}

.step-card--custom .step-card__icon {
  background: var(--amber-soft);
  color: var(--gold);
  font-size: 0.8rem;
}

.step-card--custom a {
  color: var(--teal-dark);
  font-weight: 600;
}

.step-card--custom p {
  font-size: 0.86rem;
}

.panel__note {
  margin: 12px 0 0;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.panel__note a {
  color: var(--teal-dark);
  font-weight: 600;
}

.step-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
}

.step-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.procedure {
  margin-bottom: 8px;
}

.procedure--after-products {
  margin-top: 12px;
}

.procedure--after-products .steps {
  margin-top: 0;
}

.procedure__summary {
  margin-bottom: 20px;
}

.panel--procedure {
  border-top: 4px solid var(--teal);
  margin-top: 0;
}

.panel__badge--guide {
  background: var(--teal-soft);
  color: var(--teal-dark);
}

.procedure__intro {
  margin: 0;
  max-width: 72ch;
  color: var(--text-muted);
  line-height: 1.65;
}

.procedure__timeline {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.procedure__step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--bg);
}

.procedure__step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
}

.procedure__step h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  color: var(--navy);
}

.procedure__step p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.procedure__step a {
  color: var(--teal-dark);
  font-weight: 600;
}

.procedure__step p + ul,
.procedure__step ul + p {
  margin-top: 10px;
}

.procedure__bullets {
  margin: 6px 0 0;
  padding-left: 1.25rem;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.55;
  display: grid;
  gap: 10px;
}

.procedure__bullets li::marker {
  color: var(--teal);
}

.procedure__bullets strong {
  color: var(--navy);
}

.procedure__price-note {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--amber);
  border-left: 4px solid var(--amber);
  background: var(--amber-soft);
  color: var(--navy);
  font-size: 0.92rem;
  line-height: 1.55;
}

.procedure__price-note strong {
  color: var(--navy);
}

.procedure__hint {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--teal);
  background: var(--teal-soft);
  color: var(--navy) !important;
  font-size: 0.88rem !important;
  line-height: 1.5;
}

.procedure__quickwrap {
  margin: 0 0 22px;
  padding: 14px 16px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.procedure__quickwrap .procedure__quicklinks {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

.procedure__quicknote {
  margin: 10px 0 0;
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.45;
}

.procedure__subtitle {
  margin: 0 0 14px;
  font-size: 1.05rem;
  color: var(--navy);
}

.procedure__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.procedure-card {
  padding: 16px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.procedure-card--stock {
  border-top: 3px solid var(--teal);
}

.procedure-card--soon {
  border-top: 3px solid var(--amber);
}

.procedure-card--order {
  border-top: 3px solid var(--blue);
}

.procedure-card--custom {
  border-top: 3px solid var(--gold);
}

.procedure-card--cart {
  border-top: 3px solid var(--navy);
}

.procedure-card__tag {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
}

.procedure-card h4 {
  margin: 0;
  font-size: 0.98rem;
  color: var(--navy);
}

.procedure-card p {
  margin: 0;
  flex: 1;
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.procedure-card__link {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--teal-dark);
  text-decoration: none;
}

.procedure-card__link:hover {
  text-decoration: underline;
}

.procedure-card__link--btn {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}

.procedure__quicklinks {
  margin: 0;
  padding: 14px 16px;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--text-muted);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.procedure__quicklinks a {
  color: var(--teal-dark);
  font-weight: 700;
  text-decoration: none;
}

.procedure__quicklinks a:hover {
  text-decoration: underline;
}

.procedure__quicklink-btn {
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  font-weight: 700;
  color: var(--teal-dark);
  cursor: pointer;
  text-decoration: none;
}

.procedure__quicklink-btn:hover {
  text-decoration: underline;
}

.procedure__faq {
  padding: 18px;
  border-radius: var(--radius-sm);
  background: var(--blue-soft);
  border: 1px solid #bfdbfe;
}

.procedure__faq h3 {
  margin: 0 0 12px;
  font-size: 1rem;
  color: var(--navy);
}

.procedure__faq dl {
  margin: 0;
  display: grid;
  gap: 12px;
}

.procedure__faq dt {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--navy);
}

.procedure__faq dd {
  margin: 4px 0 0;
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.procedure__faq a {
  color: var(--teal-dark);
  font-weight: 600;
}

/* ——— Panels ——— */
.panel {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: var(--shadow);
}

.panel--soon {
  border-left: 4px solid var(--amber);
}

.panel--stock {
  border-left: 4px solid var(--teal);
}

.panel--order {
  border-left: 4px solid var(--blue);
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.panel__head {
  margin-bottom: 20px;
}

.panel__head h2 {
  margin: 8px 0 6px;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.panel__head p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.panel__badge {
  display: inline-block;
  padding: 4px 12px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 999px;
}

.panel__badge--soon {
  background: var(--amber-soft);
  color: var(--gold);
}

.panel__badge--stock {
  background: var(--teal-soft);
  color: var(--teal-dark);
}

.panel__badge--order {
  background: var(--blue-soft);
  color: var(--blue);
}

.panel__badge--custom {
  background: var(--amber-soft);
  color: var(--gold);
}

.panel--custom {
  border: 1px solid var(--border);
  background: linear-gradient(180deg, #fffbeb 0%, var(--bg-elevated) 48%);
}

.panel--custom .panel__head a {
  color: var(--teal-dark);
  font-weight: 700;
}

.custom-product-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.btn--wide {
  width: 100%;
  max-width: 520px;
}

.product-card--order .product-card__actions--order {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* ——— Filters ——— */
.filters-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  align-items: end;
}

.filters-grid__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.field {
  display: block;
}

.field__label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.field__hint {
  display: block;
  margin-top: 6px;
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.35;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 11px 14px;
  font: inherit;
  color: var(--text);
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15);
}

.field--full {
  grid-column: 1 / -1;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* ——— Buttons ——— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: var(--radius-sm);
  padding: 11px 18px;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.12s, box-shadow 0.15s, background 0.15s;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--primary {
  background: linear-gradient(135deg, var(--teal), #14b8a6);
  color: #fff;
  box-shadow: 0 4px 14px rgba(13, 148, 136, 0.35);
}

.btn--primary:hover {
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
}

.btn--secondary {
  background: var(--navy);
  color: #fff;
}

.btn--secondary:hover {
  background: #0f172a;
}

.btn--outline {
  background: transparent;
  color: var(--navy);
  border: 1px solid var(--border);
}

.btn--outline:hover {
  border-color: var(--teal);
  color: var(--teal-dark);
  background: var(--teal-soft);
}

.btn--accent {
  background: linear-gradient(135deg, var(--amber), #f59e0b);
  color: #fff;
  box-shadow: 0 4px 14px rgba(217, 119, 6, 0.35);
}

.btn--accent:hover {
  background: linear-gradient(135deg, #b45309, var(--amber));
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* ——— Product grid ——— */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.product-grid > p {
  grid-column: 1 / -1;
  text-align: center;
  padding: 32px;
  color: var(--text-muted);
  background: var(--bg);
  border-radius: var(--radius-sm);
  border: 1px dashed var(--border);
}

.product-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}

.product-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}

.product-card__media {
  position: relative;
  display: flex;
  flex-direction: column;
  aspect-ratio: 4 / 3;
  background: linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 100%);
  overflow: hidden;
  cursor: pointer;
}

.product-card__media--multi {
  aspect-ratio: auto;
}

/* Photo + YouTube sur la carte (moitie / moitie) */
.product-card__media--with-video {
  aspect-ratio: 4 / 3;
}

.product-card__media--with-video.product-card__media--multi {
  aspect-ratio: auto;
}

.product-card__media--with-video .product-card__media-content {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
}

.product-card__viewer {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  aspect-ratio: 4 / 3;
  min-height: 0;
  overflow: hidden;
  cursor: pointer;
}

.product-card__media-main,
.product-card__viewer .product-card__media-img {
  width: 100%;
  height: 100%;
  flex: 1 1 100%;
  min-height: 100%;
  max-height: none;
  object-fit: cover;
  display: block;
  pointer-events: none;
  border-radius: 0;
}

.product-card__photos-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  color: #fff;
  background: rgba(15, 23, 42, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.product-card__thumbs {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  padding: 8px 10px 10px;
  background: rgba(15, 23, 42, 0.06);
  border-top: 1px solid var(--border);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  flex: 0 0 auto;
  cursor: default;
}

.product-card__thumbs-label {
  flex: 0 0 100%;
  width: 100%;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text-muted);
  line-height: 1.2;
}

.product-card__thumb,
.product-modal__thumb {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #e2e8f0;
  cursor: pointer;
  overflow: hidden;
  touch-action: manipulation;
}

.product-card__thumb img,
.product-modal__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.product-card__thumb.is-active,
.product-modal__thumb.is-active {
  border-color: var(--teal);
  box-shadow: 0 0 0 2px rgba(13, 148, 136, 0.35);
}

.product-card__viewer::after {
  content: "Voir en grand";
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  padding: 6px 12px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  background: rgba(15, 23, 42, 0.72);
  border-radius: 999px;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  z-index: 2;
}

.product-card__viewer:hover::after,
.product-card__viewer:focus-visible::after {
  opacity: 1;
}

.product-card__viewer:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: -3px;
}

/* Contenu media dans les cartes produit (image + YouTube) */
.product-card__media-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 6px;
  box-sizing: border-box;
  position: relative;
}

/* Image + video YouTube sur la meme carte (ancien layout media-content) */
.product-card__media-content .product-card__media-img {
  width: 100%;
  flex: 0 0 42%;
  min-height: 72px;
  max-height: 48%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

/* Photo + video : repartition verticale ~50 / 50 */
.product-card__media-content--split .product-card__media-img {
  flex: 0 0 48%;
  max-height: 48%;
  min-height: 72px;
}

.product-card__media-content--split .youtube-embed {
  flex: 1 1 52%;
  min-height: 110px;
}

/* Sans video YouTube : photo pleine carte */
.product-card__media-content--image-only,
.product-card__viewer.product-card__media-content--image-only {
  padding: 0;
  gap: 0;
  width: 100%;
  height: 100%;
}

.product-card__media-content--image-only .product-card__media-img,
.product-card__viewer.product-card__media-content--image-only .product-card__media-img,
.product-card__viewer.product-card__media-content--image-only .product-card__media-main {
  flex: 1 1 100%;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: none;
  border-radius: 0;
  object-fit: cover;
}

.product-card__media-content .youtube-embed {
  width: 100%;
  flex: 1 1 auto;
  min-height: 110px;
}

.product-card__media-content--video-only .youtube-embed {
  flex: 1 1 100%;
  min-height: 100%;
}

.product-card__video-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  padding: 4px 10px;
  font-size: 0.7rem;
  font-weight: 800;
  color: #fff;
  background: rgba(220, 38, 38, 0.92);
  border-radius: 999px;
  pointer-events: none;
}

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

.product-card__name,
.name {
  margin: 0 0 6px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
}

.product-card__desc,
.desc {
  margin: 0 0 10px;
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.45;
  flex: 1;
}

.product-card__meta,
.meta {
  margin: 0 0 10px;
}

.product-card__price,
.price {
  margin: 0 0 14px;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--teal-dark);
}

.product-card__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-card__actions .btn {
  width: 100%;
}

.badge {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.badge--soon {
  background: var(--amber-soft);
  color: var(--gold);
}

.badge--stock {
  background: var(--teal-soft);
  color: var(--teal-dark);
}

.badge--pick {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  color: #92400e;
}

.product-card__meta .badge--arrival,
.product-modal__meta .badge--arrival {
  margin-left: 6px;
}

.product-card__stars,
.stars-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 6px;
  font-size: 0.82rem;
}

.stars-line__text {
  color: var(--text-muted);
  font-weight: 600;
}

.stars-line__text strong {
  color: var(--navy);
}

.stars {
  display: inline-flex;
  gap: 1px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.stars--sm {
  font-size: 0.95rem;
}

.stars--md {
  font-size: 1.1rem;
}

.stars--lg {
  font-size: 1.45rem;
}

.star--on {
  color: #f59e0b;
}

.star--empty {
  color: #cbd5e1;
}

.product-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.product-card__arrival {
  margin: 0 0 8px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1.35;
}

.product-card--order .product-card__arrival {
  padding: 6px 10px;
  border-radius: var(--radius-sm);
  background: var(--amber-soft);
  border-left: 3px solid var(--amber);
}

.product-modal__arrival {
  margin: 0 0 12px;
  padding: 10px 12px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--gold);
  background: var(--amber-soft);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--amber);
  line-height: 1.4;
}

.badge--order {
  background: var(--blue-soft);
  color: var(--blue);
}

.panel--pick {
  border-left: 4px solid var(--gold);
  background: linear-gradient(180deg, #fffbeb 0%, var(--bg-elevated) 42%);
}

.panel__badge--pick {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  color: #92400e;
}

.panel--orders-live {
  border-top: 3px solid var(--blue);
}

.product-card .btn-add-cart {
  background: var(--navy);
  color: #fff;
}

.product-card .btn-interest {
  background: linear-gradient(135deg, var(--amber), #f59e0b);
  color: #fff;
}

.product-card .btn-action {
  background: linear-gradient(135deg, var(--teal), #14b8a6);
  color: #fff;
  box-shadow: 0 4px 14px rgba(13, 148, 136, 0.35);
}

.product-card .btn-copy {
  background: transparent;
  color: var(--navy);
  border: 1px solid var(--border);
}

.status {
  margin-top: 14px;
  min-height: 22px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #b91c1c;
}

.status.ok {
  color: #047857;
}

body.modal-open,
body.cart-open {
  overflow: hidden;
}

/* ——— Panier ——— */
.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 250;
}

.cart-drawer[hidden] {
  display: none !important;
}

.cart-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(3px);
}

.cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 100%);
  height: 100%;
  background: var(--bg-elevated);
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 12px;
}

.cart-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cart-drawer__head h2 {
  margin: 0;
  font-size: 1.25rem;
}

.cart-drawer__close {
  border: none;
  background: var(--bg);
  width: 36px;
  height: 36px;
  border-radius: 999px;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.cart-drawer__empty {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.cart-drawer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cart-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--bg);
}

.cart-item__name {
  display: block;
  font-size: 0.95rem;
}

.cart-item__meta,
.cart-item__price {
  display: block;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.cart-item__qty {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.cart-item__qty-btn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: #fff;
  cursor: pointer;
  font-size: 1.1rem;
}

.cart-item__qty-value {
  min-width: 1.5rem;
  text-align: center;
  font-weight: 700;
}

.cart-item__remove {
  margin-left: auto;
  border: none;
  background: transparent;
  color: #b91c1c;
  font-weight: 600;
  cursor: pointer;
  font-size: 0.85rem;
}

.cart-drawer__foot {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid var(--border);
  padding-top: 12px;
}

.cart-drawer__total {
  margin: 0;
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--teal-dark);
}

.cart-drawer__foot .btn {
  width: 100%;
}

/* ——— Fiche produit (modal) ——— */
.product-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.product-modal[hidden] {
  display: none !important;
}

.product-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(4px);
}

.product-modal__panel {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  max-height: min(94vh, 920px);
  overflow: hidden;
  background: var(--bg-elevated);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
}

.product-modal__scroll {
  overflow-y: auto;
  flex: 1 1 auto;
  -webkit-overflow-scrolling: touch;
}

.product-modal__hero {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 0;
}

.product-modal__rating {
  margin: 0 0 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.product-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.75);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-modal__close:hover {
  background: var(--navy);
}

.product-modal__media {
  background: #0f172a;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  border-radius: var(--radius) 0 0 var(--radius);
}

.product-modal__gallery-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 16px 16px 8px;
}

.product-modal__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

.product-modal__thumbs-label {
  flex: 0 0 100%;
  margin: 0 0 4px;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
}

.product-modal__memory {
  margin: 10px 0 4px;
}

.product-modal__memory-label {
  margin: 0 0 8px;
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.78);
}

.product-modal__memory-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-modal__memory-btn {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(15, 23, 42, 0.55);
  color: #fff;
  border-radius: 12px;
  padding: 10px 12px;
  font: inherit;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  cursor: pointer;
}

.product-modal__memory-btn span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.72);
}

.product-modal__memory-btn.is-active {
  border-color: rgba(45, 212, 191, 0.75);
  background: rgba(13, 148, 136, 0.18);
}

.product-modal__media .youtube-embed {
  margin: 0 16px 16px;
  width: calc(100% - 32px);
  max-width: 720px;
  align-self: center;
}

.product-modal__gallery {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  align-items: center;
}

.product-modal__image {
  width: 100%;
  max-height: min(70vh, 640px);
  height: auto;
  object-fit: contain;
  border-radius: var(--radius-sm);
  background: #0f172a;
}

/* Lecteur YouTube affiche directement sur le site */
.youtube-embed {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  background: #0f172a;
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.youtube-embed__iframe {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  border: 0;
}

.youtube-embed__help {
  flex: 0 0 auto;
  width: 100%;
  margin: 0;
  padding: 8px 10px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 600;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(15, 23, 42, 0.85);
  cursor: pointer;
  touch-action: manipulation;
}

.youtube-embed__help:hover {
  background: rgba(30, 41, 59, 0.95);
}

.youtube-embed__help[hidden],
.youtube-embed__fallback[hidden] {
  display: none !important;
}

.youtube-embed__fallback {
  flex: 0 0 auto;
  display: block;
  padding: 10px 12px;
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: rgba(220, 38, 38, 0.95);
}

.youtube-embed__fallback:hover {
  background: #b91c1c;
}

.youtube-embed--has-fallback {
  aspect-ratio: auto;
}

.product-modal__gallery .youtube-embed {
  max-height: min(56vh, 520px);
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
}

.product-modal__info {
  padding: 24px 22px 22px;
  display: flex;
  flex-direction: column;
}

.product-modal__meta {
  margin: 0 0 10px;
}

.product-modal__title {
  margin: 0 0 12px;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--navy);
  padding-right: 36px;
}

.product-modal__desc {
  margin: 0 0 16px;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.55;
  flex: 1;
}

.product-modal__price {
  margin: 0 0 18px;
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--teal-dark);
}

.product-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-modal__actions .btn {
  width: 100%;
}

/* ——— Footer ——— */
.site-footer {
  margin-top: 16px;
  padding: 28px 0;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.75);
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.site-footer__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: #fff;
}

.site-footer__copy {
  margin: 0;
  font-size: 0.85rem;
}

/* ——— Responsive ——— */
@media (max-width: 960px) {
  .hero__grid {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    display: none;
  }

  .hero__visual--worldcup {
    display: grid;
  }

  .steps {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .filters-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .site-header__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .filters-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 32px 0 40px;
  }

  .product-modal__panel {
    max-height: 94vh;
  }

  .product-modal__hero {
    grid-template-columns: 1fr;
  }

  .product-modal__media {
    border-radius: var(--radius) var(--radius) 0 0;
  }

  .product-modal__image {
    max-height: 50vh;
  }

  .product-reviews__form-row {
    grid-template-columns: 1fr;
  }
}

/* ——— Avis clients ——— */
.product-reviews {
  padding: 20px 22px 24px;
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, #f8fafc 0%, var(--bg-elevated) 100%);
}

.product-reviews__head {
  margin-bottom: 16px;
}

.product-reviews__title {
  margin: 0 0 10px;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--navy);
}

.product-reviews__summary-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
}

.product-reviews__summary-score {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
}

.product-reviews__summary-score span {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-muted);
}

.product-reviews__summary-count {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-muted);
}

.product-reviews__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 14px;
}

.product-reviews__more {
  width: 100%;
  margin-bottom: 20px;
}

.product-reviews__empty {
  margin: 0 0 16px;
}

.product-reviews__wa-wrap,
.product-reviews__form-wrap {
  padding: 16px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: #fff;
}

.product-reviews__form-title {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--navy);
}

.product-reviews__wa-btn {
  width: 100%;
  max-width: 22rem;
}

.product-reviews__form-hint {
  margin: 0 0 14px;
  font-size: 0.85rem;
  line-height: 1.45;
}

.product-reviews__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.product-reviews__form-status {
  min-height: 1.25rem;
  margin: 0 0 10px;
  font-size: 0.88rem;
  font-weight: 600;
}

.product-reviews__form-status.is-ok {
  color: #047857;
}

.product-reviews__form-status.is-err {
  color: #b91c1c;
}

.stars-input {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4px;
}

.stars-input__btn {
  border: 0;
  background: transparent;
  font-size: 1.65rem;
  line-height: 1;
  color: #cbd5e1;
  cursor: pointer;
  padding: 2px;
  transition: color 0.15s, transform 0.15s;
}

.stars-input__btn.is-active,
.stars-input__btn:hover,
.stars-input__btn:hover ~ .stars-input__btn {
  color: #f59e0b;
  transform: scale(1.05);
}

.review-card {
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.review-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.review-card__author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.review-card__badge {
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}

.review-card__date {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.review-card__stars {
  margin-bottom: 8px;
}

.review-card__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--text);
  white-space: pre-wrap;
}
