:root {
  color-scheme: light;
  --heart-frame: image-set(
    url("/public/marketing/img/variants/heart-frame-1463.webp") 2x,
    url("/public/marketing/img/variants/heart-frame-732.webp") 1x
  );
  --bg: #fdf8fa;
  --bg-alt: #fff5f0;
  --bg-soft: #f8f2f6;
  --surface: #ffffff;
  --card: #ffffff;
  --rose: #e85d75;
  --rose-bright: #ff6b8a;
  --rose-dark: #b84d62;
  --lavender: #8b7baf;
  --lavender-deep: #7b6b9a;
  --lavender-soft: #c9b8d8;
  --lavender-line: #e8d4e8;
  --ink: #4a4060;
  --ink-soft: #5a5070;
  --text: #3d3548;
  --muted: #7a7088;
  --line: #e4d6e8;
  --line-strong: #c9b8d8;
  --success: #3d9a72;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Figtree", system-ui, sans-serif;
  --radius: 16px;
  --radius-lg: 28px;
  --shadow: 0 18px 48px rgba(74, 64, 96, 0.1);
  --shadow-soft: 0 8px 24px rgba(74, 64, 96, 0.06);
  --max: 1180px;
  --gutter: clamp(20px, 4vw, 48px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--rose);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--rose-dark);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 12px;
  z-index: 1000;
  background: var(--surface);
  color: var(--text);
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.skip-link:focus {
  left: 12px;
}

.grain::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  z-index: 9999;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 14px var(--gutter);
  transition: background 0.3s, backdrop-filter 0.3s, border-color 0.3s, box-shadow 0.3s;
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  border-color: var(--line);
  box-shadow: var(--shadow-soft);
}

.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--lavender-deep);
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 42px;
}

.brand span {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.nav-desktop {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-desktop a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
}

.nav-desktop a:hover {
  color: var(--text);
}

.nav-desktop a.is-active {
  color: var(--text);
  font-weight: 600;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lavender), var(--rose));
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(232, 93, 117, 0.22);
}

.nav-cta .badge {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.22);
  padding: 2px 7px;
  border-radius: 999px;
}

.menu-toggle {
  display: none;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--text);
  border-radius: 10px;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.nav-mobile {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(253, 248, 250, 0.98);
  z-index: 99;
  padding: 100px var(--gutter) 40px;
  flex-direction: column;
  gap: 22px;
}

.nav-mobile.is-open {
  display: flex;
}

.nav-mobile a {
  color: var(--lavender-deep);
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 1.6rem;
}

.hero {
  position: relative;
  padding: 110px var(--gutter) 72px;
  background:
    radial-gradient(ellipse 70% 55% at 80% 10%, rgba(201, 184, 216, 0.35), transparent),
    radial-gradient(ellipse 50% 40% at 10% 90%, rgba(255, 107, 138, 0.08), transparent),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
  overflow: hidden;
}

.hero-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.hero-inner .hero-lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 56ch;
}

.hero-inner .hero-actions {
  justify-content: center;
}

/* Le bandeau est fourni détouré : il est posé sur le dégradé du hero sans
   cadre ni ombre, pour que les six boîtiers semblent flotter. */
.hero-banner {
  max-width: 1100px;
  margin: clamp(28px, 5vw, 48px) auto 0;
}

.hero-banner img {
  width: 100%;
  height: auto;
}

.hero-banner figcaption {
  margin-top: 8px;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--lavender);
}

.hero-swatches {
  list-style: none;
  margin: 26px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  max-width: 760px;
}

.hero-swatches li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.86rem;
  color: var(--ink-soft);
}

.hero-swatches .dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid rgba(74, 64, 96, 0.16);
}

.hero-meta {
  margin: 22px 0 0;
  font-size: 0.92rem;
  color: var(--muted);
}

.hero-meta strong {
  color: var(--rose-dark);
}

.reassure-band {
  padding: 26px var(--gutter);
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.reassure-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.reassure-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.reassure-item .reassure-icon {
  width: 38px;
  height: 38px;
  flex: none;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(139, 123, 175, 0.16), rgba(232, 93, 117, 0.12));
  color: var(--lavender-deep);
  font-size: 0.72rem;
  font-weight: 700;
}

.reassure-item strong {
  display: block;
  font-size: 0.94rem;
  color: var(--text);
}

.reassure-item span {
  font-size: 0.85rem;
  color: var(--muted);
}

.scene-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 18px;
}

.scene-grid .scene-card:first-child {
  grid-row: span 2;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
}

