/* Pages intérieures et parcours de commande de démonstration. */
.mlp-page {
  width: min(1320px, calc(100% - 2rem));
  margin-inline: auto;
  overflow: hidden;
  background: #fff;
}

.mlp-page-hero {
  position: relative;
  display: flex;
  min-height: min(72vh, 730px);
  align-items: center;
  padding: clamp(5rem, 10vw, 9rem) 0;
  overflow: hidden;
  background: #e7f0ef;
}

.mlp-page-hero::after {
  position: absolute;
  right: -6rem;
  bottom: -11rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(23, 108, 101, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(255,255,255,0.17), 0 0 0 8rem rgba(255,255,255,0.12);
  content: "";
}

.mlp-page-hero--goodies { background: #f4e3b8; }
.mlp-page-hero--services { background: #f7eee8; }
.mlp-page-hero--blog { background: #dfeeea; }
.mlp-page-hero--contact { background: #e7edf3; }

.mlp-page-hero .mlp-container {
  position: relative;
  z-index: 1;
}

.mlp-page-hero h1,
.mlp-about-page-hero h1 {
  max-width: 950px;
  margin: 0;
  font-family: var(--mlp-display);
  font-size: clamp(3.2rem, 7vw, 6.7rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.mlp-page-hero h1 em,
.mlp-about-page-hero h1 em {
  color: var(--mlp-sage);
  font-weight: inherit;
}

.mlp-page-hero .mlp-container > p:last-child {
  max-width: 620px;
  margin: 1.7rem 0 0;
  color: var(--mlp-muted);
  font-size: 1.08rem;
}

.mlp-page-section {
  padding: clamp(4.5rem, 8vw, 8rem) 0;
}

.mlp-demo-notice {
  margin-bottom: 2.5rem;
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--mlp-gold);
  background: #fbf5e7;
  color: #695d42;
  font-size: 0.78rem;
}

.mlp-shop-grid {
  display: grid;
  gap: 1.3rem;
}

.mlp-shop-grid--books { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mlp-shop-grid--goodies { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.mlp-shop-product {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--mlp-line);
  background: #fff;
}

.mlp-product-image {
  position: relative;
  display: flex;
  height: 500px;
  align-items: center;
  justify-content: center;
  padding: 1.8rem;
  overflow: hidden;
  background: #edf3f1;
}

.mlp-shop-product:nth-child(2) .mlp-product-image { background: #f4e5bd; }
.mlp-shop-product:nth-child(3) .mlp-product-image { background: #f1ddda; }

.mlp-product-image img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  box-shadow: 12px 18px 34px rgba(32,48,51,0.22);
  transition: transform 220ms ease;
}

.mlp-product-parallax-media {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transform: translate3d(0, var(--mlp-parallax-y, 0), 0);
  will-change: transform;
}

.mlp-shop-product:hover .mlp-product-image img { transform: translateY(-5px); }

.mlp-stock-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.38rem 0.58rem;
  background: #fff;
  color: var(--mlp-sage);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mlp-product-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem;
}

.mlp-product-kicker {
  margin: 0;
  color: var(--mlp-aqua);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mlp-product-copy h2 {
  margin: 0.55rem 0 0;
  font-family: var(--mlp-display);
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.mlp-product-copy > p:not(.mlp-product-kicker):not(.mlp-product-price) {
  margin: 0.9rem 0;
  color: var(--mlp-muted);
  font-size: 0.83rem;
}

.mlp-product-options {
  margin-top: auto;
  padding-top: 1rem;
}

.mlp-product-options label,
.mlp-form-card label,
.mlp-checkout-form label {
  display: grid;
  gap: 0.48rem;
  color: #455255;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.03em;
}

.mlp-product-options select,
.mlp-form-card input,
.mlp-form-card select,
.mlp-form-card textarea,
.mlp-checkout-form input,
.mlp-checkout-form select {
  width: 100%;
  min-height: 3rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--mlp-line);
  border-radius: 0;
  background: #fff;
  color: var(--mlp-ink);
}

.mlp-form-card textarea { resize: vertical; }

.mlp-product-actions {
  margin-top: 0.8rem;
}

.mlp-product-actions .mlp-button,
.mlp-shop-product--goodie .mlp-button {
  width: 100%;
  cursor: pointer;
}

.mlp-secure-note {
  display: block;
  margin-top: 0.65rem;
  color: var(--mlp-muted);
  font-size: 0.62rem;
  text-align: center;
}

.mlp-product-price {
  margin: 0.75rem 0 1rem;
  color: var(--mlp-ink);
  font-family: var(--mlp-display);
  font-size: 1.35rem;
}

.mlp-reassurance {
  padding: 2.2rem 0;
  border-top: 1px solid var(--mlp-line);
  background: #f7f9f8;
}

.mlp-reassurance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.mlp-reassurance-grid > div {
  padding: 0.5rem 2rem;
  border-right: 1px solid var(--mlp-line);
  text-align: center;
}

.mlp-reassurance-grid > div:last-child { border: 0; }
.mlp-reassurance-grid strong { display: block; font-family: var(--mlp-display); font-size: 1.05rem; }
.mlp-reassurance-grid span { display: block; margin-top: 0.3rem; color: var(--mlp-muted); font-size: 0.7rem; }

/* Goodies dessinés en CSS */
.mlp-goodie-art {
  position: relative;
  display: grid;
  height: 320px;
  place-items: center;
  overflow: hidden;
  background: #edf3f1;
}

.mlp-goodie-art::before,
.mlp-goodie-art::after { position: absolute; content: ""; }
.mlp-goodie-art > div { position: relative; z-index: 2; display: grid; place-items: center; }

.mlp-goodie-art--bookmark { background: #dcebe8; }
.mlp-goodie-art--bookmark > div { width: 80px; height: 235px; border-radius: 4px 4px 38px 38px; background: #f0ca57; box-shadow: 16px 20px 35px rgba(32,48,51,0.18); transform: rotate(7deg); }
.mlp-goodie-art--bookmark > div::before { position: absolute; top: 23px; width: 15px; height: 15px; border: 1px solid var(--mlp-ink); border-radius: 50%; content: ""; }

.mlp-goodie-art--notebook { background: #f2e8d3; }
.mlp-goodie-art--notebook > div { width: 190px; height: 245px; border-radius: 4px 12px 12px 4px; background: var(--mlp-sage); box-shadow: 20px 22px 40px rgba(32,48,51,0.24), inset 8px 0 rgba(0,0,0,0.12); color: #fff; font-family: var(--mlp-display); font-size: 2rem; transform: rotate(-5deg); }
.mlp-goodie-art--notebook > div::after { position: absolute; inset: 27px; border: 1px solid rgba(255,255,255,0.5); content: ""; }

.mlp-goodie-art--tote { background: #f0ddd9; }
.mlp-goodie-art--tote > div { width: 210px; height: 225px; margin-top: 45px; background: #e7d6b5; box-shadow: 14px 18px 35px rgba(32,48,51,0.16); color: var(--mlp-terracotta); font-family: var(--mlp-display); font-size: 2rem; }
.mlp-goodie-art--tote > div::before { position: absolute; top: -55px; left: 50%; width: 105px; height: 85px; border: 12px solid #e7d6b5; border-bottom: 0; border-radius: 70px 70px 0 0; content: ""; transform: translateX(-50%); }

.mlp-goodie-art--box { background: #e8edf2; }
.mlp-goodie-art--box > div { width: 220px; height: 150px; background: var(--mlp-terracotta); box-shadow: 17px 21px 40px rgba(32,48,51,0.2); color: #fff; font-family: var(--mlp-display); font-size: 2rem; transform: rotate(4deg); }
.mlp-goodie-art--box > div::before { position: absolute; top: -20px; left: -6px; width: 232px; height: 28px; background: #cf695d; content: ""; transform: skewX(-22deg); }
.mlp-goodie-art--box::after { z-index: 3; top: 65px; width: 26px; height: 210px; background: #f0ca57; transform: rotate(4deg); }

/* Services et formulaires */
.mlp-page-section-heading { max-width: 760px; margin-bottom: 3rem; }
.mlp-page-section-heading h2 { margin: 0; font-family: var(--mlp-display); font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 400; letter-spacing: -0.05em; line-height: 1; }

.mlp-service-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--mlp-line);
  border-left: 1px solid var(--mlp-line);
}

.mlp-service-pricing-grid article { display: flex; min-height: 390px; flex-direction: column; padding: clamp(1.8rem, 4vw, 3.3rem); border-right: 1px solid var(--mlp-line); border-bottom: 1px solid var(--mlp-line); }
.mlp-service-icon { display: grid; width: 2.8rem; height: 2.8rem; place-items: center; border: 1px solid var(--mlp-aqua); border-radius: 50%; color: var(--mlp-aqua); font-size: 0.67rem; font-weight: 800; }
.mlp-service-pricing-grid .mlp-product-kicker { margin-top: 1.6rem; }
.mlp-service-pricing-grid h2 { margin: 0.5rem 0 0; font-family: var(--mlp-display); font-size: 2rem; font-weight: 400; }
.mlp-service-pricing-grid article > p:not(.mlp-product-kicker) { color: var(--mlp-muted); }
.mlp-service-price { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-top: auto; padding: 1.2rem 0; border-top: 1px solid var(--mlp-line); }
.mlp-service-price strong { font-family: var(--mlp-display); font-size: 1.5rem; }
.mlp-service-price span { color: var(--mlp-muted); font-size: 0.68rem; }
.mlp-service-pricing-grid .mlp-button { align-self: flex-start; }

.mlp-process-section { padding: clamp(4.5rem, 8vw, 8rem) 0; background: #e6f0ee; }
.mlp-process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin: 0; padding: 0; list-style: none; }
.mlp-process-list li { padding: 1.8rem; background: #fff; }
.mlp-process-list li > span { display: grid; width: 2.5rem; height: 2.5rem; place-items: center; border-radius: 50%; background: var(--mlp-sage); color: #fff; font-size: 0.7rem; font-weight: 800; }
.mlp-process-list strong { display: block; margin-top: 1.2rem; font-family: var(--mlp-display); font-size: 1.3rem; }
.mlp-process-list p { color: var(--mlp-muted); font-size: 0.82rem; }

.mlp-booking-section { padding: clamp(4.5rem, 8vw, 8rem) 0; background: #fff; }
.mlp-booking-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(3rem, 8vw, 7rem); }
.mlp-booking-grid h2, .mlp-contact-details h2 { margin: 0; font-family: var(--mlp-display); font-size: clamp(2.5rem, 5vw, 4.4rem); font-weight: 400; letter-spacing: -0.05em; line-height: 1; }
.mlp-booking-grid > div > p:last-child { color: var(--mlp-muted); }
.mlp-form-card { display: grid; gap: 1rem; padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--mlp-line); background: #f9faf9; }
.mlp-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.mlp-form-card .mlp-button { justify-self: start; cursor: pointer; }
.mlp-form-feedback { margin: 0; padding: 0.8rem 1rem; background: #dceee9; color: var(--mlp-sage); font-size: 0.75rem; }
.mlp-form-feedback--error { background: #f8e4df; color: #8b2e22; }
.mlp-checkbox { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 0.65rem !important; font-weight: 500 !important; }
.mlp-checkbox input { width: auto; min-height: 0; margin-top: 0.2rem; }

/* Blog */
.mlp-blog-layout { display: grid; grid-template-columns: 1fr 310px; gap: clamp(3rem, 7vw, 6rem); }
.mlp-blog-posts { display: grid; gap: 3.2rem; }
.mlp-blog-listing { display: grid; grid-template-columns: 250px 1fr; gap: 1.7rem; padding-bottom: 3.2rem; border-bottom: 1px solid var(--mlp-line); }
.mlp-blog-listing .mlp-article-art { display: block; min-height: 225px; }
.mlp-blog-listing h2 { margin: 0.5rem 0 0; font-family: var(--mlp-display); font-size: 2rem; font-weight: 400; line-height: 1.08; }
.mlp-blog-listing h2 a { text-decoration: none; }
.mlp-blog-listing h2 + p { color: var(--mlp-muted); font-size: 0.86rem; }
.mlp-blog-sidebar { position: sticky; top: 2rem; align-self: start; padding: 2rem; background: #f1e1de; }
.mlp-blog-sidebar h2 { margin: 0; font-family: var(--mlp-display); font-size: 2rem; font-weight: 400; }
.mlp-blog-sidebar > p:not(.mlp-eyebrow) { color: var(--mlp-muted); font-size: 0.85rem; }

/* À propos */
.mlp-about-page-hero { display: flex; min-height: min(72vh, 730px); align-items: center; padding: clamp(5rem, 10vw, 9rem) 0; background: #f5e7c5; }
.mlp-about-page-grid { display: grid; align-items: center; grid-template-columns: 0.72fr 1.28fr; gap: clamp(3rem, 8vw, 8rem); }
.mlp-about-page-grid > div:last-child > p:last-child { color: var(--mlp-muted); font-family: var(--mlp-display); font-size: 1.2rem; font-style: italic; }
.mlp-about-page-photo { position: relative; max-width: 390px; padding: 2rem; }
.mlp-about-page-photo > div { position: absolute; inset: 0; background: var(--mlp-sage); transform: rotate(-4deg); }
.mlp-about-page-photo img { position: relative; width: 100%; aspect-ratio: 1; border: 10px solid #fff; object-fit: cover; box-shadow: var(--mlp-shadow); }
.mlp-story-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.mlp-story-grid h2 { margin: 0; font-family: var(--mlp-display); font-size: clamp(2.4rem, 5vw, 4.4rem); font-weight: 400; line-height: 1; }
.mlp-story-copy { color: var(--mlp-muted); font-family: var(--mlp-display); font-size: 1.1rem; }
.mlp-story-copy p:first-child { margin-top: 0; color: var(--mlp-ink); font-size: 1.3rem; }
.mlp-values-section { padding: clamp(4rem, 7vw, 7rem) 0; background: #e6f0ee; }
.mlp-values-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.mlp-values-page-grid article { padding: 2rem; border-right: 1px solid rgba(23,108,101,0.2); }
.mlp-values-page-grid article:last-child { border: 0; }
.mlp-values-page-grid span { color: var(--mlp-aqua); font-size: 0.65rem; font-weight: 800; }
.mlp-values-page-grid h2 { margin: 0.7rem 0 0; font-family: var(--mlp-display); font-size: 2rem; font-weight: 400; }
.mlp-values-page-grid p { color: var(--mlp-muted); font-size: 0.85rem; }
.mlp-page-cta { padding: clamp(4.5rem, 8vw, 8rem) 0; text-align: center; }
.mlp-page-cta .mlp-eyebrow { justify-content: center; }
.mlp-page-cta h2 { max-width: 850px; margin: 0 auto 2rem; font-family: var(--mlp-display); font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 400; line-height: 1; }

/* Contact */
.mlp-contact-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(3rem, 8vw, 7rem); }
.mlp-contact-details dl { display: grid; gap: 1.2rem; margin-top: 2.5rem; }
.mlp-contact-details dl div { padding-bottom: 1.1rem; border-bottom: 1px solid var(--mlp-line); }
.mlp-contact-details dt { color: var(--mlp-aqua); font-size: 0.6rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.mlp-contact-details dd { margin: 0.35rem 0 0; font-family: var(--mlp-display); font-size: 1.15rem; }
.mlp-contact-details dd a { text-decoration: none; }
.mlp-contact-hours { color: var(--mlp-muted); font-size: 0.75rem; }
.mlp-faq-section { padding: clamp(4rem, 7vw, 7rem) 0; background: #f5f7f6; }
.mlp-faq-grid { display: grid; gap: 0.6rem; }
.mlp-faq-grid details { padding: 1.2rem 1.4rem; border: 1px solid var(--mlp-line); background: #fff; }
.mlp-faq-grid summary { cursor: pointer; font-family: var(--mlp-display); font-size: 1.1rem; }
.mlp-faq-grid details p { color: var(--mlp-muted); font-size: 0.82rem; }

/* Panier et tunnel de commande */
.mlp-commerce-header { padding: 3.2rem 0 2.7rem; border-bottom: 1px solid var(--mlp-line); background: #f5f8f7; }
.mlp-commerce-header h1 { margin: 0; font-family: var(--mlp-display); font-size: clamp(2.6rem, 5vw, 4.5rem); font-weight: 400; }
.mlp-checkout-steps { display: flex; gap: 2.2rem; margin-bottom: 2.4rem; color: #8a9597; font-size: 0.67rem; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; }
.mlp-checkout-steps span { display: inline-flex; align-items: center; gap: 0.5rem; }
.mlp-checkout-steps b { display: grid; width: 1.7rem; height: 1.7rem; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 0.6rem; }
.mlp-checkout-steps .is-current { color: var(--mlp-sage); }
.mlp-checkout-steps .is-current b { background: var(--mlp-sage); color: #fff; }

.mlp-cart-layout { display: grid; grid-template-columns: 1fr 340px; gap: clamp(2rem, 6vw, 5rem); }
.mlp-cart-items { display: grid; }
.mlp-cart-item { display: grid; align-items: center; grid-template-columns: 100px 1fr auto 100px; gap: 1.3rem; padding: 1.3rem 0; border-bottom: 1px solid var(--mlp-line); }
.mlp-cart-item-visual { display: grid; width: 100px; height: 125px; place-items: center; overflow: hidden; background: #edf3f1; }
.mlp-cart-item-visual img { width: 100%; height: 100%; object-fit: contain; }
.mlp-cart-item-copy h2 { margin: 0.3rem 0 0; font-family: var(--mlp-display); font-size: 1.35rem; font-weight: 400; }
.mlp-remove-item { margin-top: 0.55rem; padding: 0; border: 0; background: none; color: var(--mlp-muted); font-size: 0.65rem; text-decoration: underline; cursor: pointer; }
.mlp-quantity { display: flex; align-items: center; border: 1px solid var(--mlp-line); }
.mlp-quantity button { display: grid; width: 2rem; height: 2rem; place-items: center; border: 0; background: #fff; cursor: pointer; }
.mlp-quantity span { min-width: 1.5rem; text-align: center; font-size: 0.75rem; }
.mlp-cart-item-price { font-family: var(--mlp-display); font-size: 1rem; text-align: right; }
.mlp-mini-goodie { display: grid; width: 64px; height: 84px; place-items: center; background: var(--mlp-gold); color: var(--mlp-ink); font-family: var(--mlp-display); }
.mlp-mini-goodie--tote { height: 62px; background: #e7d6b5; }
.mlp-mini-goodie--box { height: 55px; background: var(--mlp-terracotta); color: #fff; }
.mlp-mini-goodie--bookmark { width: 28px; height: 90px; border-radius: 3px 3px 12px 12px; }

.mlp-empty-cart { padding: 4rem 1rem; text-align: center; }
.mlp-empty-cart > span { color: var(--mlp-aqua); font-family: var(--mlp-display); font-size: 3rem; }
.mlp-empty-cart h2 { margin: 0.5rem 0 0; font-family: var(--mlp-display); font-size: 2rem; font-weight: 400; }
.mlp-empty-cart p { color: var(--mlp-muted); }
.mlp-empty-cart > div { display: flex; justify-content: center; gap: 0.7rem; margin-top: 1.5rem; }

.mlp-order-summary { align-self: start; padding: 1.7rem; border: 1px solid var(--mlp-line); background: #f7f9f8; }
.mlp-order-summary h2 { margin: 0 0 1.2rem; font-family: var(--mlp-display); font-size: 1.6rem; font-weight: 400; }
.mlp-order-summary dl { margin: 0; }
.mlp-order-summary dl > div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.65rem 0; color: var(--mlp-muted); font-size: 0.75rem; }
.mlp-order-summary dl dd { margin: 0; color: var(--mlp-ink); }
.mlp-order-summary .mlp-order-total { margin-top: 0.6rem; padding-top: 1.1rem; border-top: 1px solid var(--mlp-line); color: var(--mlp-ink); font-size: 1rem; font-weight: 800; }
.mlp-shipping-hint, .mlp-demo-small { color: var(--mlp-muted); font-size: 0.64rem; }
.mlp-button--wide { width: 100%; cursor: pointer; }
.mlp-button.is-disabled { opacity: 0.45; }
.mlp-payment-logos { display: flex; justify-content: center; gap: 0.45rem; margin-top: 1rem; }
.mlp-payment-logos span { padding: 0.28rem 0.4rem; border: 1px solid var(--mlp-line); background: #fff; font-size: 0.5rem; font-weight: 800; }
.mlp-order-summary > .mlp-demo-small { text-align: center; }

.mlp-checkout-layout { display: grid; grid-template-columns: 1fr 370px; gap: clamp(2rem, 6vw, 5rem); }
.mlp-checkout-form { display: grid; gap: 1.2rem; }
.mlp-checkout-panel { display: grid; gap: 1rem; padding: clamp(1.4rem, 3vw, 2.2rem); border: 1px solid var(--mlp-line); }
.mlp-checkout-panel > header { display: flex; align-items: center; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--mlp-line); }
.mlp-checkout-panel > header > span { display: grid; width: 2rem; height: 2rem; place-items: center; border-radius: 50%; background: var(--mlp-sage); color: #fff; font-size: 0.67rem; font-weight: 800; }
.mlp-checkout-panel h2 { margin: 0; font-family: var(--mlp-display); font-size: 1.4rem; font-weight: 400; }
.mlp-checkout-panel header p { margin: 0.2rem 0 0; color: var(--mlp-muted); font-size: 0.68rem; }
.mlp-field-row--postal { grid-template-columns: 0.45fr 1fr; }
.mlp-choice-card { display: flex !important; align-items: center; grid-template-columns: auto 1fr auto; gap: 0.8rem !important; padding: 1rem; border: 1px solid var(--mlp-line); cursor: pointer; }
.mlp-choice-card input { width: auto; min-height: 0; }
.mlp-choice-card > span { display: grid; flex: 1; }
.mlp-choice-card small { color: var(--mlp-muted); font-weight: 500; }
.mlp-choice-card > b { font-size: 0.72rem; }
.mlp-fake-card-fields { display: grid; gap: 0.8rem; padding: 1rem; background: #f5f8f7; }
.mlp-order-summary--checkout { position: sticky; top: 1rem; }
.mlp-checkout-line { display: grid; align-items: center; grid-template-columns: 58px 1fr auto; gap: 0.8rem; padding: 0.8rem 0; border-bottom: 1px solid var(--mlp-line); }
.mlp-checkout-line-visual { position: relative; display: grid; width: 54px; height: 68px; place-items: center; background: #fff; }
.mlp-checkout-line-visual img { width: 100%; height: 100%; object-fit: contain; }
.mlp-checkout-line-visual .mlp-mini-goodie { transform: scale(0.62); }
.mlp-checkout-line-visual > span { position: absolute; top: -5px; right: -5px; display: grid; width: 1.2rem; height: 1.2rem; place-items: center; border-radius: 50%; background: var(--mlp-sage); color: #fff; font-size: 0.55rem; }
.mlp-checkout-line strong { display: block; font-family: var(--mlp-display); font-size: 0.86rem; font-weight: 400; }
.mlp-checkout-line small { color: var(--mlp-muted); font-size: 0.58rem; }
.mlp-checkout-line > b { font-size: 0.7rem; }
.mlp-edit-cart { display: inline-block; margin-top: 1rem; color: var(--mlp-sage); font-size: 0.68rem; font-weight: 800; }

.mlp-confirmation-section { min-height: 720px; padding: 3rem 0 7rem; background: #e7f0ef; }
.mlp-confirmation-card { max-width: 760px; margin: 3rem auto 0; padding: clamp(2rem, 6vw, 5rem); background: #fff; box-shadow: var(--mlp-shadow); text-align: center; }
.mlp-confirmation-icon { display: grid; width: 4.5rem; height: 4.5rem; margin: 0 auto 1.5rem; place-items: center; border-radius: 50%; background: var(--mlp-sage); color: #fff; font-size: 2rem; }
.mlp-confirmation-card .mlp-eyebrow { justify-content: center; }
.mlp-confirmation-card h1 { margin: 0; font-family: var(--mlp-display); font-size: clamp(2.6rem, 6vw, 4.5rem); font-weight: 400; line-height: 1; }
.mlp-confirmation-card > p:not(.mlp-eyebrow) { color: var(--mlp-muted); }
.mlp-order-reference { display: grid; gap: 0.2rem; margin: 2rem 0; padding: 1.2rem; border: 1px dashed var(--mlp-sage); }
.mlp-order-reference span, .mlp-confirmation-summary span { color: var(--mlp-muted); font-size: 0.62rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.mlp-order-reference strong { font-family: var(--mlp-display); font-size: 1.5rem; }
.mlp-confirmation-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem 2rem; padding-bottom: 1.5rem; }
.mlp-confirmation-summary strong { font-family: var(--mlp-display); font-size: 1.05rem; font-weight: 400; }
.mlp-confirmation-actions { display: flex; justify-content: center; gap: 0.7rem; margin-top: 1rem; }

.mlp-shop-toast { position: fixed; z-index: 9999; right: 1.2rem; bottom: 1.2rem; display: grid; gap: 0.35rem; max-width: min(380px, calc(100% - 2.4rem)); padding: 1rem 1.2rem; background: var(--mlp-ink); color: #fff; box-shadow: 0 16px 40px rgba(0,0,0,0.24); font-size: 0.78rem; opacity: 0; pointer-events: none; transform: translateY(1rem); transition: opacity 180ms ease, transform 180ms ease; }
.mlp-shop-toast.is-visible { opacity: 1; transform: translateY(0); }
.mlp-shop-toast a { color: #70d3d5; font-size: 0.68rem; font-weight: 800; pointer-events: auto; text-transform: uppercase; }

/* Boutique WooCommerce réelle (version 1.7.7). */
.mlp-real-cart-form { display: grid; gap: 1rem; margin-top: auto; }
.mlp-product-image--goodie-real { display: block; min-height: 280px; overflow: hidden; }
.mlp-product-image--goodie-real img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.mlp-stock-badge.is-out-of-stock { background: #6d625b; }
.mlp-product-unavailable { margin-top: auto; color: var(--mlp-muted); font-size: 0.78rem; font-weight: 700; }
.mlp-button.is-disabled { cursor: not-allowed; opacity: 0.55; }
.mlp-catalog-editor-content { margin: 0 0 2rem; padding: 1.25rem 1.5rem; border-left: 3px solid var(--mlp-aqua); background: rgba(255, 255, 255, 0.72); }
.mlp-catalog-editor-content > :first-child { margin-top: 0; }
.mlp-catalog-editor-content > :last-child { margin-bottom: 0; }

.mlp-woocommerce-shell .woocommerce {
	padding: clamp(1rem, 3vw, 2.5rem);
	background: #fff;
	box-shadow: 0 18px 55px rgba(39, 53, 53, 0.08);
}
.mlp-woocommerce-shell .woocommerce-message,
.mlp-woocommerce-shell .woocommerce-info,
.mlp-woocommerce-shell .woocommerce-error {
	border-top-color: var(--mlp-aqua);
	background: #f7f4ee;
}
.mlp-woocommerce-shell .woocommerce table.shop_table { border-color: rgba(39, 53, 53, 0.15); border-radius: 0; }
.mlp-woocommerce-shell .woocommerce table.shop_table th { color: var(--mlp-ink); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; }
.mlp-woocommerce-shell .woocommerce table.shop_table td { padding: 1rem 0.75rem; }
.mlp-woocommerce-shell .woocommerce a { color: var(--mlp-sage); }
.mlp-woocommerce-shell .woocommerce a.remove { color: #a64a4a !important; }
.mlp-woocommerce-shell .woocommerce a.remove:hover { background: #a64a4a; color: #fff !important; }
.mlp-woocommerce-shell .woocommerce .button,
.mlp-woocommerce-shell .woocommerce button.button,
.mlp-woocommerce-shell .woocommerce input.button,
.mlp-woocommerce-shell .woocommerce #respond input#submit,
.mlp-woocommerce-shell .woocommerce a.button,
.mlp-woocommerce-shell .woocommerce #payment #place_order {
	border-radius: 0;
	background: var(--mlp-aqua);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.mlp-woocommerce-shell .woocommerce .button:hover,
.mlp-woocommerce-shell .woocommerce button.button:hover,
.mlp-woocommerce-shell .woocommerce input.button:hover,
.mlp-woocommerce-shell .woocommerce a.button:hover,
.mlp-woocommerce-shell .woocommerce #payment #place_order:hover { background: var(--mlp-ink); color: #fff; }
.mlp-woocommerce-shell .woocommerce form .form-row input.input-text,
.mlp-woocommerce-shell .woocommerce form .form-row textarea,
.mlp-woocommerce-shell .woocommerce form .form-row select,
.mlp-woocommerce-shell .woocommerce .quantity .qty,
.mlp-woocommerce-shell .woocommerce .select2-container .select2-selection--single {
	min-height: 44px;
	border: 1px solid rgba(39, 53, 53, 0.25);
	border-radius: 0;
	background: #fff;
}
.mlp-woocommerce-shell .woocommerce .cart_totals,
.mlp-woocommerce-shell .woocommerce-checkout-review-order,
.mlp-woocommerce-shell .woocommerce #payment { background: #f7f4ee; }
.mlp-woocommerce-shell .woocommerce .cart_totals,
.mlp-woocommerce-shell .woocommerce-checkout-review-order { padding: 1.25rem; }
.mlp-woocommerce-shell .woocommerce #payment { border-radius: 0; }

@media (max-width: 768px) {
	.mlp-woocommerce-shell .woocommerce { padding: 1rem; }
	.mlp-woocommerce-shell .woocommerce table.shop_table_responsive tr td { padding: 0.7rem; }
	.mlp-product-image--goodie-real,
	.mlp-product-image--goodie-real img { min-height: 220px; }
}

.page-template-page-panier-php .mlp-floating-cart,
.page-template-page-commande-php .mlp-floating-cart,
.page-template-page-confirmation-php .mlp-floating-cart { display: none; }

@media (max-width: 1020px) {
  .mlp-shop-grid--books { grid-template-columns: repeat(2, 1fr); }
  .mlp-shop-grid--goodies { grid-template-columns: repeat(2, 1fr); }
  .mlp-product-image { height: 520px; }
  .mlp-cart-layout, .mlp-checkout-layout { grid-template-columns: 1fr 310px; gap: 2rem; }
  .mlp-blog-layout { grid-template-columns: 1fr; }
  .mlp-blog-sidebar { position: static; }
  .mlp-shop-toast { bottom: 5.4rem; }
}

@media (max-width: 760px) {
  .mlp-page { width: 100%; }
  .mlp-page-hero, .mlp-about-page-hero { min-height: 570px; }
  .mlp-page-hero h1, .mlp-about-page-hero h1 { font-size: clamp(3rem, 14vw, 5rem); }
  .mlp-shop-grid--books, .mlp-shop-grid--goodies { grid-template-columns: 1fr; }
  .mlp-shop-product { width: min(100%, 430px); margin-inline: auto; }
  .mlp-product-image { height: 520px; }
  .mlp-product-parallax-media { transform: none; will-change: auto; }
  .mlp-reassurance-grid { grid-template-columns: 1fr; }
  .mlp-reassurance-grid > div { padding: 1rem; border-right: 0; border-bottom: 1px solid var(--mlp-line); }
  .mlp-service-pricing-grid, .mlp-process-list, .mlp-values-page-grid { grid-template-columns: 1fr; }
  .mlp-service-pricing-grid article { min-height: 360px; }
  .mlp-booking-grid, .mlp-contact-grid, .mlp-about-page-grid, .mlp-story-grid { grid-template-columns: 1fr; }
  .mlp-blog-listing { grid-template-columns: 1fr; }
  .mlp-blog-listing .mlp-article-art { min-height: 200px; }
  .mlp-values-page-grid article { border-right: 0; border-bottom: 1px solid rgba(23,108,101,0.2); }
  .mlp-cart-layout, .mlp-checkout-layout { grid-template-columns: 1fr; }
  .mlp-order-summary--checkout { position: static; }
  .mlp-checkout-steps { gap: 0.7rem; justify-content: space-between; }
  .mlp-checkout-steps span { gap: 0.3rem; font-size: 0.5rem; }
  .mlp-checkout-steps b { width: 1.4rem; height: 1.4rem; }
  .mlp-cart-item { grid-template-columns: 75px 1fr auto; gap: 0.8rem; }
  .mlp-cart-item-visual { width: 75px; height: 95px; }
  .mlp-cart-item .mlp-quantity { grid-column: 2; justify-self: start; }
  .mlp-cart-item-price { grid-column: 3; grid-row: 1 / 3; }
  .mlp-confirmation-actions, .mlp-empty-cart > div { align-items: stretch; flex-direction: column; }
}

@media (max-width: 480px) {
  .mlp-product-image { height: 450px; }
  .mlp-field-row, .mlp-field-row--postal { grid-template-columns: 1fr; }
}

/* Fiches WooCommerce : prix, choix de variante et contour des visuels. */
body.single-product div.product .woocommerce-product-gallery {
  padding: clamp(0.65rem, 1.2vw, 1rem);
  border: 1px solid rgba(32, 48, 51, 0.24);
  background: #edf3f2;
  box-shadow: 0 18px 45px rgba(32, 48, 51, 0.13);
}

body.single-product div.product .woocommerce-product-gallery__image > a {
  display: block;
  background: #fff;
}

body.single-product div.product .woocommerce-product-gallery__image img {
  display: block;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(32, 48, 51, 0.18);
}

body.single-product div.product .summary .price {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  margin: 0.75rem 0 1.2rem;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(32, 48, 51, 0.2);
  background: #f4d77d;
  box-shadow: 0 7px 18px rgba(32, 48, 51, 0.1);
  color: var(--mlp-ink);
  font-family: var(--mlp-body);
  font-size: clamp(1.55rem, 2.4vw, 1.9rem);
  font-weight: 800;
  line-height: 1;
}

body.single-product div.product .summary .price .amount,
body.single-product div.product .summary .price bdi {
  color: inherit;
  font-weight: inherit;
}

body.single-product div.product form.cart.variations_form {
  margin: 1.15rem 0;
  padding: clamp(0.9rem, 2vw, 1.2rem);
  border: 1px solid rgba(32, 48, 51, 0.2);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(32, 48, 51, 0.1);
}

body.single-product div.product form.cart .variations {
  margin: 0;
}

body.single-product div.product form.cart .variations th,
body.single-product div.product form.cart .variations td {
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

body.single-product div.product form.cart .variations th.label {
  width: 6.5rem;
  padding-right: 0.8rem;
  color: var(--mlp-ink);
  font-size: 0.86rem;
  font-weight: 800;
}

body.single-product div.product form.cart .variations select {
  width: 100%;
  min-width: min(21rem, 100%);
  min-height: 3.1rem;
  padding: 0.7rem 2.7rem 0.7rem 0.9rem;
  border: 2px solid var(--mlp-sage);
  border-radius: 0;
  outline: 0;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px rgba(32, 48, 51, 0.04);
  color: var(--mlp-ink);
  color-scheme: light;
  font-size: 0.9rem;
  font-weight: 700;
}

body.single-product div.product form.cart .variations select:focus {
  border-color: var(--mlp-aqua);
  box-shadow: 0 0 0 3px rgba(22, 156, 160, 0.18);
}

body.single-product div.product form.cart .reset_variations {
  margin-left: 0.75rem;
  color: var(--mlp-sage);
  font-size: 0.75rem;
  font-weight: 700;
}

body.single-product div.product form.cart .single_add_to_cart_button {
  min-height: 2.8rem;
  padding-inline: 1.2rem;
  border-radius: 999px;
  background: var(--mlp-sage);
  color: #fff;
  font-weight: 800;
}

body.single-product div.product form.cart .single_add_to_cart_button:hover,
body.single-product div.product form.cart .single_add_to_cart_button:focus {
  background: var(--mlp-aqua);
  color: #fff;
}

body.single-product div.product form.cart .single_add_to_cart_button.disabled,
body.single-product div.product form.cart .single_add_to_cart_button:disabled {
  background: #879291;
  color: #fff;
}

@media (max-width: 620px) {
  body.single-product div.product form.cart .variations th,
  body.single-product div.product form.cart .variations td {
    display: block;
    width: 100%;
  }

  body.single-product div.product form.cart .variations th.label {
    padding: 0 0 0.4rem;
  }

  body.single-product div.product form.cart .reset_variations {
    display: inline-block;
    margin: 0.55rem 0 0;
  }
  
}
.mlp-product-image-link {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.mlp-stock-badge {
  z-index: 5;
  pointer-events: none;
}

.mlp-product-copy h2 a {
  color: inherit;
  text-decoration: none;
}

.mlp-product-copy h2 a:hover {
  color: var(--mlp-terracotta);
}
