.moby-maritime-enterprise{--moby-inner:calc(100vw - 64px)}
.moby-maritime-enterprise .moby-inner,
.moby-maritime-enterprise .moby-header__inner{width:var(--moby-inner);max-width:none;margin-inline:auto}
.moby-maritime-enterprise .site,
.moby-maritime-enterprise .site-content,
.moby-maritime-enterprise .content-area,
.moby-maritime-enterprise .wp-site-blocks,
.moby-maritime-enterprise .moby-site-main,
.moby-maritime-enterprise main{width:100%;max-width:none}
.moby-maritime-enterprise .moby-page .moby-inner,
.moby-maritime-enterprise .moby-shop .moby-inner,
.moby-maritime-enterprise .moby-page-hero .moby-inner,
.moby-maritime-enterprise .moby-prose{width:var(--moby-inner);max-width:none}

/* Grandes cartes e-commerce sans recadrage ni zoom destructeur. */
.moby-maritime-enterprise .woocommerce ul.products,
.moby-maritime-enterprise .moby-products .woocommerce ul.products,
.moby-maritime-enterprise .moby-shop .woocommerce ul.products{width:100%!important;max-width:none!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:30px!important}
.moby-maritime-enterprise .woocommerce ul.products li.product{width:100%!important;max-width:none!important;min-width:0!important}
.moby-maritime-enterprise .woocommerce ul.products li.product img{width:100%!important;height:clamp(460px,32vw,650px)!important;object-fit:contain!important;object-position:center!important;background:#f6f8f9!important;padding:18px!important}

/* Fiche produit en pleine largeur. */
.moby-maritime-enterprise .woocommerce div.product{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);gap:clamp(38px,5vw,96px);width:100%;max-width:none}
.moby-maritime-enterprise .woocommerce div.product div.images,
.moby-maritime-enterprise .woocommerce div.product div.summary{float:none!important;width:100%!important;margin:0!important}
.moby-maritime-enterprise .woocommerce div.product div.images img{width:100%;max-height:760px;object-fit:contain;background:#f6f8f9}
.moby-maritime-enterprise .woocommerce div.product .woocommerce-tabs,
.moby-maritime-enterprise .woocommerce div.product .related,
.moby-maritime-enterprise .woocommerce div.product .upsells{grid-column:1/-1;width:100%}

/* Footer : aucun bloc blanc, textes lumineux sur le fond maritime. */
.moby-maritime-enterprise .moby-footer__brand img{width:min(520px,100%);height:auto;object-fit:contain;object-position:left center;clip-path:none;margin:0 0 24px;background:transparent}
.moby-maritime-enterprise .moby-footer,
.moby-maritime-enterprise .moby-footer p,
.moby-maritime-enterprise .moby-footer__brand p,
.moby-maritime-enterprise .moby-footer__cols a,
.moby-maritime-enterprise .moby-footer__bottom,
.moby-maritime-enterprise .moby-footer__bottom span{color:#fff}
.moby-maritime-enterprise .moby-footer__cols h3{color:#d7b56d}
.moby-maritime-enterprise .moby-footer__cols a:hover{color:#e4c98f}

@media (max-width:1024px){
  .moby-maritime-enterprise{--moby-inner:calc(100vw - 40px)}
  .moby-maritime-enterprise .woocommerce ul.products,
  .moby-maritime-enterprise .moby-products .woocommerce ul.products,
  .moby-maritime-enterprise .moby-shop .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important}
  .moby-maritime-enterprise .woocommerce ul.products li.product img{height:480px!important}
  .moby-maritime-enterprise .woocommerce div.product{grid-template-columns:1fr 1fr;gap:32px}
}

/* Accroches de l'introduction transformées en boutons premium. */
.moby-maritime-enterprise .moby-intro__facts span{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:12px 22px;border:1px solid var(--moby-gold);border-radius:5px;background:var(--moby-gold);color:var(--moby-navy);font-size:.84rem;font-weight:900;box-shadow:0 10px 24px rgba(184,148,85,.22);transition:.22s ease}
.moby-maritime-enterprise .moby-intro__facts span:hover{background:var(--moby-navy);color:#fff;border-color:var(--moby-navy);transform:translateY(-2px);box-shadow:0 14px 30px rgba(7,26,43,.18)}

/* Guides illustrés. */
.moby-maritime-enterprise .moby-guides{background:linear-gradient(180deg,#f8f7f3,#edf1f3)}
.moby-maritime-enterprise .moby-guides__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.moby-maritime-enterprise .moby-guide-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;padding:0;background:#fff;border:1px solid rgba(7,26,43,.1);border-radius:14px;box-shadow:0 18px 48px rgba(7,26,43,.09);transition:.28s ease}
.moby-maritime-enterprise .moby-guide-card:hover{transform:translateY(-7px);box-shadow:0 26px 58px rgba(7,26,43,.15)}
.moby-maritime-enterprise .moby-guide-card__media{position:relative;display:block;height:270px;overflow:hidden;background:var(--moby-navy)}
.moby-maritime-enterprise .moby-guide-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(7,26,43,.72))}
.moby-maritime-enterprise .moby-guide-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.moby-maritime-enterprise .moby-guide-card:hover img{transform:scale(1.035)}
.moby-maritime-enterprise .moby-guide-card__media span{position:absolute;z-index:2;left:24px;bottom:20px;display:inline-flex;align-items:center;min-height:34px;padding:0 13px;border-radius:3px;background:var(--moby-gold);color:var(--moby-navy);font-size:.72rem;font-weight:900;letter-spacing:.15em}
.moby-maritime-enterprise .moby-guide-card__body{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:28px}
.moby-maritime-enterprise .moby-guide-card__body h3{margin:0 0 12px;font-size:1.34rem;color:var(--moby-navy)}
.moby-maritime-enterprise .moby-guide-card__body p{margin:0 0 25px;color:var(--moby-muted)}
.moby-maritime-enterprise .moby-guide-card__button{display:inline-flex;align-items:center;gap:22px;min-height:48px;margin-top:auto;padding:0 18px;border-radius:4px;background:var(--moby-navy);color:#fff;font-size:.86rem;font-weight:900}
.moby-maritime-enterprise .moby-guide-card__button b{color:#e4c98f}.moby-maritime-enterprise .moby-guide-card__button:hover{background:var(--moby-gold);color:var(--moby-navy)}

/* Pourquoi MOBY : image et panneau maritime. */
.moby-maritime-enterprise .moby-why{display:grid;grid-template-columns:1fr 1fr;min-height:820px;padding:0;background:var(--moby-navy);color:#fff}
.moby-maritime-enterprise .moby-why__media{position:relative;min-height:100%;overflow:hidden}
.moby-maritime-enterprise .moby-why__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(7,26,43,.72))}
.moby-maritime-enterprise .moby-why__media img{width:100%;height:100%;object-fit:cover}
.moby-maritime-enterprise .moby-why__media>span{position:absolute;z-index:2;left:42px;bottom:38px;color:#fff;font-size:.76rem;font-weight:900;letter-spacing:.18em}
.moby-maritime-enterprise .moby-why__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(55px,6vw,110px)}
.moby-maritime-enterprise .moby-why__content h2{max-width:780px;margin:.25em 0;color:#fff;font-size:clamp(2.2rem,3.3vw,4rem);line-height:1.05}
.moby-maritime-enterprise .moby-why__lead{max-width:720px;color:#cbd8df;font-size:1.12rem}
.moby-maritime-enterprise .moby-why__grid{display:grid;grid-template-columns:1fr 1fr;margin:28px 0 36px;border:0;gap:0 28px}
.moby-maritime-enterprise .moby-why__grid article{display:grid;grid-template-columns:38px 1fr;gap:13px;padding:20px 0;border:0;border-top:1px solid rgba(255,255,255,.16)}
.moby-maritime-enterprise .moby-why__grid article>span{color:var(--moby-gold);font-weight:900}.moby-maritime-enterprise .moby-why__grid h3{margin:0 0 4px;color:#fff;font-size:1.03rem}.moby-maritime-enterprise .moby-why__grid p{margin:0;color:#afbec8;font-size:.87rem}
.moby-maritime-enterprise .moby-why__content>.moby-button{align-self:flex-start}

/* FAQ avec visuel et cartes accordéon. */
.moby-maritime-enterprise .moby-faq{background:#f7f7f4}
.moby-maritime-enterprise .moby-faq__heading{max-width:900px;margin-bottom:45px}.moby-maritime-enterprise .moby-faq__heading h2{margin:.2em 0}.moby-maritime-enterprise .moby-faq__heading p{color:var(--moby-muted);font-size:1.08rem}
.moby-maritime-enterprise .moby-faq__layout{display:grid;grid-template-columns:minmax(360px,.75fr) minmax(0,1.25fr);gap:38px;align-items:start}
.moby-maritime-enterprise .moby-faq__visual{position:sticky;top:110px;overflow:hidden;border-radius:14px;background:var(--moby-navy);box-shadow:var(--moby-shadow)}
.moby-maritime-enterprise .moby-faq__visual>img{width:100%;height:390px;object-fit:cover}.moby-maritime-enterprise .moby-faq__visual>div{padding:30px;color:#fff}.moby-maritime-enterprise .moby-faq__visual strong{font-size:1.35rem}.moby-maritime-enterprise .moby-faq__visual p{color:#cbd8df}
.moby-maritime-enterprise .moby-faq__list{display:grid;gap:12px}
.moby-maritime-enterprise .moby-faq__list details{overflow:hidden;border:1px solid rgba(7,26,43,.11);border-radius:9px;background:#fff;box-shadow:0 8px 24px rgba(7,26,43,.05)}
.moby-maritime-enterprise .moby-faq__list details:last-child{border-bottom:1px solid rgba(7,26,43,.11)}
.moby-maritime-enterprise .moby-faq__list summary{align-items:center;padding:21px 23px}.moby-maritime-enterprise .moby-faq__list summary b{color:var(--moby-gold);font-size:.75rem;letter-spacing:.1em}.moby-maritime-enterprise .moby-faq__list details p{max-width:none;margin:0;padding:0 65px 24px;color:var(--moby-muted)}
.moby-maritime-enterprise .moby-faq__list details[open]{border-color:rgba(184,148,85,.6)}

/* Avis : visuel éditorial et uniquement des avis WordPress authentiques. */
.moby-maritime-enterprise .moby-testimonials{background:#fff}
.moby-maritime-enterprise .moby-testimonials__shell{display:grid;grid-template-columns:.82fr 1.18fr;min-height:690px;overflow:hidden;border-radius:16px;background:#f4f5f3;box-shadow:0 24px 70px rgba(7,26,43,.1)}
.moby-maritime-enterprise .moby-testimonials__visual{position:relative;min-height:690px;color:#fff}.moby-maritime-enterprise .moby-testimonials__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,26,43,.08),rgba(7,26,43,.88))}.moby-maritime-enterprise .moby-testimonials__visual>img{width:100%;height:100%;object-fit:cover}.moby-maritime-enterprise .moby-testimonials__visual>div{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:48px}.moby-maritime-enterprise .moby-testimonials__visual h2{margin:.25em 0;color:#fff;font-size:clamp(2rem,3vw,3.4rem)}.moby-maritime-enterprise .moby-testimonials__visual p{color:#d8e2e8}
.moby-maritime-enterprise .moby-testimonials__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(42px,5vw,82px)}.moby-maritime-enterprise .moby-testimonials__content>header{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:34px}.moby-maritime-enterprise .moby-testimonials__content h2{font-size:clamp(2rem,3vw,3.4rem)}
.moby-maritime-enterprise .moby-testimonials__empty{max-width:700px;padding:32px;border-left:4px solid var(--moby-gold);background:#fff}.moby-maritime-enterprise .moby-testimonials__empty strong{font-size:1.25rem}.moby-maritime-enterprise .moby-testimonials__empty p{color:var(--moby-muted)}
.moby-maritime-enterprise .moby-review{background:#fff}.moby-maritime-enterprise .moby-review__top{display:flex;align-items:center;gap:14px}.moby-maritime-enterprise .moby-review__top h3{margin:0}.moby-maritime-enterprise .moby-review__top span{color:var(--moby-muted);font-size:.78rem}

@media(max-width:1024px){.moby-maritime-enterprise .moby-guides__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.moby-maritime-enterprise .moby-why,.moby-maritime-enterprise .moby-testimonials__shell{grid-template-columns:1fr}.moby-maritime-enterprise .moby-why__media,.moby-maritime-enterprise .moby-testimonials__visual{min-height:520px}.moby-maritime-enterprise .moby-faq__layout{grid-template-columns:1fr}.moby-maritime-enterprise .moby-faq__visual{position:relative;top:auto;display:grid;grid-template-columns:1fr 1fr}.moby-maritime-enterprise .moby-faq__visual>img{height:100%}}
@media(max-width:640px){.moby-maritime-enterprise .moby-intro__facts{display:grid}.moby-maritime-enterprise .moby-intro__facts span{width:100%}.moby-maritime-enterprise .moby-guides__grid,.moby-maritime-enterprise .moby-why__grid{grid-template-columns:1fr}.moby-maritime-enterprise .moby-guide-card__media{height:240px}.moby-maritime-enterprise .moby-why__media,.moby-maritime-enterprise .moby-testimonials__visual{min-height:430px}.moby-maritime-enterprise .moby-why__content,.moby-maritime-enterprise .moby-testimonials__content{padding:45px 20px}.moby-maritime-enterprise .moby-faq__visual{display:block}.moby-maritime-enterprise .moby-faq__visual>img{height:280px}.moby-maritime-enterprise .moby-faq__list summary{padding:18px 16px}.moby-maritime-enterprise .moby-faq__list details p{padding:0 18px 20px}.moby-maritime-enterprise .moby-testimonials__visual>div{padding:30px 20px}}
@media (max-width:640px){
  .moby-maritime-enterprise{--moby-inner:calc(100vw - 28px)}
  .moby-maritime-enterprise .woocommerce ul.products,
  .moby-maritime-enterprise .moby-products .woocommerce ul.products,
  .moby-maritime-enterprise .moby-shop .woocommerce ul.products{grid-template-columns:1fr!important;gap:20px!important}
  .moby-maritime-enterprise .woocommerce ul.products li.product img{height:380px!important;padding:10px!important}
  .moby-maritime-enterprise .woocommerce div.product{grid-template-columns:1fr;gap:28px}
  .moby-maritime-enterprise .moby-footer__brand img{width:100%;max-width:430px}
}

/* Containers aménagés : les cartes de catalogue gardent une hauteur maîtrisée. */
.moby-maritime-enterprise .moby-amenages-page .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.moby-maritime-enterprise .moby-amenages-page .woocommerce ul.products li.product img{height:360px!important;max-height:none!important;object-fit:contain!important;padding:16px!important}
@media (max-width:1180px){.moby-maritime-enterprise .moby-amenages-page .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:780px){.moby-maritime-enterprise .moby-amenages-page .woocommerce ul.products{grid-template-columns:1fr!important}.moby-maritime-enterprise .moby-amenages-page .woocommerce ul.products li.product img{height:330px!important}}