.variant-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.4vw, 16px);
}

.variant-card {
  --swatch: #b76e79;
  margin: 0;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    radial-gradient(ellipse 75% 60% at 50% 25%,
      color-mix(in srgb, var(--swatch) 16%, transparent), transparent),
    var(--surface);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.variant-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1051 / 919;
  object-fit: contain;
  padding: 8px 6px 0;
}

.variant-card figcaption {
  padding: 8px 10px 10px;
  text-align: center;
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.color-note {
  color: var(--ink-soft);
  font-size: 0.94rem;
  margin: 0 0 24px;
}

.pack-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.pack-list li {
  position: relative;
  padding-left: 20px;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.pack-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lavender), var(--rose));
}

.home-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 16px;
  margin: 0 0 20px;
}

.home-price .amount {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 2.4rem);
  color: var(--rose-dark);
  line-height: 1;
}

.home-price .duo {
  font-size: 0.95rem;
  color: var(--ink-soft);
}

.hero-lead {
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  color: var(--ink-soft);
  max-width: 42ch;
  margin: 0 0 32px;
}

.scene-card {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.scene-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scene-card figcaption {
  padding: 14px 18px;
  font-size: 0.9rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  line-height: 1.45;
  background: var(--surface);
}

.scene-grid .scene-card img {
  aspect-ratio: 5 / 4;
}

.scene-grid .scene-card:first-child img {
  aspect-ratio: 4 / 5;
}

.duo-copy {
  margin-bottom: 20px;
}

.duo-text h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 0 0 10px;
  color: var(--lavender-deep);
}

.duo-text p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.duo-gift {
  text-align: center;
  color: var(--lavender);
  font-family: var(--font-display);
  font-size: 1.05rem;
  margin: 8px 0 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lavender);
  margin-bottom: 20px;
}

.eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, var(--lavender), var(--rose));
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0 0 22px;
  font-weight: 600;
  color: var(--lavender-deep);
}

.hero h1 em {
  font-style: italic;
  background: linear-gradient(120deg, var(--lavender), var(--rose-bright));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--rose-bright), var(--rose));
  color: #fff;
  box-shadow: 0 12px 32px rgba(255, 107, 138, 0.25);
}

.btn-ghost {
  background: var(--surface);
  color: var(--text);
  border: 1px solid var(--line-strong);
}

.btn-disabled {
  background: var(--bg-soft);
  color: var(--muted);
  border: 1px solid var(--line);
  cursor: not-allowed;
  opacity: 0.85;
}

.story-band {
  padding: 72px var(--gutter);
  background: var(--bg-alt);
  color: var(--ink);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.story-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.story-inner h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: var(--lavender-deep);
  margin: 0 0 18px;
  line-height: 1.15;
}

.story-inner p {
  font-size: 1.12rem;
  color: var(--ink-soft);
  margin: 0;
}

.section {
  padding: 88px var(--gutter);
  background: var(--bg);
}

.section-alt {
  background: var(--bg-alt);
}

.section-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.section-head {
  max-width: 620px;
  margin-bottom: 48px;
}

.section-head.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-label {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lavender);
  margin-bottom: 10px;
}

.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  line-height: 1.12;
  margin: 0 0 14px;
  color: var(--lavender-deep);
}

.section-head p {
  color: var(--ink-soft);
  margin: 0;
  font-size: 1.05rem;
}

.duo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.step {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 20px;
  box-shadow: var(--shadow-soft);
}

.step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: #fff;
  background: linear-gradient(135deg, var(--lavender), var(--rose));
  margin-bottom: 16px;
}

.step h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin: 0 0 8px;
  color: var(--lavender-deep);
}

.step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature {
  padding: 28px 22px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(139, 123, 175, 0.16), rgba(232, 93, 117, 0.12));
  margin-bottom: 16px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--lavender-deep);
}

.feature h3 {
  font-family: var(--font-display);
  margin: 0 0 8px;
  font-size: 1.15rem;
  color: var(--lavender-deep);
}

.feature p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
  margin-top: 32px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, var(--lavender-soft), var(--rose), var(--lavender-soft));
  opacity: 0.7;
}

.timeline-item {
  text-align: center;
  padding: 0 16px;
  position: relative;
}

.timeline-dot {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface);
  border: 2px solid var(--line-strong);
  font-size: 1rem;
  font-weight: 700;
  color: var(--lavender-deep);
  position: relative;
  z-index: 1;
}

.timeline-item.is-done .timeline-dot {
  border-color: var(--success);
  background: rgba(61, 154, 114, 0.1);
  color: var(--success);
}

.timeline-item.is-active .timeline-dot {
  border-color: var(--rose);
  box-shadow: 0 0 0 6px rgba(255, 107, 138, 0.12);
  color: var(--rose);
}

.timeline-item h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  margin: 0 0 6px;
  color: var(--lavender-deep);
}

.timeline-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.shop {
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(201, 184, 216, 0.25), transparent),
    var(--surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  padding: clamp(36px, 6vw, 64px);
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.shop h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin: 0 0 12px;
  color: var(--lavender-deep);
}

.shop p {
  color: var(--ink-soft);
  max-width: 52ch;
  margin: 0 auto 28px;
}

.shop-note {
  font-size: 0.88rem;
  color: var(--lavender);
  margin-top: 18px !important;
}

.site-footer {
  padding: 56px var(--gutter) 32px;
  background: var(--bg-soft);
  border-top: 1px solid var(--line);
}

.footer-grid {
  max-width: var(--max);
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: minmax(220px, 1.35fr) repeat(3, minmax(150px, 1fr));
  gap: clamp(20px, 3vw, 42px);
}

.footer-brand p {
  color: var(--muted);
  font-size: 0.92rem;
  max-width: 28ch;
}

.footer-col h4 {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lavender);
  margin: 0 0 14px;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li {
  margin-bottom: 8px;
}

.footer-col a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
}

.footer-col a:hover {
  color: var(--text);
}

.footer-payments {
  max-width: var(--max);
  margin: 0 auto 28px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-payments > span {
  flex: 0 0 auto;
  color: var(--lavender);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.payment-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.payment-logos img {
  width: 58px;
  height: 34px;
  padding: 5px 7px;
  object-fit: contain;
  border: 1px solid rgba(74, 64, 96, 0.1);
  border-radius: 7px;
  background: #fff;
}

.footer-payments--summary {
  width: 100%;
  margin: 22px 0 0;
  padding: 18px 0 0;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}

.footer-payments--summary .payment-logos {
  justify-content: flex-start;
  gap: 7px;
}

.footer-payments--summary .payment-logos img {
  width: 46px;
  height: 29px;
  padding: 4px 5px;
}

.footer-bottom {
  max-width: var(--max);
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.85rem;
}

.cookie-banner {
  position: fixed;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 20px;
  z-index: 200;
  max-width: 520px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 20px;
  box-shadow: var(--shadow);
  display: none;
}

.cookie-banner.is-visible {
  display: block;
}

.cookie-banner p {
  margin: 0 0 14px;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-actions button {
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
}

.cookie-actions .accept {
  background: var(--rose);
  border-color: var(--rose);
  color: #fff;
}

@media (max-width: 1120px) {
  .nav-desktop {
    gap: 20px;
  }

  .footer-grid {
    grid-template-columns: minmax(190px, 1.2fr) repeat(3, minmax(130px, 1fr));
    gap: 20px;
  }

  .features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 960px) {
  .scene-grid {
    grid-template-columns: 1fr;
  }

  .scene-grid .scene-card:first-child {
    grid-row: auto;
  }

  .scene-grid .scene-card:first-child img {
    aspect-ratio: 16 / 10;
  }

  .duo-grid,
  .split-grid {
    grid-template-columns: 1fr;
  }

  .reassure-inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .features {
    grid-template-columns: 1fr;
  }

  .timeline {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .timeline::before {
    display: none;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .nav-desktop {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 96px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-payments {
    align-items: flex-start;
    flex-direction: column;
  }

  .payment-logos {
    justify-content: flex-start;
  }
}

.editorial-page {
  background: var(--bg);
}

.breadcrumbs {
  max-width: var(--max);
  margin: 0 auto;
  padding: 104px var(--gutter) 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 0.84rem;
}

.breadcrumbs a {
  color: var(--lavender-deep);
}

.editorial-hero {
  padding: 54px var(--gutter) 80px;
  text-align: center;
  background:
    radial-gradient(ellipse 65% 50% at 50% 0%, rgba(201, 184, 216, 0.32), transparent),
    linear-gradient(180deg, var(--bg), var(--bg-alt));
}

.editorial-hero h1 {
  margin: 0 auto 22px;
  max-width: 900px;
  color: var(--lavender-deep);
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.editorial-lead {
  max-width: 68ch;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: clamp(1.02rem, 2vw, 1.2rem);
  line-height: 1.7;
}

.editorial-hero .hero-actions {
  justify-content: center;
  margin-top: 30px;
}

.editorial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 28px);
}

.editorial-card {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.editorial-card h2,
.editorial-split h2,
.editorial-step h2,
.editorial-cta h2 {
  margin: 0 0 12px;
  color: var(--lavender-deep);
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.3vw, 1.65rem);
}

.editorial-card p,
.editorial-split p,
.editorial-split li,
.editorial-step p,
.editorial-cta p {
  color: var(--ink-soft);
  line-height: 1.65;
}

.editorial-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 6vw, 80px);
}

.editorial-split article {
  min-width: 0;
}

.editorial-split ul {
  margin: 0;
  padding-left: 1.2rem;
}

.editorial-steps {
  display: grid;
  gap: 14px;
}

.editorial-step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.editorial-step > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--lavender-deep);
  color: white;
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.editorial-step p {
  margin: 0;
}

.editorial-quote {
  margin: 0;
  padding: clamp(30px, 6vw, 64px);
  border-radius: var(--radius-lg);
  background: var(--lavender-deep);
  color: white;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3.8vw, 2.5rem);
  line-height: 1.3;
  text-align: center;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.related-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.related-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
}

.related-card strong {
  color: var(--lavender-deep);
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.related-card span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.editorial-cta {
  padding: clamp(30px, 6vw, 58px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.editorial-cta p {
  margin: 0 0 24px;
}

.editorial-page .table-scroll {
  overflow-x: auto;
}

.editorial-page table {
  width: 100%;
  margin: 22px 0;
  border-collapse: collapse;
  background: var(--surface);
}

.editorial-page th,
.editorial-page td {
  padding: 14px;
  border: 1px solid var(--line);
  text-align: left;
}

@media (max-width: 760px) {
  .editorial-grid,
  .editorial-split,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .editorial-step {
    grid-template-columns: 42px 1fr;
    padding: 18px;
  }

  .editorial-step > span {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 480px) {
  .hero-actions .btn,
  .centered-actions .btn {
    width: 100%;
  }

  .variant-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* ---------- Mises en situation ---------- */

/* Les photographies sont livrées en 320 à 384 px de large : la grille se cale
   sur cette largeur maximale plutôt que de les étirer. */
.scene-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 340px));
  justify-content: center;
  gap: clamp(16px, 2.4vw, 28px);
}

.scene-tile {
  --swatch: var(--rose);
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  transition: transform 0.24s, box-shadow 0.24s;
}

.scene-tile:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.scene-tile img {
  width: 100%;
  height: auto;
}

.scene-tile figcaption {
  padding: 14px 16px 16px;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.45;
  border-top: 3px solid var(--swatch);
}

.scene-tile figcaption strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.02rem;
  color: var(--lavender-deep);
  margin-bottom: 4px;
}

.section-inner.narrow {
  max-width: 780px;
}

.pack-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--lavender-deep);
  margin: 0 0 12px;
}

.variant-badge {
  display: block;
  margin-top: 4px;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.variant-badge.is-out { color: var(--rose-dark); }
.variant-badge.is-low { color: #a97b1f; }

/* ---------- Avis ---------- */

/* Le fond cœur fourni sert de filigrane : très atténué, il habille la bande
   sans gêner la lecture des témoignages. */
.reviews-band {
  position: relative;
  isolation: isolate;
  background: var(--bg-alt);
}

.reviews-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: var(--heart-frame);
  background-size: cover;
  background-position: center;
  opacity: 0.28;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(16px, 2vw, 24px);
  margin-bottom: 32px;
}

.review-card {
  margin: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.review-card header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
}

.review-who {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.94rem;
}

.review-verified {
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--success);
  background: rgba(61, 154, 114, 0.1);
  border-radius: 999px;
  padding: 3px 9px;
}

.review-stars {
  color: var(--rose);
  letter-spacing: 2px;
  font-size: 1rem;
}

.review-stars .off {
  color: var(--line-strong);
}

.review-card h3 {
  font-family: var(--font-display);
  font-size: 1.08rem;
  margin: 0;
  color: var(--lavender-deep);
}

.review-body {
  margin: 0;
  font-size: 0.96rem;
  color: var(--ink-soft);
  line-height: 1.6;
  flex: 1;
}

.review-card footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.review-color {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.review-swatch {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid rgba(74, 64, 96, 0.16);
}

.review-reply {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
  background: var(--bg-soft);
  border-left: 3px solid var(--lavender-soft);
  border-radius: 0 8px 8px 0;
  padding: 12px 14px;
}

.review-reply strong {
  display: block;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lavender);
  margin-bottom: 4px;
}

/* ---------- Page avis ---------- */

.reviews-hero {
  padding: 110px var(--gutter) 64px;
  background:
    radial-gradient(ellipse 70% 55% at 80% 10%, rgba(201, 184, 216, 0.35), transparent),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
}

.reviews-hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.reviews-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.6vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  color: var(--lavender-deep);
}

.rating-card {
  position: relative;
  isolation: isolate;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 28px;
  text-align: center;
  overflow: hidden;
}

.rating-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: var(--heart-frame);
  background-size: cover;
  background-position: center;
  opacity: 0.34;
}

.rating-score {
  margin: 0;
  font-family: var(--font-display);
  color: var(--rose-dark);
  line-height: 1;
}

.rating-score strong {
  font-size: clamp(2.8rem, 6vw, 3.6rem);
  font-weight: 600;
}

.rating-score span {
  font-size: 1.1rem;
  color: var(--muted);
}

.rating-count,
.rating-empty {
  margin: 8px 0 20px;
  font-size: 0.88rem;
  color: var(--muted);
}

.rating-card .review-stars {
  display: block;
  margin-top: 8px;
  font-size: 1.15rem;
}

.rating-rows {
  display: grid;
  gap: 7px;
  text-align: left;
}

.rating-row {
  display: grid;
  grid-template-columns: 74px 1fr 32px;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  color: var(--muted);
}

.rating-bar {
  height: 8px;
  border-radius: 999px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  overflow: hidden;
}

.rating-bar > span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--lavender), var(--rose));
}

.rating-row-count {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* ---------- Formulaire d'avis ---------- */

.review-form {
  display: grid;
  gap: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 4vw, 36px);
  box-shadow: var(--shadow-soft);
}

.review-form .field {
  display: grid;
  gap: 6px;
}

.review-form .field > span {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
}

.review-form .field > span em {
  font-weight: 400;
  font-style: normal;
  color: var(--muted);
}

.review-form input[type="text"],
.review-form input[type="email"],
.review-form select,
.review-form textarea {
  font: inherit;
  font-size: 0.96rem;
  color: var(--text);
  background: var(--bg);
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  padding: 11px 14px;
  width: 100%;
}

.review-form textarea {
  resize: vertical;
  line-height: 1.6;
}

.review-form input:focus,
.review-form select:focus,
.review-form textarea:focus {
  outline: 2px solid var(--rose-bright);
  outline-offset: 1px;
  border-color: var(--rose-bright);
}

.review-form .field small,
.form-legal {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.5;
}

.field-static {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
  background: var(--bg-soft);
  border-radius: 12px;
  padding: 12px 14px;
}

.rating-input {
  border: none;
  margin: 0;
  padding: 0;
}

.rating-input legend {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
  padding: 0;
  margin-bottom: 6px;
}

/* Étoiles rendues en radios inversés : le survol et la sélection colorent
   l'étoile visée et toutes celles qui la suivent dans le flux. */
.stars-input {
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 4px;
}

.stars-input input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.stars-input label {
  font-size: 2rem;
  line-height: 1;
  color: var(--line-strong);
  cursor: pointer;
  transition: color 0.14s, transform 0.14s;
}

.stars-input label:hover,
.stars-input label:hover ~ label,
.stars-input input:checked ~ label {
  color: var(--rose);
}

.stars-input label:hover {
  transform: scale(1.08);
}

.stars-input input:focus-visible + label {
  outline: 2px solid var(--rose-bright);
  outline-offset: 2px;
  border-radius: 4px;
}

.form-feedback:empty {
  display: none;
}

.form-feedback,
.form-error,
.form-success {
  margin: 0;
  font-size: 0.9rem;
  border-radius: 12px;
  padding: 12px 14px;
}

.form-error,
.form-feedback.is-error {
  color: var(--rose-dark);
  background: rgba(232, 93, 117, 0.1);
  border: 1px solid rgba(232, 93, 117, 0.3);
}

.form-success,
.form-feedback.is-success {
  color: var(--success);
  background: rgba(61, 154, 114, 0.1);
  border: 1px solid rgba(61, 154, 114, 0.3);
}

@media (max-width: 960px) {
  .reviews-hero-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .scene-tiles {
    grid-template-columns: minmax(0, 1fr);
  }

  .reviews-hero {
    padding-top: 96px;
  }
}
